@charset "utf-8";

span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, 
code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, 
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, 
figcaption, header, hgroup, menu, nav, output, ruby, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	text-decoration:none;
}

address,caption,cite,code,dfn,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
	padding:0;}

q:before,q:after {
	content:'';}
	
.clear
{
    clear:both;
}
abbr,acronym { border:0;
}
#wrapper{    
    min-height: 100%;
} 
#main { overflow: auto; padding-bottom: 100px;}
.crl {
	clear:both;}
hr {
	background: #E2E2E2;
height: 1px;
border: none;
margin-bottom: 30px;
box-shadow: 0px 1px 0px #FFF;}
/* CSS Document */

/* colores 
azul oscuro: #315982;
azul claro: #2a94d6;
azul footer: #7b98b7;
gris oscuro: #98999b;
gris claro: #f5f5f5;
rojo claro:  #d7576d;
rojo oscuro: #d55067;

header 105
slider 350
otro 630
iconos 380
footer 100
*/
* {
	margin:0 auto}
body {
	margin:0 auto;
	font-family: 'Ubuntu', sans-serif;
	background:#f5f5f5;
	height: 100%;
	text-align:justify;}
	
p, ul {
	color:#98999b;
	line-height: 22px;}
	
h1 {
	color:#2A94D6;
	font-size:32px;
	font-weight:700;}
	
h2 {
	color:#2a94d6;
	font-size: 20px;
font-weight: bold;}

h3 {
	font-size: 20px;
margin-bottom: 10px;
color: #97A5C2;
text-shadow: 1px 1px 0px #FFF;}
header {
	background:#315982;
	border-bottom:5px solid #98999b;
	}
#head {
	width:960px;
	height:100px;
	background:url(../images/headerbg.png)}
	
#head .six {
	padding-top:20px;}

nav {
	margin-top:16px;}
nav ul li {
	display:inline;x
	}
	
nav li a {
	color:#E4E4F1;
	padding:10px;}
	
nav li a:hover {
	color:#fff;}
.six {
	width:49%;
	float:left;}

.three {
	width:32%;
	float:left;}
	
.eight {
	width:75%;
	float:left}
.four {
	width:23%;
	float:left;}
	
.twelve {
	width:100%}
	

.red-button {
	background: #d7576d;
	box-shadow:0px 3px 0px #972E40;
	padding: 8px 40px;
color: #FFF;
	line-height:30px;
	border-radius:2px;
	font-family: 'Ubuntu Condensed', sans-serif;	
	-webkit-transition: background-color linear .2s;
    -moz-transition: background-color linear .2s;
    -o-transition: background-color linear .2s;
    transition: background-color linear .2s;
	cursor:pointer;	
	position:relative;
	}	
.red-button:hover  {
	background:#C43B53;
	 top:1px;
	}
	
.red-button:active {
  top:3px;
  box-shadow: inset 0px 1px 0px #F08295, 0px 0px 0px 0px #972E40, 0px 2px 3px #999;
}

.blue-button {
	background: #2A94D6;
	box-shadow:3px 3px 0px #004977;
	padding: 8px 40px;
color: #FFF;
	line-height:30px;
	border-radius:2px;
	font-family: 'Ubuntu Condensed', sans-serif;	
	-webkit-transition: background-color linear .2s;
    -moz-transition: background-color linear .2s;
    -o-transition: background-color linear .2s;
    transition: background-color linear .2s;
	cursor:pointer;
	text-shadow:1px 1px 0px #07526e;  
  left:0px;
  position:relative;
  cursor:pointer;
  border: none;
  box-shadow: inset 0px 1px 0px #00B9FF, 0px 5px 0px 0px #07526E, 0px 8px 5px #C3C3C3;
	}	
.blue-button:hover  {
	background:#0B6CAA;
	top: 1px;
	box-shadow: inset 0px 1px 0px #93E1FF, 0px 3px 0px 0px #07526E, 0px 8px 5px #C3C3C3;
	}
	
.blue-button:active {
  top: 4px;
box-shadow: inset 0px 1px 0px #2AB7EC, 0px 0px 0px 0px #07526E, 0px 2px 4px #ACACAC;
}

button.red-button   {
	padding: 2px 52px;
font-size: 16px;
text-transform: uppercase;
border: none;
line-height: 30px;}

	
button.blue-button   {
	padding: 2px 52px;
font-size: 16px;
text-transform: uppercase;
border: none;
line-height: 30px;}

section {
	width:960px;
    height: 590px;}

#slider {
    width:100%;
	height: 350px;
    background: #333;}
	
	/*Slider*/


#slider img{
	display: none;
}

