@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Nanum+Gothic:wght@400;700&display=swap');

* {
    margin: 0;
    padding: 0;
    border: 0;
    box-sizing: border-box;
    list-style: none;
    font-size: 100%;
}

body {
    display: block;
 background-color: thistle;
 font-family: 'Nanum Gothic', sans-serif;

}
.logo{
    text-align: center;
    margin-left: 50.5em;
    width: auto;

}

img {
    max-width: 100%;
    height: auto;
    display: block;
    
    
}

.encabezado {
    display: block;
    margin-top: 0em;
}


header div img{
    background-color:rgb(149, 196, 212);
    margin-bottom: 1em;
    margin-top: 1em;
    
}

header nav {
    background-color: transparent;
   

}


header nav ul li a{
    text-decoration: none;
    display: block;
    margin: auto;
    width: 10em;
    text-align: center;
    color:ghostwhite;
    background-color:darkorange;
    padding: 0.32em;
    margin-bottom: 1em; 
    margin-top: 1em;
    
   
}

.imagenjessica {
    max-width: 30%;
    text-align: center;
    margin-left: 35em;

}


figure {
    text-align: center;
    border-image: none;
}


h1 {
    text-align: center;
    color: black;
    font-size: 2em;
    margin-bottom: 0.5em; 
    background-color: floralwhite;
    width: auto;
    margin: auto;
}

h2 {
    text-align: center;
    background-color: floralwhite;
    margin-bottom: 2em;
    display: block;
    width: auto;
    margin: auto;
    font-size: 1.2em;
}



h4 {
    text-align: center;
    background-color: floralwhite;
    margin-bottom: 2em;
    display: block;
    width: auto;
    margin: auto;
    font-size: 1em;
    
}

h3 {
 text-align: center;
 margin-top: 0.3em;
 margin-bottom: 0.5em;
 color:floralwhite; 
 font-size: 1.5em;
}



ul li {
    text-align: center;
    margin-bottom: 1em; 
  
}

p {
    text-align: center;
    margin-bottom: 1em; 
}


#presentación p {
    text-align: center;
    margin-bottom: 1.0em; 
    margin-top: auto;
}

footer p {
    text-decoration: none;
    display: block;
    background-color: rgb(253, 181, 92);
    width: auto;
   text-align: center;
   margin: auto;
   margin-top: 0.8em;
   padding: 1em;
}

#datosacademicos ul li {
    margin-top: 0.8em;
    margin-bottom: 0.8em;
}
