@charset "utf-8";


/*primero mobile*/
html {
    font-size: 10px;   
}

#contenedor {
    width: 100%;
    margin: auto;
}

body {
    background-color: snow; 
    margin: 50;
    padding: 0;

}

header h1 { color: white;
    font-family:monospace;
    text-align: center;
font-size: 2.5rem;
    font-weight: lighter;
    }

main {
    
}

aside {
    
}

footer { text-align: center;
    font-family: sans-serif;
    font-size: 14px;
    text-align: center;
    
}

h1 {
    font-size: 2.5rem;
    background: cyan;
}

h2 {
    font-family: monospace;
    font-size:18px;
    color: deeppink;
    background-color: aqua; 
    text-align: center;
    font-weight: lighter;
    clear: left;
    

}

p#descripcion {
    text-align: center;
    font-size: 13px;
    font-family: sans-serif
}
ul{
    font-family: monospace;
    font-weight:200;
    margin: 0;
    padding: 0;
}

header nav ul li {
    margin: 0 0 0.5rem 0;
}

header nav ul li a {
    color: deeppink;
    font-size: 1.8rem;
    text-decoration: none;
    display:block;
    background-color: white;
    text-align: center;
    width: 90%;
    margin: auto;
    height: 3rem;
    line-height: 3rem;
}

h3#item1, #item2 , #item3 , #item4 , #item5 , #item6 , #item7 , #item8 , #item9 {
font-family: sans-serif;
    font-size: 13px;
    font-weight: lighter;
    color: gray;
    background-color: white;
    text-align: center;
        float: left;
    margin: 5px;

}

h3.titulos-academico {
font-family: sans-serif;
    font-size: 14px;
    font-weight: lighter;
    color:aqua;
 text-align: center;
    
    
}

section#academico {
    font-family: sans-serif;
    font-size: 14px;
    text-align: center;
    display: table;
}

 h3#primer-ano, #segundo-ano {
    display: table-cell;
    
}

div.volver {text-align: center;
clear: left;}

img#foto1 {
  float: left;
margin: 6px;

}

div#personal {
    overflow:hidden;
    padding: .5emm;
    }
    
table.contenedor-info {
    margin: auto;
    padding: 2% 0 0;
    
}

p#descripcion {
    font-family: sans-serif;
    font-weight: lighter;
    font-size: 14px;
    margin: 20px;
    
}


/*escritorio*/