@font-face {
    font-family: 'open_sanslight';
    src: url('fonts/opensans-light-webfont.eot');
    src: url('fonts/opensans-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/opensans-light-webfont.woff2') format('woff2'),
         url('fonts/opensans-light-webfont.woff') format('woff'),
         url('fonts/opensans-light-webfont.ttf') format('truetype'),
         url('fonts/opensans-light-webfont.svg#open_sanslight') format('svg');
    font-weight: normal;
    font-style: normal;

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

}
article{
    font-family:'open_sanslight' ;
    color:darkgrey;
    font-size:80%;
    width: 40%;
}
h1 {
    position: absolute;
    top: 3.65em;
    /*left: 50px;*/
    width: 100%;
    font-size: 3em;    
    color: white;
    text-align: center;    
    font-family: sans-serif;    
    letter-spacing: 0.4em;
    /*margin-top: -1.8%;*/
}
#encabezado {
    background-image: url(../img/faduinterior2.jpg);
    background-position: center;
    margin: auto;
    height: 394px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover; 
}
#subtitulo {
    color: beige;
    text-align: center;
    font-family: 'open_sanslight';
    letter-spacing: 0.2em;
    position: absolute;
    top: 10.1em;
    width: 100%;
   /* margin-top: 3%;*/
}
#cuatrimestre{
    color: beige;
    text-align: center;
    font-family: 'open_sanslight';    
    letter-spacing: 0.2em;    
    position: absolute;    
    top: 19em;    
    width: 100%;    
   /* margin-top: 9%;*/    
    font-size: 1em;     
}
#catedra {    
    color: beige;    
    text-align: center;    
    font-family: 'open_sanslight';    
    letter-spacing: 0.2em;    
    position: absolute;    
    top: 17.5em;    
    width: 100%;    
   /* margin-top: 6.5%;*/    
    font-size: 1em;     
}
hr {
    margin: 1em;
    color: grey;     
}
li {
    list-style: none;
    margin: auto;
    text-align: center;
    font-family: 'open_sanslight';
    line-height: 1.5em;
}
.integrantes{
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.datos {
    display: flex;
    flex-direction: column;
    border-left: 1px solid grey;
    border-right: 1px solid grey;
    margin: 1em;
    padding-bottom: 1em;
    margin-top: -1em;
    width: 300px;
}
.alumnos {
    text-decoration: none;
    color: black;
    font-size: 1.5em;
    text-align: center;
    font-family: 'open_sanslight'
}
H4 {
    text-align: center;
    font-size: 2em;
    font-family: 'open_sanslight';
    letter-spacing: 0.4em;
}
img {
    width: 120px;
    margin:auto;
    margin-bottom: 1em;
}
.descripcionindex {
    margin: auto;
    border-left: 1px solid grey;
    border-right: 1px solid grey;
    width: 600px;
    padding-left: 1em;
    padding-right: 1em;
    margin-bottom: 2.5em;
    text-align: justify;
    font-family: 'open_sanslight';
    }
footer {
    text-align: center;
    font-size: 0.8em;
    font-family: 'open_sanslight';
    letter-spacing: 0.1em;
    line-height: 2em;
}
.mapa {
    width: 800px;
    margin: auto;
    text-align: center;
}
button {
    border: none;
    background-color: #d6d6d6;
    border-radius: 10px;
    box-sizing: padding-box;
    padding: 0.8em;
    margin: 1em;
    width: 230px;
}
.links {
    display: flex;
    flex-direction: row;
    align-content: center;
    flex-wrap: nowrap;
    justify-content: center;
    color: white;
}
a {
    color: white;
    text-decoration: none;
    text-align: center;
    font-size: 1.3em;
    font-family: 'open_sansbold'
}