body{
    background-color: #FFFFFF;
    }

.title {
    padding-top: 25px; 
    text-align: center;
}

.mapdiv  {
    max-width: 1300px;
    width: 80%; 
    margin: auto;
}
                  
.fil0 { 
        fill: #a0dff3;
        stroke: black;
        stroke-width: 8px;
        transition: 0.3s;
}

.fil0 :hover { 
    fill: #2550D9
}

.fil1 { 
    fill:#E9E9E9; 
    stroke: black;
    stroke-width: 8px;
}

.fil4 {fill:none}

.str0 {
    stroke:black;
    stroke-width:40px;
    stroke-linecap:square;
    stroke-linejoin:bevel;
    stroke-miterlimit:22.9256
    }

.link{
    cursor: pointer;
}   

.table-striped>tbody>tr:nth-child(odd)>td, 
.table-striped>tbody>tr:nth-child(odd)>th {
  
        background-color:#a0dff3;
}  
.table-hover tbody tr:hover td, .table-hover tbody tr:hover th {
      background-color: #2550D9
}

obr {
    border-bottom: 0;
    cursor: help;
    color: red;
}
.filtroColuna{
    width:100%;
    border:solid 1px;
}