/* Estilos generales */
body {
	background-color: #40E6BB;
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
}

/* Encabezado */
header {
    position: relative;
    height: 140px;
    width: 100%;
}

.FondCabec {
    background-image: url('imgPass/fachUR.png');
    background-size: cover;
    background-position: center;
    height: 100%;
    width: 100%;
}

/* .header-title {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 100px;
}*/

/* Menú de navegación */
nav {
    background-color: #E56603;
    color: white;
}

nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

nav ul li {
    float: left;
}

nav ul li a {
    display: block;
    color: white;
    text-align: center;
    padding: 14px 20px;
    text-decoration: none;
}

nav ul li a:hover {
    background-color: #111;
}

/* Sección Central */
main {
    display: flex;
    padding: 20px;
}

.section-container {
    display: flex;
    width: 100%;
}

.menu-buttons {
    flex: 1;
    padding: 10px;
}

.menu-buttons button {
    display: block;
    margin: 10px 0;
    padding: 10px;
    width: 100%;
}

.slideshow {
    flex: 2;
    padding: 10px;
    position: relative;
}

.slideshow img {
    width: 100%;
    height: auto;
    display: block;
}

/* Información de Contacto */
footer {
            background-color: black;
            color: white;
            text-align: center;
            padding: 20px;
            position: relative;
            width: 100%;
            bottom: 0;
        }

        footer .InfmInst {
            margin: 10px 0;
        }

        footer .InfmInst p {
            margin: 5px 0;
        }

        footer .InfmInst a {
            color: #D0620C;
            text-decoration: none;
        }

        footer .InfmInst a:hover {
            text-decoration: underline;
        }

.news-section h2 {
    margin-top: 0;
}

.news-section p {
    margin: 10px 0;
}

.news-section a {
    color: #333;
    text-decoration: none;
}

.news-section a:hover {
    text-decoration: underline;
}

.swiper-container {
    width: 1020px;
    height: 260px;
	overflow: hidden;
	position: relative;
}

.swiper-slide img {
    width: 100%;
    height: auto;
	display: block;
}

/* Estilos opcionales de navegación */
.swiper-button-next, .swiper-button-prev {
    color: #000;
}

.swiper-pagination-bullet {
    background: #000;
}
