body {
    font-family: Arial, sans-serif;
    background-color: #f4f4f4;
}

header {
    background-color: #333;
    color: #333;
    --padding: 10px 0;
    text-align: center;
    --position: relative;
}

/*header img {
    max-width: 100%;
    height: 100%;
}*/

.image-container {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    padding: 5px;
}

.responsive-img {
    max-width: 100%;
    max-height: 200px; /* Ajusta este valor según tus necesidades */
}

main {
    color: black;
    padding: 1px;
}*/

h1 {
    color: #6b0000;
}

h2 {
    color: #000000;
}

ul.document-list {
    list-style-type: disc; /* Estilo de viñetas */
    padding-left: 40px; /* Espaciado a la izquierda para las viñetas */
}

ul.document-list li {
    margin: 10px 0;
}

a {
    color: #007BFF;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

footer {
    background-color: #333;
    color: #fff;
    text-align: center;
    -- padding: 10px 0;
    --position: fixed;
    width: 100%;
    -bottom: 0;
}