#agenda_cal{
	margin-left:20px;

	
	
}
#agenda_cal_header{
	width:960px;
	float:left;
	background:#cccccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-top:15px;
}
.agenda_cal_title{
	color:#1a1a1a;
	margin-left:11px;
	margin-top:6px;
	text-transform:uppercase;
	font-weight:bold;
	max-width:40%;
	float:left;
}
.agenda_cal_legend{
	float:right;
	margin-right:11px;
	margin-top:6px;
	max-width:60%;
}
.agenda_cal_legend_box{
	width:11px;
	height:11px;
	float:right;
	margin-left:11px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.agenda_cal_selector{
	margin-top:6px;
	border-top:1px solid #fff;
	width:100%;
	float:left;
}
.agenda_cal_month, .agenda_cal_day{
	margin:6px 0px;
	width:33%;
	float:left;
	text-align:center;
	text-transform:uppercase;
}
.agenda_cal_day{
	width:34%;
	color:#29abe2;
}
.agenda_cal_month_change{
	margin:0px 11px;
	float:left;
	color:#fff;
	overflow:hidden;
/*	background:url(http://www.yahconcept.com/images/fijas/agenda/flechas_cal.png) -5px 2px no-repeat;*/
	padding-left:8px;
	cursor:pointer;
}
.agenda_cal_month_change.right{
	float:right;
	text-align:right;
	width:150px;
/*	background:url(http://www.yahconcept.com/images/fijas/agenda/flechas_cal.png) 154px 2px no-repeat;*/
	padding-right:8px;
	padding-left:0px;
}

#agenda_cal_body{
	width:100%;
	float:left;
	margin-top:15px;
	margin-bottom:15px;
}
.agenda_cal_day_box{
	width:125px;
	height:180px;
	font-size:12px !important;
	margin-right:2px;
	margin-bottom:2px;
	padding:5px;
	background:#C5C4C4;
	float:left;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
/*	border:1px solid #666;*/
	position:relative;
	overflow:hidden;
}
.agenda_cal_day_box.null{
	background:#8C8C8C;
	/*border:1px solid #cccccc;*/
}
.agenda_cal_day_header{
	width:125px;
	height:18px;
	margin-right:2px;
	margin-bottom:2px;
	padding:5px;
	background:#fff;
	float:left;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
/*	border:1px solid #e6e6e6;*/
	text-transform:uppercase;
	text-align:center;
}
.agenda_cal_day_box:hover{
	/*background:#fff;
	border:1px solid #000;*/
/*	height:auto;
	min-height:150px;*/
	z-index:100;
}
.agenda_cal_day_box .number_box{
	width:100%;
	height:36px;
	float:left;
}
.agenda_cal_day_legend{
	width:11px;
	height:11px;
	float:left;
	margin-left:3px;
	margin-right:2px;
	margin-bottom:6px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.agenda_cal_day_box a span{
	display:none;
}
.agenda_cal_day_box:hover a{
	/*float:left;
	width:100%;
	margin-bottom:5px;*/
}
.agenda_cal_day_box:hover a span{
	display:block;
	float:left;
	width:67px;
	font-size:10px;
}
.agenda_cal_day_box_adjust{
	height:60px;
	float:left;
	width:1px;
	margin:0px;
	padding:0px;
	margin-bottom:2px;
	background:#fff;
	background:none;
}

.agenda_cal_month a:hover{
	color:#E9D3B4;
	
}