#cabecera_agenda{width:95%;float:left;color:#000000;font-weight:bold;margin-bottom:10px;letter-spacing:-0.3px;}
#base_agenda {
	float: left !important;
	padding: 0;
	width: 100%;
	background: #fff;
	position: relative;
}
#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;
	background: #eee;
}
#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:#9BAAA4;transition:background 0.8s ease;font-size:1em;}
#base_agenda td a:hover{text-decoration:none;background:#A7C2BF;}
#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: #333333;
	font-size: 1em;
	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: #9BAAA4;
	text-align: left;
	font-size: 1.2em;
	border: 0;
	height: 30px;
}
#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%;}