/*
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
*/

.localizenos.subpaginas svg{
    height: 450px;
    width: 477px;

    top: 150px;
    position: absolute;
    /* background-color: red; */
}

.localizenos.subpaginas svg .estados path{
    fill: rgb(17, 120, 0);
    stroke: rgb(0, 0, 0);
    stroke-opacity: 0.2;
    stroke-width:282.23677982;
    stroke-miterlimit: 3;
    stroke-dasharray:none;
}

.localizenos.subpaginas svg .estados path.ativo.selecionado,
.localizenos.subpaginas svg .estados path.ativo:hover{
    fill: rgb(204, 51, 0);
    cursor: pointer;
}

.localizenos.subpaginas svg .estados path.ativo{
    fill: #FFAB1D;
}
