.chosen-select-conten .chosen-container-single{
    width: 100% !important;
}

.chosen-select-conten .chosen-container-multi{
    width: 100% !important;
}

.chosen-container-single .chosen-single{
    border-top-right-radius: 0px !important;
    border-top-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}


.bordes_conten{
    border: 1px solid #dee2e6;
    border-radius: .25rem;
    padding: .25rem;  
}

/* estilos para escritorio */
@media screen and (min-width: 767px) {
    .conten_candidato{
        margin-bottom:15px;
    }
}

/* estilos solo para telefonos */
@media screen and (max-width: 767px){
    .conten_candidato{
        width:100px;
        margin-bottom:15px; 
    }

    /* (RA) ESTILOS PARA EL FORMULARO DE REGISTRO DE ACTAS */
        .ra_conten_left{
            float: left;
            width: 50%;
        }
        .ra_conten_right{
            float: left;
            width: 50%;
        }
        .ra_conten_center{
            width: 100%;
        }
    /* FIN ESTILO (RA)  */

    .DA_dig_aco{
        margin-left: 3%;    
    }

    .mobil_margin_top{
        margin-top: 5px !important;
    }

    .mobil_pdf_digitador{
        height: 500px !important;
    }
}

.cont_desplegable{
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    /* border: 1px solid #367fa9; */
    border: 1px solid #3c8dbc;
    border-radius: .25rem;
}

.header_desplegable{

    position: relative;
    padding: .30rem 1.25rem 0 .90rem;
    /*        top     right  bottom left   */
    /* margin-bottom: 1rem; */
    border: 1px solid transparent;
    border-radius: .0rem .0rem 0 0;
    color: #fff;
    background-color: #3c8dbc;
    border-color: #3c8dbc;
    font-weight: bold;

}

.header_desplegable:hover{
    background-color: #3478a0;
}
.f_abajo{
    margin-top: 8px;
    float: right;
    border-top: .5em solid;
    border-right: .5em solid transparent;
    border-left: .5em solid transparent;
}

.f_arriba{
    margin-top: 8px;
    float: right;
    border-bottom: .5em solid;
    border-right: .5em solid transparent;
    border-left: .5em solid transparent;
}
