*{
margin:0;
padding:0;
box-sizing: border-box;
border: 0;
}

/*cel*/

body{}

p {
  background-color: ;lightcoral;
}
p {
  font: bold 80% monospace;
}

/*header*/

header{
 background: rgba(137, 213, 201, 1);
 margin: 0em 0em 3em 0em;
    
}

header div{
display: flex;
justify-content: space-between;
flex-direction: row;
align-items: center;
margin: 1em 0em 1em 0em;
font: bold 100% monospace;
}

header div a {

    display: flex ;
    justify-content: center;
    margin: 0em 0em 0em 2em ;
	

}

header div nav ul{

    display: flex;
     justify-content: space-between;
     flex-direction: row;
  
     margin: 0em 2em 0em 2em;

 
}

header div nav ul li{


    display: flex;    
    align-items: center;
    flex-wrap: wrap;
    margin: 0em 0em 0em 2em;
    background-color: paleturquoise ;
    width: 7em;
    height: 2em;
	

    
;

}

 .aber nav ul li a{

    text-decoration: none; 
    list-style: none;
   
}




/*Agus*/


figure img{
width: 20em;
height: 20em;
border-radius: 50%;
border: lightblue;
box-shadow: 1em 1em 1em  rgb(255, 154, 87) ;
}


.presentacion{

    display: flex;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 5em;
   align-items: center;
   font: bold 100% monospace;
  
  
}

#agusrossi{

display: flex;
flex-direction: row;

margin-bottom: 3em;



}

#agustinarossi div{

    display: flex;
    flex-direction: column;
    padding-left: 3em;
    align-items: center;
    justify-content: center;
	font: bold 100% monospace;
  


}

#agustinarossi div h1{

    margin-bottom: 1em;
 color:rgba(226, 91, 69, 1) ;

}



#materias{

display: flex;
flex-direction: row;
background: rgb(255, 154, 87);
font: bold 100% monospace;

padding: 5em;
border-radius: 0.5em;

}







#materiasaprobadas {

    justify-content: center;
    border-right: 0.1em solid rgb(170, 240, 143);
    padding-right: 3em;
	font-family: monospace

}

#materiasencurso {

    padding-left: 3em;
	justify-content: center;
	font: bold 100% monospace;


}



#materiasaprobadas ol{

list-style: none;
text-decoration: none;



}


#materiasencurso ol{

list-style: none;
text-decoration: none;

}

#materiasaprobadas h4 {

margin-bottom: 1em;




}



#materiasencurso h4{

margin-bottom: 1em;

}


