@charset "utf-8";

@import url(https://fonts.googleapis.com/css?family=Heebo:100,300,400,500,700,800,900);


html {
    background-color:#0C1B33;
}

body {
    width: 100%;

    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
    padding: 0em;
    background-color:#0C1B33;
    color:#0C1B33;
    font-family: "heebo";
    font-size: 10pt;
    color:#FAD8D6;
   
}





main { 
    width: auto; 
    padding: 1em;
    display: flex;
    justify-content: center;
    
}




main li{
    list-style:circle;
    
    
}
main ul {
    padding: 1em;
    
}


h1 {
    font-family: "heebo";
    font-weight:20;
    margin: auto;
    font-size: 300%;
    color: #F5CB5C
}

.listado-materias {
    font-size: 10pt;

}

h2
{
    font-family: "heebo";
    font-weight: 600;
   font-size: 16pt;
    font-weight: 600;
    color: #F5CB5C
}

h3 {
    font-family: "heebo";
    font-weight: 600;
   font-size: 16pt;
    font-weight: 600;
    color: #F5CB5C
}


article {
    display:flex;
    flex-direction: row;
    align-content: right
    }


footer {
    
    background-color: #333533;
    font-size: 8pt;
    color: #F5CB5C;
    width: 100%;
    height: 100%;
}

footer p { 
    padding: 1em;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
}


header {    
    padding: 1em 0em 0em 0em;
    background-color: rgba(128, 128, 128, 0.25);
    margin: 0; 
   }


nav {        
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: center;
  
     }




nav li {
    display: inline;
    padding-left: 0.5em;
      
    }

    
   
nav li a {
    text-decoration: none;
    padding: 0.3em;  
    font-family: "heebo";
    font-weight: 500;
    justify-content: center;
    font-size: 12pt;
    color: #c8ebde;
      }





    

hr {
    border: 0; 
        border-style: solid;
background-color: #ffffff;
    height: 1px;
}


