
#contenedor1-header {
    background: #008080;
    border-radius: 50px;
    padding : 15px;
    display : flex;
    
}
#header-titulos{
    width : 75%;
    text-align: center;
}

#header-imagen{
    width: 25%;  
}

#navega1 {
    background: aqua;
    
}

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

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

a {
    color : lime;
    text-decoration: none;
}


article {
    display:flex;
    justify-content: center;
    margin : 15px;
    background: white;
    border-radius: 15px;
    padding:15px;
}

article div {
    width :400px;
    background: #ccffff;
    padding: 20px;
    border-radius: 15px;
}

article div p {
    background: ;
    border-radius: 20px;
    font-weight: 300;
    padding :15px;
    font-size: 20px;
    font-style: italic;
    color : #3b72a0;
    text-align: center
}

article  img {
    margin : 15px;
}

footer{
    background : #00ccff;
    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
}

#contenedor1Principal{
    display:flex;
}

section {
  width: 80%;  
}

aside{ 
    background: #9966ff;
    width: 20%;
    border: 1px black solid;
    padding:5px;
    border-radius: 20px;
}

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

#N{
    
   background: #008080;
    border-radius: 20px;
    padding : 5px;
    text-align: center;
    
}

body{
    background: green;
}
