#navigation td {
	border-bottom: 1px solid #85B382;
	}
	
#navigation a {
	font: 11px Arial, Verdana, Helvetica, sans-serif;
	color: #333333;
	line-height:10px;
	letter-spacing:.1em;
	text-decoration: none;
	display:block;
	padding:5px 6px 8px 15px;
	background: url("menu.gif") 4px 40% no-repeat;
	}
	
#navigation a:hover {
	background: #DAE9DA url("menu-2.gif") 4px 45% no-repeat;
	color:#102230;
	}
/* Class Styles */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	background-image: url(images/fondo.jpg);
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
a:link {
	color: #006699;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
}
a:visited {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}