@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/fadumesasapp.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;
}
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: 8px;
    margin-left: 10px;
}
#resultadosmapa {
    display: flex;
    flex-direction: center;
    justify-content: center;
    width: 400px;
}
.logo{
    width: 140px;
    margin-left:180px;
}

   




