@charset "utf-8";
    
/* reglas generales */
    
* {
   padding: 0;
   margin: 0 auto;
   box-sizing: border-box;
}

img{
    display: block;
    margin: auto;
}

body {
    background-color: efeeee1;
    margin: auto;
    color: #325d79;  
    font-family:'Zilla Slab', serif;
    display: block;
}

Marisol.jpg {
    border-radius: 50%;
}




h4,
h5,
h6,
p {
    margin-bottom: 1em;
    text-align: center
}

h2,
h3 {
    font-family: font-family: 'Zilla Slab', serif;
    text-align: center
}

h2 {
    font-size: 2em;
}

h3 {
    font-size: 1.5em;
    color:   	#008080;
}

header {
    background-color: 	#008080;
    margin: 1em;
}

header .menu {
    margin-bottom: 3em;
}

header a {
    text-decoration: none;
    font-size: 12pt;
}

nav#uno {
    text-align: center;
    padding: 1,5em;
}

nav#dos {
    text-align: center;
    margin-top: 1em;
}

nav ul li a {
    color: white;
    display: inline-block;
    padding: 0.5em;
    margin: 0 1em 0;
    border-radius: 0.3em;
}

ul {
    text-decoration: none;
    list-style: none;
}

section#info-academica {    
    background-color: #FFCFC5;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;    
    text-align: center;
    margin: 0;
    padding-bottom: 2em;
    border-image: 1em;
}

footer {
    color: #008080;
    font-size: 0.6em;
    padding: 3em 3em 1em 3em;
    width: 80%
}

/* clases */


.navega li {
    display: inline-block;    
}

.nombre h2 {
    margin: 0.2em 0 0;
    padding: 0;
}

div p{text-align: center}

.texto-contenido {
    width: 70%;
    font-size: 10pt;
}

.redes-sociales {
    max-width: 40%;
    padding-bottom: 1em;
    text-align: center;
}

.info-academica {
    padding: 0em;
    margin: 0;
    color: #000000;
    padding-bottom: 2em;
    text-align: center;
    align-items: center;
    
}

.materias-aprobadas {
    padding-top: 0em;
}


.Redes sociales{
    align-items: center;}
