#eventos {
	font-family: Helvetica;
	background: white;
	text-align: center;
}
#eventos h1 {
	padding-top: 10px;
	font-size: 12px;
	color: #335;
}
#eventos table {
	border-collapse: separate;
	border: 1px solid #9DABCE;
	border-width: 0px 1px 1px 1px;
	margin: 10px auto;
	font-size: 11px;
}
#eventos td, #eventos th {
	width: 20px;
	height: 20px;
	text-align: center;
	vertical-align: middle;
	background: url(../images_web/cells.jpg);
	color: #666666;
	position: relative;
}
#eventos th {
	height: 25px;
	font-weight: bold;
	font-size: 12px;
}
#eventos td:hover, #eventos th:hover {
	background-position: 0px -81px;
	color: #222;
}
#eventos td.date_has_event {
	background-position: 162px 0px;
	color: white;
}
#eventos td.date_has_event:hover {
	background-position: 162px -81px;
}
#eventos td.padding {
	background: url(../images_web/calpad.jpg);
}
#eventos td.today {
	background-position: 81px 0px;
	color: white;
}
#eventos td.today:hover {
	background-position: 81px -81px;
}
#eventos .events {
	position: relative;
}
#eventos .events ul {
	text-align: left;
	position: absolute;
	display: none;
	z-index: 1000;
	padding: 15px;
	background: #F7F8FA url(../images_web/popup.png) no-repeat;
	color: white;
	border: 1px solid white;
	font-size: 15px;
	width: 260px;
	-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;
}
#eventos .events li {
	padding-bottom: 5px;
}
#eventos .events li span {
	display: block;
	font-size: 12px;
	text-align:left;
	color: #555;
}
#eventos .events li span.title {
	font-weight: bold;
	color: #222;
}