body {  background: #ffffff; /*#33ccff; /* #000099 */; /* Color de fondo de la pagina del catalogo */
  color: #0000ff; /* #ffffff; /* Color del texto */
  margin: 20px; /* Distancia en pixels del catalogo a los margenes de la ventana del navegador */
}

 A {
  color: #000000; */#ffffFF; /*#000000; */
  text-decoration: none;
}

A:hover {
  color: #ff0000; */
 /* text-decoration: underline;*/
}

TR {
 /* background: #00ff00;*/
}

TD {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #66ffcc;
  color: #000000;
  font-weight: bold;
  text-align: center;
}


H1  {
 font-size : 36pt;
 font-family : verdana,arial;
 text-decoration : underline;
 text-align : center;
 /*background-color : Teal;*/
}
H2  {
 font-size : 12pt;
 font-family : verdana,arial;
 text-decoration : none;
 text-align : left;
/* background-color : blue;*/
}

H3  {
 font-size : 10pt;
 font-family : verdana,arial;
 text-decoration : none;
  margin-top: 1; 
 margin-bottom: 1;
}
H4  {
 font-size : 10pt;
 font-family : Arial,Rockwell,verdana;
 text-decoration : none;
 /*background-color : Teal;*/
  margin-top: 1; 
 margin-bottom: 1;
}


