#contenedor-header{
    background:#eefba9;
    border-radius:20px;
    padding:15px;
    display: flex;
    
}
#header-titulos{
    width: 75%;
    text-align: center;
}
#header-imagen{
    width: 20%;
    
}
#titulo{
    font-size: 40px;
}
#navega {
    background: #b8e677;
    padding: 8px;
    border-radius: 15px;
}

nav ul{
    display: flex;
    justify-content: center;
    list-style: none;
    padding: 5px;
}
li{
    background-color: #53849a;
    color:white;
    font-size: 30px;
    border-radius: 10px;
    padding: 5px;
    margin: 3px;
    font-style: italic;
}
a{
    color: white;
    text-decoration: none;
}
article{
    display: flex;
    justify-content: center;
    margin: 15px;
    background: #a5b94c;
    border-radius: 15px;
    padding: 15px;
}
article div{
    width: 400px;
    background: #eeeeee;
    padding: 20px;
    border-radius: 15px;
}
article div h1{
    text-align: center;
}
article div img{
    width: 320px;
    height: 150px;
}
nav ul li img{
    width: 40px;;
    height: 20px;
}
article div p{
    background: #d3eefa;
    border-radius: 20px;
    font-weight: 300;
    padding: 15px;
    font-size: 20px;
    font-style: italic;
    color: #3b72a0;
    text-align: center;
}
article img{
    margin: 15px;
    border-radius: 25px;
    width: 600px;
    height: 400px;
}
#caliber{
    width: 600px;
    height: 400px;
}
footer{
    background:#2A363B;
    border-radius: 20px;
    padding: 2px;
    display: flex;
}
.footer-p{
    color: black;
    font-weight: bolder;
    font-size: 20px;
    width: 50%;
    font-style: oblique;
    text-align: center;
}
#contenedorPrincipal{
    display: flex;
    background-image: linear-gradient(#85ca61,#5d9b7c);
    border-radius: 15px;
}
section{
    width: 80%;
}

aside{
    border: 3px green solid;
    padding: 5px;
    width: 20%;      
    
}
aside img{
    height: 320px;
    width: 255px;
}



aside p{
    background: #bed0d9;
    border-radius: 15px;
    font-weight: 300;
    padding: 15px;
    font-size: 15px;
    color: blue;
    text-align: center;
}
    