body {
    background-color: #1a1a1a;
    color: white;
    font-family: Arial, sans-serif;
    line-height: 1.6;
    margin: 0;
}

#inicio {
    background-color: #990000;
    text-align: center;
    padding: 20px;
}

.titulo-principal {
    color: white;
    font-size: 3em;
    margin: 0;
}

.subtitulo {
    color: white;
    font-size: 1.8em;
    margin: 0;
}

.seccion {
    width: 80%;
    max-width: 900px;
    margin: 20px auto;
}

.imagen-programa {
    background-color: white;
    display: block;
    width: 80%;
    max-width: 500px;
    height: auto;
    margin: 20px auto;
    padding: 10px;
}

.titulo-seccion {
    color: #cc0000;
    text-align: center;
    text-decoration: underline;
}

.texto-principal {
    text-align: justify;
}

#personajes {
    background-color: #2b2b2b;
    padding: 20px;
}

.personaje {
    background-color: #f9fafb;
    color: #2c3e50;
    margin: 20px auto;
    padding: 10px;
}

.personaje h3 {
    color: #990000;
    font-size: 1.8em;
    margin-bottom: 5px;
}

#datos {
    text-align: center;
}

.tabla-datos {
    border-collapse: collapse;
    width: 90%;
    margin: 20px auto;
}

.tabla-datos th, .tabla-datos td {
    border: 1px solid white;
    padding: 10px;
    text-align: center;
}

.tabla-datos th {
    background-color: #990000;
    color: white;
}

.enlace-informacion a {
    color: #cc0000;
    font-weight: bold;
    text-decoration: none;
}

.enlace-informacion a:hover {
    color: white;
    text-decoration: underline;
}

.texto-pie {
    background-color: #990000;
    color: white;
    font-style: italic;
    margin: 0;
    padding: 20px;
    text-align: center;
}
