
BODY, H1, H2, H3, H4, H5, H6, P, DIV, BLOCKQUOTE,
DT, DD, TABLE, TH, TD {
  font-family: "Comic Sans MS", Sans-Serif;
  font-size: 12pt;
  color: rgb(50, 100, 150);
}

BODY {
  /* background-image: url(back.png); */
  /* background-color: rgb(235, 235, 235); */
}

H1 {
  font-size: 150%;
  font-weight: bold;
}

H2 {
  font-size: 120%;
  font-weight: bold;
}

H3 {
  font-size: 120%;
  font-style: italic;
}

OL, UL {
  margin-top: 0;
  margin-bottom: 0;
}

A:link { color: blue }
A:visited { color: gray }
A:active { color: red }

DT {
  font-weight: bold;
}

P.mapa {
  font-weight: bold;
  font-size: 11pt;
  margin: 0 0 0 0;
}

INPUT, TEXTAREA {
  font-family: serif;
  font-size: 12pt;
}

.column {
  float: left;
  width: 50%;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

