/* General 
body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
}

.header {
    background-color: #333;
    color: white;
    padding: 20px;
    text-align: center;
}

.menu_P {
    background-color: #444;
    display: flex;
    justify-content: center;
    padding: 10px 0;
}

.menu_P a {
    color: white;
    margin: 0 15px;
    text-decoration: none;
}
*/
.menu_P a:hover {
    text-decoration: underline;
}

/* Carrusel */
.carousel-inner img {
    height: 500px; /* Ajusta según tus necesidades */
    object-fit: cover;
}

/* Página incrustada */
iframe {
    width: 100%;
    height: 800px; /* Ajusta según tus necesidades */
    border: none;
}

/* Contenedor de contenidos */
.content {
    padding: 20px;
}
