#calendario {
	padding:0px;
	margin:0px auto;
	font:normal 12px/24px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color:#B8A370;
	width: 175px;
	text-align: center;
	text-decoration: none;
	cursor: default;
}
#calendario caption {
	padding:0px 0px 5px;
	background:url(../img/site/tarja.gif) no-repeat center top;
}
#calendario caption,#calendario caption a,#calendario caption a:hover {
	color:#ffffff;
	font-weight: bold;
	text-decoration: none;
	line-height: 25px;
}
#calendario th,#calendario td,#calendario td a{
	height: 25px;
	width: 25px;
}
#calendario th {
	color:#663333;
	background:url(../img/site/calendario_mancha.gif) right top;
}
#calendario td {
	background: url(../img/site/calendario_mancha.gif) repeat right bottom;
}
#calendario td a {
	display:block;
	color: #AA0000;
	font-weight: bold;
	text-decoration: none;
	line-height: 26px;
}
#calendario td a.hoje,#calendario td.hoje{
	background:url(../img/site/calendario_mancha.gif) left top;
	color:#FFFFFF;
	font-weight: bold;
	font-size: 12px;
}

#calendario td a:hover,#calendario td a:hover.hoje {
	color:#FFFFFF;
	text-decoration: none;
	background:url(../img/site/calendario_mancha.gif) no-repeat left bottom;
	font-size: 12px;
}
