body{
    background: #F7ECE2;
}

*{text-align: center;}

header nav.contenedor{
    display: flex;
    justify-content: center;
}

header nav ul {
    background-color: #8A82AD;
    border-radius: 2.5em;
    padding: 2rem;
    margin-bottom: 2rem;
    margin-top: 2rem;
}


nav.contenedor ul li {
    display: inline;
    font-weight: 700;
    font-size: 150%;
    margin: 45px;      
    border-width: 0.1em;   
}

nav.contenedor ul li a{
    text-decoration: none;
    font-family: monospace;
    color: cornsilk;
}

a:hover{
    background: #000000;
    color: blanchedalmond;
}

.contenedorimagen{
    display: flex;
    justify-content: center;
}

img{
    width: 400px;
    height: 300px;    
    border-radius: 200px;
}

header p{
    font-family: 'Roboto Slab', sans-serif;
    font-weight: 300;
    font-style: italic;
    font-size: 75%;
    margin-top: 0.1em;
    display: flex;
    justify-content:center;
}

h1 {
    font-family: 'Roboto Slab', sans-serif;
    font-weight: 600;
    font-size: 200%;
    color: #524B72;
    margin-top: 1em;
    margin-bottom: 1em;
    text-align: center;
    display: flex;
    justify-content: center;
}

h2{
    font-family: 'Roboto Slab', sans-serif;
    font-weight: 400;
    font-size: 150%;
    text-align: center;
    color: #ffe6d5;
    width: 50%;
    background-color: #8A82AD;
    border-radius: 1em;
    margin: auto;
    text-align: center;
    display: flex;
    justify-content: center;
}

article nav ul{
    margin: 1rem;
}

article nav ul li{
    padding: 1rem;
    display:block;
    display: flex;
    justify-content: center;
    font-family: serif;
    font-size: 110%;
    color: darkslategray;
}

.sobremi{
    display: flex;
    justify-content: center;
}

h3 {
    font-family: 'Roboto Slab', sans-serif;
    font-weight: 400;
    font-size: 150%;
    text-align: center;
    color: #ffe6d5;
    width: 50%;
    background-color: #8A82AD;
    border-radius: 1em;
    margin: auto;
    text-align: center;
}

main p{
    font-family: serif;
    font-weight: 400;
    font-size: 100%;
    text-align: center;
    color:black;
    width: 50%;
    margin: auto;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    padding: 1rem;
    text-align:center;
    display: inline-block;
    display: flex;
}

h4{
    font-family: 'Roboto Slab', sans-serif;
    font-weight: 400;
    font-size: 150%;
    text-align: center;
    color: #ffe6d5;
    width: 50%;
    background-color: #8A82AD;
    border-radius: 1em;
    margin: auto;
    text-align: center;
    display: inline-block;
    display: flex;
    justify-content: center;
}

.catedra{
    font-family: serif;
    font-weight: 400;
    font-size: 100%;
    text-align: center;
    color:black;
    width: 25%;
    margin: auto;
    padding: 1rem;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem; 
}


.imagenfadu{
    display: flex;
    justify-content: center;
}
footer img{
    width: 20%;
    height: 30%;
    margin-bottom: 0.7rem;
}
footer p{
    font-family: 'Roboto Slab', sans-serif;
    font-weight: 300;
    font-style: italic;
    font-size: 60%;
    margin-top: 0.1em;
    text-align: center;
}
