.map {
  position: relative;
  /* left:0px;
  bottom:0px; 
  top:0px;
  right:0px; */
  width: 942px;
  height: 700px;
  display: block;
}

.cormunicipiomapa {
    padding: 6px 8px;
    font: 14px/16px Arial, Helvetica, sans-serif;
    background: white;
    box-shadow: 0 0 15px rgba(0,0,0,0.2);
    border-radius: 5px;
    border: 1px solid black;
}

.cormunicipiomapa h4 {
    margin: 0 0 5px;
    color: #777;
}

.legend {
  line-height: 18px;
   
}

.legend i {
  width: 17px;
  height: 17px;
  float: left;
  margin-right: 8px;
  opacity: 0.5;
  
  z-index:2;
}