@charset "utf-8";
@import url(http://fonts.googleapis.com/css?family=Lato:300,400|Open+Sans:400,800,600);

#pagina {
    max-width: 1270px; min-width: 320px;
    margin: 0 auto;
    text-decoration: none;
}


body {
    background-color: white;
    display: block;
    margin: 8px;
    margin-top: 8px;
    margin-right: 8px;
    margin-bottom: 8px;
    margin-left: 8px;
}

header {
    position:relative;
    max-width: 100%; min-width: 320px;
    margin:0 auto;
     }


header h1{
    color: #f41462;
    font-family: sans-serif;
    font-size: 60px;
    text-align: center
}

#navegacion {
    background-color: #f41462 ; 
    border: #f41462 1px solid;
    height:60px;
}

#navegacion ul { 
    text-align: center;
    
       
}

#navegacion li {
    list-style:none;
    color: aliceblue;
    display: inline-block;
    width: 20%;
    font-family: sans-serif;
    position: relative;
    top: 10%; 
    text-align: center;
    font-size: 14px
    
}

#navegacion li a {
    color: aliceblue;
    text-decoration: none;
    padding: 10px 10px 10px 10px;
    height:50px;
}

#navegacion li a:hover{
   background-color: #ffffff;
   color: #68d3aa;
 text-decoration: none;
    
}

#materias {
    list-style:none;
    background-color: #d1d1d1;
    font-family: sans-serif;
    color:  #f41462;
    text-decoration: none;
    padding:20px;
    
}

#materias li {
    list-style:none;
}

#materias h2 {
    text-align: center
    list-style:none;
    color: #ffffff;
    font-family: sans-serif;
    list-style:none;
}


#grilla {
    display: block;
    margin: 8px;
    margin-top: 8px;
    margin-right: 8px;
    margin-bottom: 8px;
    margin-left: 8px;
    background-color: #f41462
}
    
    
footer {
    max-width: 1270px; min-width: 320px;
    margin: 0 auto;
    text-decoration: none;
    font-size: 10;
    font-family: sans-serif;
    
    