@charset "utf-8";
/* CSS Document */

#quienesSomos {
	background:url(img/quienesSomos.gif) 0 0 no-repeat;
	height:35px;
	display:block;

}

#quienesSomos:hover {
	 background-position:left bottom;
}

#quienesSomos-s {
 	background:url(img/quienesSomos-selected.gif) no-repeat;
	height:35px;
	display:block;
}

#queHacemos {
	background:url(img/queHacemos.gif) 0 0 no-repeat;
	height:35px;
	display:block;

}

#queHacemos:hover {
 	background-position:left bottom;
}

#queHacemos-s {
 	background:url(img/queHacemos-selected.gif) no-repeat;
	height:35px;
	display:block;
}


#articulos {
	background:url(img/articulos.gif) 0 0 no-repeat;
	height:35px;
	display:block;

}

#articulos:hover {
 	background-position:left bottom;
}

#articulos-s {
 	background:url(img/articulos-selected.gif) no-repeat;
	height:35px;
	display:block;
}


#comoLoHacemos {
	background:url(img/comoLoHacemos.gif) 0 0 no-repeat;
	height:35px;
	display:block;

}

#comoLoHacemos:hover {
 	background-position:left bottom;
}

#comoLoHacemos-s {
 	background:url(img/comoLoHacemos-selected.gif) no-repeat;
	height:35px;
	display:block;
}

#recursos {
	background:url(img/recursos.gif) 0 0 no-repeat;
	height:35px;
	display:block;

}

#recursos:hover {
 	background-position:left bottom;
}

#recursos-s {
 	background:url(img/recursos-selected.gif) no-repeat;
	height:35px;
	display:block;
}

#contacto {
	background:url(img/contacto.gif) 0 0 no-repeat;
	height:35px;
	display:block;

}

#contacto:hover {
 	background-position:left bottom;
}

#contacto-s {
 	background:url(img/contacto-selected.gif) no-repeat;
	height:35px;
	display:block;
}

#cabArticulos {
	background: #91C6F4 url(img/articulos.png) no-repeat;
	text-align:right;
	width:475px;
	height:35px;
	padding-right:20px;
	padding-top:10px;
	padding:10px 20px 2px 0;
}
