#cabecera_agenda{width:95%;float:left;color:#000000;font-weight:bold;margin-bottom:10px;letter-spacing:-0.3px;}
#agenda_fondo{background:#111;transition:0.5s ease all;float:left;margin:0;padding:0;width:100%;z-index:300;position:relative;}
#base_agenda{float:left;margin:0;padding:0;width:100%;}
#agenda_fondo:hover{background:#fff;}
#base_agenda p.cabeceraAgenda{margin:10px 0;display:none;}
#base_agenda table{width:100%;float:left;margin:10px 0;padding:0;transition:0.5s ease all;}
#base_agenda table:hover{/*box-shadow:0 0 6px #999;background: #fafafa;*/}
#base_agenda table tr{float:left;width:100%;padding:0px;margin:0px;z-index:10;}
#base_agenda tr:nth-of-type(2){display:none;}
#base_agenda td{float:left;width:14%;text-align:center;height:28px;color:#666;position:relative;z-index:10;font-size:0.8em;padding:0;margin:3px 0;}
#base_agenda table.dias28 tr.dias td{width:calc(100% / 28)}
#base_agenda table.dias29 tr.dias td{width:calc(100% / 29)}
#base_agenda table.dias30 tr.dias td{width:calc(100% / 30)}
#base_agenda table.dias31 tr.dias td{width:calc(100% / 31)}
#base_agenda td:last-child{border:none;}
#base_agenda td>a{width:100%;float:left;color:#FFF;padding:3px 0;margin:-3px 0;background:#61bbb2;transition:background 0.8s ease;font-size:1em;}
#base_agenda td>a:hover{text-decoration:none;background:#252f38;}
#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:100%;margin:0px 0 0 8px;text-transform:capitalize;color:#61bbb2;text-align:left;font-size:1.2em;border:0;height:auto;text-align:center;}
/*#base_agenda td.mes::before {content: "Calendario de ";text-transform: none;}*/
#base_agenda td.enlace{float:left;width:auto;margin:-18px 8px 0 8px;text-transform:uppercase;color:#ad8cc1;text-align:left;border:0;height:30px;}
#base_agenda td.enlace:nth-of-type(3) {float: right;}
#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 top #0000;top: 20px;font-size: 0.9em;height: auto;left: -150px;line-height: 14px;padding: 14px 0 0;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 {display: none;}