@charset "utf-8";
.display-pc{ display:inherit !important;}
/*********************************** MENU PRINCIPAL  *************************************************************/
.logo{  width:100%; height:auto; float:left; padding:1% 0%; overflow:hidden; background-image:url(../imagenes/fondo_Cabezera.jpg);}
#menu_botones{ width:100%; height:auto; float:left; background:#fff;}
#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: 13px;
	color: #43464c;
	text-decoration: none;	
	width:24.5%;
	padding:5% 0%;
	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;
	border-left:#eeeeef 0.5px solid;
	}
#botones li a:hover{
	font-family: titulo;
	font-size: 13px;
	color: #43464c;
	text-decoration: none;	
	width:24.5%;
	padding:5% 0%;
	float:left;
	background:#f7f7f7;
	 }	
#botones a:hover, #botones .active a{
	font-family: titulo;
	font-size: 13px;
	color: #f25f43;
	text-decoration: none;	
	width:24.5%;
	padding:5% 0%;
	float:left;
} 
/*********************************** BANNER  *******************************************************************/

/*********************************** ESLOGAN  ******************************************************************/

/*********************************** INDEX  ********************************************************************/

/*********************************** MINI GALERIA  *************************************************************/

/*********************************** PIE  **********************************************************************/
.pie_3{ width:35%; height:auto; float:left;}
.pie_4{ width:35%; height:auto; float:left; margin:0% 5%;}
.pie_5{ width:20%; height:auto; float:left;}

.der_1{ width:50%; height:auto; float:left;}
.der_2{ width:48%; height:auto; float:left; margin-top:3%; padding-left:2%;}
/*********************************** NOSOTROS  *****************************************************************/
.cont_21{ width:30%; height:auto; float:left; margin-right:4%;}
.cont_22{ width:66%; height:auto; float:left; }
/*********************************** SERVICIOS  ****************************************************************/
.ini_1{  width:100%; height:auto; float:left; margin-bottom:5%; }
.ini_2{  width:31%; height:auto; float:left; }
.ini_3{  width:31%; height:auto; float:left; margin:0% 3%; }
/*********************************** PRODUCTOS  ****************************************************************/

/*********************************** CONTACTO  *****************************************************************/
.cont_1{ width:30%; height:auto; float:left; margin:2% 1%;}

#celdas_comentario{ width:100%; height:auto; float:left; margin-top:1%;}
#boton_enviar{ width:auto; height:auto; float:left; margin-top:1%;}
.casilla{ width:92%;  background:#fbfafa; border:#d2d2d2 solid 1px; padding:4%; }
.comentarios{ width:96%;  background:#fbfafa; border:#d2d2d2 solid 1px; padding:2%;  }
/*********************************** TIPOGRAFIAS  **************************************************************/
.Titulo_banner {
	font-family: titulo;
	font-size: 80px;
	color: #fff;
	text-decoration: none;
}
.Sub_Titulo_banner {
	font-family: titulo;
	font-size: 17px;
	color: #fff;
	text-decoration: none;
}
.Texto {
	font-family: titulo;
	font-size: 14px;
	color: #42474d;
	text-decoration: none;
	line-height: 23px;
}
.Titulo {
	font-family: titulo;
	font-size: 40px;
	color: #f25f43;
	text-decoration: none;
}
.Sub_Titulo {
	font-family: titulo;
	font-size: 20px;
	color: #42474d;
	text-decoration: none;
}
.Texto_pie {
	font-family: titulo;
	font-size: 16px;
	color: #989ca2;
	text-decoration: none;
}