/* CSS Document */
.calendario {
/*	background: url(../img/bg_calendario.gif) center no-repeat; 
*/	clear: left;
	margin-top: 10px;
	padding: 0px;
}

.MesAno {
	width: 80%; 
	font: normal 11px Arial; 
/*	color: #7ab92b; 
*/	text-transform: uppercase; 
	text-align: center;
}

	.MesAno a{
		font: normal 12px "Trebuchet MS" !important; 
	/*	color: #7ab92b; 
	*/	text-align: center;
		text-decoration: none !important;
	}
	
	.MesAno a:hover{
		font: normal 12px "Trebuchet MS" !important; 
	/*	color: #7ab92b; 
	*/	text-transform: uppercase; 
		text-decoration: underline;
	}

.DiaSemana {
	width: 16px; 
	font: normal 10px Arial; 
/*	color: #9caeb7; 
	background: #f0fbe5; 
	border-left: 1px solid #fff; 
	border-right: 1px solid #fff;
*/	text-align: right !important;
}

.DataSemEvento {
	font: normal 11px Arial;
/*	color: #5c7ca4;
*/	text-align: center !important;
}


	.DataSemEvento a{
		font: normal 11px Arial;
/*		color: #5c7ca4;
*/		text-decoration: none;
		text-align: center !important;
	}

	.DataSemEvento a:hover {
		font: bold 11px Arial;
/*		color: #7ab92b;
*/		text-decoration: none;
		text-align: center !important;
	}
	
	
.DataComEvento {
	font: normal 11px Arial;
/*	color: #87b1d5;
*/	text-align: center !important;
}


	.DataComEvento a {
		font: normal 11px Arial;
/*		color: #87b1d5;
*/		text-decoration: none;
		text-align: center !important;
	}

	.DataComEvento a:hover {
		font: bold 11px Arial;
/*		color: #7ab92b;
*/		text-decoration: none;
		text-align: center !important;
	}

.diaActual {
/*	border: 1px solid #7ab92b !important;
*/}
