/* titulos.css - Versin limpia sin conflictos con nav.php */

/* ========================================
   ESTILOS DE TTULOS
   ======================================== */

/* Estilos generales para h1 y h2 */
h1, h2 {
    text-align: center;
    font-weight: 600;
    color: #222;
    margin: 20px 0;
}

h1 {
    font-size: 28px;
}

h2 {
    font-size: 22px;
}

/* ========================================
   ESTILOS DEL FOOTER
   ======================================== */

footer {
    background-color: #f2f2f2;
    color: #777;
    text-align: center;
    padding: 20px 0;
    width: 100%;
    bottom: 0px;
}

/* ========================================
   NOTA IMPORTANTE:
   Los estilos de header, nav y navegacin
   estn completamente gestionados por nav.php
   NO duplicar aqu para evitar conflictos.
   ======================================== */