@import url(http://fonts.googleapis.com/css?family=Questrial|Libre+Baskerville:400,700,400italic);

Body{
    background-color: #FFFFFF;
    border-style: solid;
    border-width: 5px;
    font-family: 'Libre Baskerville', serif;
    font-size: 8pt;
    color: #606060;
    padding: 50px;
    list-style: none;
    
}

Header .Encabezado{
    width: 100%;
    font-family: 'Questrial', sans-serif;
    font-weight: 400
}

Header h1{
    text-align: center;
    color: #606060;
    font-size: 20pt;
}

Header Ul{
    list-style: none;
    margin: 0 auto;
    padding:0;
    clear:both;
}

Header ul li{
    list-style: none;
    display: inline-block;
    padding: 0.5em 0.5em 0.5em 0.5em;
    margin-right: 0.5em;

}

header ul li a{
    font-family: 'Libre Baskerville', serif;
    font-size: 8pt;
    background-color: white;
    text-decoration: none;
    color: #606060;
    display: block;
    height: 24px;
    line-height: 3px;
    padding-left: 3px;
    padding-right: 3px;
}

Main{
    display: block;
    width 100%;
    clear:both;
}

div{
    background-color: ;
    font-size: 12pt;
}

article h2{
    font-family: 'Questrial', sans-serif;
    text-align: left;
    color: #606060;
    font-size: 10pt;
}

.grilla{
    width: 70%;
    float:right;
}

.contenido{
    font-family: 'Libre Baskerville', serif;
    font-size: 8pt;
    color: #606060;
    max-width: 100%;
}

.contenido img{
    float:left;
    width:50%;
    max-width: 200px;
}

.materias{
    font-family: 'Libre Baskerville', serif;
    font-size: 8pt;
    color: #606060;
    float: left;
    width:30%;
}
footer{
    box-sizing: border-box;
    max-width: 800px;
    position: relative;
    top: 2em;
    clear: both;
    margin: 0 auto;
    padding: 1em;
}
