.calendario {
	font-family: verdana;
	font-size: 10px;
	cursor: hand;
	text-decoration: none;
}
a.calendario {
	font-family: verdana;
	font-size: 10px;
	text-decoration: none;
	width: 100%;
	height: 100%;
	color: black;
}
a.calendario:hover {
	text-decoration: none;
	width: 100%;
	height: 100%;
	color: black;
	background-color: #FFE137;
	font-weight: bold;
}
div#cal table, div#cal td {
	border: 1px solid #666666;
	border-collapse: collapse;
	margin: 0px;
	}
.fonteTd {
	 font-size: 9px; 
	 font-weight:bold; 
	 font-family: verdana; 
	 color: black;
	 	}
