#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: calc(100% / 7 - 4px);
	text-align: center;
	height: auto;
	color: #333;
	position: relative;
	z-index: 10;
	font-size: 0.8em;
	padding: 0;
	margin: 3px 2px;
	min-height: 50px;
	background: #e3e3e3;
	display: flex;
	align-items: center;
	justify-content: center;
}
#base_agenda td.especial{display:inline-block;} 
#base_agenda td.anterior::before {content: "";position: absolute;left: 0;top: 0;width: 100%;height: 100%;background: rgba(255,255,255,0.3);z-index: 150;}
#base_agenda td.anterior:hover::before {z-index: 0;}
#base_agenda td.hoy {background:#c8f8ba;}
#base_agenda td:last-child{border:none;}
#base_agenda td a{width:100%;float:left;color:#FFF;padding:3px 0;margin:-3px 0;background:#333333;transition:background 0.8s ease;font-size:1em;position:relative;}
#base_agenda td a:hover{text-decoration:none;background:#999999;}
#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.enlace{width:calc(10% - 4px - 4px);margin: 0 2px;}
#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: calc(100% / 7 - 4px - 1px);
	height: auto !important;
	min-height: 50px !important;
}
#base_agenda tr:nth-of-type(0) td,#base_agenda tr:nth-of-type(1) td{height:auto !important;min-height: 30px !important;}
#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:#333333;text-align:left;font-size:1.2em;border:0;height:30px;}
#base_agenda tr:td.mes
#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 {
	font-size: 0.9em;
	height: auto;
	position: relative;
	width: 100%;
	/*display: block !important;*/
	float: left;
	display: flex !important;
	flex-direction: column;
}
#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.resumen{min-height:0;max-height:0;transition:0.3s eas 0s;overflow:hidden;}
#base_agenda div.agenda_oculta p:hover + p.resumen,#base_agenda div.agenda_oculta p.resumen:hover {min-height:10px;max-height:none;}
#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;display:none;}
#base_agenda div.agenda_oculta span.cierre{background:rgba(210, 210, 210, 0.9);display:block;float:left;height:10px;position:relative;width:100%;}
#base_agenda #tematica{float: left;position: relative;width: 98%;height: auto;padding:5px 1% 0;background: #ddd;}
#base_agenda #tematica p.titulo{float: left;position: relative;width: 100%;text-align: center;font-size: 1.2em;margin: 5px 0;}
#base_agenda #tematica .respuesta {
	float: left;
	position: relative;
	width: calc(100% / 7 - 1%);
	margin: 2px 0.5%;
	padding: 3px 0px;
	background: #eee;
	text-align: center;
	font-size: 0.8em;
}
#base_agenda #tematica .respuesta input{}
#base_agenda #tematica .respuesta label{}
#base_agenda #control_provincia {float: left;position: relative;width: calc(100% / 2 - 6%);margin: 9px 2%;padding: 5px 1%;text-align: center;transition: 0.3s ease 0s all;}
#base_agenda #control_provincia:hover{background:#ddd;}
#base_agenda #control_socio {float: left;position: relative;width: calc(100% / 2 - 6%);margin: 9px 2%;padding: 5px 1%;text-align: center;transition: 0.3s ease 0s all;}
#base_agenda #control_socio:hover{background:#ddd;}
@media(max-width: 600px){
	#base_agenda #tematica .respuesta{width:98%;margin:3px 0;}
}
