/*		#### AGENDA 				*/
#base_agenda{
	float:left;
	width:236px;
	height:217px;
	background:url(../img/base_agenda.jpg) top left no-repeat;
	margin:0;
}

#base_agenda table{
	width:170;
	float:left;
	margin:0 0 0 36px;
	padding:0;

}
#base_agenda td{
	width:18px;
	text-align:center;
	padding:1px 2px 1px 2px;
	margin:4px;
	height:20px;
	background:#fff;
	border:1px solid #ecebea;
	color:#000;
}
#base_agenda td a{
	color:#000;
}
#base_agenda td a:hover{
	text-decoration:underline;
}
#base_agenda td.actuaciones{
	background:#df8f04;
}
#base_agenda td.dia{
	background-color:#202020;
	color:#fff;
	font-weight:bold;
}
#base_agenda td.domingo{
	background-color:#7F7F7F;
	color:#fff;

}
#base_agenda td.mes{
	text-transform:uppercase;
	color:#FFF;
	font-size:9px;
	text-align:center;
	background:#007ab4;

}
#base_agenda td.ano{
	width:100%;
	text-transform:uppercase;
	color:#FFF;
	font-size:9px;
	text-align:right;
	background:#007ab4;

	text-align:center;
}

#mes{
	width:100px;
	height:25px;
	float:left;
	margin:18px 0 0 19px;
	color:#3565bd;
	text-transform:uppercase;
	font-size:14px;
}
#mes span{
	display:block;
	float:left;
}
	#mes a.mes_siguiente{
		width:14px;
		height:14px;
		background:url(../img/siguiente_mes.jpg) 0 2px no-repeat;
		display:block;
		float:left;
	}
	#mes a.mes_siguiente:hover{
		background:url(../img/siguiente_mes_sobre.jpg)  0 2px no-repeat;
	}
	#mes a.mes_anterior{
		width:14px;
		height:14px;
		background:url(../img/anterior_mes.jpg)  0 2px no-repeat;
		display:block;
		float:left;
	}
	#mes a.mes_anterior:hover{
		background:url(../img/anterior_mes_sobre.jpg)  0 2px no-repeat;
	}	
		
#ano{
	width:100px;
	height:25px;
	float:left;
	margin:10px 0 0 3px;
	color:#3565bd;
	text-transform:uppercase;
	font-size:28px;
	font-weight:normal;
}
#ano span{
	display:block;
	float:left;
}
	#ano a.ano_siguiente{
		width:14px;
		height:14px;
		background:url(../img/ano_siguiente.jpg) 0 2px no-repeat;
		display:block;
		float:left;
		margin-top:15px;				
	}
	#ano a.ano_siguiente:hover{
		background:url(../img/ano_siguiente_sobre.jpg)  0 2px no-repeat;
	}
	#ano a.ano_anterior{
		width:14px;
		height:14px;
		background:url(../img/ano_anterior.jpg)  0 2px no-repeat;
		display:block;
		float:left;
		margin-top:15px;		
	}
	#ano a.ano_anterior:hover{
		background:url(../img/ano_anterior_sobre.jpg)  0 2px no-repeat;
	}	
