@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400italic,700,700italic,400);

/* BODY */
body {
    /*width: 85.4rem;
    height: 38.65rem;*/
    margin: 0;
    padding: 0;
    font-family: "Arial";
    font-size: 1rem;
    color: withe;
    background-color: aqua;
}



h4 {
    font-family: 'Roboto Condensed', sans-serif;
    
}




/* HEADER */

header {
    background-color: #070707;
    color: withe;
    width: 85.4rem;
    height: 4rem;}

nav {width: 85.4rem;
    height: 4rem; }

nav ul {
    width: 85.4rem;
    height: 4rem;
    list-style-type: none;
    font-family: "Arial";
    padding: 0rem; 0rem; 0rem; 0rem; 
    margin: 0rem; 0rem; 0rem; 0rem;
    }

nav ul li {
    float: left;
    font-family: sans-serif; 
    font-size: 1rem; 
    margin-left: 1rem;
    display: block;
    background-color:#060606;
    position: relative; top: 0rem; left: 0rem;}

nav ul li a {
    text-decoration: none;
    font-family: "Arial";
    position: relative; top: 0rem; left: 0rem}

.clear {
    clear:both;}




/* SECCIONES */

.materias {
    width: 31rem;
    height: 12rem;
    color: white;
    background-color: transparent;
    padding: 1rem 1rem 1rem 1rem;
    position: relative; top: 13rem; left: 0rem;
}

.anos {
    margin: 0rem;
    font-size: 0.9rem;
    color: yellow;
}

.catedra1 {color: red;
font-size: 0.7rem;
color: aqua; }

.catedra2 {color: green;
font-size: 0.7rem;
color: aqua; }


article {
    width: 33%;
    height: 100%;
    float: left;
}



.tercerano {
    width: 17.2rem;
    height: 18rem;
    font-family: "Arial";
    font-size: 16px;
    color: grey;
    background-color: #ffffff;
    position: relative; top: -42.4rem; left: 40rem;
    border: solid rgba(0, 0, 0, 0.12);
    border-width: 0.05rem;}


p {
    margin: 0.2rem; 0rem; 0.2rem; 0rem;
}



/* FOOTER */

footer {
        width: 83.4rem;
        height: 2rem;
        font-size: 0.6rem;
        background-color: #060606;
        color:aqua;
        margin: 0rem 0rem 0rem 0rem;
        padding: 0.1rem 1rem 0.1rem 1rem;
        position: fixed; bottom: 0;
        }