body {
  font-family:Helvetica, Arial, san-serif;
  font-size: 12px;
  line-height:16px;
  margin:0;
  padding:0;
  background-color:#1991f3;
  background-image:url('../gfx/bg_grad.gif');
  background-repeat:repeat-x;
}

a:link, a:visited, a:active {
  color: #95c0fc;
  text-decoration: none;
  outline:none;
}

a:hover {
  text-decoration: none;
  color: #fff;
}

p {
  margin:6px 0 0 0;
}

h1 {
  font-family: "Times New Roman",Georgia,serif;
  margin:0;
  font-weight: bold;
  font-size: 26px;
  line-height:26px;
  color:#1a92f4;
}

.clearfloat {
  clear:both;
  margin-top:-1px;
  height:1px;
  overflow:hidden;
}

#ifmaindiv {
  width:720px;
}

#maindiv {
  width:765px;
  height:663px;
  background:url('../gfx/dropshade.gif') no-repeat;
  margin:0 auto 0 auto;
}

#gamediv {
  visibility:hidden;
}
#maindiv #gamediv {
  margin-left:22px;
  height:610px;
}

#footer {
  text-align:right;
  margin-top:10px;
  margin-right:24px;
  margin-left:22px;
}
#footerleft {
  float:left;
}
#footerright {
  float:right;
}

#warning {
  background:url(../gfx/ruta.png);
  width:700px;
  height:600px;
  position:absolute;
  cursor:pointer;
  display:none;
}
#warningtext {
  font-family: "Times New Roman",Georgia,serif;
  font-weight: bold;
  font-size: 26px;
  line-height:26px;
  color:#1a92f4;
  margin-left:127px;
  margin-top:115px;
  width:425px;
}
#warningtext p {
  margin-top:20px;
}
