* {
	/* old-style reset here :) 
	border: 0px;*/
	padding: 0px;
}

body h1 {
	padding-top: 20px;
	font-size: 26px;
	color: #335;
}


#calendario table {
	border-collapse: separate;
	/*border: 1px solid #9DABCE;
	border-width: 0px 0px 1px 1px;*/
	/*margin: 10px auto;*/
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#585858;
	width:165px;
	text-align:center;
	margin-left:15px;;
	/*background:url(../img/bg_calendar.jpg);*/
	
	margin-top:85px;
	border:0px;


}
#calendario td, th {
	/*width: 15px;
	height: 15px;*/
	text-align: center;
	/*vertical-align: middle;*/
	/*background: url(../img/cells.png);*/
	color: #585858;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	border:solid 1px #b7b7b7;
	/*border-right:solid 1px #b7b7b7;*/
	
}
#calendario th {
	/*height: 15px;*/
	font-weight: bold;
	font-size: 12px;

}
#calendario td:hover, th:hover {
	background-position: 0px -81px;
	color: #222;
}
#calendario td.date_has_event {
	/*background-position: 162px 0px;*/
	 background-color: #1f567a;
	 color:#FFFFFF;
	/*	width:15px;*/
}
#calendario td.date_has_event:hover {
	/*background-position: 162px -81px;*/
	background-color: #1f567a;
	/*width:15px;
*/
}
#calendario td.padding {
	/*background: url(../img/calpad.jpg);*/
	/*width:15px;
	height:15px;*/
	
}
#calendario td.today {
	/*background-position: 81px 0px;
	color: white;*/
	border:solid 2px #ff0000;
	color:#ff0000;
	/*width:15px;*/
}
#calendario 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(../images/popup.png) no-repeat;

	color: white;
	border: 1px solid white;
	font-size: 12px;
	width: 145px;
	-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;
}

#calendario th a{
text-decoration:none;
font-size:120%;
font-weight:bold;
color: #000;
outline-width:0;
}

.mes{
font-family:Arial, Helvetica, sans-serif;
color:#4d4d4d;
font-size:12px;
text-align:left;
margin-left:8px;
margin-bottom:15PX;


}