@font-face { 
font-family: 'lobster_tworegular';
    src: url('lobstertwo-regular-webfont.eot');
    src: url('lobstertwo-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('lobstertwo-regular-webfont.woff2') format('woff2'),
         url('lobstertwo-regular-webfont.woff') format('woff'),
         url('lobstertwo-regular-webfont.ttf') format('truetype'),
         url('lobstertwo-regular-webfont.svg#lobster_tworegular') format('svg');
    font-weight: normal;
    font-style: normal;

}



@font-face {
    font-family: 'quicksandbold';
    src: url('quicksand-bold-webfont.eot');
    src: url('quicksand-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('quicksand-bold-webfont.woff2') format('woff2'),
         url('quicksand-bold-webfont.woff') format('woff'),
         url('quicksand-bold-webfont.ttf') format('truetype'),
         url('quicksand-bold-webfont.svg#quicksandbold') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'quicksandregular';
    src: url('quicksand-regular-webfont.eot');
    src: url('quicksand-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('quicksand-regular-webfont.woff2') format('woff2'),
         url('quicksand-regular-webfont.woff') format('woff'),
         url('quicksand-regular-webfont.ttf') format('truetype'),
         url('quicksand-regular-webfont.svg#quicksandregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'roboto_condensedbold';
    src: url('robotocondensed-bold-webfont.eot');
    src: url('robotocondensed-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('robotocondensed-bold-webfont.woff2') format('woff2'),
         url('robotocondensed-bold-webfont.woff') format('woff'),
         url('robotocondensed-bold-webfont.ttf') format('truetype'),
         url('robotocondensed-bold-webfont.svg#roboto_condensedbold') format('svg');
    font-weight: normal;
    font-style: normal;
    

}
@import url(https://fonts.googleapis.com/css?family=Quicksand:400,700);

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

* {
    box-sizing: border-box;
    list-style: none;
    text-decoration: none
    
}
body{
    margin: 0;
    background-color: rgba(255, 196, 246, 0.24)
}
main{
    max-width: 1024px;
    margin: auto;
}
.menu{
    max-width: 1024px;
    margin: 0;
    margin: auto;
    display: flex;
    justify-content: space-around;
    height: 50px;
    align-items: center;
    background-color: black
     
}
.menu li a{
    font-family: "quicksand";
    color: white;
        
}

.menu li a:hover{
    opacity: 0.5
}

.foto{
    display: flex;
    width: 800px;
    margin: auto;
    margin-top: 4em;
    align-items: center;
    justify-content: space-around;
    padding-bottom: 2em;
    border-bottom: solid black 
    
}
.foto img{
    width: 30%;
    height: 30%
}
.descripcion{
    ;
    padding-top: 1em;
    width: 400px;
    height: 250px;
}
.descripcion h1{
    font-family: "lobster two";
    
    
}
.descripcion p{
    font-family: "quicksand";
    width: 350px;
}


.materias{
    max-width: 600px;
    margin: auto;
    display: flex;
    justify-content:center;
    margin-top: 1em;
    margin-bottom: 1em;
        
}
.materias h1{
    font-family: "roboto condensed";
}
.si{
    
    width: 250px;
    border-right: solid black 1px;
    text-align: right;
    padding-right: 1em
}
.no{
    width: 250px;
    
    padding-left: 1em;
        
}
.aprobadas{
    padding: 0;
    font-family: "quicksand";
    
}
.cursando{
    padding: 0;
    font-family: "quicksand";
    text-align: 
        
    
}
.obligatorio{
    border-top: solid black ;
   
    max-width: 800px;
    margin: auto;
    
}
.obligatorio h1{
    font-family: "roboto condensed";
    font-size: 16px;
        
}
.obligatorio h2{
    font-family: "roboto condensed";
    font-size: 14px;
    
        
}
.academico{
    padding: 0;
    font-family: "roboto condensed";
    font-size: 14px;
}
footer{
    background-color: #000000;
    width: 1024px;
    margin: auto;
    
}
.footer{
    display: flex;
    max-width: 800px;
    margin: auto;
    text-align: center;
    justify-content: space-around
    
}
.footer p{
    font-family: "roboto condensed";
    font-size: 12px;
    color: white
}

