#svg-map #destaque {
    fill: #000;
}

#svg-map .circle-destaque {
    fill: #000;
}

#svg-map path {
    fill: #9c9c9c;
}

#svg-map text {
    fill: #fff;
    font-size: 12px;
    /*font:12px Arial-BoldMT, sans-serif;cursor:pointer*/
}

#svg-map a {
    text-decoration: none;
    cursor: default;
}

#svg-map a:hover {
    cursor: pointer;
    text-decoration: none
}

#svg-map a:hover path {
    fill: #444444 !important
}

#svg-map .circle {
    fill: #000
}

#svg-map a:hover .circle {
    fill: #000 !important;
    cursor: pointer
}