td { padding: 0; }

#calback {
 	position: relative;	
 	float: left; font-family: 'Chivo';
	width: 200px; height: 220px; padding: 10px; padding-top: 0; margin-left: -22px; margin-top: 20px;
	color: #3C3934;  font-size: 11px;
}

.navega_calendar { font-size: 11px; color: #3C3934;   }

#calendar {
	width: 100%; height: 100%;
}

.cal {
	width: 100%;  
}

.calhead {  width: 100%; height: 40px; text-align: center; font-size: 20px; padding-top: 8px; color: #AAB082; font-family: 'Chivo Bold'; }


.dayhead {
	height: 20px; 
}

.dayhead td {
	text-align: center;
}

.dayrow {
	height: 20px; width: 20px;
}

.dayrow td {
	text-align: center;
	height: 20px; width: 20px;
}

.day {
	float: center; background-color: #DCE5AE; padding: 6px 11px;
}

.dayover {
	color: #009BDB; cursor: pointer;
}


.calendar_down { position: absolute; bottom: 0px; left: 18px; }
.calendar_up { position: absolute; bottom: 0px; left: 45px; }
