body {
    font-family: "Times New Roman", Times, serif;
    font-size: 12pt;
    line-height: 2; /* Doble espacio */
    color: #000;
    background-color: #f8f9fa; /* Fondo gris claro para contraste visual */
    }

.apa-page {
    background-color: #fff;
    max-width: 8.5in; /* Equivalente a hoja carta */
    height: 11in;
    margin: 2rem auto;
    padding: 1in; /* Margen de 1 pulgada (2.54 cm) */
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    }

.title-page {
    min-height: 50vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    }
h1, h2, h3 {
    font-family: "Times New Roman", Times, serif;
    font-weight: bold;
    color: #000;
    }

/* Ajuste de párrafos */
p {
    text-align: justify;
    text-indent: 0.5in; /* Sangría de primera línea */
    margin-bottom: 0;
    }

/* Referencias: sangría francesa */
.references p {
    text-indent: -0.5in;
    margin-left: 0.5in;
    }
ul{
    list-style-type: none;
    padding-left: 0;   
}
a{
    text-decoration: none;
}