table.calendario {
	margin-top: 5px;
	margin-right: auto;
	margin-left: auto;
	border-bottom-width: 1px;
	border-bottom-color: #616669;
	border-bottom-style: solid;
	padding: 0px;
	width: 130px;
	height: 150px;
	font-size: 11px;
	margin-bottom: 5px;
	text-align: center;
}
table.calendario td {
	padding: 0px;
}


td.semana {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #616669;
	color: #AFB8BD;
	text-align: center;
	font-weight: bold;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #616669;
	background-color: #FFFFFF;
}
td.festivo {
	background-color: #DAE2E5;
	text-align: center;
}
td.calendar {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DAE2E5;
	text-align: center;
}

td.calendar2 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	text-align: center;
}

form.calendario {
	text-align: right;
	margin: 0px 0px 5px;
	padding: 0px;
	font-size: 9px;
}
.camposform {
	font-size: 9px;
	background-color: #F8F9F9;
}
a.evento:link {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #3B66BA;
	display: block;
}
a.evento:visited {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #3B66BA;
	display: block;
}
a.evento:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #3B66BA;
	display: block;
}
a.evento2:link {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #f7ae00;
	display: block;
}
a.evento2:visited {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #f7ae00;
	display: block;
}
a.evento2:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #f7ae00;
	display: block;
}
a.evento_mixto:link {
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(../images/evento_mixto.png);
	background-repeat: repeat-x;
	display: block;
}
a.evento_mixto:visited {
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(../images/evento_mixto.png);
	background-repeat: repeat-x;
	display: block;
}
a.evento_mixto:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #f7ae00;
	display: block;

}