@charset "UTF-8";

h1{
	margin: 0;
	font-family: 'Merriweather', serif;
text-align: center
    margin-top:10px; margin-bottom:10px; 
    padding-top: 20px; padding-bottom: 20px;
     background: #ffffff;
   
}
h2,h3{
	margin: 0;
	font-family: 'Merriweather', serif;
text-align: center
    margin-top:10px; margin-bottom:10px; 
    padding-top: 10px; padding-bottom: 10px;
}



body {

    background-color: #ff1b06;
    background-image: url("fondo.png");
        

}

*{box-sizing: border-box;
    font-family: sans-serif;   
    text-align: center;  

}
body header h1 {
 margin-top:5px; margin-bottom:5px; 

}
body main article h2 { 
    margin-top:5px; margin-bottom:5px; 
    font-weight: lighter;
    color: #ffffff;
    letter-spacing: 0.23em;
    margin-top:5px; margin-bottom:5px; 
    background: #ff1b06;
  font-size: 1,5em;  
    text-align: center;

 }
ul{
    list-style: none;
    padding: 0;
    margin: 0;
}

body header nav ul li a {    
    text-decoration: none;
    display: block;
    text-align: center;
    font-family: 'Merriweather', serif;
    font-size: 2vh;
    line-height: 2.8vh;
      background-color: #ff1b06;
  border-bottom: 2px dotted ;
  border-top: 2px dotted ;
  color: #ff1b06;
  padding: 10px 10px;
    color: black;
}

body header nav ul li a:hover{
    color:#ff1b06;
    background-color: #ffffff;
    font-weight: 600;  
}

footer {color:dimgrey;}

.imgRedonda {
    width:300px;
    height:300px;
    border-radius:150px;
    display:block;
margin:auto;
     padding: 10px 10px;
}

#profesores{
       background-color: #ff1b06;
}

#historial {
       background-color: #ff1b06;
}



