BODY {
  font-family: Arial, verdana; 
}
H1 {
  font-size: 16pt; 
  font-weight: bold; margin-left: 5px;
}
H1.indice {
  font-size: 16pt; 
  font-weight: bold; 
  margin-left: 30px;
}
H2 {
  font-size: 14pt; 
  font-weight: bold; 
  margin-left: 5px;
}
H3 {
  font-size: 12pt; 
  font-weight: bold; 
  margin-left: 5px;
}

P {
  font-size: 11pt; 
  margin-left: 15px; 
  text-align: justify;
}
P.titulo {
  font-family: "Times New Roman", Times, serif; 
  font-size: 36px; font-weight: bold;
  margin-left: 30px; 
  font-style: italic; 
  color: #ffcc00; 
  text-align: center;
}
P.lateral {
  font-family: arial; 
  font-size: 10pt; 
  color: #ffcc00; 
  font-weight: bold;
  margin-left: 0px;
}
P.margen {
  font-size: 11pt; 
  margin-left: 45px;
}
P.navegacion {
  font-family: arial; 
  font-size: 9pt; 
  color: #ffffff; 
  font-weight:bold;
  text-align: center;
}
UL {
  font-size: 11pt; 
  margin-left: 45px;
}
UL.lateral {
  font-family: "Times New Roman", Times, serif; 
  font-size: 10pt; 
  font-weight: bold;
  margin-left: 30px; 
  font-style: italic; 
  color: #ffffff;
}
OL {
  font-size: 11pt; 
  margin-left: 45px;
}
A.lateral {
  color: #ffffff; 
  text-decoration: none;
}
A.lateral:hover {
  color: #ffcc00;
}

A.navegacion {
  color: #ffffff; 
  text-decoration: none; 
  font-weight:bold;
}
A.navegacion:hover {
  color: #ffcc00;
}
