.h2titulo{
	background:url(../images/f_titulo.jpg) repeat-x;
	margin-bottom:0px !important;
	padding:4px 10px 0px;
	height:21px;
	color:#000000;
}
.div3 table {
	border-collapse: separate;
	font-size: 12px;
	background:#eeeeee;
	border-right:1px solid #999999;
	border-top:1px solid #999999;
}
.div3 td,.div3 th {
	width: 50px;
	height: 15px;
	text-align: center;
	vertical-align: middle;
	color: #b7c23f;
	position: relative;
	font-weight:bold;
	border-left:1px solid #999999;
	border-bottom:1px solid #999999;
}
.div3 th {
	font-weight: bold;
	font-size: 12px;
}

td.date_has_event {
	background:#b7c23f;
	color: white;
}
td.date_has_event:hover {
}
td.padding {
}
td.today {
	color: white;
}
td.today:hover {
}
.events {
	position: relative;
}
.events ul {
	text-align: left;
	position: absolute;
	display: none;
	z-index: 1000;
	padding: 5px;
	background:#fff;
	border: 1px solid #999;
	font-size: 12px;
	font-weight:normal;
	width: 200px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	-border-radius: 3px;
	list-style: none;
	color: #999;
	-webkit-box-shadow: 0px 8px 8px #333;
}
.events li {
	padding-bottom: 5px;
}
.events li span {
	display: block;
	font-size: 12px;
	text-align: justify;
	color: #555;
}
.events li span.title {
	font-weight: bold;
	color: #222;
}
