body {
  padding: 0;
  line-height: 1.5em;
  font-size: 1em;
  font-weight: normal;
  word-spacing: normal;
  letter-spacing: normal;
  text-transform: none;
  font-family:  Verdana, Myriad Web, Syntax, sans-serif;
  text-align: center;
}

#buttons {
  float: left;
  font-family: "VT-100", monospace;
  font-size: 14px;
  text-align: left;
  font-weight: bold;
  padding: 8px;
  white-space: nowrap;
  width: 240px; /* Tamaņo de la imagen */
  margin-right:20px;
}

#page {
  margin-left: auto;
  margin-right: auto;
  width: 800px;
}

#head {
  height: 70px;
}

#head h1 {
  color: #000000;
  text-align: right;
  padding-top: 15px;
  padding-bottom: 15px;
  margin: 0;
  border-bottom: 5px solid #000000;
}

#head h1 a, h1 a:visited, h1 a:hover {
  color: #000000;
}

#data {
  width: 98%;
  margin: 10px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

#foot {
  clear: left;
  width: 100%;
  width: 100%;
  text-align: center;
  padding: 5px 0;
  border-top: 5px solid #000000;
  font-size: 13px;
  text-align: right;
}

#foot img {
  vertical-align: text-top;
  border: 0px;
}

h2 {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 1.75em;
  font-weight: 500;
}

a:link {
  text-decoration: none;
  font-weight: normal;
  color: #6600DD;
  background: #ffffff;
}

a:visited {
  text-decoration:  none;
  font-weight: normal;
  color: #6699ff;
  background:  #ffffff;
}

a:active {
  text-decoration: none;
  font-weight: bold;
  color: #ffffff;
  background: #6600DD;
}

a:hover {
  text-decoration: none;
  color: #ff0000;
  background: #eeeeee;
}

