/*hoja de estilos*/

/*body*/
body
{background-color: floralwhite; 
font-family: 'Josefin Sans', sans-serif;
font-size: 1,5rem;
margin:  0px;
padding:40px;
}
nav
{background-color: floralwhite;
width:auto;
height:auto;
margin-bottom:auto;
}

li{
height:40px;
list-style: none;
}

.botonera_uno{
display: flex;
flex-wrap: nowrap;
padding-top:5%;
}
.botonera_dos{
width: auto;    
}
/*textos*/
.alumno{
font-size:15px;
text-align:right;
padding-bottom:10px;
padding-right:10px;
padding-top:10px;
width:auto;
background-color:bisque;
line-height:auto;
margin-bottom:2px;
}

a{
text-decoration:none;
padding:8px;
list-style:none;
background-color: antiquewhite;
}

img{
margin: 2rem;
display: flex;
flex-direction: row;
justify-content: flex-start;
align-content: flex-start;}
/*header*/


/*footer*/
footer {font-family: 'Roboto Condensed', sans-serif;color:dimgray;
    text-align: center;
    font-size: .8rem;
  }
.aprobadas{
margin-bottom:250px;
padding:10px;
border-right: floralwhite 30px;
background-color: darksalmon;
color:#FFFFFF; 
height:auto;
line-height: left;
float:left;
list-style:none;
clear:both;
    width:200px;
}
.cursando{
margin-bottom:250px;
padding:10px;
border-right: floralwhite 30px;
background-color: darksalmon;
color:#FFFFFF; 
height:auto;
line-height: left;
float:left;
list-style:none;
clear:both;
    width:200px;
}