#page {
	width:161px;
	margin:0 auto;
	text-align:center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#page body h1 a{
	font-size: 11px;
	color: #0000EE;
	text-decoration:none;
}
#page .actual{
	padding-bottom:10px;
}
#page table {
	border-collapse:  separate;
	border: 1px solid #9DABCE;
	border-width: 0px 0px 0px 0px;
	font-size: 11px;
}
#page td, th {
	width: 23px;
	height: 22px;
	text-align: center;
	vertical-align: middle;
	/*background: url(../img/cells.png);*/
	color: #666;
	position: relative;
}
#page th {
	height: 18px;
	font-weight: bold;
	font-size: 11px;
}
#page td:hover, th:hover {
	background-position: 0px -23px;
	color: #222;
}
#page td.date_has_event {
	background: url(../img/cells.png);
	background-position: 46px 0px;
	color: #00788a;
	position:relative;
}
#page td.date_has_event:hover {
	background: url(../img/cells.png);
	background-position: 46px -23px;
}
#page td.padding {
	/*background: url(../img/calpad.jpg);*/
}
#page td.today {
	background: url(../img/cells.png);
	background-position: 23px 0px;
	color: #333333;
}
#page td.today:hover {
	background-position: 23px -23px;
}
#page .events {
	position: relative;
}
#page .events ul {
	text-align: left;
	position: absolute;
	display: none;
	z-index: 1000;
	padding: 15px;
	background: #e8e6d7;
	color: white;
	border: 1px solid white;
	font-size: 11px;
	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;
}
#page .events li {
	padding-bottom: 5px;
}
#page .events li span {
	display: block;
	font-size: 11px;
	color: #555;
}
#page .events li span.title {
	font-weight: bold;
	color: #00788a;
}

.div_mes {
	/*height: 18px;
	width:180px;*/
	font-weight: bold;
	font-size: 11px;
	color: #f0f0f0;
}
.div_mes2 {
	/*height: 18px;
	width:180px;*/
	font-weight: bold;
	font-size: 11px;
	color: #f0f0f0;
}
.div_mes2:hover{
	/*background-position: 0px -23px;*/
	color: #222;
}