#calendario{
	margin: 1px 3px 0 3px;
}
.calendarioMes{
	font-weight: bold;
}
.calendarioData{
	background-color: #e2e2e2;
	text-align: center;
	padding: 1px 2px;
	
}
.calendarioHoje{
	background-color: #e2e2e2;
	font-weight: bold;
	text-align: center;
}
.calendarioLink{
	background-color: #bdd0b1;
	text-align: center;
	text-decoration: none;
}
#domingo {
	text-indent:-9000px;
	
	background: url(../img/calendario/cal_domingo.gif) no-repeat;
}
#segunda {
	text-indent:-9000px;
	background: url(../img/calendario/cal_segunda.gif) no-repeat;
}
#terca {
	text-indent:-9000px;
	background: url(../img/calendario/cal_terca.gif) no-repeat;
}
#quarta {
	text-indent:-9000px;
	background: url(../img/calendario/cal_quarta.gif) no-repeat;
}
#quinta {
	text-indent:-9000px;
	background: url(../img/calendario/cal_quinta.gif) no-repeat;
}
#sexta {
	text-indent:-9000px;
	background: url(../img/calendario/cal_sexta.gif) no-repeat;
}
#sabado {
	text-indent:-9000px;
	background: url(../img/calendario/cal_sabado.gif) no-repeat;
}