table.calendario {
	margin-top: 10px;
	border-bottom-width: 5px;
	border-bottom-color: #d6dad5;
	border-bottom-style: solid;
	font-size: 0.7em;
	margin-bottom: 5px;
	width: 223px;
	color: #1B232A;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
table.calendario td {
	text-align: center;
	padding-top: 3px;
	padding-right: 1px;
	padding-bottom: 3px;
	padding-left: 1px;
}


td.semana {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d6dad5;
	color: #d5d8d2;
	text-align: center;
	font-weight: bold;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #d6dad5;
	background-color: #FFFFFF;
}
.actual {
	background-color: #792d3b;
	display: block;
	color: #f5f6f4;
}
td.festivo {
	text-align: center;
}
.evento {
	background-color: #007CB0;
}
a.evento:link {
	color: #f5f6f4;
	text-decoration: none;
	display: block;
	font-weight: bold;
}
a.evento:visited {
	color: #f5f6f4;
	text-decoration: none;
	display: block;
}
a.evento:hover {
	color: #f5f6f4;
	text-decoration: none;
	display: block;
}
p.leyenda {
	font-size: 0.6em;
	color: #858585;
}
