@charset "utf-8";
/* CSS Document */

body{
	margin:0px;
	padding:0px;
	background-color:#fff;
	overflow-x:hidden;
	height:100%;
}

html{
	height:100%;
}
.contSitio{
	width:100%;
	height:100%;
	margin:0px;
}

.contHeader{
	z-index:20;
	position:absolute;
	height:auto;
	width:2000px;
	left:50%;
	margin-left:-1000px;
}

.contHeaderFoto{
	z-index:10;
	position:absolute;
	height:auto;
	width:2000px;
	left:50%;
	margin-left:-1000px;
}


.patronHeader{
	float:left;
	height:130px;
	width:825px;
	background-image:url(../_images/pat_header.png);
	background-repeat:repeat-x;
}

.centroHeader{
	float:left;
	margin:0,825px;
	width:350px;
	height:187px;
	background-image:url(../_images/logo.png);
	background-repeat:no-repeat;
}

.contHeaderPrincipal{
	position:absolute;
	margin-top:100px;
	width:2000px;
	height:417px;
	background-image:url(../_images/header_principal.jpg);
	opacity:0;
}

.contHeaderGeneral{
	position:absolute;
	margin-top:100px;
	width:2000px;
	height:417px;
	background-image:url(../_images/header_general.jpg);
	opacity:0;
}

.contHeaderCamion{
	position:absolute;
	margin-top:100px;
	width:2000px;
	height:417px;
	background-image:url(../_images/camion.png);
	opacity:0;
}


.contHeaderPrincipalColor{
	position:absolute;
	margin-top:100px;
	width:2000px;
	height:417px;
	background-color:#dad8d8;
}

.contArbol{
	margin-top:17px;
	position:absolute;
	width:2000px;
	height:501px;
	background-image:url(../_images/arbol.png?67567);
	opacity:0;
}

.contArbolSecciones{
	margin-top:0px;
	position:absolute;
	width:2000px;
	height:417px;
	background-image:url(../_images/arbol2.png);
	opacity:0;
}

.lineaBaseVerde{
	margin-top:517px;
	height:10px;
	width:100%;
	background-color:#6c9bce;
}

.loaderCont{
	position:absolute;
	z-index:500;
	width:50px;
	height:50px;
	left:50%;
	margin-left:-25px;
	margin-top:280px;
	background-image:url(../_images/loader.gif);
}

/*.contFondoMedio{
	z-index:50;
	position:absolute;
	margin-top:527px;
	height:auto;
	width:100%;
	background-image:url(../_images/pat_fondo_medio.png);
	background-repeat:repeat-x;
	background-color:#fff;
}*/

.contMenu{
	z-index:4;
	position:absolute;
	height:auto;
	width:2000px;
	left:50%;
	margin-left:-1000px;
}

ul     { padding: 0px 0px 0px 15px; margin: 0px 0px 0px 0px; }
 ul li  { height: 30px;  }

.contFooter{
	position:relative;
	bottom:0px;
	height:auto;
	width:2000px;
	left:50%;
	margin-left:-1000px;
}

.patronMenu{
	float:left;
	height:205px;
	width:500px;
	background-image:url(../_images/pat_menuPrin.png);
	background-repeat:repeat-x;
}

.patronFooter{
	float:left;
	height:152px;
	width:500px;
	background-image:url(../_images/pat_footer.png);
	background-repeat:repeat-x;
	background-position:bottom;
}

.centroMenu{
	float:left;
	margin:0,500px;
	width:1000px;
	height:205px;
	background-image:url(../_images/base_menuPrin.png);
	background-repeat:no-repeat;
}

.centroFooter{
	float:left;
	margin:0,500px;
	width:1000px;
	height:152px;
	background-image:url(../_images/base_Footer.png);
	background-repeat:no-repeat;
}

.datosFooter{	
	text-align:center;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	margin-top:105px;
	color:#454544;
}

.datosFooter a{	
	color:#454544;
}

.flamme{
	float:right;
	margin-right:50px;
	width:20px;
	height:20px;
	margin-top:-15px;
	background-image:url(../_images/flamme.png);
	cursor:pointer;
}

.flamme:hover{
	opacity:0.7;

}

.contBotones{
	font-family: 'Source Sans Pro', sans-serif;
	font-size:18px;
	color:#4b4b4b;
}

.botonMenu{
	float:left;
	margin-left:12px;
	margin-top:32px;
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 1);
	padding-left:18px; padding-right:18px;
	padding-top:5px; padding-bottom:5px;
	cursor:pointer;
}

.contBotones a{
	text-decoration:none;
	color:#4b4b4b;
}

.botonMenu:hover{
	color:#FFFFFF;
	background-color:#6c9bce;
	text-shadow: 1px 1px 1px rgba(57, 89, 123, 1);
}


.corte {
	clear:both;
}

.contContenidos{
	z-index:5;
	position:absolute;
	margin-top:665px;
	width:1000px;
	left:50%;
	height:auto;
	margin-left:-500px;
	text-align:center;
}

.contContenidosSecciones{
	z-index:5;
	position:absolute;
	margin-top:565px;
	width:900px;
	left:50%;
	height:auto;
	margin-left:-450px;
}


/********************************************************************************************************/

