.mes {
	height: 160px;	
}

.mes tr td {
	vertical-align: top;
}
.calendario {

}
.calendario tr td {
	padding-right: 5px;
}

.dias {
	background-color: #fff;
}

.dias tr th,.dias tr td {
	text-align: center;
	font-size: 11px;
	width: 30px;	
}
.dias tr th {
	background-color: #BFD7EA;
	color: #0061AB;
	font-weight: bold;
	border-bottom: 1px solid #9BBAD3;
}

.dias tr td {
	padding: 2px 0 2px 0;
	color: #aaa;
	text-align: center;	
}

.dias tr td a {
	color: #d00;
	text-decoration: none;
	
	background-repeat: repeat-x;
	padding: 5px 3px 5px 3px;
	text-align: center;	
}

.dias tr td a:visited {
	color: #8D00;	
}

.dias tr td a:hover {
	color: #fff;
	background-color: #d00;
	background-repeat: repeat-x;
	padding: 5px 3px 5px 3px;
	text-align: center;	
}

