/* GLOBALS:                                definitions  for point-sized fonts */

html body, table, div, span, td, tr {
     font-family:Helvetica, Arial, sans-serif;
     font-size:15pt;
     font-weight:bold;
     color:#000000;
     text-align:left;
     background:transparent;        /* font: bg will be defined in body tag */
     margin:0;
     padding:0;
     border:0;
}
.Cent {   font-family: "Century Gothic", Helvetica, Arial, sans-serif; }
.Nar {   font-family: "Arial Narrow", Helvetica, Arial, sans-serif; }

.blue {   color: #0000B0; }
.green {  color: #008000; }
.black {  color: #000000; }
.red {    color: #DC0000; }
.maroon { color: #98002E; }
.salud {  color: #063D77; }
.salud2 {  color: #359F9D; }

.p8 { font-size: 8pt; }
.p10 { font-size: 10pt; }
.p11 { font-size: 11pt; }
.p12 { font-size: 12pt; }
.p13 { font-size: 13pt; }
.p14 { font-size: 14pt; }
.p15 { font-size: 15pt; }
.p16 { font-size: 16pt; }
.p18 { font-size: 18pt; }
.p20 { font-size: 20pt; }
.p24 { font-size: 24pt; }
.p28 { font-size: 28pt; }
.p30 { font-size: 30pt; }
.p34 { font-size: 34pt; }
.p40 { font-size: 40pt; }

.lt  { font-weight: normal; }
.xlt  { font-weight: 100; }

