
#menu li a:visited{
color: white;
}

#menu li a:hover, #menu li a.current{
color: white;
}

.tabcontainer{
clear: left;
width:95%; /*width of 2nd level sub menus*/
}

*:first-child+html .ieclass{ /*IE7 hack to remove gap between menu and sub contents*/
margin-top: -19px;
}

* html .ieclass{ /*IE6 and below hack to remove gap between menu and sub contents*/
margin-top: -19px;
}
/* Estilos de menus */

#menu {
width: 817px;
margin: 94px 0 0 170px;
position:absolute;
}

#menu ul {margin:0; padding:0; list-style:none}
#menu li {float:left; margin-right:3px }

#menu a.botton {
height: 28px;
text-indent: -9999px;
display:block;
text-align:left;
}

#menu a.botton:hover {background-position: 0 -0px}
#menu #sel {background-position: 0 -88px}

/* Configuraciones del menu */

#menu ul a.inicio {background: url(../images/menu/inicio.gif) no-repeat; no-repeat; width: 78px; }
#menu ul a.inicio:hover {background-position: 0 -28px}

#menu ul a.hotel {background: url(../images/menu/hotel.gif) no-repeat; width: 83px}
#menu ul a.hotel:hover {background-position: 0 -28px}

#menu ul a.habitaciones {background: url(../images/menu/alojamiento.gif) no-repeat; width: 118px;}
#menu ul a.habitaciones:hover {background-position: 0 -28px}

#menu ul a.eventos {background: url(../images/menu/eventos.gif) no-repeat; width: 85px}
#menu ul a.eventos:hover {background-position: 0 -28px}

#menu ul a.servicios {background: url(../images/menu/servicios.gif) no-repeat; width: 93px}
#menu ul a.servicios:hover {background-position: 0 -28px}

#menu ul a.gastronomia {background: url(../images/menu/gastronomia.gif) no-repeat; width: 125px}
#menu ul a.gastronomia:hover {background-position: 0 -28px}

#menu ul a.expo_club_card {background: url(../images/menu/expoclub.gif) no-repeat; width: 98px}
#menu ul a.expo_club_card:hover {background-position: 0 -28px}

#menu ul a.ubicacion {background: url(../images/menu/entorno.gif) no-repeat; width: 103px}
#menu ul a.ubicacion:hover {background-position: 0 -28px}



