#calendario li{
	background-repeat:no-repeat;
	list-style-image:url(../../img/bulet.gif);
}
#calendario ul{
	background-repeat:no-repeat;
}
.relacao_lotes a{
	text-decoration:none;
}

#calendario h3
{
		font:24px Georgia;
		color:#000;
}

#calendario dl
{
	width:680px;
	height:50px;
	clear:both;
	border-bottom:1px solid #f4f4f4;
	margin:0;
	_margin:10px 0;
	*margin:10px 0;
}
#calendario dl dt
{
		float:left;
		height:40px;
		font:24px Arial;
		padding:10px;
}

#calendario dl dd
{
		float:left;
		margin:5px 10px;
}
#calendario dl dd a
{
		color:#000;
		text-decoration:none;
}
#calendario dl dd a:hover
{
		text-decoration:underline;
}

#calendario dl dd small
{
		font:11px Arial;
}