.notification{
    background: white;
}
.cuadronotf{
    width: 99%;
    padding: 1px;
    border: 1px #c3c3c3 solid;
    font-size: .8em;
    cursor: pointer;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
    background: rgba(243, 243, 243, 0.925);    
}
.cuadronotf2{
    width: 100%;
    padding: 1px;
    border: 1px #c3c3c3 solid;
   border-bottom: none;
    font-size: 1em;
    cursor: pointer;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    margin: auto;
    background: rgba(243, 243, 243, 0.925);

}
.cuadronotf2 a:hover{
    background: #c3c3c3 !important;
}
.encabezado{
    width: 100%;
    background: white;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}
.encabezado .fa-comment-dots{
    color:rgb(250, 174, 33);
    font-size: 1.5em;
    margin-right: 1%;
    padding: 5px;
}
.cuadronotf2 .fa-external-link-alt{
    color:rgb(92, 208, 253);
}
.encabezado .titulo{
    margin-top: 4px;
}
.contnotif{
    width: 100%;
    padding: 5px;
    margin-top: 1%;
}
.scrol{
    overflow-y: auto;
}
.scrol::-webkit-scrollbar {
    -webkit-appearance: none;
}

.scrol::-webkit-scrollbar:vertical {
    width:10px;
}

.scrol::-webkit-scrollbar-button:increment,.scrol::-webkit-scrollbar-button {
    display: none;
} 

.scrol::-webkit-scrollbar:horizontal {
    height: 10px;
}

.scrol::-webkit-scrollbar-thumb {
    background-color: #797979;
    border-radius: 20px;
    border: 2px solid #f1f2f3;
}

.scrol::-webkit-scrollbar-track {
    border-radius: 10px;  
}
.scrol {
    /*Estilos estándar experimentales (Principalmente Firefox)*/
    scrollbar-color: rgba(0, 0, 0, .5) rgba(0, 0, 0, 0);
    scrollbar-width: thin;
}
.bar{
    /*Estilos estándar experimentales (Principalmente Firefox)*/
    scrollbar-color: rgba(255, 255, 255, 0.836) rgba(255, 255, 255, 0.007);
    scrollbar-width: thin;
}