/* CSS Document */

BODY {
	FONT-SIZE: 12px;
	COLOR: #000000;
	FONT-FAMILY: verdana, Arial, Helvetica, sans-serif;
	text-align:justify;
	line-height:25px;
	background-color: #C3C04F;
}
table {
	background-color: #FFFFFF;
}


.SUBRAYADO {
	color: #C3C04F;
	font-weight: bold;
}


a:link {
	text-decoration: none;
	font-size: 12 px;
	color: #C3C04F;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #C3C04F;
	font-size: 12 px;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
	color: #C3C04F;
	font-size: 12 px;
	
}
a:active {
	text-decoration: none;
	color: #C3C04F;
	font-size: 12 px;
	font-weight: bold;
	font-weight: bold;
}
