/*     Elementos Comunes     */
<!--

body {
  background-image: url(../elementos_comunes/tapiz_fondo.gif);
}

/*     Estilos de Textos     */

.titulo {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 25px;
  color: #FF0000;
}

.normalp {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #000000;
}

.normalm {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #000000;
}

/*     Estilos de Menús     */

a:active {
  text-decoration: none;
}

a:link {
  text-decoration: none;
  color: #005500;
}

a:visited {
  text-decoration: none;
  color: #FF7700;
}

a:hover {
  text-decoration: none;
  color: #EE0000;
}

//-->