#contenedor-header {
    background : rgb(48, 60, 129);
    border-radius: 20px;
    border-color: black;
    border-style: solid;
    padding : 15px;
    display : flex;
}
#divphp{
    width :700px;
    background: rgb(48, 60, 129);
    border-radius: 15px;
    border-style: solid;
    padding: 20px;
    border-color: black;
    color: #e2c9ff;
}
button{
    color: black;
    background-color: cornsilk; 
    border-style: solid;
    border-color: black;
    font-size: 25px;
    margin: 15px;
}
#TituloForm{
    color: black;
    text-align: center;
    font-size: 40px;
}
#padre{
    display: flex;
    justify-content: center;
    margin: 50px;
}
#divForm{
    width :700px;
    background: rgb(48, 60, 129);
    border-radius: 15px;
    border-style: solid;
    padding: 20px;
}
#boton{
    display: flex;
    justify-content: center;
}
#header-titulos{
    width : 75%;
    text-align: center;
    font-size: 20px;
    color: rgb(172, 255, 252);
}
html{
    background-color: rgba(0, 0, 0, 0.52);
}
#header-imagen{
    width: 15%;  
    border-radius: 30px;
    border-color: black;
    border-style: solid;
}

#navega {
    background: black;
    border-style: solid;
    border-radius: 30px;
}

nav ul {
  display: flex;
  justify-content: center;
  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 : white;
    text-decoration: none;
}


article {
    display:flex;
    justify-content: center;
    margin : 15px;
    background: rgb(48, 60, 129);
    border-radius: 15px;
    border-color: black;
    border-style: solid;
    padding:15px;
}

article div {
    width :700px;
    background: black;
    padding: 20px;
    border-radius: 15px;
}
article h1{
    color: rgb(172, 255, 252);
}
article h3{
    color: #aefae9;
}
article div p {
    background: #EEEEEE;
    border-radius: 20px;
    font-weight: 300;
    padding :15px;
    font-size: 20px;
    font-style: italic;
    color : black;
    text-align:justify;
}

article  img {
    margin : 15px;
    width: 450px;
    height: 350px;
    border-radius: 30px;
    border-style: solid;
    border-color: black;
}

footer{
    background : black;
    border-radius: 20px;
    padding : 2px;
    display : flex;
}

.footer-p{
    color : white;
    font-weight: bolder;
    font-size: 20px;
    width : 50%;
    font-style: oblique;
    text-align: center
}

#contenedorPrincipal{
    display:flex;
}

section {
  width: 80%;  
}

aside{ 
    width: 20%;
    background-color: rgb(48, 60, 129);
    border: 3px black solid;
    padding:5px;
    border-radius: 20px;
}

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