a.cal:link, a.cal:active, a.cal:visited {
    font-family: Tahoma;
	 font-size: 9px;
	 color: #000000;
	 font-weight: normal;
	 text-decoration: none;
}

a.cal:hover {
	 font-family: Tahoma;
	 font-size: 9px;
	 color: #005877;
	 font-weight: normal;
	 text-decoration: underline;	 
}

a.normal:link, a.normal:active, a.normal:visited {
	font-family: Tahoma;
	 font-size: 12px;
	 color: #005877;
	 font-weight: normal;
	 text-decoration: none;
	 font-weight: bold;
}

a.normal:hover {
	font-family: Tahoma;
	 font-size: 12px;
	 color: #000066;
	 font-weight: normal;
	 text-decoration: underline;	
	 font-weight: bold; 
}
.calendario_top{
	letter-spacing: -1px;
	font-family: verdana;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold; 
	color: #000099;
}

.calendario_week{
	font-family: verdana;
	font-weight: normal;
	background-color: #FFB441;
	color: #000099;
	padding-top:3px;
	
	font-size: 11px;
}

.calendario_day{
	border: 1px solid #BFBFBF;
	font-family: Tahoma;
	color: #005877;
	padding: 2px;
	font-size: 12px;
	font-weight:bold;
}

.calendario_today{
	font-family: Tahoma;
	background-color: #000099;
	color: #ffffff;
	font-weight: bold;
	padding: 1px;
	font-size: 11px;
}

.lista_eventos{
	border: 1px solid #BFBFBF;
	font-family: Tahoma;
	padding: 2px;
	font-size: 10px;
	color: #000000;
}
a.eventos-link{
	font-family: Tahoma;
	font-size: 11px;
	color: #005877;
	text-decoration: none;
}
a.eventos-link:hover{
	font-family: Tahoma;
	font-size: 11px;
	color: #005877;
	text-decoration: underline;
}
.evento{
	font-family: Tahoma;
	background-color: White;
	color: #005877;
	padding: 2px;
	font-size: 11px;
	font-weight:normal;
}
