/* CSS Document */

/* Botón PORTADA */
a#alojamientos {
    display:block;
    text-indent:-9999em;
    width:66px;
    height:20px;
    background:url(alojamientos.gif) top left no-repeat;
}
a#alojamientos:hover {
    background-position:0 -20px;
}

/* Botón QUIENES SOMOS */
a#instalaciones {
    display:block;
    text-indent:-9999em;
    width:68px;
    height:20px;
    background:url(instalaciones.gif) top left no-repeat;
}
a#instalaciones:hover {
    background-position:0 -20px;
}

/* Botón TARIFAS */
a#servicios {
    display:block;
    text-indent:-9999em;
    width:47px;
    height:20px;
    background:url(servicios.gif) top left no-repeat;
}
a#servicios:hover {
    background-position:0 -20px;
}

/* Botón CONDICIONES */
a#situacion {
    display:block;
    text-indent:-9999em;
    width:48px;
    height:20px;
    background:url(situacion.gif) top left no-repeat;
}
a#situacion:hover {
    background-position:0 -20px;
}

/* Botón CONTACTAR */
a#alrededores {
    display:block;
    text-indent:-9999em;
    width:63px;
    height:20px;
    background:url(alrededores.gif) top left no-repeat;
}
a#alrededores:hover {
    background-position:0 -20px;
}
/* Botón CONTACTAR */
a#contactar {
    display:block;
    text-indent:-9999em;
    width:54px;
    height:20px;
    background:url(contactar.gif) top left no-repeat;
}
a#contactar:hover {
    background-position:0 -20px;
}
