@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700,600);
/* DEFAUTL BEGIN */
body {
    margin: 0;
    padding: 0;
    font-family: 'Source Sans Pro', sans-serif;
}
input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    -webkit-appearance: none;
    -moz-appearance:    none;
    appearance:         none;
}
button, select {
    text-transform: none;
    user-focus: none;
    user-select: none;
    outline:none;
}
select:focus, button:focus, button::-moz-focus-inner, select::-moz-focus-inner {outline:none;}
select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000;
}
h1{
    margin: 0 0 20px 0;
    font-size: 17px;
    line-height: 0.9em;
    font-weight: 900;
}
h2{
    font-size: 13px;
    font-weight: 600;
    color: #919293;
    margin: 0 0 10px 0;
}
p{
    margin: 0 15px 10px 15px;
    color: #1F2125;
    font-size: 14px;
}
section .textos{
    padding: 20px 0 5px 20px;
}
section .textos p{
    max-width: 300px;
    margin: 0;
}
footer p{
    margin: 5px 0;
    color: #87878C;
    font-size: 13px;
}
footer{
    margin: 0 auto;
}
.form-control{
    width: 280px;
    height: 34px;
    text-transform: uppercase;
    display: block;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #000000;
    background-color: #fff;
    background-image: url(../img/select.png);
    background-position: right center;
    background-repeat: no-repeat;
    border: 1px solid #ccc;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
/* DEFAUTL BEGIN END */

.barras{
    width: 320px;
    height: 272px;
    display: inline-block;
    margin: 0;
}
.mapas{
    width: 320px;
    height: 288px;
    display: inline-block;
    margin: 0;
}
#solicitudes_bar{
    position: relative;
    width: 300px;
    height: 212px;
    overflow: hidden;
    background-image: url(../img/escala.png);
    margin: 10px 0;
}
#solicitudes_bar .barra{
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    position: absolute;
    background-color: red;
    border-right:1px solid white;
    width: 9px;
    height: 0;
    bottom: 22px;
    left: 52px;
}
#mascara{
    width: 300px;
    height: 190px;
    overflow: hidden;
    position: absolute;
}
/* window resize  */
@media screen and (min-width: 700px) {
   
}