<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">footer {
    background-color: #757576;
}

.pieDePagina{
    width: 100%;
    margin-left: 0;
}

.lineablanca {
    border-top: solid;
    border-color: white;
    border-radius: 2rem;
}

.titulo {
    font-style: arial;
    color: white;
    text-align: center;
    font-family: 'Inter', sans-serif;
}

a {
    padding-left: 1rem;
    color: white;
}

.cols {
    text-align: center;
}

/*.derecha,
.izquierda {
    text-align: center;       
}*/

p {
    margin-top: 0.5rem;
    margin-bottom: -1rem;
    padding-right: 10%;
    padding-left: 10%;    
}

.horarios {
    margin-top: 1rem;
    margin-bottom: 2rem;
    color: white;
}

.imagenes {
    width: 100%;
    text-align:center;
    margin: 0.5rem;
    padding-right: 0.5rem;
}

/* Estilos para los enlaces en la clase .izquierda */
.documentosAsociados .izquierda a {
    display: block; /* Hacer que los enlaces sean bloques */
    text-align: center; /* Centrar el texto en el enlace */
    margin-bottom: 10px; /* Agregar un espacio entre enlaces */
}

/* Estilos para los enlaces en la clase .derecha */
.documentosAsociados .derecha a {
    display: block; /* Hacer que los enlaces sean bloques */
    text-align: center; /* Centrar el texto en el enlace */
    margin-bottom: 10px; /* Agregar un espacio entre enlaces */
}

img {
    margin: 0.5rem;
    color: white;
}

.contenedor-made-by {
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    width: 100%;
    justify-content: center;
    align-content: center;
    align-items: center;
    padding: 1rem;
    margin-top: 4rem;

}

.parrafocont {
    margin-left: -190px;
    margin-right: -190px;
}

.contenedor-made-by img {
    width: 12%;
    text-align: center;

}</pre></body></html>