#slider img:nth-child(1){
	display: block;
}

#slider2
{
    position:absolute;
    margin-top: -350px;
}

#texto
{
    position: absolute;
	margin-top: -281px;
	margin-left:560px;
	font-size:26px;
	width:285px;
}

#texto p {
	color:#2e547a;
line-height: 30px;}

#texto p spam {
    font-weight: 700;
    color: #D55067;
}

#pager {
    border-radius: 20px;
    background: #f5f5f5;
    text-align: center;
    width: 115px;
    height: 24px;
    padding-top: 2px;
    margin: 235px 0 0 -60px;
    position: absolute;
    top: 106px;
    left: 50%;
}


#pager a.selected span {
	background: #666;
}



#pager a {
	display: inline-block;
	padding: 5px;
}

#pager span {
	border-radius: 10px;
	background: #ccc;
	text-indent: -100px;
	line-height: 0;
	display: inline-block;
	width: 10px;
	height: 10px;
	overflow: hidden;
}

#servicios-index {
	padding:30px 0px;}
	
#servicios-index .six {
	margin:30px 0px;}
	
#servicios-index .six img {
	vertical-align: middle;
margin: 10px;
box-shadow: 0 0 0 4px rgba(46, 84, 122, 0.15);
border-radius: 50%;
overflow: hidden;
-webkit-transition: background 0.3s, color 0.3s, box-shadow 0.3s;
-moz-transition: background 0.3s, color 0.3s, box-shadow 0.3s;
transition: background 0.3s, color 0.3s, box-shadow 0.3s;}

#servicios-index .six img:hover {
box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.71);
}

#servicios-index .six p {
	display: inline;
color: #616161;}

#servicios-index .twelve {
	text-align:center;
	margin:20px 0px;
	height:45px;}

#somos {
	height:220px;
	width:960px;
	padding:30px 0px;}
	
#somos h1, .contactonos h1 {
	padding: 20px 0px;}
	
#somos p {
	padding-bottom:10px;}
.center {
	width:960px;}
	
#casosexito {
	height:300px;
	background:url(../images/bg-somos.png) repeat;}
	
#casosexito h2 {
	padding-top:25px;}
	
#valores {
	height:530px;}
	
#valores-contenido {
	padding:2px 33px;}
	
#valores-contenido span {
	color: #4B4B4B;}
	
#valores-contenido span:after {
	padding:10px}

.contactonos {
	height:800px;}
	
.contactonos span {
	color: #B8B8B8;
padding: 0px 2px;}
	
#oficinas a {
	color:#98999B;	}
	
#oficinas img {
	vertical-align: middle;
