.DivModal
{
  position: absolute;
  width: 100%;
  background: #ffffff;
  display: none;
  z-index: 999;
}
.DivModalCarregando
{
  top: -200px;
  width: 100%;
  position: absolute;
  z-index: 999999999999;
  text-align: center;
}
