@charset "UTF-8";

@font-face {
    font-family: 'Akzidenz-bold';
    src: url('fonts/AkzidenzGrotesk_Bold.otf');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Akzidenz-light';
    src: url('fonts/AkzidenzGrotesk-Light.otf');
    font-weight: normal;
    font-style: normal;
}

body{
    margin: 0;
    padding: 0;
}
h1{
    font-family: 'Akzidenz-bold', sans-serif;
    font-size: 36px;
    color: #000;
    margin: 0 12px;
    line-height: 29px;
}
h2{
    font-family: 'Akzidenz-light', sans-serif;
    font-size: 14px;
    color: #6D6E70;
    text-transform: uppercase;
    margin: 0 12px;
}
p {
    font-family: 'Akzidenz-light', sans-serif;
    font-size: 17px;
    color: #6D6E70;
    margin: 12px;
}
#titulares{
    width: 100%;
    margin: 0;
    padding: 21px 0 19px 0;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #d8d8d8;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #d8d8d8;
    position: relative;
}
.senefa{
    width: 200px;
    height: 7px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000;
}
#map-canvas{
    margin: 12px 0 12px 0;
    width: 100%;
    height: 650px;
}
#fuente_container{
    width:100%;
    margin: 0;
    padding: 12px;
    color: #6D6E70;
}
#fuente_container p{
    font-family: 'Akzidenz-light', sans-serif;
    font-size: 10px;
    text-transform: uppercase;
    margin: 0;
}
#simbology{
    position: absolute;
    top: 520px;
    left: 5px;
}