/* Generated by KompoZer */
body {
  margin: 0px;
  padding: 0px;
  background-color: #eeeeff;
  font-family: Arial,Helvetica,sans-serif;
  /*font-family: "Courier New",Courier,monospace;*/
}
a:link {
  color: blue;
  text-decoration: none;
}
a:visited {
  color: blue;
  font-size: 125%;
  text-decoration: none;
}
a:hover {
  color: red;
  background-color: #aaaacc;
  text-decoration: none;
}
a:active {
  color: red;
}
.ventana {
  padding: 10px;
  background-color: #ccccff;
  margin: 0 10px 10px 10px;
  margin-right: 10px;
  margin-left: 10px;
}
#cargando {
  border-style: dashed;
  padding: 10px;
  background-color: #ffcc33;
  font-family: Arial,Helvetica,sans-serif;
  font-weight: bold;
  font-size: 20pt;
  text-align: center;
  position: absolute;
  z-index: 9;
  top: 150px;
  left: 40%;
  width: 20%;
  display: none;
}