#pantalla {
  background-color: #ccc;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  -webkit-transition: all 2s;
  transition: all 2s;
  text-align: center;
}

.bmb_pantalla {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  -webkit-transition: all 2s;
  transition: all 2s;
  opacity: 0;
}

.bmb_pantalla2 {
  /*background-image: url(imas/trnsnegro1.png);*/
  background-color: rgba(3, 3, 3, 0.8);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  -webkit-transition: all 2s;
  -webkit-transition: all 1s;
  transition: all 1s;
  opacity: 1;
  z-index: 10000001;
}

.botoncillo_cerrar {
  display: block;
  padding: .3rem .6rem;
  -webkit-box-shadow: 0 0 3px #ddd;
          box-shadow: 0 0 3px #ddd;
  opacity: .6;
  position: absolute;
  top: 16px;
  right: 16px;
  cursor: pointer;
  color: #fff;
}

.botoncillo_cerrar:hover {
  opacity: 1;
}

#el_mapa {
  min-width: 300px;
  max-width: 100%;
  width: 840px;
  height: 99%;
  margin: 0px auto;
  position: relative;
}
/*# sourceMappingURL=styles-mapa.css.map */