BODY {
  font-family: arial;
  font-size: 10pt;
}

P {
  font-family: arial; 
  font-size: 10pt;
  margin-left: 5pt;
  margin-right: 5pt;
  text-align: justify;
}
P.cabecera {
  color: white;
  font-weight: bold;
  font-size: 8pt;
  margin-left: 0pt;
  margin-right: 0pt;
  text-align: center
}
P.izda {
  text-align: left;
}
P.centro {
  text-align: center;
}
H1 {
  color: black;
  font-size: 14pt;
  margin-left: 0pt;
}
H1.centro {
  text-align:center;
}

H2 {
  color: white;
  font-size: 12pt;
  margin-left: 0pt;
  background-color: #669999;
  
}

UL {
  font-family: arial; 
  font-size: 10pt;
  margin-left: 35pt;
  margin-right: 5pt;
  text-align: justify;
}

A {
  text-decoration: none;
  color: #669999;
  font-weight: bold;
  font-size: 10pt;
}
A:hover {
  color: #2A51AE;
  background-color: white;
}
A.cabecera {
  text-decoration: none;
  color: white;
  font-weight: bold;
  font-size: 8pt;
}
A.cabecera:hover {
  color: #669999;
  background-color: white;
}