
body {
    font-family: 'Inter', sans-serif;
}

.title-font {
    font-family: 'Playfair Display', serif;
}

/* Subrayado personalizado para títulos */
.title-underline {
    border-bottom: 3px solid #7dd3fc; 
    display: inline-block;
    padding-bottom: 4px;
}

/* Estilos para tablas */
.table-header {
    background-color: #1e3a8a; /* azul oscuro */
    color: white;
    font-weight: bold;
}

.table-row-even {
    background-color: white;
    color: black;
}

.table-row-odd {
    background-color: #bbf7d0; /* verde claro */
    color: black;
}

/* Estilos para imagen flotante - solo en página de bienvenida */
.floating-image {
    float: right;
    margin: 0 0 20px 30px;
    border: 2px solid #000000; /*borde negro*/
    border-radius: 8px;
    width: 300px;
    height: auto;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
