@charset "UTF-8";
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300,700);
body{
    margin:0;
    padding:0;
    background-color:#F4F4F4;
    font-family: 'Open Sans', sans-serif;
}
#container{
    width: 1140px;
    height: 800px;
    margin: 0;
    overflow: hidden;
}
#menu{
    width: 120px;
    height: 100vh;
    padding: 20px;
    margin: 0;
    float: left;
}
h1{
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    color: #000;
    margin: 0;
    line-height: 1em;
}
h2{
    font-weight: 300;
    font-size: 10px;
    text-transform: uppercase;
    color: #000;
}
h3{
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    color: #000;
}
h6{
    font-weight: 300;
    margin: -5px 0;
    font-size: 14px;
    color: #858585;
    line-height: 1em;
}
p{
    font-weight: 300;
    font-size: 14px;
    color: #858585;
}
.divisor{
    width: 98%;
    height: 1px;
    border-top-color:#E8E8E8;
    border-top-style: solid;
    border-top-width: thin;
    margin: 25px auto;
}
#inst {
    text-align: center;
    max-width: 1000px;
    margin: auto;
}
#colorKey{
    float: left;
    margin: 0 10px 15px 0;
}
#mapas{
    float: left;
    width: 80%;
}
#sugerencia{
    position: absolute;
    top: 650px;
    width: 120px;
}

@media screen and (max-width: 1140px) {
    #container { width: 100%; }
}