#documentos .accordeon .openAccordeon:after{
    content: "";
    width: 8px;
    height: 8px;
    position: absolute;
    border-right: 3px solid #D04F3B;
    border-top:3px solid #D04F3B;
    right: 24px;
    top: 50% !important;
    margin-top: -8px;

}
#documentos .accordeon.active .openAccordeon:after{
    margin-top: -2px;
}
#documentos .lista-encajonada .item .bottom > .col.second{
    background: #f5f5f5;
    border-top:1px solid #E6E6E6;
}

ul.lista-documentos {
    margin-left: 10px;
}

/* ********************** de Mobile a TABLET ********************** */

@media only screen and (min-width: 768px) {

    #documentos .lista-encajonada .item .bottom .second .lista-vinculos{
        position: relative;
        z-index: 1;
    }
    #documentos .lista-encajonada .item .bottom > .col.second:after{
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        width: 33.33333%;
        height: 100%;
        background: #f5f5f5;
        border-left: 1px solid #E6E6E6;
        z-index: 0;
    }



}




/* ********************** de Tablet a DESKTOP ********************** */

@media only screen and (min-width: 980px) {

    #documentos .accordeon .openAccordeon:after{
        right: 30px;

    }



}