#cabecera_agenda{width:95%;float:left;color:#000000;font-weight:bold;margin-bottom:10px;letter-spacing:-0.3px;}
#base_agenda{float:left;margin:0;padding:0;width:100%;}
#base_agenda p.cabeceraAgenda{margin:10px 0;display:none;}
#base_agenda table{width:100%;float:left;margin:10px 0;padding:0;transition:box-shadow 0.5s ease 0s;}
#base_agenda table:hover{box-shadow:0 0 6px #999;}
#base_agenda table tr{float:left;width:100%;padding:0px;margin:0px;z-index:10;}
#base_agenda td{float:left;width:14%;text-align:center;height:28px;color:#333;position:relative;z-index:10;font-size:0.8em;padding:0;margin:3px 0;}
#base_agenda td:last-child{border:none;}
#base_agenda td a{width:100%;float:left;color:#FFF;padding:3px 0;margin:-3px 0;background:#d98c96;transition:background 0.8s ease;font-size:1em;}
#base_agenda td a:hover{text-decoration:none;background:#D6D5C6;}
#base_agenda td a.anterior{background:url(../img/ico-calendario-anterior.png) top no-repeat;width:13px;float:left;transition:background 0.3s ease;}
#base_agenda td a.anterior:hover{background:url(../img/ico-calendario-anterior_hover.png) top no-repeat;}
#base_agenda td.enlace a.siguiente{background:url(../img/ico-calendario-siguiente.png) top no-repeat;width:13px;float:left;transition:background 0.3s ease;}
#base_agenda td a.siguiente:hover{background:url(../img/ico-calendario-siguiente_hover.png) top no-repeat;}
#base_agenda td.enlace a:hover{text-decoration:underline;}
#base_agenda td.actuaciones{float:left;width:150px;background:#b00f2e;display:none;}
#base_agenda td.dia{border-right:1px solid #eee;color:#AAAAAA;font-size:0.9em;width:13.8%;}
#base_agenda td.dia:last-child{border:none;}
#base_agenda td.mes{float:left;width:80%;margin:0px 0 0 8px;text-transform:capitalize;color:#d98c96;text-align:left;font-size:1.2em;border:0;height:30px;}
#base_agenda td.mes a{background:none;color:#009bdd;text-decoration:underline;}
#base_agenda td.enlace{float:left;width:auto;margin:6px 0 0 2px;text-transform:uppercase;color:#68c82e;text-align:left;border:0;height:30px;}
#base_agenda td.ano{width:99%;float:left;margin:0;text-transform:uppercase;color:#FFF;font-weight:bold;text-align:right;background:#b00f2e;text-align:center;}
#base_agenda div.agenda_oculta{background:url("../img/fondo_vineta.png") no-repeat scroll 143px bottom rgba(0, 0, 0, 0);bottom:20px;font-size:0.9em;height:auto;left:-150px;line-height:14px;padding:0 0 14px;position:absolute;text-align:justify;width:303px;z-index:10;display:none;}
#base_agenda div.agenda_oculta p{background:rgba(210, 210, 210, 0.9);margin:0;padding:5px 2% 2px;width:96%;color:#333;}
#base_agenda div.agenda_oculta p:first-child{padding-top:15px;}
#base_agenda div.agenda_oculta p:last-child{padding-bottom:15px;}
#base_agenda p.separador{border-bottom:2px solid #ddd;}
#base_agenda div.agenda_oculta span.cierre{background:rgba(210, 210, 210, 0.9);display:block;float:left;height:10px;position:relative;width:100%;}
p.accesoListadoAgenda {
	float: left;
	margin: 0;
	padding: 5px 0;
	background: #ffffff;
	text-align: center;
	width: 100%;
	text-transform: uppercase;
	font-size: 0.9em;
	position: relative;
}
p.accesoListadoAgenda:hover {
	background: #666666;
}
p.accesoListadoAgenda a {
	display: inline-block;
	position: relative;
	float: right;
	width: 80%;	
}
p.accesoListadoAgenda a:hover {

	color: #D6D5C6;
	text-shadow:0 0 2px #000;
}
p.accesoListadoAgenda::before {
	content: "\f0cb";
	font-size: 2.3em !important;
	color: #d98c96;
	font-family: "Font Awesome 5 Free";
	font-weight: bold;
	position: absolute;
	bottom: 5px;
	left: 8px;
}
#centro_izquierda #base_agenda div.agenda_oculta {
	background: url("../img/fondo_vineta.png") no-repeat scroll left bottom rgba(0, 0, 0, 0);
	bottom: 30px;	
	left: 0;	
}
#centro_derecha #base_agenda div.agenda_oculta {
	background: url("../img/fondo_vineta.png") no-repeat scroll right bottom rgba(0, 0, 0, 0);
	bottom: 30px;
	left: auto;
	right: 0;
}