body {
  margin:0;
  padding:0;
}

#map {
  position: absolute;
  top:0;
  bottom:0;
  right:0;
  left:0;
}

#grisado {
  position: fixed;
  height: 100%;
  width: 104%;
  background: black;
  opacity: 0.7;
  z-index: 2000;
  display: none;
  margin-left: -15px;
}

#grisadoGIF {
  position: fixed;
  top: 40%;
  left: 45%;
  z-index: 3000;
  display: none;
}

.posicion {
  height: 16px;
  padding-top: 7px;
}

.espaciado {
  border-top: 1px solid #AAAAAA;
  float: left;
  margin: 8px 0;
  width: 100%;
}
