.modal { position: fixed; background-color: #FFF; z-index: 13; top: 50%; left: 50%; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; border: 2px solid  #666; }
.fondo { position: fixed; left: 0; top: 0; background-color: #333; z-index: 12; width: 100%; height: 100%; opacity: 0.3333333333333333; filter: alpha(opacity=30); }
.close { position: absolute; cursor: pointer; float: right; z-index:15 ; border: 1px solid #022c54 ; height: 21px;  }
#loading { margin: 0 auto; width: 80px; height: 500px; margin-top: 250px; color: Black; font-weight: bold; font-family: "Verdana"; }
