#spinner {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 999;
  background-color: rgba(255, 255, 255, 0.5);
}

#spinner-ventana {
  position: relative;
  height: 100%;
  z-index: 1000;
}

#spinner-info {
  position: relative;
  background-color: rgba(255, 255, 255, 1.0);
  width: 200px;
  height: 120px;
  vertical-align: middle;
  margin: 0 auto;
  top: 30%;
  opacity: 1;
  z-index: 1001;
}

#spinner-animacion {
  opacity: 1;
  z-index: 1002;
}