#pestania-accesibilidad {
    float: right;
    cursor: pointer;
    background-color: rgba(41, 41, 41, 0.8);
    color: #fff;
    height: 35px;
    line-height: 35px;
    margin-right: 40px;
    font-weight: bold;
    padding: 0 10px;
    position: relative
}

.tx-unal-accesibilidad {
    position: absolute;
    margin-top: 5px;
    margin-right: 50px;
  }

  
#pestania-accesibilidad::before {
    position: absolute;
    left: -35px;
    top: 0;
    content: '';
    background-image: url("/static/assets/images/plantilla/access-icon.jpg");
    width: 35px;
    height: 35px
}


main.accesibility-on {
    padding-top: 200px
}

.tx-unal-accesibilidad {
    z-index: 2;
    top: 103px;
    width: 100%;
    left: 0;
    background-color: transparent
}

main.home {
    margin-top: -35px
}

.tx-unal-accesibilidad .panel-content {
    padding: 1em;
    border-bottom: 3px solid #292929;
    float: left;
    width: 100%;
    padding: 3em 4em;
    background-color: #fff
}

.tx-unal-accesibilidad .panel-content .boton-panel {
    padding: 10px;
    background-color: #292929;
    border: none;
    color: #fff;
    margin-right: 5px;
    font-weight: bold
}

.tx-unal-accesibilidad .panel-content .boton-panel:hover,
.tx-unal-accesibilidad .panel-content .boton-panel:focus {
    background-color: #0763c8
}

.tx-unal-accesibilidad .panel-content .border {
    border-right: #292929 solid 1px
}

.tx-unal-accesibilidad .panel-content h4 {
    color: #292929;
    font-weight: normal;
    margin-bottom: 10px
}

.tx-unal-accesibilidad .panel-content input.letras-porcentaje {
    height: 35px;
    line-height: 35px;
    border: none;
    background-color: rgba(41, 41, 41, 0.2);
    font-weight: bold;
    padding: 0px 10px;
    width: auto;
    text-align: center
}

.contraste-1 {
    background-color: red
}

.contraste-2 {
    background-color: green
}

.contraste-3 {
    background-color: blue
}