h4 {
margin-bottom:0;
}
.veragenda {
	color:#000000;
	text-decoration:none;
	text-align:center;
}
.veragenda:hover {
	color:#0066FF;
}
.tabla_calendar_p {
	font-family: Helvetica;
	text-align: center;
	border-collapse: separate;
	border: 1px solid #9DABCE;
	border-width: 0px 0px 1px 1px;
	margin: 10px auto;
	font-size: 11px;
}
.tabla_calendar_p td, .tabla_calendar_p th {
	width: 23px;
	height: 23px;
	text-align: center;
	vertical-align: middle;
	background: url(../img/cells_.png);
	color: #444;
	position: relative;
}
.tabla_calendar_p th {
	height: 20px;
	font-weight: bold;
	font-size: 10px;
}
.tabla_calendar_p th a{
text-decoration:none;
font-size:110%;
font-weight:bold;
color: #000;
outline-width:0;
}
.tabla_calendar_p td:hover, .tabla_calendar_p th:hover {
	background-position: 0px -23px;
	color: #222;
}
.tabla_calendar_p td.date_has_event {
	background-position: 130px 0px;
	color: white;
	position:relative;
	z-index:1001;
}
.tabla_calendar_p td.date_has_event:hover {
	background-position: 130px 0px;
}
.tabla_calendar_p td.padding {
	background: url(../img/calpad_.jpg);
}
.tabla_calendar_p td.today {
	background-position: 23px 0px;
	color: white;
}
.tabla_calendar_p td.today:hover {
	background-position: 23px -23px;
}
.tabla_calendar_p div.events {
	position: relative;
	left:40px;
}
.tabla_calendar_p div.events ul {
	text-align: left;
	position: absolute;
	display: none;
	z-index: 1000;
	padding: 8px;
	background: #E7ECF2 url(../img/popup.png) no-repeat;
	color: white;
	border: 1px solid white;
	font-size: 11px;
	width: 120px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	-border-radius: 3px;
	list-style: none;
	color: #444444;
	-webkit-box-shadow: 0px 8px 8px #333;
}
.tabla_calendar_p div.events li {
	padding-bottom: 5px;
}
.tabla_calendar_p div.events li span {
	display: block;
	font-size: 9px;
	text-align: justify;
	color: #555;
}
.tabla_calendar_p div.events li span.title {
	font-weight: bold;
	color: #222;
}