/* Vínculos*/

a:visited {
	color: #000000;
}

a:link {
	color: #000000;
}
a:hover {
	color: #FF0000;
}
a:active {
	color: #000000;
}


/* arial 6 normal negro*/

.arial6nn {
	font-family: Arial;
	font-size: 6pt;
	text-decoration: none;
	margin-top:0;
	margin-bottom:0;
	font-style: normal;
	font-weight: normal;
	line-height: normal;
	font-variant: normal;
}

/* arial 10 normal negro inclinada*/

.arial10nin {
	font-family: Arial;
	font-size: 10pt;
	text-decoration: none;
	margin-top:0;
	margin-bottom:0;
	font-style: oblique;
	font-weight: normal;
	font-variant: normal;
	line-height: normal;
}

/* arial 10 bold negro*/

.arial10bn {
	font-family: Arial;
	font-size: 10pt;
	text-decoration: none;
	margin-top:0;
	margin-bottom:0;
	font-weight:bold;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
}

/* arial 10 bold bordo inclinada*/

.arial10bb {
	font-family: Arial;
	color: #800000;
	font-size: 10pt;
	text-decoration: none;
	font-weight:bold;
	margin-top:0;
	margin-bottom:0;
	font-style: oblique;
	line-height: normal;
	font-variant: normal;
}

/* arial 12 bold negro */

.arial12bn {
	font-family: Arial;
	font-size: 12pt;
	text-decoration: none;
	margin-top:0;
	margin-bottom:0;
	font-weight:bold;
	font-style: normal;
	font-variant: normal;
	line-height: normal;
}

/* arial 12 bold negro inclinada */

.arial12bin {
	font-family: Arial;
	font-size: 12pt;
	text-decoration: none;
	margin-top:0;
	margin-bottom:0;
	font-weight:bold;
	font-style: oblique;
	font-variant: normal;
	line-height: normal;
}

/* arial 12 bold azul*/

.arial12ba {
	font-family: Arial;
	color: #0000FF;
	font-size: 12pt;
	text-decoration: none;
	font-weight:bold;
	margin-top:0;
	margin-bottom:0;
	font-style: normal;
	font-variant: normal;
	line-height: normal;
}

/* arial 12 bold bordo*/

.arial12bb {
	font-family: Arial;
	color: #800000;
	font-size: 12pt;
	text-decoration: none;
	font-weight:bold;
	margin-top:0;
	margin-bottom:0;
	font-style: normal;
	font-variant: normal;
	line-height: normal;
}

/* Times 18 bold negro inclinada*/

.titulo2 {
	font-family: "Times New Roman";
	font-size: 18pt;
	text-decoration: none;
	margin-top:0;
	margin-bottom:0;
	font-style: oblique;
	font-weight: bold;
	font-variant: normal;
	line-height: normal;
}

/* Times 32 bold negro inclinada*/

.titulo {
	font-family: "Times New Roman";
	font-size: 32pt;
	text-decoration: none;
	margin-top:0;
	margin-bottom:0;
	font-style: oblique;
	font-weight: bold;
	font-variant: normal;
	line-height: normal;
}

/* Verdana 9 bold negro*/

.verdana9bn {
	font-family: Verdana;
	font-size: 9pt;
	text-decoration: none;
	margin-top:0;
	margin-bottom:0;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	line-height: normal;
}
