/* --- ESTILOS BASE PARA TEXTOS GENERALES (DOCUMENTO) --- */
.doc-body {
    font-family: Arial, sans-serif;
    margin: 5px;
    line-height: 1.6;
    text-align: justify;
}

/* Encabezados del documento */
.doc-body h1 {
    text-decoration: underline;
    font-weight: bold;
    text-align: center;
}

/* Citas dentro del documento */
.doc-body blockquote {
    margin-left: 5px;
    font-style: italic;
}

/* Fecha o firma */
.doc-date {
    text-align: right;
    font-style: italic;
    margin-top: 5px;
}
