

body {
    background-color: white;
    font-family: Arial;
    margin: 0;
    padding: 10px;
}

.marquee {
    background-color: purple;
    color: white;
    padding: 15px;
    text-align: center;
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 20px;
}

h1 {
    color: purple;
    text-align: center;
    font-size: 50px;
    margin: 20px 0;
}

h2 {
    color: purple;
    text-align: center;
    font-size: 30px;
    margin: 30px 0 15px 0;
}

.centrado {
    text-align: center;
}

.historia-img {
    width: 500px;
    border: 5px solid purple;
}

hr {
    height: 8px;
    background-color: purple;
    border: none;
    width: 85%;
    margin: 30px auto;
}


.tabla-explora {
    width: 70%;
    margin: 0 auto;
    border: 5px solid purple;
    background-color: #f2f2f2;
}

.tabla-explora td {
    text-align: center;
    padding: 15px;
    vertical-align: top;
}

.tabla-explora a {
    color: purple;
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
}

.tabla-explora a:hover {
    color: darkviolet;
}

.celda-once {
    background-color: white;
}

.celda-aficion {
    background-color: #e6e6e6;
}

small {
    font-size: 15px;
    color: gray;
}