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


}

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

}




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

}




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

}

html {
    background: url(background-02.jpg) no-repeat center fixed; 
    background-size: cover;
}


    body {
    background-image: url("imagenes/fondo.png");
    background-repeat: repeat;
    position: fixed;
    width: 100%
}

#global {
    font-family: 'ralewaybold'; 
    position:relative;
    width:960px;
    margin: auto;
    
    }

header {
    font-family: 'ralewaybold';
    position:relative;
    width: 960px;
    height: 100px;

    margin-top:50px;
    align-items: baseline;
    }

header img {
    width: 150px;
    height: 150px;
    margin-top:-40px;
    margin-left: 30px;
    position: absolute;
}



h2 {
    position:fixed;
    margin-left: 210px;
   margin-top:50px;
    font-family:monospace; 
    font-variant: small-caps;
    font-size: 42px;
    color: #0C284E;
    word-spacing: -10px;
    }


header nav ul{
        list-style: none;
        display: block;
            }

      header  nav li{
            float: right;
            width: 12%;
            margin-top: 80px;
            margin-right: 30px;
            text-align:center;
            font-size: 16px;
            }

         header   nav li a {
                text-decoration: none;
                color: darkslateblue;
    
            }


#info img {
    width: 90%;
}
#info {
    font-size: 12px;
    line-height: 7px;
    margin-left: 45px;
    margin-top: 95px;
    margin-bottom: 35px;
    text-align: center;
}
#grupo {
font-family: 'latobold';
    text-decoration: none;
}

h3 { 
margin-top: 40px;
    text-align: center;
    
}

h3 p {
    text-decoration: none;
  
}
#materias  p{
    list-style: none;
    display: block;
    float: center;
    margin-bottom: 10px;
    
}

#materias  p a{
    list-style: none;
       display: block;
    text-align: center;
    text-decoration: none;
    float: right;
  

  margin-left: 50px;
}
td ul li {
    list-style: none;
    text-align: center;
   vertical-align: middle;
    
}

td ul li a {
    text-decoration: none;
      font-family:'ralewaymedium'; 
    font-weight: 2px;
}


        
footer {
    background-color:#E6E6E6;
    color: #0C284E;
    font-size: 10px;
    font-style:italic;
    padding-top: 1px;
    padding-bottom: 1px;
    text-align: center;
    border-radius: 5px;
    clear:both;
}
    