body { background-image: url("../images/flashito.jpeg") }
#contenedor-header{
    background: #c93c20 ;
    border-radius: 20px;
    padding: 15px;
    color :white;
   
}
 #header-titulos{
     text-align: center;
     width: 75%;
    }
#navega{
    background: #FFD700;
}
ul{
   display: flex;
   justify-content: center;
   padding: 15px;
    list-style:none;
}
li{
    margin: 2px;
    background: white;
    font: white;
    font-size: 20px;
    border-radius: 10px;
    padding: 5px;
    font-style: italic;
}
#contenedor-principal{
  display: flex;  
    
}
#contenedor-secundario{
  display: grid;  
    
}

section{
    width: 80%;
}
aside{ 
    width: 20%;
    border: 1px black solid;
    padding:5px;
    border-radius: 20px;
}

aside p{
    background: #ff6961;
    border-radius: 15px;
    font-weight: 300;
    padding :15px;
    font-size: 15px;
    color : white;
     text-decoration: none;
    text-align: center 
}
article{
    display: flex;
    justify-content: center;
    margin: 15px;
    background:#c7415f;
    border-radius: 15px;
    padding: 15px;
}
article div p{
   background:#c7415f;
    border-radius:20px;
    font-weight: 300;
    padding: 20px;
    font-size: 17px;
    font-style: italic;
    color:  white;
    text-align: center;
}
article >div{
    width: 400;
    background: #c7415f;
    padding: 20px;
    color:yellow;
    border-radius: 10px;
    font-size: 17px;
   font-weight: flex;}
aticle >img{
    margin:15px; }
footer{
    background: #888888;
    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;}
a{
    color: #ff0000;
    text-decoration: none;}
