@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;
}
main {
	width: 450px;
    margin: auto;
	justify-content: center;
	border: none;
    font-family: 'open_sansbold';
}
header {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
    background-color: black;
    align-items: center;
    }
h1 {
    letter-spacing: 0.3em;
    font-family: 'open_sansbold';
    color: #e3e3e3;
}
.busqueda {
    height: 620px;
    background-image: url(../img/fadubienvenidoapp.jpg);
}
.botones {
    height: 80px;
    background-color: black;
}
.margen{
    display: flex;
    justify-content: center;
    padding-top: 100px;
}
.margen2{
    display: flex;
    justify-content: center;
    padding-top: 30px;
    }
.carreras {
    display: flex;
    font-family: 'open_sanslight';
    font-size: 1em;
    text-align: left;
    color: black;
    list-style: none;
    margin-top: 0.5em;
}
h2 {
    letter-spacing: 0.3em;
    font-family: 'open_sansbold';
    color: black;
    text-align: center;
    font-size: 3em;
}
.none{
    text-decoration: none;
    list-style: none;
    
}
.logo{
    width: 140px;
    margin-left:180px;
}
.title{
    font-family: 'open_sansbold';
    font-size: 1.9em;
    text-align: center;
    padding-top: 170px;
    color: white;
    letter-spacing: 0.3em;
    text-shadow: 0px 0px 5px #e8e8e8;
    text-decoration: none;
}
.arriba{
    margin-top:-30px;
}
.listados3{ 
    font-size:1em;
    margin-top: 30px;
    color:white;
    font-family: 'open_sanslight';
    }

.arriba2{
    margin-top:-120px;
}
.center{
    display: flex;
    justify-content: center;
    margin-right: 50px;
}