/* CSS Document */

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

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

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

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

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