* {
    vertical-align: baseline;
    font-weight: inherit;
    font-family: inherit;
    font-style: inherit;
    font-size: 100%;
    border: 0 none;
    outline: 0;
    padding: 0;
    margin: 0;
}

body {
    font-size: 100%;
    font-family: Cambria, 'Hoefler Text', 'Liberation Serif', Times, 'Times New Roman', serif;
    color: #FFF;
    background: url("fondo1.jpg") no-repeat center center;
    background-size: cover;
}

header {
    width: 100%;
    padding: 30px 0;
    background: rgb(70,70,70);
}

header h1 {
    font-family: "merienda-one";
    font-size: 2em;
    color: #FFF;
}

header p {
    font-size: 1.3em;
}

header h1, header p {
    width: 80%;
    margin: 0 auto;
    min-width: 800px;
}

span:nth-child(1) { color: #FF0; }
span:nth-child(2) { color: #0FF; }
span:nth-child(3) { color: #F00; }

#contenedor {
    width: 80%;
    min-width: 800px;
    margin: 0 auto;
}

nav {
    width: 100%;
    overflow: auto;
    font-weight: bold;
    margin: 15px 0;
}

nav ul {
    list-style: none;
}

nav li {
    float: left;
    margin: 8px;
}

nav li:first-child {
    margin-left: 0;
}

li#rojo {
    background-color: red;
}

nav a {
    text-decoration: none;
    color: rgb(70, 70, 70);
}

nav a:hover {
    color: rgb(255, 85, 70);
}

#imgPrinc {
    width: 100%;
    height: 400px;
    background: url("principal.jpg") no-repeat center center;
    background-size: cover;
    position: relative;
}

#imgPrinc p {
    background-color: rgb(255, 85, 70);
    width: 50%;
    padding: 15px;
    position: absolute;
    bottom: 0;
    color: #FFF;
}

#imgPrinc + p {
    background: rgb(70,70,70);
    font-size: 1.3em;
    font-style: italic;
    padding: 20px;
    margin: 20px 0;
}

aside {
    width: 32%;
    float: left;
}

aside section {
    height: auto; /* Ajuste dinámico al contenido */
    min-height: 150px; /* Tamaño mínimo para una buena visualización */
    margin-bottom: 10px;
    padding: 10px 10px 10px 30%;
    background: rgb(255,85,70) no-repeat 5% center;
    background-size: cover; /* Se asegura de que la imagen cubra el fondo */
}

/* Especificar las imágenes correctamente */
section:nth-child(1) {
    background-image: url("alarma1.avif");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

section:nth-child(2) {
    background-image: url("calendario2.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

section:nth-child(3) {
    background-image: url("musica.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 0;
}

.planes {
    width: 32%;
    height: 290px;
    float: left;
    background: #F00;
    position: relative;
}

.planes p {
    position: absolute;
    bottom: 0;
    background-color: rgb(255, 85, 70);
    padding: 5px 0;
    width: 100%;
    text-align: center;
    color: #FFF;
}

.planes:nth-child(5) {
    margin: 0 2%;
    background: url("popayan.jpg") no-repeat center center;
    background-size: cover;
}

.planes:nth-child(6) {
    background: url("extemo.jpg") no-repeat center center;
    background-size: cover;
}

blockquote {
    clear: both;
    background: #FFF;
    color: rgb(70, 70, 70);
    font-style: italic;
    padding: 20px;
    position: relative;
    top: 20px;
    margin-bottom: 40px;
}

footer {
    width: 100%;
    padding: 30px 0;
    background: rgb(70,70,70);
    overflow: auto;
}

footer div {
    width: 80%;
    margin: 0 auto;
    min-width: 800px;
}

footer img {
    margin-right: 50px;
    float: left;
}

footer p {
    float: left;
    padding-top: 12px;
}

    footer {
    width: 100%;
    padding: 30px 0;
    background: url("fondo\ de\ pantalla.avif") no-repeat center center; /* Ruta a tu imagen */
    background-size: cover; /* Asegura que la imagen cubra todo el espacio */
    color: #FFF; /* Cambia el color del texto para que sea visible */
    overflow: auto;

}
footer i {
    font-size: 40px; 
    margin-right: 20px; 
}
