/* --- ENTRADAS Y DOCUMENTOS ----------------- */

/* --- Encabezados H2 de Documentos ---------- */

.single h2 {
    margin-top: 30px;
    margin-bottom: 20px;
}


/* --- Numero de parrafos de Documentos ---------- */

.single .n_parr {
    font-weight: bold;
    color: #000000;
}


/* --- Numero de Notas ---------- */

.single .verMas {
    color: #4722BD;
    cursor: pointer;
}


/* --- Pop Up ---------- */

#ad-popup {
    visibility: hidden;
    opacity: 0;
    transition: all .2s ease-in;
}

#ad-popup.open {
    visibility: visible;
    opacity: 1;
}
