* {
	/* old-style reset here :) */
	border: 0px;
	padding: 0px;
}
#pageCalendario {
	width:100%;
	/*position:absolute;*/
	/*margin: 0px auto;*/
}
body h1 a{
	font-size: 40px;
	color: #0000EE;
	text-decoration:none;
}
#cal table {
	width: 420px;
	padding-left:100px;
	border-collapse: separate;
	border: 1px solid #9DABCE;
	border-width: 0px 0px 1px 1px;
	font-size: 30px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -170px; 
}
#cal td, #cal th {
	width: 60px;
	height: 60px;
	text-align: center;
	vertical-align: middle;
	background: url(../js/cal/cells.png);
	color: #444;
	position: relative;
}
#cal th {
	height: 30px;
	font-weight: bold;
	font-size: 14px;
}
#cal td:hover, #cal th:hover {
	background-position: 0px -81px;
	color: #222;
}
#cal td.date_has_event {
	background-position: 162px 0px;
	color: white;
	position:relative;
	z-index:1001;
}
#cal td.date_has_event:hover {
	background-position: 162px -81px;
}
#cal td.padding {
	background: url(../js/cal/calpad.jpg);
}
#cal td.today {
	background-position: 81px 0px;
	color: white;
}
#cal td.today:hover {
	background-position: 81px -81px;
}
.events {
	position: relative;
}
.events ul {
	text-align: left;
	position: absolute;
	display: none;
	z-index: 1000;
	padding: 15px;
	background: #E7ECF2 url(../js/cal/popup.png) no-repeat;
	color: white;
	border: 1px solid white;
	font-size: 15px;
	width: 200px;
	-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;
}
.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;
}

.nav a {
background:transparent url(../js/cal/page-bt.png) no-repeat scroll left bottom;
display:block;
height:42px;
width:42px;
text-indent:-5000px;
margin-top:10em;
}

.nav a.sig {float:right; background-position: right bottom;}
.nav a.ant {float:left;margin-right:77px;}
.nav a.sig:hover {background-position:right top;}
.nav a.ant:hover {background-position:left top;}
