.calendario body h1 {
	padding-top: 20px;
	font-size: 18px;
	color: #335;
}
.calendario table {
	border-collapse: separate;
	border: 1px solid #9DABCE;
	border-width: 0px 0px 1px 1px;
	margin: 5px auto;
	font-size: 16px;
}
.calendario td, th {
	width: 40px;
	height: 40px;
	text-align: center;
	vertical-align: middle;
	background: url(../images/calendario/cells.png);
	color: #444;
	position: relative;
}
.calendario th {
	height: 30px;
	font-weight: bold;
	font-size: 12px;
}
.calendario td:hover, .calendario th:hover {
	background-position: 0px -40px;
	color: #222;
}
.calendario td.date_has_event {
	background-position: -40px 0px;
	color: white;
	position: relative;
	z-index: 1001;
}
.calendario td.date_has_event:hover {
	background-position: -40px 41px;
}
.calendario td.padding {
	background: url(../images/calendario/calpad.jpg);
}
.calendario td.today {
	background-position: 40px 0px;
	color: white;
}
.calendario td.today:hover {
	background-position: 40px -40px;
}
.events {
	position: relative;
}
.events ul {
	text-align: left;
	position: absolute;
	display: none;
	z-index: 1000;
	padding: 15px;
	background: #E7ECF2 url(../images/calendario/popup.png) no-repeat;
	color: white;
	border: 1px solid white;
	font-size: 15px;
	width: 200px;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	-border-radius: 3px;
	list-style: none;
	color: #444444;
	-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;
}
