/* #flotante {
    position: absolute;
    display:none;
    font-family:Arial;
    font-size:0.8em;
    width:auto;
    padding: 20px;
    border:1px solid #eee;
    background-color:#fff;
    color: #333;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    
}
#flotante i.glyphicon {
    color: #ec0000;
    font-weight: bold;
    padding-right: 10px;
}
#flotante #web {
    font-size: 16px;

}
.map .back-red {
    cursor: pointer;
}
.map #map {
    margin: 30px auto 0;
    text-align: center;
    height: 550px;
}
.map #map svg {
    transform-origin: 20% 20% 0px;
}
.map #map a {
    z-index: 9999;
} */