#box-calendario {
	width:257px;
	height:200px;
	float:left;
	margin-left:10px;
	background:url(../img/box-calendario.jpg) top center no-repeat;
	padding-top:36px;
}

#box-calendario-interno {
	width:269px;
	height:200px;
	float:left;
	margin-top:5px;
	background:url(../img/box-calendario-interno.jpg) top center no-repeat;
	padding-top:36px;
}
#mes-calendario {
	width:100%;
	float:left;
	height:20px;
	text-align:center;
	margin:auto;
}

#semana-calendario {
	width:240px;
	height:150px;
	_margin-top: -40px;
	margin-left:10px;
}

#dias-calendario, #hoje-calendario, #fds-calendario, #durante-calendario, #sem-dia {
	width:33px;
	height:23px;
	float:left;
	background:url(../img/calendario/durante.png) center top no-repeat;
	text-align:center;
	padding-top:3px;
	color:#FFF;
	font-weight:bold;
}

#hoje-calendario {
	background:url(../img/calendario/hoje.png) center top no-repeat;
}

#fds-calendario {
	background:url(../img/calendario/fds.png) center top no-repeat;
	color:#4D4D4D;
}

