@font-face { 
   font-family: aller_texto;
   src: url("../fuentes/Aller-LightItalic.woff") format('woff');
   src: url("../fuentes/Aller-LightItalic.woff2") format('woff2');
      src: url("../fuentes/ALLER_LT_0.TTF") format('truetype');

}
@font-face { 
   font-family: aller_titulos;
   src: url("../fuentes/Aller.woff") format('woff');
   src: url("../fuentes/Aller.woff2") format('woff2');
   /*src: url("../fuentes/ALLER_0.TTF") format('truetype');
   src: url("../fuentes/ALLER_0.otf") format('truetype');*/
}
p {font-family:"aller_texto";}
#pestañas .pestaña{
	font-family:"aller_titulos";
	letter-spacing: 1px;}

#slider1_container{
	margin:10px auto;
	width:1000px;
	text-align:center;
	margin-top:20px;
	text-align:center;
	position:relative;
	height:314px;
        z-index: 0;
}
#pestañas{
	margin:-1px auto 0px;
	width:1000px;
	text-align:left;
	position:relative;
	height:100px;
	background-size: 100% 100%;
	background-repeat: no-repeat; 
	background-image:url("../imagenes/pes1.png"), url("../imagenes/pes2.png"), url("../imagenes/pes3.png");
	background-position:0 0, 0 -10px, 0 -10px;
}
#pestañas a{
	vertical-align:middle;
	height:100%;
	color:white;
	font-size:18px;
	font-style:normal;
	text-decoration:none;
	text-align:center;
	display:block;
}
.pestaña{
	position:relative;
	float:left;
	height:100%;
	line-height:100px;
	vertical-align:middle;
	cursor:pointer; 
        cursor: hand;
}
.pestaña:nth-of-type(1){
	width:30%;
}
.pestaña:nth-of-type(2){
	width:38%;
}
.pestaña:nth-of-type(3){
	width:32%;
}
#descripcion{
	margin:25px auto 0px;
	width:900px;
	position:relative;
}
#descripcion img{
	max-width: 100%;
}
