@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;
    
}
borde{
    width: 50px;
    height: 50px;
    border: 1px solid black;
}
#logoapp {
    display: flex;
    width: 400px;
    margin: auto;
    margin-top:300px;
    justify-content: center;
}
h2 {
    letter-spacing: 0.3em;
    font-family: 'open_sansbold';
    color: black;
    text-align: center;
    font-size: 3em;
}
h3 {
    font-family: 'open_sanslight';
    color: black;
    text-align: center;
    font-size: 1em;
    text-align: center;
}
h4 {
    font-family: 'open_sansbold';
    color: black;
    text-align: center;
    font-size: 2em;
    text-align: center;
}
#flecha {
    width: 2em;
    padding-top: 430px;
    margin-right: 10px;
}
#piso {
    display: flex;
    height: 300px;
    margin: auto;
    
}
#pisoaulaotro {
    display: flex;
    width: 360px;
    image-orientation: center;
    margin: center;
}
#recorrido {
    display: flex;
    width: 360px;
    image-orientation: center;
    margin: auto;
}
#recorridoytiempo {
    display: flex;
    width: 300px;
    image-orientation: center;
    margin: center;
}
.botonconfigurar {
    font-family: 'open_sanslight';
    color: black;
    font-size: 1.5em;
    display: flex;
    text-align: center;
    margin-top: 20px
}
.botonregistro {
    font-family: 'open_sanslight';
    color: black;
    font-size: 1.5em;
    display: flex;
    text-align: center;
    margin-top: 40px;
}
.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;
}
.none{
    text-decoration: none;
}
.listados2{ 
    font-size:1.3em;
    color:white;
    font-family: 'open_sanslight';
}
.margen2{
    padding-top: 130px;
}
.arriba{
    margin-top:-30px;
}
.margen3{
    width: 300px;
    margin:auto;
}
    
.separar{
    display:flex;
    flex-direction: column;
}
.title2{
    font-family: 'open_sansbold';
    font-size: 1.9em;
    text-align: center;
    color: white;
    letter-spacing: 0.3em;
    text-shadow: 0px 0px 5px #e8e8e8;
    text-decoration: none;
    
}


