@import 'https://fonts.googleapis.com/css?family=Roboto+Condensed:300'
@import 'https://fonts.googleapis.com/css?family=Roboto+Mono'
* {
margin: 0;
padding: 0;
}
body{margin: 0;
font-family: 'roboto mono', monospace;
background-color: #F2F2ED;
text-transform: uppercase;
}

header { 
    margin: 0;
    background-color: black;
}
.menu  {width: 100%;}

ul {margin: auto;
    display: flex;
    
    justify-content: center;
    list-style: none;
    text-decoration: none;
    
   
    align-items: center;
    font-size: 30px;
    width: 100%;
    padding: 0;
}
.paginas {margin-top: 2rem;
    margin-bottom: 2rem;
    padding: 2rem;
text-align: center;
}
.secundario {
    padding-left: 3rem;
    text-decoration: underline;
    color: black;
    text-decoration: none;

}
figure {width: 90%;
        padding-top: 3rem;
        margin: auto;
    }
img {
    width: 100%;
    
    margin-bottom: 0rem;
    
}
.foto {margin: 0;}
a:link  {
    color: white;
    text-decoration: none;    
}

a:visited  { 
    color: #F9F19A;
}
a:hover  {
    text-decoration: underline
}
a:active {
   
}

.principal { 
   margin-right: 3rem;
    margin-left: 3rem;
    background-color: #F9F19A;
    text-align: center;
     font-size: 80px;
}


.materia { margin:3rem;
  
   
}
h3 {font-size: 35px;
    text-decoration: underline;
}
h2 {font-size: 20;}
.aparte {  
}
hr { background-color: black;
 
    border:none;
}
p {font-size: 15px;}
.footer  {
    text-transform: none;
    font-family: 'arial', sans-serif;
    background-color: #F9F19A;
    font-size: 12px;
    padding: 2rem;
}      

    .dgpc {margin-bottom: 2rem;
    margin-top: 4rem;
width: 100%;
    height: 5rem;
   

}

