body {
    margin: 0;
    font-family: "Segoe UI", sans-serif;
    background: #f5efe6;
}

header {
    background: linear-gradient(90deg, #005f99, #4fa4c7);
    padding: 20px;
    text-align: center;
    color: white;
    box-shadow: 0 3px 8px rgba(0,0,0,0.2);
}

.top-lang {
    position: absolute;
    top: 10px;
    right: 20px;
}

.top-lang a {
    color: white;
    font-weight: bold;
}

.logo-container {
    width: 100%;
    text-align: center;
    margin: 5px 0 10px;
}

.logo {
    width: 180px;
    height: auto;
}

nav a {
    color: white;
    margin: 0 15px;
    text-decoration: none;
    font-weight: bold;
}

.seccion {
    padding: 50px 20px;
}

.galeria img {
    width: 250px;
    height: 180px;
    object-fit: cover;
    margin: 10px;
    border-radius: 10px;
}
