/* SECCIÓN: APOYO A LOS LECTORES DE TEXTO */
.ayudaAcces {
    position: absolute;
    left: -10000px;
    top: 0;
    width: 0.0001%;
    font-size: 0.0001em;
    line-height: 0.0001%;
}
a.ayudaAcces:active {
    position: static;
    width: auto;
    height: auto;
}