*{
    margin: 0;
    box-sizing: content-box;
    font-family: "Roboto", sans-serif;
}

header {
    background-color:#000000;
}

body{
    
    background-color:fef2f0;
}


.catedraocampo{
    padding: 1rem;
    
}
nav ul li { 
    
    list-style-type: none; 
    padding-top: 1rem;
    padding-bottom: 1rem;
    color: white;
    text-transform: uppercase;
    display: inline-block;
    letter-spacing: 0.02rem;
    
}  

nav {
    background:#e1b6ad;
    text-align: center;
}

ul il {
    padding: 1.3rem;
    color: white;
    text-transform: uppercase;
    display: inline-block;
    font-family: 'Bitter', serif;
    letter-spacing: 0.02rem;
}



.niveles ul il{
    color:black;
    display:block;
    padding:0.01rem;
    text-transform:none;
    font-family:"Roboto", sans-serif;
    
}
nav ul li a {
    
    color:#000000; text-decoration: none;text-align:center; background-color:#e1b6ad; display:inline-block;padding: 0.2rem; padding-top: 0.1rem;
}


.menu li{
    
    padding: 0.2rem;
    display: inline-block;
    font-family: 'Bree Serif', serif;
    letter-spacing: 0.2rem;
    text-decoration: none;
    text-align-last: center;
    font-size: 15pt;
    margin-top: 0.1rem;
    margin-bottom: 0.1rem;
    vertical-align: middle;
   
    }

ul{
    padding: 0;
}

.foto {
    
    display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	align-content: stretch;
}

.presentacion {
    text-align: center; 
    }
    
.niveles {
    
    display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	align-content: stretch;
}

h2 {
    text-align:center;
    padding: 0.5rem;
}

.chacis {
    
    margin-right: 2rem;
}

.uno {
    text-align: center;
    display: block;
    padding: 2rem;
    margin: 2rem;
  
}

.dos {
    text-align: center;
    display: block;
    padding: 2rem;
    margin: 2rem;
}

.tres {
    text-align: center;
    display: block;
    padding: 2rem;
    margin-bottom: 7.5rem;
    margin-left: 2rem;
    margin-right: 2rem;
   
}

.datosacademicos {
    
    background-color: #e1b6ad;
    padding: 1rem;
    text-align: center;
    
}

.linea {
    
    margin: 1rem;
}
    
footer {
    background-color: #e1b6ad;
    padding: 1rem;
    text-align: center;
    margin: auto;
}





@media screen and (max-width:549px){

.niveles {
    
    display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	align-content: stretch;

}
    
.uno {
        
    margin: 0rem;  
    padding: 0.5rem;
    }
    
.dos {
        
    margin: 0rem;  
    padding: 0.5rem;
    }
    
.tres {
        
    margin: 0rem;  
    padding: 0.5rem;
    padding-bottom: 2rem;
    }