/*----------- MENU -------------------*/
#menu {
	float: right; width: 541px; position: relative; height: 39px; margin-top: 11px;
}
#menu li {
	display: block; background: url(img/menu-ingles.jpg) no-repeat 0px -78px; position: absolute; height: 39px;
}
#menu a {
	display: block; height: 39px;
}
#menu #hotel {
	background-position: 0px 0px; left: 0px; width: 88px; top: 0px;
}
/* #menu #hotel a:hover {
	background: url(img/menu-ingles.jpg) no-repeat 0px -39px;
} */
#menu #habitaciones {
	background-position: -88px -78px; left: 88px; width: 87px; top: 0px;
}
#menu #habitaciones a:hover {
	background: url(img/menu-ingles.jpg) no-repeat -88px -39px;
}
#menu #localizacion {
	background-position: -175px -78px; left: 175px; width: 86px; top: 0px;
}
#menu #localizacion a:hover {
	background: url(img/menu-ingles.jpg) no-repeat -175px -39px;
}
#menu #tarifas {
	background-position: -261px -78px; left: 261px; width: 86px; top: 0px;
}
#menu #tarifas a:hover {
	background: url(img/menu-ingles.jpg) no-repeat -261px -39px;
}
#menu #reservas {
	background-position: -347px -78px; left: 347px; width: 87px; top: 0px;
}
#menu #reservas a:hover {
	background: url(img/menu-ingles.jpg) no-repeat -347px -39px;
}
#menu #contacto {
	background-position: -434px -78px; left: 434px; width: 111px; top: 0px;
}
#menu #contacto a:hover {
	background: url(img/menu-ingles.jpg) no-repeat -434px -39px;
}
/*----------- FIN MENU -------------------*/