*{
    font-family: Verdana;   
}

p{
    margin: 1em 1em;
}

body{
    margin: 0;
}

main{
    background: rgb(255,255,255);
    background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(221,221,221,1) 50%, rgba(255,255,255,1) 100%);
}

h1, h2, h3{
    text-align: center;
}

h3, h2{
    border-bottom: 4px solid rgb(89, 89, 89);
}

/*BARRA NAVEGACION*/

header{
    padding-top: 1em;
    background-color: gray;
}

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

.contenedora #logo{
    background: white;
    border-radius: .3em;
    padding: .5em;
    width: 6em;
}

.contenedora #logo:hover{
    background-color: rgb(192, 192, 192);
}

.contenedora nav ul, .bocetos nav ul, .contenedoraAlumnos nav ul{
    display:flex;
    flex-direction: row;
    flex-flow: wrap;
    justify-content: center;
    list-style-type: none;
    padding: 0;
}

.contenedora nav ul li, .bocetos nav ul li, .contenedoraAlumnos nav ul li{
    text-align: center;
    border: 3px solid rgb(69, 69, 69);
    background-color: rgb(87, 87, 87);
    box-shadow: 0px 3px 2px 0px rgba(0, 0, 0, 0.3);
    padding: .5em;
    width: 5em;
}

.contenedora nav ul li:hover, .bocetos nav ul li:hover, .contenedoraAlumnos nav ul li:hover{
    background-color: #171717;
}

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

a{
    color: white;
    font-weight: bold;
    text-decoration: none;
}

/*MAIN - INFORMACION ALUMNO*/

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

#avatar{
    width: 7%;
    min-width: 70px;
    height: auto;
    border-radius: 50%;
    border: 5px solid rgb(87, 87, 87);
}

/*MAIN - MATERIAS - INFO - PARRAFOS*/

.materias{
    text-align: left;
    list-style-type: circle;
}

#infoAlumnoMateriasCurso{
    padding-right: 2em;
}

.datosAcademicos{
    margin:auto;
    display: flex;
    flex-direction: row;
    justify-content:space-evenly;
    flex-flow: wrap;
}

.datosAcademicos h3,p{
    text-align: center;
}

.datosAcademicos div{
   width: 8em;
}

/*OBJETIVO - MERLO RECICLA*/

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

.parrafos p{
    color: rgb(87, 87, 87);
    text-align: left;
    width: 65%
}

.bocetos{
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 1em;
    padding-bottom: 1em;
}

.datosFadu{
    display:flex;
    flex-direction: row;
    justify-content: space-around;
    flex-flow: wrap;
    color: rgb(87, 87, 87);
    background: #dbd7d7;
}

footer{
    background-color:rgb(87, 87, 87) ;
    margin:auto;
    color:white;
    padding-bottom: .5em;
    padding-top: .5em;
}
