@CHARSET "ISO-8859-1";

/*
 * OPCIONES DEL MENU
 */

#menu li {
	margin: 0;
	padding: 0;
	display: block;
	float: left;
}

#menu li a span {
	display: none;
}

a.opc_inicio, a.opc_hotel, a.opc_llegar, a.opc_fiestas, a.opc_tarifas, a.opc_promociones {
	height: 48px;
	background: url(../img/menu_es.jpg) no-repeat;
	display: block;
	float: left;
}

a.opc_inicio {
	width: 99px;
	background-position: 0 0;
}

a.opc_inicio:hover {
	background-position: 0 -48px;
}

a.opc_hotel {
	width: 117px;
	background-position: -99px 0;
}

a.opc_hotel:hover {
	background-position: -99px -48px;
}

a.opc_llegar {
	width: 130px;
	background-position: -216px 0;
}

a.opc_llegar:hover {
	background-position: -216px -48px;
}

a.opc_fiestas {
	width: 215px;
	background-position: -346px 0;
}

a.opc_fiestas:hover {
	background-position: -346px -48px;
}

a.opc_tarifas {
	width: 191px;
	background-position: -561px 0;
}

a.opc_tarifas:hover {
	background-position: -561px -48px;
}

a.opc_promociones {
	width: 144px;
	background-position: -752px 0;
}

a.opc_promociones:hover {
	background-position: -752px -48px;
}

/*
 * TITULOS
 */

.titulo_inicio {
	background: url(../img/titulo-la-casona_es.jpg) top left no-repeat;
}

.titulo_hotel {
	background: url(../img/titulo-el-hotel_es.jpg) top left no-repeat;
}

.titulo_como_llegar {
    background: url(../img/titulo-como-llegar_es.jpg) top left no-repeat;
}

.titulo_fiestas_actividades {
    background: url(../img/titulo-fiestas-y-actividades_es.jpg) top left no-repeat;
}

.titulo_tarifas_reservas {
    background: url(../img/titulo-tarifas-y-reservas_es.jpg) top left no-repeat;
}

.titulo_promociones {
    background: url(../img/titulo-promociones_es.jpg) top left no-repeat;
}

