@charset "utf-8";
.display-pc{ display:inherit !important;}
/*********************************** MENU PRINCIPAL  *************************************************************/
#caja_redsses{ width:34px; height:34px;  position:fixed; z-index:10000; top:50%; right:3%; }

.caja_menu{ width:98%; height:auto; float:left; padding:1%; background-image:url(../imagenes/fondo.png); overflow:hidden;}
.logo{  width:15%; height:auto; float:left; padding:0% 20% 0% 0%; }

#menu_botones{ width:65%; height:auto; float:left; padding-top:1%;}
#botones{ width:100%; height:auto; float:left; margin:0px; padding:0px; max-width:1250px;}
#botones li { display:inline; }
#botones li a {  
	font-family: Tahoma;
	font-size: 14px;
	color: #fff;
	text-decoration: none;	
	width:16%;
	padding:3.5% 0% 0% 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;
	letter-spacing:1px;
	}
#botones li a:hover{
	font-family: Tahoma;
	font-size: 14px;
	color: #fbd10d;
	text-decoration: none;	
	width:16%;
	padding:3.5% 0% 0% 0%;
	float:left;
	letter-spacing:1px;
	 }	
#botones a:hover, #botones .active a{
	font-family: Tahoma;
	font-size: 14px;
	color: #fbd10d;
	text-decoration: none;	
	width:16%;
	padding:3.5% 0% 0% 0%;
	float:left;
	letter-spacing:1px;
} 
/*********************************** BANNER  *******************************************************************/
#banner{ width:100%; height:auto; float:left;}
#banner3{ width:100%; height:1000px; float:left; background-image:url(../banner/3.jpg); background-attachment:fixed;}
#banner4{ width:100%; height:1010px; float:left; background-image:url(../banner/4.jpg); background-attachment:fixed;}
#banner5{ width:100%; height:1010px; float:left; background-image:url(../banner/5.jpg); background-attachment:fixed;}
#banner6{ width:100%; height:1010px; float:left; background-image:url(../banner/6.jpg); background-attachment:fixed;}
#banner7{ width:100%; height:1010px; float:left; background-image:url(../banner/7.jpg); background-attachment:fixed;}
/*********************************** NOSOTROS  ******************************************************************/
#nos{ width:90%; height:auto; float:left; background-image:url(../imagenes/fondo_ama.png); padding:8% 5%;}
/*********************************** SERVICIOS  ******************************************************************/
#cajas_ser{ width:30%; height:auto; float:left; background-image:url(../imagenes/fondo_ama.png); padding:1%; margin:0% 1% 1% 0%;}
/*********************************** TRABAJO  ******************************************************************/
#ser{ width:94%; height:auto; float:left; background-image:url(../imagenes/fondo_ama.png); padding:3%; }
#cajas_tra{ width:25%; height:auto; float:left; }
/*********************************** LOGOS  ******************************************************************/
#log{ width:15%; height:auto; float:left; margin:0% 0.5% 0.5% 0%;}
/*********************************** MARCAS  ********************************************************************/
.marcas{ width:21%; height:auto; float:left; margin:2% 2%; padding-top:2%; }
/*********************************** TIPOGRAFIAS  **************************************************************/
.Texto {
	font-family: Tahoma;
	font-size: 17px;
	color: #000;
	text-decoration: none;
	line-height: 30px;
}
.Texto_pie {
	font-family: Tahoma;
	font-size: 14px;
	color: #000;
	text-decoration: none;
	line-height: 23px;
}