*{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
}

html{
    background-color: lightblue;
}

body{
    margin-left: 10%;
    margin-right: 10%;
    padding: 5%;
    padding-bottom: 0%;
    background-color: white;
    
}

nav > ul{
    list-style-type: none;
    display: flex;
    align-items: center;
    justify-content:space-evenly;
}

nav > ul > li{
    border: 1px black solid;
    border-radius: 5px;
    width: 100%;
    height: 100%;
    background-color: darkblue;
    text-align: center;
}

nav > ul > li>a{
    text-decoration: none;
    color: inherit;
    color: white;
    font-weight: 400;
    font-size: 20;
    
}

header{
    margin-left: 5%;
    margin-right: 5%;
}

#antetitulo{
    text-decoration-line: underline;
    margin-top: 1%;

}

#antetitulo > p{
    text-indent: 3%;
    margin-bottom: 1%;
}

h1{
    margin-top: 0px;
    font-size: 32px;
}

#subtitulo{
    font-weight: bold;
    font-size: 24px;
}

#portada{
    width: 80%;
    height: auto;
    align-self: center;
}

.contenedor{
    display: flex;
    align-items: center;
    justify-content: center;
}

main{
    margin-left: 10%;
    margin-right: 10%;
}

p{
    text-align: justify;
}

.pieDeFoto{
    font-size: 12px;
    color:grey;
}

footer{
    margin-top: 5%;;
    background-color: grey;
    height: auto;
    color: white;
    padding: 5%;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    font-weight: bold;
}

.rrss{
    width: 50px;
    height: auto;
    margin-top: 50px;
}

#contenedorRedesSociales{
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 50%;
}

div:has(.rrss){

    display: flex;
    justify-content: space-evenly;
}

#compartir > a > img{
    width: 20px;
    height: auto;
}

.pregunta{
    font-weight: bold;
    text-indent: 5%;
    margin-top: 5%;
}

.autor-fecha{
    display: flex;
    justify-content: space-between;
}