
/* Anexo Notas */
.notas {
    margin-left: 0.8em;
}
.notas > li {
    padding-bottom: 0.5em;
}
ol.notas li::marker {
    font-size: 0.8em;
}
/* Fin de Anexo Notas */

/* Anexo Corpus */
.corpus {
    margin-left: 3em;
    text-indent: -3em;
    text-align: left;
    padding-bottom: 0.5em;
}
/* Fin de Anexo Corpus */

/* Anexo Referencias */
.referencias {
    margin-left: 3em;
    text-indent: -3em;
    text-align: left;
    padding-bottom: 0.3em;
}
/* Fin de Anexo Referencias */

/* Abreviaturas */
.abreviaturas {
    text-indent: 0;
}
/* Fin de Anexo Abreviaturas */

.otros {
    text-indent: 0;
    text-align: left;
    padding-bottom: 0.5em;
}