#cabecera_agenda{width:95%;float:left;color:#000000;font-weight:bold;margin-bottom:10px;letter-spacing:-0.3px;}

#base_agenda{float:left;margin:25px 0 10px;padding:0;width:100%;background:#121820;position:relative;}
#base_agenda::before {
	content: "Agenda";
	position: absolute;
	right: 0px;
	top: -22px;
	text-indent: 10px;
	background: #121820;
	color: #e6e4cf;
	padding: 2px 10px 0 0;
	text-transform: uppercase;
	font-size: 0.9em;
}
#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{}
#base_agenda table tr{float:left;width:100%;padding:0px;margin:0px;z-index:10;position:relative;}
#base_agenda table tr:hover{z-index:100000;}
#base_agenda td {
	float: left;
	width: 14%;
	text-align: center;
	height: 17px;
	color: #a3aab4;
	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;
	transition: background 0.8s ease;
	font-size: 1em;
	color:#00cbba;
}
#base_agenda td a.partido {text-decoration:underline;color:#fff}
#base_agenda td a:hover{text-decoration:none;background:#00cbba;color: #fff;}
#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;text-decoration:none !important;}
#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;text-decoration:none !important;}
#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: ;
	color: #fff;
	font-size: 0.9em;
	width: 13.8%;
	text-transform: uppercase;
}
#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:#00cbba;text-align:left;font-size:1.2em;border:0;height:30px;}
#base_agenda td.mes:hover a{text-decoration:underline;color:#fff;background:none;}

#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_top.png") no-repeat scroll rgba(0, 0, 0, 0);
	top: calc(100% - 0px);
	font-size: 0.9em;
	height: auto;
	left: 0;
	line-height: 14px;
	padding: 14px 0 14px;
	position: absolute;
	text-align: justify;
	width: 100%;
	z-index: 10;
	display: none;
}
#base_agenda td:nth-of-type(1) div.agenda_oculta{background-position:calc(100% / 6 * 0 ) top;}
#base_agenda td:nth-of-type(2) div.agenda_oculta{background-position:calc(100% / 6 * 1 ) top;}
#base_agenda td:nth-of-type(3) div.agenda_oculta{background-position:calc(100% / 6 * 2 ) top;}
#base_agenda td:nth-of-type(4) div.agenda_oculta{background-position:calc(100% / 6 * 3 ) top;}
#base_agenda td:nth-of-type(5) div.agenda_oculta{background-position:calc(100% / 6 * 4 ) top;}
#base_agenda td:nth-of-type(6) div.agenda_oculta{background-position:calc(100% / 6 * 5 ) top;}
#base_agenda td:nth-of-type(7) div.agenda_oculta{background-position:calc(100% / 6 * 6 ) top;}
#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;
	text-align: center;
	width: 100%;
	text-transform: uppercase;
	font-size: 0.9em;
	position: relative;
	border-top: 1px solid #333333;
	color: #b7b7b7;
}
p.accesoListadoAgenda:hover {
	color:#00cbba;
}
p.accesoListadoAgenda a {
	display: inline-block;
	position: relative;
	float: right;
	width: 90%;
	color: inherit;
	font-size: 0.9em;
}
p.accesoListadoAgenda a:hover {

}
p.accesoListadoAgenda::before {
	content: "\f073";
	font-size: 1.2em !important;
	color: inherit;
	font-family: "Font Awesome 5 Free";
	font-weight: bold;
	position: absolute;
	bottom: 7px;
	left: 28px;
}
