#fondo_cal { background: url(../img/fnd_calendario.gif) 0 top no-repeat; width:160px; height:153px; text-align:left; padding:2px 0 0 0; margin:0 0 0 2px; font:Arial, Helvetica, sans-serif; font-size:11px; color:#FFFFFF;}

.parque { background:#65C7C5;}
.externo { background:#FAA537;}
.ambos { background:#939B51;}
.leyenda { font-size:11px; margin:-5px 0 10px 0; padding:0; }
.leyenda img { vertical-align:baseline }


#calendar {
	cursor:default;
	display: block;
	margin: 0;
}

#calendar, #calendar div {
	text-align: left;
	width: 150px;
	height: 150px;
	margin:0 0 0 2px
}

#calendar div {
	position: absolute;
}

#calendar div.container {
	overflow: hidden !important;
}

#calendar span.indication {
	display: block;
	text-align: center;
	margin:8px 0 0 3px;
}

#calendar table {
	margin-top: 10px;
	text-align: right;
	border-collapse: collapse;
}

#tempLoader {
	margin-left: -999px;
}

/* label & arrows */

#arrowLeft {
	padding: 3px 8px 3px 5px;
	float: left;
	cursor: pointer;
}
#arrowRight {
	padding: 3px 5px 3px 8px;
	float: right;
	cursor: pointer;
}
#label:hover {
	color: #000;
}

/* month */
.month th {
	text-align: center;
	font-weight: normal;
	width: 24px;
	color:#C7ADA6;
	font-weight:bold;
}
.month td {
	padding-right: 3px;

}
.month td a { color:#FFFFFF; text-decoration:none;}
.month td.outsideDay {
	color: #999;
}

/* year & decade */
.year {
	margin-left: 2px;
}
.year td {
	width: 40px;
	height: 35px;
	text-align: center;
	color:#FFFFFF;
}
.year td:hover {
	background: url('../img/month_hover.gif') center no-repeat;
	color:#666666;

}
.year td.selected {
	background: url('../img/month_selected.gif') center no-repeat;
}
.year td.selected:hover {
	background: url('../img/month_selected_hover.gif') center no-repeat;
}
.year td.current {
	background: url('../img/month_current.gif') center no-repeat;
}.year td.current:hover {
	background: url('../img/month_current_hover.gif') center no-repeat;
}
.year td.selectedcurrent {
	background: url('../img/month_selectedcurrent.gif') center no-repeat;
}.year td.selectedcurrent:hover {
	background: url('../img/month_selectedcurrent_hover.gif') center no-repeat;
}
.year td.outsideYear {
	color: #a8a8a8;
}
.year td.outsideYear:hover {
	color: #b1c5fc;
}