padding-right: 5px;}
input, textarea {
	padding: 6px 5px;
width: 88%;
margin:6px 0px;}
input:focus, textarea:focus {
	outline: 1px solid #99B0D3;}

.ch-item {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	position: relative;
	cursor: default;
	box-shadow: 
		inset 0 0 0 8px rgba(255,255,255,0.6),
		0 1px 2px rgba(0,0,0,0.1);
		
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.ch-img-1 { 
	background-image: url(../images/mision.png);
}

.ch-img-2 { 
	background-image: url(../images/vision.png);
}

.ch-img-3 { 
	background-image: url(../images/valores.png);
}

.ch-info {
	position: absolute;
	background: rgba(70, 96, 143, 0.8);
	width: inherit;
	height: inherit;
	border-radius: 50%;
	opacity: 0;
	
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	
	-webkit-backface-visibility: hidden;

}

.ch-info h3 {
	color: #FFF;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 22px;
	padding: 95px 0 0 0;
	top: 50%;
	text-shadow: 0 0 1px #FFF, 
	 0 1px 2px rgba(0, 0, 0, 0.3);
}

.ch-info p {
	color: #fff;
	padding: 10px 5px;
	font-style: italic;
	margin: 0 30px;
	font-size: 12px;
	border-top: 1px solid rgba(255,255,255,0.5);
	opacity: 0;
	-webkit-transition: all 1s ease-in-out 0.4s;
	-moz-transition: all 1s ease-in-out 0.4s;
	-o-transition: all 1s ease-in-out 0.4s;
	-ms-transition: all 1s ease-in-out 0.4s;
	transition: all 1s ease-in-out 0.4s;
}

.ch-info p a {
	display: block;
	color: #fff;
	color: rgba(255,255,255,0.7);
	font-style: normal;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 9px;
	letter-spacing: 1px;
	padding-top: 4px;
}

.ch-info p a:hover {
	color: #fff222;
	color: rgba(255,242,34, 0.8);
}

.ch-item:hover {
	box-shadow: 
		inset 0 0 0 1px rgba(255,255,255,0.1),
		0 1px 2px rgba(0,0,0,0.1);
}
.ch-item:hover .ch-info {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

.ch-item:hover .ch-info p {
	opacity: 1;
}

.ch-grid {
	padding: 0;
	list-style: none;
	display: block;
	text-align: center;
	width: 100%;
}

.ch-grid:after,
.ch-item:before {
	content: '';
    display: table;
}

.ch-grid:after {
	clear: both;
}

.ch-grid li {
	width: 220px;
	height: 220px;
	display: inline-block;
	margin-bottom: 20px;
}

footer{
	position: relative; margin-top: -35px; /* altura en px del footer con valor negativo */
	 clear: both; 
	background:#315982;
	height:115px;
	width: 100%;
}
	
footer a, footer p {
	color:#dedede;
	font-size:13px;}
footer a:hover, .second a:hover{
	color:#fff;}

footer .second p, footer .second a {
	text-align: right;
color: #7B98B7;
font-size: 12px;}

footer div {
	width:960px;
	padding:15px 0px;	
	}
	
footer span {
	padding-right:5px;
    }



.support-note span{
	color: #ac375d;
	font-size: 16px;
	display: none;
	font-weight: bold;
	text-align: center;
	padding: 5px 0;
}
.no-cssanimations .support-note span.no-cssanimations,
.no-csstransforms .support-note span.no-csstransforms,
.no-csstransforms3d .support-note span.no-csstransforms3d,
.no-csstransitions .support-note span.no-csstransitions{
	display: block;
}

.servicios
{
   
}




#info
{
    width: 57%;
float: right;

}
.toggler {
    width:315px;
    height: 77px;
    position: relative; }

.button { 
    border: 1px solid #23486D;
box-shadow: 1px 1px 1px #9C9C9C;
cursor: pointer;
padding: .5em 1em;
text-decoration: none;}

.button:hover {
	background:	#1F4368}

#effect { 
height: auto;
padding: 5px 20px;
position: relative;}

#effect h3 {
    margin: 0;
    padding: 0.4em; }
	
#effect ul li {
	padding:10px 0px;
	list-style: outside}
	
#effect ul > li {
	padding:3px 0px;}
#effect ul {
	margin-left:30px}

.ui-effects-transfer { 
    border: 2px dotted gray; }
	
#effect img {
	border-radius: 9px 0px 9px 0px;
border: 1px solid #C0B2B2;
box-shadow: 1px 1px 8px #EEE;
width:99%}

#effect hr {
	margin-bottom:10px;}
#servicios {
	height:750px;
	padding-top:30px;}
#all-services {
	width: 43%;
background: #2A5178;
float: left;
 cursor:pointer;} 

#all-services img {
	width: 38px;
vertical-align: middle;
display: inline;}

#all-services p {
	color: #DBDBDB;
	display:inline;} 


	

.panel
{
    /*background: #F2FBEF;
    border-bottom: 8px solid #98999b;*/
    height: 140px;
display: block;
    border-bottom:  6px solid #98999b;
    background: #CFCFCF;
    
}

.medium {
	float:left;
padding-top: 10px;
padding-left: 15%;}
	
.medium img {
	width: 30px;
vertical-align: middle;
padding: 3px 5px;}

.medium a {
	color: #042E58;}
	
.medium a:hover {
	color: #17538F;}


.max-wid {
	max-width: 1200px;
}