
body{
    background-color: crimson;
}
#contenedor-header {
    color: white;
    background-color: black;
    border-radius: 20px;
    padding : 10px;
    display : flex;
    align-items: center;
}
#header-titulos{
    font-style: italic;
    width : 70%;
    text-align: center;
}

#header-imagen{
    width: 10%;  
}

#navega {
    background: #3484c7;
    border-radius: 20px;
}

nav ul {
  display: flex;
  justify-content: space-around;
  list-style: none;
  padding : 5px;
}

li {
  background: #ffb62c;
  color:white;
  font-size: 20px;
  border-radius: 10px;
  padding:5px;
  margin:3px;
  font-style:italic; 
}

a {
    color : #0a534e;
    text-decoration: none;
}


article {
    display:flex;
    align-items: center;
    margin : 15px;
    background: #cfd6d0;
    border-radius: 15px;
    padding:15px;
}

article div {
    width :70%;
    background: #EEEEEE;
    padding: 20px;
    border-radius: 15px;
}

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;
    height: 30%;
    width: 30%;
}

footer{
    margin: 20px;
    background : #2f7444;
    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;
}

section {
  width: 80%;
}

aside{ 
    height: 50%;
    background: #b376c1;
    width: 20%;
    border: 1px black solid;
    padding:5px;
    border-radius: 20px;
}

aside p{
    background: #389060;
    border-radius: 15px;
    font-weight: 300;
    padding :15px;
    font-size: 15px;
    color : #00ceff;
    text-align: center 
}
aside h5{
    background: white;
    border-radius: 20px;
    text-align: center;
    font-size: 20px;
}
