@charset "utf-8";
/* CSS Document */
.display-celulares{ display:inherit !important;}
body{ margin:0px; background-color: #95c9ff;}
/*********************************** MENU  ***************************/
.logo{  width:40%; height:auto; float:left; padding:4% 0%; margin-right: 10%;}
.datos{  width:50%; height:auto; float:right; padding:4% 0%;}
#botones{ width:100%; height:auto; float:left; }	
nav{ right:0; background:#95c9ff;  width:180px; top:0;  z-index:0;  position:absolute; position:fixed;}
#boton{  cursor:pointer; padding:2% 2% 1% 2%;}
.menu_tablet_girar {
	font-family: titulo;
	font-size: 16px;
	color: #3f57a1;
	text-decoration: none;
	line-height: 40px;
	margin-right:15px;
} 
/*********************************** BOTON ESLOGAN  **********************************/
#boton_eslogan{ width:auto; height:auto; float:left; margin:0px; padding:0px;}
#boton_eslogan li { display:inline; }
#boton_eslogan li a {  
	font-family: titulo;
	font-size: 15px;
	color: #fff;
	text-decoration: none; 
	padding:15px 10% 15px 10%; 
	float:left;
	background:#e05333;
	-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;
	width:250px;
	border-radius: 10px;
	}
#boton_eslogan li a:hover{
	font-family: titulo;
	font-size: 15px;
	color: #fff;
	text-decoration: none;	
	padding:15px 10% 15px 10%;
	float:left;
	background:#c62408;
	width:250px;
	border-radius: 10px;
	 }	
.eslogan_cont{ width: 100%; height: auto; float: left; margin:0px 0px;}
.eslogan_cont_2{ width: 100%; height: auto; float: left;  margin:20px 0px 0px 0px;}
.eslogan_cont_boton{ width: 100%; height: auto; float: left; }
/*********************************** BANNER  *********************************/

/*********************************** PAQUETES  ********************************************/
.paqe{ width:98%; height:auto; float:left; background:#f5cc51; padding:1%; margin: 1% 0%;  }
/*********************************** CONTENIDO  *******************************/
.cont_ind{ width:100%; height:auto; float:left; background:#FFF; border-bottom:#F00 2px solid; padding:1%; margin:2% 0%;}
/*********************************** NOSOTROS  ***************************/
.cont_21{ width:100%; height:auto; float:left; margin-bottom:40px;}
.cont_22{ width:100%; height:auto; float:left; }
/*********************************** PRODUCTOS  ***********************************/
.pro{ width:98%; height:auto; float:left; background:#f5cc51; border-bottom:#ddb849 5px solid; padding: 1%; margin: 1% 0%; }
.pro_foto{ width:100%; height:auto; float:left; overflow:hidden; margin-bottom: 2%;}
/*********************************** CONTACTO  *******************************/
.formulario_1{ width:100%; height:auto; float:left;  margin-bottom:5%;}
.formulario_2{ width:100%; height:auto; float:left; }
#celdas{ width:100%; height:auto; float:left; margin-top:2%;}
#celdas_comentario{ width:100%; height:auto; float:left; margin-top:1%;}
#boton_enviar{ width:auto; height:auto; float:left; margin-top:1%;}
.casilla{ width:94%;  background:#fbfafa; border:#dc7044 solid 1px; padding:3%; }
.comentarios{ width:96%;  background:#fbfafa; border:#dc7044 solid 1px; padding:2%;  }
/*********************************** PIE  *******************************/
.pie_22{ width:100%; height:auto; float:left; margin-bottom: 4%; }
.pie_23{ width:100%; height:auto; float:left; margin-bottom: 4%;}
/*********************************** FORMULARIO  ***********************/
#caja_formulario_celular{ width:100%; height:auto; float:left; margin-bottom:20px;}
.casilla_celular{ width:90%;  background:#fbfafa; border:#dc7044 solid 1px; padding:6px;}
/*********************************** TIPOGRAFIAS  ****************************************/
.Texto {
	font-family: Arial;
	font-size: 12px;
	color: #5e5e5e;
	text-decoration: none;
    line-height: 20px;
}
.Texto_int {
	font-family: Arial;
	font-size: 17px;
	color: #faebe4;
	text-decoration: none;
    line-height: 25px;
}
.Titulo {
	font-family: titulo;
	font-size: 20px;
	color: #fff;
	text-decoration: none;
    line-height: 40px;
}
.Titulo_eslogan {
	font-family: titulo;
	font-size: 35px;
	color: #3e3e3e;
	text-decoration: none;
	line-height: 35px;
}
.Sub_Titulo {
	font-family: titulo;
	font-size: 25px;
	color: #e05339;
	text-decoration: none;
}
.Texto_pie {
	font-family: Arial;
	font-size: 14px;
	color: #fff;
	text-decoration: none;
}