 BODY.Contenido
 { 
  background: url(images/fondo.gif);
  background-color: #FFFFFF;
  background-attachment: fixed;
  font-family: Arial, Sans-Serif,"Comic Sans MS";
  font-size: 18px;  color:navy;
  font-weight: bold;
  margin-top: 20px;
  margin-left: 20px;
  margin-right: 20px;
 }
 BODY.Indice
 {
  background-color: #0080C0;
  font-family: Arial, Sans-Serif,"Comic Sans MS";
  font-size: 12px;  color:white;
  margin-top: 0px;
  margin-left: 0px;
  margin-right: 0px;
 }

 BODY.Cabecera
 {
  background-color: #0080C0;
  font-family: Arial, Sans-Serif,"Comic Sans MS";
  font-size: 12px;  color:white;
  margin-top: 0px;
  margin-left: 0px;
  margin-right: 0px;
 }

 TD.Indice
 {
  background-color: #0080C0;
  font-family: Arial, Sans-Serif,"Comic Sans MS";
  font-size: 12px;  color:white;
  margin-top: 0px;
  margin-left: 0px;
  margin-right: 0px;
 }

 TD.Cabecera
 {
  font-family: Arial, Sans-Serif,"Comic Sans MS";
  font-size:22px;
  background-color: #0080C0;
  color: cyan;
 }
 TD.SubCabecera
 {
  font-family: Arial, Sans-Serif,"Comic Sans MS";
  font-size: 12px;  color:white;
  line-height: 20px;
  margin-top: 0px;
  margin-left: 10px;
  margin-right: 0px;
 }

 DIV
 {
  color: navy;
  font-size: 14px;
  text-align: justify;
  margin-left: 25px;
  margin-right: 25px;  
 }

 H2
 {
  margin-top:0px;
  margin-bottom:0px; 
 }
 
 P.darsoft
 { 
  font-family: Arial, Sans-Serif,"Comic Sans MS";
  font-size: 10px;  color:blue;
  text-align: right;
  margin-top:0px;
  margin-bottom:0px; 
  margin-left: 0px;
  margin-right: 0px;
 }
 A.darsoft:link    { color: black }
 A.darsoft:active  { color: black }
 A.darsoft:visited { color: black }
 A.darsoft:hover { color: blue }

 BODY.Indice A:link    { color: white; text-decoration: none }
 BODY.Indice A:active  { color: yellow; text-decoration: none }
 BODY.Indice A:visited { color: white; text-decoration: none }
 BODY.Indice A:hover   { text-decoration: none; font-weight: bold; color: cyan; }

 BODY.Contenido A:link    { color: blue; text-decoration: none }
 BODY.Contenido A:active  { color: red; text-decoration: none }
 BODY.Contenido A:visited { color: blue; text-decoration: none }
 BODY.Contenido A:hover   { text-decoration: none; font-weight: bold; color: fuchsia; }

 TD.Contenido A:link    { color: black }
 TD.Contenido A:active  { color: black }
 TD.Contenido A:visited { color: black }
 TD.Contenido A:hover { color: blue }


