/*links de tipo B */

a.links_B:link {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}
a.links_B:visited {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}
a.links_B:hover {
	olor: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: blink;
	background-color: #74b34e;
	color: #FFFFFF;
}
a.links_B:active {
	text-decoration: none;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}

/*links de tipo C */

a.links_C:link {
	color: #FFFFFF;
	font-family: Tahoma;
	font-size: 14px;
	text-decoration: none;
	background-color: #990000;
}
a.links_C:visited {
	color: #FFFFFF;
	font-family: Tahoma;
	font-size: 14px;
	text-decoration: none;
	background-color: #990000;
}
a.links_C:hover {
	color: #FFFFFF;
	background-color: #E20109;
	font-family: Tahoma;
	font-size: 15px;
	text-decoration: underline;
}
a.links_C:active {
	color: #FFFFFF;
	font-family: Tahoma;
	font-size: 14px;
	text-decoration: none;
	background-color: #990000;
}

/*links de tipo D */

a.links_D:link {
	color: #FFFFFF;

	font-weight: bold;
	text-decoration: none;
}
a.links_D:visited {
	color: #FFFFFF;

	font-weight: bold;
	text-decoration: none;
}
a.links_D:hover {
	color: #FFFFFF;

	font-weight: bold;
    text-decoration: underline;
}
a.links_D:active {
	color: #FFFFFF;

	font-weight: bold;
	text-decoration: none;
}
/*links de tipo E */

a.links_E:link {
	color: #000000;
	font-family: Tahoma;
	font-size: 11px;
	text-decoration: none;
}
a.links_E:visited {
	color: #000000;
	font-family: Tahoma;
	font-size: 11px;
    text-decoration: none;
}
a.links_E:hover {
	color: #000000;
	font-family: Tahoma;
	font-size: 11px;
    text-decoration: underline;
}
a.links_E:active {
	color: #000000;
	font-family: Tahoma;
	font-size: 11px;
    text-decoration: none;
}
