#menu {
	
	list-style: none;
	margin: 0;
	padding: 0;
	width: 12em;
}
#menu li {
	font: 88% Tahoma, Geneva, sans-serif;
	margin: 0;
	padding: 0;
}
#menu a {
	
	border-bottom: 0px solid #393939;
	color: #000;
	display: block;
	margin: 0;
	padding: 2px 3px;
	padding-left:20px;
	text-decoration: none;
	font-weight: bold;
}
#menu a:hover {
	background: #566f6e url("images/hover.gif") left center no-repeat;
	color: #fff;
	padding-bottom: 2px;
}.tabla {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	font-weight: normal;
	text-align: center;
}

