/* CSS Document */

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

/* Botón SOBRE EL WEPT */
a#sobre-wept {
    display:block;
    text-indent:-9999em;
    width:261px;
    height:27px;
    background:url(que-es-wept.gif) top left no-repeat;
}
a#sobre-wept:hover {
    background-position:0 -27px;
}

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

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

/* Botón EQUIPO DE VALORACION */
a#equipo-valoracion {
    display:block;
    text-indent:-9999em;
    width:261px;
    height:27px;
    background:url(equipo-de-valoracion.gif) top left no-repeat;
}
a#equipo-valoracion:hover {
    background-position:0 -27px;
}

/* Botón AYUDA ONLINE */
a#ayuda-online {
    display:block;
    text-indent:-9999em;
    width:261px;
    height:25px;
    background:url(ayuda-online.gif) top left no-repeat;
}
a#ayuda-online:hover {
    background-position:0 -25px;
}
