table.calendario {
	font-weight: bold;
	color: #666666;
	background-color:#999999;
	
}

table.calendario02{
	border: 1px solid #000000;
	background-color:#ffffff;
}

td.dias {
	color: #000000;
	font-weight: bold;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #c2c2c2;
	padding-right:5px;
	padding-left:5px;
	padding-top:0px;
	padding-bottom:0px;
	text-align: center;
	
}

td.findesemana{
	font-weight: bold;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #FFFFFF;
	color: #a9005b;
	text-align: center;
}

td.cerrado{
	font-weight: bold;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #FFFFFF;
	color: #000066;
	text-align: center;
}
.nomes {
	font-weight: normal;
	color: #ffffff;
	background-color: #ffffff;
}

.calendariotitulo{
	font-weight: bold;
	background-color: #c05a82;
	color: #FFFFFF;
	text-align: center;
}


.calendariotitulo02{
	font-weight: bold;
	background-color: #343434;
	color: #FFFFFF;
	text-align: center;
}



.normal{
background-color: #eeeeee;
text-align: center;
}


.destacados{
	font-weight: bold;
	color: #40bd62;
	background-color: #ffe2ff;
	text-align: center;
}

.destacados a {
	font-weight: bold;
	color: #40bd62;
	background-color: #ffe2ff;
	text-align: center;
	text-decoration:none;
}

.destacados a:hover { 
	color:#a9005b;
}


.tardes{
	color: #ff9900;
	text-align: center;
	font-weight: bold;
	background-color: #FFFFFF;

}

