/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/


/* 
    Created on : 11/06/2015, 10:21:33
    Author     : Fernando
*/

svg {
    height: 450px;
    width: 477px;
    top: 50px;
    position: absolute;
    /* background-color: red; */
}

svg .estados path {
    fill: rgb(95, 150, 10);
    stroke: rgb(0, 0, 0);
    stroke-opacity: 0.2;
    stroke-width: 282.23677982;
    stroke-miterlimit: 3;
    stroke-dasharray: none;
}

svg .estados path.ativo.selecionado,
svg .estados path.ativo:hover {
    fill: rgb(100, 150, 200);
    cursor: pointer;
}

svg .estados path.ativo {
    fill: rgb(48, 84, 164);
}