/*Documento CSS*/
a.blue:link {color: #ffff00; background: #000000; text-decoration: none}
a.blue:active {color: #ffff00; background: #000000; text-decoration: none}
a.blue:visited {color: #ffff00; background: #000000; text-decoration: none}
a.blue:hover {color: #ffff00; background: #000000; text-decoration: underline;}

 body {
  background-color: #FFFFFF;
  color: #000000;
 }

 
 TD {font-family:Verdana; font-size:10pt; color:black; text-align: left; background-color:#FFFFFF }

 p.Encabezado{font-family: Verdana; font-size: 10pt; background-color: #000000; color: #FFFFFF; text-align: center} 
 
  p.TextoNormal {font-family: Verdana; font-size: 10pt; text-align: left}
 p.Negrilla {font-family: Verdana; font-size: 10pt; font-weight: bold; text-align: left}


 p.Titulo {font-family: Verdana; font-size: 14pt; text-align: center}

 p.TArticulo {font-family: Verdana; font-size: 10pt; color: #00639C; font-weight: bold; text-align: left}

 p.Fuente {font-family: Verdana; font-size: 12pt; text-align: center}


