#contenedor-header {
    background:   #020d35;
    border-radius: 20px;
    padding : 15px;
    border: black 3px ridge; 
   display: flex;
}
#header-titulos{
    color:white;
    font-weight: bold;
    font-size: 20px;
    width : 75%;
    text-align: center;
    
}
#header-imagen{
    width: 25%;  
    
}
#navega {
    border-radius: 20px;
    border: black 3px ridge; 
    background-image:url("../images/astrologia.jpg");
}

nav ul {
  display: flex;
  justify-content: center;
  list-style: none;
}

li {
  background:white;
  color:black;
  font-size: 20px;
  border-radius: 10px;
  padding: 5px;
  margin-left: 40px; 
  margin-right: 40px;
  font-family:inherit;
   }

li a:hover{
    background-color:#dbf8fc;
    color:darkblue;
    border-radius: 8px;
    padding: 5px;
      
}

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

article {
    display:flex;
    justify-content: center;
    margin : 15px;
    background:  #020d35;
    border-radius: 15px;
    padding:15px;
    height: auto;
    border: black 3px ridge; 
}

article div {
    width :300px;
    background:   #b6c1dc;
    border: #646976 3px ridge;
    padding: 20px;
    border-radius: 15px;
    height: 170px;
}
article div:hover{
    width :300px;
    background:  #f5dbfc;
    padding: 20px;
    border-radius: 15px;
    height: 170px;
}

article div p {
    width: auto;
    border-radius: 15px;
    font-weight: 300px;
    font-size: 15px;
    font-style:normal;
    color:black;
    font-family:serif;
    text-align:justify;
}

article  img {
    height: 130px;
    margin: 5px;
    margin-top: 40px;
    border: white 1px solid;
    
}

footer{
    background : #f0effc;
    border: black 3px ridge; 
    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{ 
    margin-top: 15px;
    margin-bottom: 15px;
    width: 20%;
    border: 2px  gray solid;
    padding:5px;
    border-radius: 20px;
    background:   #dbf3fc;
    
}

#p1{ 
    border: 3px ridge black;
    border-radius: 15px;
    font-weight: 300;
    padding :15px;
    font-size: 15px;
    color: black;
    background: white;
     text-align: center;
     font-size: 12px;
    
}

aside p{
    background: pink;
    border-radius: 14px;
    border: black 1px solid;
    font-weight: 300;
    padding :15px;
    font-size: 15px;
    color : #020d35;
    text-align: center;
    font-weight: 800;
}
