* {
    font-family:sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    background-color: whitesmoke;
    min-width: 100%;
    
}

.wrapper {
    width: 100%;
    margin: 0em;
    padding: 0em;
}

.panel {
    text-decoration: none;
    background-color: #d7e0fa;
    padding: 1em;
    border-radius: 20px;
    font-weight: 600;
}

a {
    color: darkgreen;
    font-size: 1em;
}

header {
    background-color: darkgreen;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    height: 4em;
}

.img {
    display: flex;
    justify-content: center;
    padding-bottom: 0.5em;
}


.destacado a {
    color: aliceblue;
    text-decoration: none;
    padding: 0.5em;
    border-radius: 10px;
    align-items: center;
    text-align: center;
}
.destacado {
    color: darkgreen;
    font-weight: bold;
    text-decoration: none;
    list-style: none;
    padding: 0;
    margin: 0.5em;
}
header nav ul li {
   display: block;
    margin: auto;
    margin: 0.2em;
    background-color: white;
    border-radius: 15px;
box-shadow: 29px 25px 38px -6px rgba(0,0,0,0.75);
}

header ul {
    display: flex;
     justify-content: center;
    align-items: center;
    margin-right: 0.5em;
    margin-left: 0.5em;
}

header nav ul li a {
    display: block;
    justify-content: center;
    align-items: center;
    margin: .4em;
    margin-bottom: 1em;
    margin-top: 1em;
    box-sizing: border-box;
    text-decoration: none;
    font-weight: bolder;
    font-size: 80%;
 }   

header img {
    display: flex;
    justify-content: flex-start;
/*
    height: 10%;
    width: 10%
*/
}

body header div {
    display: flex;
    justify-content: center;
}

.contenedor{
    color: darkgreen;
    font-size: 90%;
    padding-left: 0em;
/*
    width: 100%;
    height: 100%;
*/
    font-weight: bold;
    text-decoration: none;
    list-style: none;
/*
    padding: 1em;
    margin: 1em;
*/
/*
    display: flex;
    flex-direction: row;
    justify-content:center;
*/
}

h1 {
    color: #6085bf;
    font-style:italic;
    margin: 0.1;
    font-weight: bold;
    display: flex;
    font-size: 1.5em;
    margin-bottom: 1em;
}

p {
    text-align: justify;
}

h2 {
    color: #6085bf;
    font-size: 1em;
}

body main p {
    padding: 1em 0;
    margin: 0;
}

main {
    margin: 0em;
    padding: 1.5em;
}

main section ul{
    display: flex;
}

main section ul p {
    font-size: 1em;
    }

main section ul li {
    display: flex;
}

footer {
    font-size: 0.7em;
    margin: 1em;
}

h3 {
    color: #6085bf;
    font font-size: 2em;
}

.italica {
        font-style:italic;
    margin: 0;
    padding: 0;
    }

main section nav div ul {
    display: flex;
    flex-direction: column;
}

main section nav div ul li {
    display: flex;
    justify-content:flex-start; 
    margin: 0.2em;
}

main section nav div ul li a{
    display: flex;
    justify-content:flex-start; 
    background-color: #6085bf;
    margin: 0.5em;
}

main div section nav ul li {
    display: flex;
    justify-content:flex-start; 
    margin: 0.1em;
}

main div section nav ul li a{
    display: flex;
    justify-content:flex-start; 
    background-color: #6085bf;
}

main div section nav {
    display: flex;
    justify-content: center;
}

main div section h2 {
    display: flex;
    justify-content: center;
}

main div p {
    display: flex;
    justify-content: center;
    font-size: 1em;
}

main aside {
    display: flex;
    justify-content: center;
    padding: 3em;
}

#imagen-usuario{
    
}
.datos-academicos {
    list-style: none;
    font-size: 80%;
    margin: 0.2em;
}
main section p li{
    margin: 1em;

}
.negrita{
    font-weight: bolder;
    color: #6085bf; 
}

.redes a{
    color: #000000;
    text-decoration: none;
    padding: 0.5em;
    border-radius: 10px;
    align-items: center;
    text-align: center;
    background-color: whitesmoke;
}

section nav div ul{
    padding-left: 0em;
}

.webapp {
    text-decoration: none;
    background-color: darkgreen;
    padding: 1em;
    border-radius: 50px;
    color: white;
    font-weight: 600
}

.mapa {
    display: flex;
    flex-direction: column;
    margin: 1em;
    padding: 0.5em;
    text-align: center;
    list-style: none;
}

.centrar2 {
    text-align: center;
    display: block;
    margin: auto;
}


@media (min-width: 35em) {
  
    main {
        margin-left: 10%;
        margin-right: 10%;
    }
    
    header nav ul li a {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 1em;
    box-sizing: border-box;
    text-decoration: none;
    font-weight: bolder;
    font-size: 90%;
 }   
    
    main section img {
        width: 30%;
        display: block;
        margin: auto;
    }
    .redes {
        max-width: 200px;
    }
}