*{
    font-family: "Roboto";
    justify-content: center;
    width: 
}

header{
    background-color: rgb(10,57,87);
    display: flex;
    padding-top: 30px; 
    padding-bottom: 20px;
} 

header div { 
    width: 100%;
    text-align: center;
 }

nav{
    background-color: rgb(200,202,213);
    margin-top: 0px;
    display:flex;
    justify-content: center;
}

ul li{
    display:flex;
	display: inline-block;
    padding-left: 2em;
    padding-right: 2em;
}

.boton {
    background-color: rgb(200,202,213);
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

.menu {
    position: relative;
    display: inline-block;
}

.menudesplegado {
	margin-top: 26px;
    display: none;
    position: absolute;
    font-size: 30px;
    width: 400px;
    background-color: white;
    min-width: 160px;
}

.menudesplegado a {
	background-color: rgb(10,57,87);
	margin-top: 1px;
	margin-bottom: 5px;
    color: white;
    border-radius: 10px;
    padding: 23px 21px;
    text-decoration: none;
    display: block;
}

.menudesplegado a:hover {background-color: rgb(200,202,213);}

.menu:hover .menudesplegado {
    display: block;
}

.menu:hover .boton {
    background-color: rgb(200,202,213);
}



 
    
h1 {
    color: white;
    padding: 10px;
    font-weight: 100;
 
}

h5 {
    background-color: white;
    margin: 40px;
    border-radius: 10px;
}



h3 {
    padding: 10px;
    background-color: rgb(10,57,87);
    color: white;
    border-radius: 10px;
    margin-right: 30%;
    margin-left: 30%;
    font-size: 25px;
}

section center h3 a {
    color:white
}

h2{
    color: rgb(10,57,87);
    padding-top: 1em;
    font-size: 25px; 
}
.recuadros {
    color: rgb(200,202,213);
    background-color: rgb(200,202,213);
    margin-right: 30%;
    margin-left: 30%;
    padding: 1em;
    border-radius: 10px; border: 4px solid rgb(10,57,87);
    
}

.olvidaste {
    color: rgb(10,57,87);
    font-size: 12px;
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center
}
main {
    padding-bottom: 2em;
    padding-top: 4em;
    max-height: 90%
}


.fotoalumno {
    margin-top: 60px;
    border-radius: 50%; border: 8px solid rgb(10,57,87);
    width: 50%;
    }

.nombrealumno {
    color: rgb(10,57,87);
    font-size: 30px;
    margin: 8px
    
}
.carrera { 
    color: rgb(10,57,87);
    font-style: italic;
    margin:10px;
    font-size: 20px;
}

.proximaclase {
    padding: 5px;
    color: rgb(200,202,213);
    font-size: 25px;
    background-color: rgb(10,57,87);
    margin-right: 20%;
    margin-left: 20%;
    margin-top: 60px;
    border-radius: 10px;  
}

.dgpc { 
    color: rgb(10,57,87);
    line-height: 30px;
    margin-bottom: 100px;
}

.dgpc p {
    margin: 10px;
    font-size: 20px;
    
}

.titulo {
    background-color: rgb(10,57,87);
    margin-right: 10%;
    margin-left: 10%;
     font-size: 40px;
    color:white;
    padding:5px;
    border-radius: 10px;  
}

.nivel {
    background-color: rgb(200,202,213);
    color: rgb(10,57,87);
    margin-right: 20%;
    margin-left: 20%;
    padding:1px;
    margin-top: 20px;
    border-radius: 10px;
    font-size: 40px; 
}  

.desarrollo {
    color: rgb(10,57,87);
    line-height:3em;
    font-size: 25px; 
}

.desarrollo a{
	color: rgb(10,57,87);
    
}

.diseñografico {
    color: rgb(10,57,87);
    font-size: 20px; 
    font-weight: 700;
    margin-bottom: auto;
}

.turnos {
    font-weight: 700;
    color: rgb(10,57,87);
    font-size: 25px; 
    
}
.contenido {
	background-color: white;
    height: 300px;
    margin-top: 10px;
    margin-bottom: 10px;
    
}


footer {
    font-size: 10px;
    background-color: rgb(10,57,87);
    padding: 10px;
    text-align: center;
    color:white; 
}
