/* Global Styles */

/************************************ LINKS ************************************/

a:link { font-size: 12px; color: #000; font-family: "Arial"; text-decoration: none }
a:visited { font-size: 12px; color: #000; font-family: "Arial"; text-decoration: none }
a:active { font-size: 12px; color: #000; font-family: "Arial"; text-decoration: none }
a:hover { font-size: 12px; color: #000; font-family: "Arial"; text-decoration: underline }

/************************************ negro ************************************/

a.linkngr11u:link { font-size: 11px; color: #000; font-family: "Arial"; text-decoration: underline }
a.linkngr11u:visited { font-size: 11px; color: #000; font-family: "Arial"; text-decoration: underline }
a.linkngr11u:active { font-size: 11px; color: #000; font-family: "Arial"; text-decoration: underline }
a.linkngr11u:hover { font-size: 11px; color: #000; font-family: "Arial"; text-decoration: underline }

a.linkngr12u:link { font-size: 12px; color: #000; font-family: "Arial"; text-decoration: underline }
a.linkngr12u:visited { font-size: 12px; color: #000; font-family: "Arial"; text-decoration: underline }
a.linkngr12u:active { font-size: 12px; color: #000; font-family: "Arial"; text-decoration: underline }
a.linkngr12u:hover { font-size: 12px; color: #000; font-family: "Arial"; text-decoration: underline }

/************************************ azul ************************************/

a.linkazl11:link { font-size: 11px; color: #03F; font-family: "Arial"; font-weight: bold; text-decoration: none }
a.linkazl11:visited { font-size: 11px; color: #03F; font-family: "Arial"; font-weight: bold; text-decoration: none }
a.linkazl11:active { font-size: 11px; color: #03F; font-family: "Arial"; font-weight: bold; text-decoration: none }
a.linkazl11:hover { font-size: 12px; color: #03F; font-family: "Arial"; font-weight: bold; text-decoration: none }

a.linkazl12:link { font-size: 12px; color: #03F; font-family: "Arial"; font-weight: bold; text-decoration: none }
a.linkazl12:visited { font-size: 12px; color: #03F; font-family: "Arial"; font-weight: bold; text-decoration: none }
a.linkazl12:active { font-size: 12px; color: #03F; font-family: "Arial"; font-weight: bold; text-decoration: none }
a.linkazl12:hover { font-size: 13px; color: #03F; font-family: "Arial"; font-weight: bold; text-decoration: none }

/************************************ blanco ************************************/

a.linkblc12:link { font-size: 12px; color: #FFF; font-family: "Arial"; font-weight: bold; text-decoration: none }
a.linkblc12:visited { font-size: 12px; color: #FFF; font-family: "Arial"; font-weight: bold; text-decoration: none }
a.linkblc12:active { font-size: 12px; color: #FFF; font-family: "Arial"; font-weight: bold; text-decoration: none }
a.linkblc12:hover { font-size: 12px; color: #FFF; font-family: "Arial"; font-weight: bold; text-decoration: underline }

/******************************* TEXTO NEGRO ***********************************/

.texto11ngr {
	font-family: "Arial";
	color: #000;
	font-size: 11px;
}
.texto12ngr {
	font-family: "Arial";
	color: #000;
	font-size: 12px;
}
.texto14ngr {
	font-family: "Arial";
	color: #000;
	font-size: 14px;
}
.texto16ngr {
	font-family: "Arial";
	color: #000;
	font-size: 14px;
}
.sat20 {
	font-family: "Trebuchet MS";
	color: #000;
	font-size: 20px;
	font-weight: bold;
}

/******************************* TEXTO AZUL ***********************************/

.texto11azl {
	font-family: "Arial";
	color: #03F;
	font-size: 11px;
}
.texto12azl {
	font-family: "Arial";
	color: #03F;
	font-size: 12px;
}
.texto14azl {
	font-family: "Arial";
	color: #03F;
	font-size: 14px;
}
.texto16azl {
	font-family: "Arial";
	color: #03F;
	font-size: 16px;
}

/******************************* TEXTO ROJO ***********************************/

.texto10roj {
	font-family: "Arial";
	color: #FF0000;
	font-size: 10px;
}
.texto12fch {
	font-family: "Book Antiqua";
	color: #BB0000;
	font-size: 12px;
}
.texto30fch {
	font-family: "Book Antiqua";
	color: #BB0000;
	font-size: 60px;
}

/******************************* TEXTO GRIS ***********************************/

.texto12grs {
	font-family: "Arial";
	color: #999;
	font-size: 12px;
}
