/* CSS Document */

/* Capa del Menu */
#Menu {
	height: 35px;
}


/*********** ESPAÑOL ***********/

/* Botón LA CASA */
a#es-lacasa {
    display:block;
    text-indent:-9999em;
    width:107px;
    height:35px;
    background:url(es_la-casa.gif) top left no-repeat;
}
a#es-lacasa:hover {
    background-position:0 -35px;
}

/* Botón DONDE ESTAMOS */
a#es-dondeestamos {
    display:block;
    text-indent:-9999em;
    width:193px;
    height:35px;
    background:url(es_donde-estamos.gif) top left no-repeat;
}
a#es-dondeestamos:hover {
    background-position:0 -35px;
}

/* Botón ENTORNO/ACTIVIDADES */
a#es-entorno {
    display:block;
    text-indent:-9999em;
    width:246px;
    height:35px;
    background:url(es_entorno.gif) top left no-repeat;
}
a#es-entorno:hover {
    background-position:0 -35px;
}

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

/* Botón COSAS */
a#es-cosas {
    display:block;
    text-indent:-9999em;
    width:89px;
    height:35px;
    background:url(es_cosas.gif) top left no-repeat;
}
a#es-cosas:hover {
    background-position:0 -35px;
}



/*********** INGLÉS ***********/

/* Botón LA CASA */
a#en-lacasa {
    display:block;
    text-indent:-9999em;
    width:176px;
    height:35px;
    background:url(en_la-casa.gif) top left no-repeat;
}
a#en-lacasa:hover {
    background-position:0 -35px;
}

/* Botón DONDE ESTAMOS */
a#en-dondeestamos {
    display:block;
    text-indent:-9999em;
    width:125px;
    height:35px;
    background:url(en_donde-estamos.gif) top left no-repeat;
}
a#en-dondeestamos:hover {
    background-position:0 -35px;
}

/* Botón ENTORNO/ACTIVIDADES */
a#en-entorno {
    display:block;
    text-indent:-9999em;
    width:235px;
    height:35px;
    background:url(en_entorno.gif) top left no-repeat;
}
a#en-entorno:hover {
    background-position:0 -35px;
}

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

/* Botón COSAS */
a#en-cosas {
    display:block;
    text-indent:-9999em;
    width:103px;
    height:35px;
    background:url(en_cosas.gif) top left no-repeat;
}
a#en-cosas:hover {
    background-position:0 -35px;
}
