td {
	font-family: Arial, Veranda;
	padding: 0px;
}

#calback {
	margin: 0 auto;
	background-image:url(images/bg/calendario.jpg);
	width: 168px;
}

#calendar {
	width: 168px;
}

.cal {
	width: 167px;
}

.calhead {
	width: 167px;
    height:27px;
	font-weight: bold;
	background-image:url(images/bg/calendario_top.jpg);
	font-size: 10px;
	color: #55403E;
}

.calhead img {
	border: none;
}

.dayhead {
	height: 10px;
	background-image:url(images/calend_bg.jpg);
	font-size: 10px;
	font-weight:bold;
	color: #7D5E5B;
}

.dayhead td {
	text-align: center;
	font-size: 10px;
	font-weight:bold;
	color: #7D5E5B;
}

.dayrow {
	background-image:url(images/calend_bg.jpg);
	height: 10px;
}

.dayrow td {
	width: 50px;
	color: #000;
	font-size: 10px;
	color: #666666;
}

.day {
	text-align:center;
	text-decoration:none;
	color: #55403E;
}

.dayover {
	background: #FFCC00;
}

.dayout {
	background-image:url(images/calend_bg.jpg);
}