BODY {
  font-family: Arial; 
}
H1 {
  font-family: Verdana; 
  font-size: 14pt; 
  font-weight: bold; 
  margin-left: 5px;
  color: white;
  background-color: #990000
}
H1.indice {
  font-size: 16pt; 
  font-weight: bold; 
  margin-left: 30px;
}
H2 {
  font-family: Verdana; 
  font-size: 13pt; 
  font-weight: bold; 
  margin-left: 5px;
}
H3 {
  font-family: Verdana; 
  font-size: 12pt; 
  font-weight: bold; 
  margin-left: 5px;
}

P {
  font-size: 11pt; 
  margin-left: 15px; 
  text-align: justify;
}
P.titular {
  font-family: Verdana; 
  font-size: 16pt; 
  font-weight: none; 
  margin-left: 5px;
  color: white;
}
P.titulo {
  font-family: Verdana, Arial; 
  font-size: 20px; 
  font-weight: none;
  margin-left: 30px; 
  color: #000000; 
  text-align: left;
}
P.tituloinicio {
  font-family: Verdana, Arial; 
  font-size: 30px; 
  font-weight: none;
  margin-left: 5px; 
  color: #000000; 
  text-align: left;
}
P.presentacion {
  font-family: Arial; 
  font-size: 14pt; 
  color: #000000; 
  font-weight: bold;
  margin-left: 5px;
  text-align: left;
}
P.lateral {
  font-family: Arial; 
  font-size: 10pt; 
  color: #000000; 
  font-weight: bold;
  margin-left: 0px;
  text-align: right;
}
P.margen {
  font-size: 11pt; 
  margin-left: 45px;
}
P.navegacion {
  font-family: arial; 
  font-size: 8pt; 
  color: #000000; 
  font-weight:bold;
  text-align: center;
}

UL.lateral {
  font-family: arial; 
  font-size: 9pt; 
  font-weight: none;
  margin-left: 30px; 
  font-style: none; 
  color: #ffffff;
}

UL {
  font-size: 11pt; 
  margin-left: 45px;
}

OL {
  font-size: 11pt; 
  margin-left: 45px;
}

A {
  color: #1E72A4; 
  text-decoration: none
}
A:hover {
  color: red;
}
A.lateral {
  color: #000000; 
  text-decoration: none;
}
A.lateral:hover {
  color: red;
  text-decoration: underline;
}

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