/*     Elementos Comunes     */
<!--

body {
  background-color: #FFE0C0;
}

/*     Estilos de Textos     */

.presentacion {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  color: #330000;
}

.normalp {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #330000;
}

.normalib {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 15px;
  color: #330000;
}

.normalm {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: #330000;
}

.normalg {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 20px;
  color: #330000;
}

.rotulos {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 24px;
  color: #330000;
}

A:active {
  TEXT-DECORATION: none
}

A:link {
  COLOR: #005500; TEXT-DECORATION: none
}

A:visited {
  COLOR: #ff7700; TEXT-DECORATION: none
}

A:hover {
  COLOR: #ee0000; TEXT-DECORATION: none
}

/*     Estilos de Tablas     */

.marco {
  border-style: solid;
  border-color: #330000;
  border-width: 2px;
  border-collapse: collapse;
}

.marco th, .marco td {
  border-style: solid;
  border-color: #330000;
  border-width: 2px;
}

//-->
