@charset "utf-8";
/* CSS Document */
.display-tablet{ display:inherit !important;}
body{ margin:0px; background-color: #4c4c4c;}
/*********************************** MENU PRINCIPAL  *************************************************************/
#logo{  width:30%;; height:auto; float:left;  }
#botones{ width:50%; height:auto; float:left; }	
nav{ right:0; background:#4d4d4d;  width:180px; top:0;  z-index:0;  position:absolute; position:fixed;  padding:20px 0px 0px 20px;}
#boton{  cursor:pointer; padding:15px 15px 0px 0px;}
.menu_tablet_girar {
	font-family: titulo;
	font-size: 16px;
	color: #fff;
	text-decoration: none;
	line-height: 50px;
	margin-right:15px;
} 
#boton_accesos_clientes{ width:20%; height:auto; float:right; }
#boton_clientes{ width:100%; height:auto; float:left; margin:0px; padding:0px; }
#boton_clientes li { display:inline; }
#boton_clientes li a {  
	font-family: titulo;
	font-size: 12px;
	color: #133237;
	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:#3c99a9;
	}
#boton_clientes li a:hover{
	font-family: titulo;
	font-size: 12px;
	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: 12px;
	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:#3c99a9 20px solid; padding:100px 0px 100px 0px;}
#banner_int{ width:100%; height:auto; float:left; border-bottom:#3c99a9 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:100%; height:auto; float:right; }


#caja_ser{ width:46%; height:auto; float:left; margin:0% 2% 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: 40px;
	color: #434343;
	text-decoration: none;
}
.Titulo_subbanner {
	font-family: titulo;
	font-size: 15px;
	color: #434343;
	text-decoration: none;
}
.Texto {
	font-family: texto_normal;
	font-size: 19px;
	color: #575959;
	text-decoration: none;
}
.Titulo {
	font-family: titulo;
	font-size: 25px;
	color: #2e7581;
	text-decoration: none;
}
.Sub_Titulo {
	font-family: titulo;
	font-size: 17px;
	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: #4fc0d3;
	text-decoration: none;
}