.seccionesTit{
	color:#6c9bce;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 600;
	font-style:italic;
	font-size:24px;
}

.textoNormal{
	color:#424141;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	line-height:24px;
}
.textoNormal .tit{
	line-height:24px;
	font-weight:bold;
	font-style:italic;
}


/********************************************************************************************************/

.panelHomeEmpresa{
	position:relative;
	display:inline-block;
	margin-top:50px;
	width:290px;
	height:211px;	
	background-image:url(../_images/panel_empresa.png);
	background-repeat:no-repeat;
	cursor:pointer;
}

.panelHomeServicios{
	position:relative;
	display:inline-block;
	margin-left:65px;
	margin-top:50px;
	width:290px;
	height:211px;	
	background-image:url(../_images/panel_servicios.png);
	background-repeat:no-repeat;
	cursor:pointer;
}

.panelHomeContacto{
	position:relative;
	float:right;
	margin-right:0px;
	margin-top:50px;
	width:290px;
	height:211px;	
	background-image:url(../_images/panel_contacto_home.png);
	background-repeat:no-repeat;
}

.panelHomeContacto a{
	color:#0e8cdf;
}

.panelTitulo{
	float:right;
	margin-right:30px;
	margin-top:40px;
	color:#626262;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight:600;
	font-size:24px;
	font-style:italic;
	line-height:24px;
	text-align:right;	
}

.panelTexto{
	float:right;
	margin-right:30px;
	margin-top:20px;
	color:#424141;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	text-align:right;
}

.panelLeerMas{
	position:absolute;
	right:0px;
	bottom:10px;
	width:124px;
	height:48px;
	background-image:url(../_images/leer_mas_boton.png);
	background-repeat:no-repeat;
}

.separadorHome{
	position:relative;
	float:left;
	margin-left:40px;
	margin-top:40px;
	margin-bottom:40px;
	background-color:#e1ebec;
	width:920px;
	height:1px;
}

/********************************************************************************************************/

.contClientesHome{
	float:left;
	position:relative;
	width:1000px;
	height:100px;
	margin-top:40px;
}

.flechaClienteIzq{
	float:left;
	left:0px;
	background-image:url(../_images/flechas_clientes.png);
	background-repeat:no-repeat;
	background-position:0px,0px;
	width:35px;
	height:43px;
	margin-top:20px;
	cursor:pointer;
}
.flechaClienteIzq:hover{
	opacity:0.7;
}
.flechaClienteDch{
	float:right;
	right:0px;
	background-image:url(../_images/flechas_clientes.png);
	background-repeat:no-repeat;
	background-position:-45px,0px;
	width:35px;
	height:43px;
	margin-top:20px;
	cursor:pointer;	
}
.flechaClienteDch:hover{
	opacity:0.7;	
}

.contMascaraClientesHome{
	position:absolute;
	width:790px;
	height:82px;
	overflow:hidden;
	left:50%;
	margin-left:-395px;
}

.contLogosClientes{
	position:absolute;
	float:left;
	height:82px;
	width:790px;
	left:0px;
}

.logoClientes{
	float:left;
	width:102px;
	height:82px;
	margin-right:70px;
	cursor:pointer;
}

.logoClientes:hover{
	opacity:0.7;
}

/********************************************************************************************************/

.conLogosColor{
	position:relative;
	margin-left:-15px;
	margin-top:30px;
}

.logosColor{
	width:132px;
	height:150px;
	text-align:center;
	margin-right:40px;
	font-family: 'Source Sans Pro', sans-serif;
	color:#a0a0a0;
	font-weight:600;
	font-size:12px;
	float:left;
	line-height:15px;
}
.logosColor img{
	margin-bottom:5px;

}

/********************************************************************************************************/

.areaContactoIzq{
	float:left;
	width:560px;
	font-family: 'Source Sans Pro', sans-serif;
	color:#414141;
	font-size:14px;
	font-weight:600;
	margin-top:30px;
}

.areaContactoDch{
	float:right;
	width:330px;
	margin-top:30px;
}

input{
	width:552px;
	height:20px;
	background-color:#eeeeee;
	border:none;
	font-family:Verdana, Geneva, sans-serif;
	font-size:13px;
	color:#414141;
	border: solid 1px #dfdfdf;
}

textarea{
	width:552px; 
	height:200px;
	background-color:#eeeeee;
	border:none;
	font-family:Verdana, Geneva, sans-serif;
	font-size:13px;
	color:#414141;
	border: solid 1px #dfdfdf;
}

.panelContactoDatos{
	float:right;
	position:relative;
	width:280px;
	height:201px;	
	background-image:url(../_images/panel_datos_contacto.png);
	background-repeat:no-repeat;
}

.panelTextoSeccContacto{
	float:right;
	margin-right:20px;
	margin-top:100px;
	color:#424141;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	text-align:right;
	line-height:24px;
	line-height:21px;
	letter-spacing:-0.02em;
}

.panelTextoSeccContacto a{
	color:#0e8cdf;
}

.panelContactoDireccion{
	margin-top:40px;
	float:right;
	position:relative;
	width:279px;
	height:191px;	
	background-image:url(../_images/panel_direccion_contacto.png);
	background-repeat:no-repeat;
}

label.error, label.error{
	font-family:Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color:#6c9bce;
}

