@charset "utf-8";
.display-pc{ display:inherit !important;}
/*********************************** MENU PRINCIPAL  *************************************************************/
#logo{  width:auto; height:auto; float:left; padding:1% 0%; }
#menu_botones{ width:50%; height:auto; float:right; }
#botones{ width:100%; height:auto; float:left; margin:0px; padding:0px; max-width:1250px;}
#botones li { display:inline; }
#botones li a {  
	font-family: titulo;
	font-size: 22px;
	color: #787878;
	text-decoration: none;	
	width:25%;
	padding:9% 0% 2% 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;
	}
#botones li a:hover{
	font-family: titulo;
	font-size: 22px;
	color: #ff7d00;
	text-decoration: none;	
	width:25%;
	padding:9% 0% 2% 0%;
	float:left;
	border-bottom:#ff7d00 2px solid;
	 }	
#botones a:hover, #botones .active a{
	font-family: titulo;
	font-size: 22px;
	color: #ff7d00;
	text-decoration: none;	
	width:25%;
	padding:9% 0% 2% 0%;
	float:left;
	border-bottom:#ff7d00 2px solid;
} 
/*********************************** BANNER INDEX  ****************************************/
#banner_contacto{ width:100%; height:300px; float:left; background-image:url(../banner/1.jpg); }

#banner_int{ width:100%; height:300px; float:left; background-image:url(../banner/1.jpg); background-attachment:fixed;}
#banner{ width:100%; height:auto; float:left; }
#banner_eslogan{ width:60%; height:auto; float:left; position:absolute; z-index:10000; background-image:url(../imagenes/fondo_banner.png); margin:601px 20% 0% 20%;}
/*********************************** 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  *************************************************************/

/*********************************** CATALOGO  *************************************************************/
#fotos{
    width: 30%;
    height: auto;
    float: left;
    padding-top: 0%;
    padding-right: 0%;
    padding-left: 0%;
    padding-bottom: 0%;
    background: #eaf4ed;
    margin-left: 0%;
    margin-bottom: 0%;
}
.submenu{ width:20%; height:auto; float:left; margin-right:4%; padding-right:5%; border-right:#eaf4ed 1px solid;}
.cont_cat{ width:70%; 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: 18px;
	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: 18px;
	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: 18px;
	color: #00671f;
	text-decoration: none;	
	width:95%;
	padding:5% 0% 5% 5%;
	float:left;
	border-bottom:#00671f 1px solid;
} 
/*********************************** CATALOGO  *************************************************************/

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

/*********************************** PRODUCTOS  *************************************************************/

/*********************************** 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: 40px;
	color: #ff8819;
	text-decoration: none;
}
.Titulo_banner {
	font-family: titulo;
	font-size: 100px;
	color: #fff;
	text-decoration: none;
}
.Titulo_sub {
	font-family: sub;
	font-size: 35px;
	color: #fff;
	text-decoration: none;
}
.Texto_banner {
	font-family: sub;
	font-size: 28px;
	color: #fff;
	text-decoration: none;
}
.Texto {
	font-family: Arial;
	font-size: 14px;
	color: #4a524c;
	text-decoration: none;
	line-height: 20px;
}
.Titulo {
	font-family: titulo;
	font-size: 30px;
	color: #ff8819;
	text-decoration: none;
	letter-spacing:2px;
}
.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;
}
