
.lista-scroll {
    width: 15%;
    @include posicionamiento-fixed(100px, 0, null, null);
    
    ul {
        li {
            a {                
                position: relative;
                display: block;
                padding: 6px 15px;
                color: rgb(94, 94, 94);
                font-weight: 300;
                font-size: 18px;
            }
        }
    }
}


.elemento-seleccionado {
    width: 3px;
    height: 29px;
    background-color: $fd-azul-c;
    position: absolute;
    left: 0;
}