@charset "utf-8";

/*reglas generales*/

html {
    height: -webkit-fill-available;
}

body{
    font-family: sans-serif;
    background-color: #EAE4E4;
    min-height: 100vh;
    min-height:  -webkit-fill-available;
 }

ul{
    list-style: none;
  margin: 0;
padding: 1em;
}

a{
    text-decoration: none;
    }

figure{
    margin: 0;
    padding: 0;
    max-width: 30em;   
}

body header {
    background-color: #6BB52F;
      }


/*datos del alumno*/
.datosalumnos {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
   }


.fotoavatar {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    }


 .link{
    width: 100%;    
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}


/*nuevas reglas header*/

header img{
    width: 20%;
    padding: 1em;
    min-width: 20%;
    margin: auto;
    display: block;
    
}




a {
    text-decoration: none;
}

header nav ul li {
 height:50px;
width:100px;    
display:inline-flex;
justify-content:center;
align-items:center;
font-size: 15pt;     
background-color:#EAE4E4;
padding:0.3em;
border-radius:0.5em;
margin: 1em 4em 0em 5em;
}


/* las reglas para datos todos */

body main p{ 
    color: black;
    list-style: circle;
}


body main h2{
    background-color: #6BB52F;
    color: black;
    text-align: center;
    display: block;
    padding:0.5em;
    }


body main h1{
    color: black;
    text-align: center;
    display: block;
    }



body main img src baner.gif {
    margin: 2em;
    align-items: center;
    
}

body nav ul li a{
    color:darkgreen;
    font-size: 1.2em;
}

body main h2{
    color: black; 
    font-variant-position: sub;
}

body main nav ul{
    list-style: none;
    line-height: 2.5em;
    font-size: 0.9em;
}

body main h1 {
    display: flex;
    justify-content: center;
    align-content: center;
    color: black; 
    }

body main nav ul .link {
    line-height: 1.5em;
    }

/* reglas footer */

footer {
    margin: 2em 0 0 0;
    background-color: grey;
    text-align: center;
    padding:0.3em;
    }

footer p{
    font-family: sans-serif;
    font-size: 0.9rem;
    color: white;
    line-height: 0.9rem;
    margin: 2em 0 0 0;
    }
