/* Ajustes mínimos para conservar el diseño original en pantallas actuales. */
html { background: #999966; }

body > table {
  max-width: 1064px;
  margin: 0 auto;
}

img { max-width: 100%; }

@media (max-width: 760px) {
  body > table { width: 100% !important; }

  #navigation {
    white-space: normal !important;
    line-height: 2.5;
    padding: 8px 5px;
  }

  .logo {
    white-space: normal !important;
    letter-spacing: .2em;
  }

  .bodyText,
  .style5 {
    line-height: 1.65;
  }

  td[width="715"],
  td[width="700"],
  td[width="625"],
  td[width="221"] {
    width: auto !important;
  }
}
