@charset "utf-8";
/* CSS Document */

.contenedor-mapa {
  position: relative;
  height: 390px;
  width: 100%;
}

#mapa {
  position: absolute !important;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}