div.calendario {
	width: 150px;
	margin-top: 9px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	text-align: right;
	padding: 2px 2px 10px 20px;
	list-style-type: none;
	font-family: "trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	float: left;
	clear: none;
}
div.calendario table {
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 5px;
	border-bottom-width: 4px;
	border-bottom-color: #666666;
	border-bottom-style: solid;
	padding: 0px;
	width: 150px;
	font-size: 11px;
}
div.calendario table td {
	background-color: #F2F2ED;
}


div.calendario table tbody td.semana {
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	color: #A2A486;
	text-align: center;
	font-weight: bold;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
}
div.calendario table tbody td.festivo {
	background-color: #E7E7DE;
	text-align: center;
}
div.calendario table tbody td.calendar {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E1E0D8;
	text-align: center;
}
div.calendario table tbody td.evento {
	text-align: center;
	border: 1px solid #B20325;
}
div.calendario table thead a:link {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	
}
div.calendario table thead a:visited {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	
}
div.calendario table thead a:hover {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	
}

div.calendario table tbody a:link {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #918D68;
	display: block;
	
}
div.calendario table tbody a:visited {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #918D68;
	display: block;
	
}
div.calendario table tbody a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #B20325;
	display: block;
	
}
a.mes:link {
	text-decoration: none;
}
