@charset "utf-8";
/* CSS Document */
.display-tablet{ display:inherit !important;}
body{ margin:0px; background-color: #ff8819;}
/*********************************** MENU PRINCIPAL  *************************************************************/
#logo{  width:auto; height:auto; float:left; padding:1% 0%; }
#botones{ width:50%; height:auto; float:right; padding:5% 5% 10px 0px;}	
nav{ right:0; background:#ff8819;  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: 20px;
	color: #fff;
	text-decoration: none;
	line-height: 50px;
	margin-right:15px;
} 
/*********************************** BANNER INDEX  ****************************************/
#banner{ width:100%; height:auto; float:left; }
#banner_eslogan{ width:80%; height:auto; float:left; position:absolute; z-index:10000; background-image:url(../imagenes/fondo_banner.png); margin:259px 10% 0% 10%;}
#banner_contacto{ width:100%; height:300px; float:left; background-image:url(../banner/1.jpg); }
#banner_int{ width:100%; height:230px; float:left; background-image:url(../banner/1.jpg); background-attachment:fixed;}
/*********************************** INDEX  *************************************************************/
#ind{ width:49%; height:auto; float:left; margin-left:1%;}
/*********************************** CONTENIDO  *************************************************************/
.cont_21{ width:30%; height:auto; float:left; margin-right:4%;}
.cont_22{ width:66%; height:auto; float:left;}
/*********************************** MINI GALERIA  *************************************************************/

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

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

/*********************************** SERVICIOS  *************************************************************/

/*********************************** CATALOGO  *************************************************************/
#fotos{ width:30%; height:auto; float:left; padding:1%; background:#eaf4ed; margin-left:1%;  margin-bottom:1%;}
.submenu{ width:20%; height:auto; float:left; margin-right:2%; padding-right:2%; border-right:#eaf4ed 1px solid;}
.cont_cat{ width:75%; height:auto; float:left; }

#botones_sub{ width:100%; height:auto; float:left; margin:0px; padding:0px; }
#botones_sub li { display:inline; }
#botones_sub li a {  
	font-family: Tahoma;
	font-size: 15px;
	color: #787878;
	text-decoration: none;	
	width:95%;
	padding:5% 0% 5% 5%;
	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-bottom:#eaf4ed 1px solid;
	}
#botones_sub li a:hover{
	font-family: Tahoma;
	font-size: 15px;
	color: #00671f;
	text-decoration: none;	
	width:95%;
	padding:5% 0% 5% 5%;;
	float:left;
	border-bottom:#00671f 1px solid;
	 }	
#botones_sub a:hover, #botones_sub .active a{
	font-family: Tahoma;
	font-size: 15px;
	color: #00671f;
	text-decoration: none;	
	width:95%;
	padding:5% 0% 5% 5%;
	float:left;
	border-bottom:#00671f 1px solid;
} 
/*********************************** CONTACTO  *************************************************************/
.formulario_1{ width:100%; height:auto; float:left; }
.formulario_2{ width:30%; height:auto; float:left; margin-top:30px; margin-right:5%;}
.formulario_3{ width:65%; 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_catalogo {
	font-family: titulo;
	font-size: 30px;
	color: #ff8819;
	text-decoration: none;
}
.Titulo_banner {
	font-family: titulo;
	font-size: 70px;
	color: #fff;
	text-decoration: none;
}
.Titulo_sub {
	font-family: sub;
	font-size: 20px;
	color: #fff;
	text-decoration: none;
}
.Texto_banner {
	font-family: sub;
	font-size: 20px;
	color: #fff;
	text-decoration: none;
}
.Texto {
	font-family: Arial;
	font-size: 14px;
	color: #4a524c;
	text-decoration: none;
}
.Titulo {
	font-family: titulo;
	font-size: 30px;
	color: #ff8819;
	text-decoration: none;
}
.Sub_Titulo {
	font-family: titulo;
	font-size: 20px;
	color: #000;
	text-decoration: none;
}
.Texto_pie {
	font-family: sub;
	font-size: 18px;
	color: #7e7e7e;
	text-decoration: none;
}
.Titulo_pie {
	font-family: titulo;
	font-size: 23px;
	color: #007326;
	text-decoration: none; letter-spacing:1px;
}