TABLE.fondo {
	background-image : url(images/escudo_outlines.gif);
	background-position : center;
	background-repeat : no-repeat;
}
BODY {
	background-color : White;
	font-family : Tahoma, Verdana, Arial, sans-serif;
	font-size : 12px;
	color : #333333;
}

TD {
	font-family : Tahoma, Verdana, Arial, sans-serif;
	font-size : 12px;
	color : #333333;
}


A:LINK {
	text-decoration : underline;
	color : #00496C;
	font-weight : bold;
}

A:HOVER {
	text-decoration : none;
	color : #FF6600;
	font-weight : bold;
}

A:ACTIVE {
	text-decoration : none;
	color : Red;
	font-weight : bold;
}

A:VISITED {
	color : #646464;
	font-weight : bold;
}




