.boxMainCalendario {
	padding: 5px;
	background-color: #F3E9E9;
	font-size: 11px;
	color: #333333;
	text-align: center;
	margin: 0px;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #D7B5B5;
	border-bottom-color: #DDBFBF;
}
.MainCalendarioTable td{
	text-align: center;
	color: #333333;
	padding: 4px;	
	font-size: 12px;
}
.MainCalendarioTable .finde{
	font-size: 12px;
	color: #999999;
	background-color: #EEEEEE;	
}

.MainCalendarioHead {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 2px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #999999;
	text-align: center;
	font-size: 10px;
	color: #333333;
	background-color: #F3F3F3;
}

.btnav { background-color: #FFFFFF;} 

ol {
	text-align: left;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 30px;
	list-style-type: decimal;
}

a.ACalendario:active,a.ACalendario:link,a.ACalendario:visited {  font-family: Verdana, Arial, Helvetica, sans-serif; 	font-size: 12px; color: #333333; text-decoration: none; }
a.ACalendario:hover {  font-family: Verdana, Arial, Helvetica, sans-serif; 	font-size: 11px; color: #333333;; text-decoration: underline; }
