body 
	{
	font-size: 10pt;
	font-family: Verdana;
	text-decoration: none;
	color: black;
	}

body.fondo
	{
	font-size: 9pt;
	font-family: Verdana;
	text-decoration: none;
	color: black;
	background-image: url(./images/fondo.gif);
	background-repeat:repeat;
	background-attachment: fixed;

	}

td 
	{
	font-size: 10pt;
	font-family: Verdana;
	text-decoration: none;
	color: black;
	}


A:link
	{
	font-size: 10pt;
	font-family: Verdana;
	text-decoration: none;
	color: #FC6F74;
	}

A:visited
	{
	font-size: 10pt;
	font-family: Verdana;
	text-decoration: none;
	color: #FC6F74;
	}

A:hover
	{
	font-size: 10pt;
	font-family: Verdana;
	text-decoration: none;
	color: #FF0000;
	}

