body{
    background-color: green;
}
#contenedor-header{
    background-color: beige;
    border-radius: 20px;
    padding: 15px;
    display: flex;
}

#header-titulos{
    width: 60%;
    text-align: center;
}
header h1{
    font-size: 60px;
    color: darkgreen;
}
header h3{
    font-size: 30px;
    color: green;
}
#hi1{
    width: 20%;
}
#hi2{
    width: 20%;
}

#navega{
    background: #F7F5E6;
    border-radius: 25px;
}
nav ul{
    display: flex;
    justify-content: center;
    padding: 5px;
     list-style: none;
    
}
li{
    background-color: beige;
    font-size: 35px;
    color: darkgreen;
    border-radius: 10px;
    padding: 5px;
    margin: 3px;
    font-style: italic;
}

article{
    display: flex;
    justify-content:center;
    margin: 15px;
    background-color:darkseagreen;
    padding: 15px;
    border: 6px greenyellow solid;
}
#imgTarea{
    width: 1200px;
}
footer{
    background-color: #E8E8E8;
    border-radius: 20px;
    padding: 2px;
    display: flex;
}
.footer-p{
    color: black;
    font-weight: bolder;
    font-size: 25px;
    width: 50%;
    font-style: oblique;
    text-align: center:
}
#contenedorPrincipal{
    display: flex;
}
section{
    width: 80%;
}
aside{
    border: 1px black solid;
    padding: 5px;
    border-radius: 20px;
    width: 20%;
    background-color:beige;
    border: 6px greenyellow solid;
}
aside h1{
    text-align: center;
    font-size: 35px;
}

aside p{
    background-color: palegreen;
    border-radius: 10px;
    font-weight: 300;
    padding: 15px;
    font-size: 28px;
    color: black;
    text-align: justify;
}

