@charset "utf-8";
.display-pc{ display:inherit !important;}
/*********************************** MENU PRINCIPAL  *************************************************************/
#logo{  width:27%; height:auto; float:left; padding:20px 0px; margin-right:10%;}
#menu_botones{ width:50%; height:auto; float:left; margin-top:50px; border-bottom:#156397 1px solid;}
#botones{ width:100%; height:auto; float:left; margin:0px; padding:0px; max-width:1200px;}
#botones li { display:inline; }
#botones li a {  
	font-family: titulo;
	font-size: 15px;
	color: #156397;
	text-decoration: none;	
	width:20%;
	padding:15px 0px 12px 0px;
	float:left;
	-webkit-transition: background 1s, color 1s, text-shadow 1s, border-left 1s ;
	-webkit-transition-delay: 0.3s; 
	-moz-transition: background 1s, color 1s, text-shadow 1s;
	-moz-transition-delay: 0.2s;
	-ms-transition: background 1s, color 1s, text-shadow 1s;
	-ms-transition-delay: 0.2s;
	}
#botones li a:hover{
	font-family: titulo;
	font-size: 15px;
	color: #fff;
	text-decoration: none;	
	width:20%;
	padding:15px 0px 12px 0px;
	float:left;
	background-image:url(../imagenes/fondo_boton.png);
	 }	
#botones a:hover, #botones .active a{
	font-family: titulo;
	font-size: 15px;
	color: #fff;
	text-decoration: none;	
	width:20%;
	padding:15px 0px 12px 0px;
	float:left;
	background-image:url(../imagenes/fondo_boton.png);
} 
#boton_accesos_clientes{ width:13%; height:auto; float:left; margin-top:50px;}
#boton_clientes{ width:100%; height:auto; float:left; margin:0px; padding:0px; max-width:1250px;}
#boton_clientes li { display:inline; }
#boton_clientes li a {  
	font-family: titulo;
	font-size: 15px;
	color: #FFFFFF;
	text-decoration: none;	
	width:100%;
	padding:15px 0px 13px 0px;
	float:left;
	-webkit-transition: background 1s, color 1s, text-shadow 1s, border-left 1s ;
	-webkit-transition-delay: 0.3s; 
	-moz-transition: background 1s, color 1s, text-shadow 1s;
	-moz-transition-delay: 0.2s;
	-ms-transition: background 1s, color 1s, text-shadow 1s;
	-ms-transition-delay: 0.2s;
	background:#156397;
	}
#boton_clientes li a:hover{
	font-family: titulo;
	font-size: 15px;
	color: #fff;
	text-decoration: none;	
	width:100%;
	padding:15px 0px 13px 0px;
	float:left;
	background:#434343;
	 }	
#boton_clientes a:hover, #boton_clientes .active a{
	font-family: titulo;
	font-size: 15px;
	color: #fff;
	text-decoration: none;	
	width:100%;
	padding:15px 0px 13px 0px;
	float:left;
	background:#434343;
} 
/*********************************** BANNER INDEX  ****************************************/
#banner{ width:100%; height:auto; float:left; border-bottom:#156397 20px solid; padding:150px 0px 162px 0px;}
/* #banner_int{ width:100%; height:auto; float:left; border-bottom:#156397 20px solid; padding:20px 0px 60px 0px;}
/*********************************** ESLOGAN  *************************************************************/

/*********************************** CONTENIDO  *************************************************************/
.cont_index_1{ width:468px; height:auto; float:left;  background-image:url(../imagenes/fondo_galeria_tablet.png); padding:48px 53px 98px 65px;}
.cont_index_2{ width:34%; height:auto; float:right; }


#caja_ser{ width:44%; height:auto; float:left; margin:0% 3% 80px 0%; }
#caja_ser_img{ width:25%; height:auto; float:left; margin-right:5%;}
#caja_ser_tex{ width:70%; height:auto; float:left;}
/*********************************** MINI GALERIA  *************************************************************/

/*********************************** PIE  *************************************************************/

/*********************************** NOSOTROS  *************************************************************/

/*********************************** LOGISTICA  *************************************************************/
#cont_25{ width:96%; height:auto; float:left; background:#edf3f4; padding:2%; margin-bottom:10px;}
.cont_23{ width:25%; height:auto; float:left; margin-right:5%;}
.cont_24{ width:70%; height:auto; float:left; }
/*********************************** PRODUCTOS  *************************************************************/
#cont_20{ width:30%; height:auto; float:left;}
#cont_21{ width:66%; height:auto; float:left; margin: 0% 0% 0% 4%; }
/*********************************** CONTACTO  *************************************************************/
#mapa{ width:68%; height:auto; float:left; padding:1%; background:#fff; margin-right:15px;}
#datos_for{ width:26%; height:auto; float:left; }
#formulario{ width:100%; height:auto; float:left; margin-top:30px;}
.casilla{ width:95%;  background:#fbfafa; border:#d2d2d2 solid 1px; padding:6px; }
.comentarios{ width:100%;  background:#fbfafa; border:#d2d2d2 solid 1px; padding:6px;  }
/*********************************** TIPOGRAFIAS  *************************************************************/
.Titulo_banner {
	font-family: titulo;
	font-size: 50px;
	color: #434343;
	text-decoration: none;
    text-align: left
}
.Titulo_subbanner {
	font-family: titulo;
	font-size: 20px;
	color: #434343;
	text-decoration: none;
}
.Texto {
	font-family: texto_normal;
	font-size: 19px;
	color: #575959;
	text-decoration: none;
}
.Titulo {
	font-family: titulo;
	font-size: 30px;
	color: #156397;
	text-decoration: none;
}
.Sub_Titulo {
	font-family: titulo;
	font-size: 20px;
	color: #000;
	text-decoration: none;
}
.Texto_pie_blanco {
	font-family: texto_normal;
	font-size: 19px;
	color: #fff;
	text-decoration: none;
}
.Texto_pie {
	font-family: texto_normal;
	font-size: 19px;
	color: #ffffff;
	text-decoration: none;
}