html,body{
-webkit-overflow-scrolling : touch !important;
overflow: auto !important;
height: 100% !important;
}
#WindowLoad{
position: fixed;
top: 35% !important;
z-index: 5000000000;
}
#WindowLoad1{
position: fixed;
top: 35% !important;
z-index: 5000000001;
}
#DivBloqueo{
    width:100%;
    height:100%;
    position: fixed;
	top: 0px;
	left: 0px;
	z-index: 5000000000;
	filter: alpha(opacity = 65);
	-moz-opacity: 65;
	opacity: 0.65;
	//background: #999;
	background: #fff;
}
#DivBloqueo1{
    width:100%;
    height:100%;
    position: fixed;
	top: 0px;
	left: 0px;
	z-index: 5000000001;
	filter: alpha(opacity = 65);
	-moz-opacity: 65;
	opacity: 0.65;
	//background: #999;
	background: #fff;
}
.spinner {
  margin: 2% auto;
  width: 100%;
  height: 20%;
  max-height:20%;
  text-align: center;
  font-size: 10px;
}

.spinner > div {
  background-color: #0058A1;
  height: 100%;
  width: 2%;
  display: inline-block;
  margin-right: 0.2%;
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
  background-color: #0058A1;
}

.spinner .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
   background-color: #0058A1;
}

.spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
  background: #EAC829;
}

.spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
  background: #EAC829;
}
.spinner .rect6 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.7s;
  background: #EAC829;
}
.spinner .rect7 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.6s;
  background: #EAC829;
}
.spinner .rect8 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.5s;
  background: #EAC829;
}

@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% { -webkit-transform: scaleY(0.4) }  
  20% { -webkit-transform: scaleY(1.0) }
}

@keyframes sk-stretchdelay {
  0%, 40%, 100% { 
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }  20% { 
    transform: scaleY(1.0);
    -webkit-transform: scaleY(1.0);
  }
}