.modal {
  display: none;
  z-index:100000;
  width:auto;
  height:auto;
  margin-top:200px;
  /*-webkit-box-shadow: 0 0 10px #000;
  -moz-box-shadow: 0 0 10px #000;
  -o-box-shadow: 0 0 10px #000;
  -ms-box-shadow: 0 0 10px #000;
  box-shadow: 0 0 10px #000;*/
  max-width:955px;
  max-height:540px;
  width:80%;
  height:70%;
}
/*
.modal a.close-modal {
  position: absolute;
  top: 0px;
  right: -50px;
  margin-top:-0px;
  display: block;
  width: 31px;
  height: 31px;
  text-indent: -9999px;
  background: url(../img/8_pantalla_overlay/cerrar_ventana@2x.png) no-repeat 0 0;
  background-size:31px 31px;
}*/

.modal-spinner {
  display: none;
  width: 64px;
  height: 64px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-right: -32px;
  margin-top: 32px;
  background: url(spinner.gif) #111 no-repeat center center;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
}

.turbomodal{
  max-width:955px;
  max-height:540px;
  width:100%;
  height:100%;
}