/* AGENDA */
.month th {
	color: #77634A;
	background-color: #E9E0D6;
}

.event, .event a {
	background-color: #e87817;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	line-height: 18px;
}

.event a {
	display: block;
}

.event a:hover {
	background-color: Red;
}

.film, .film a {
	background-color: #66CC00;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	line-height: 18px;
}

.film a {
	display: block;
}

.film a:hover {
	background-color: Red;
}

.expo, .expo a {
	background-color: #086aea;
	color: White;
	font-weight: bold;
	text-align: center;
}

.month {
	border: 1px solid #BBA388;
	text-align: center;
	width: 165px;
	background-color: White;
	margin: 0 auto;
	border-collapse: separate;
	border-spacing: 2px;
}

.monthday {
	background-color: #E9E0D6;
	color: #666666;
	width: 29px;
	height: 18px;
	line-height: 18px;
	text-align: center;
}

.monthname {
	line-height: 16px; /*background-color: #BDC2FB;*/
	text-transform: uppercase;
	text-align: center;
}

.monthname a:hover {
	color: Black;
}

.monthnavigation, .monthnavigation a, .monthname a {
	color: #77634A;
	text-align: center;
}

.negrita {
	background-color: #FFFFFF;
	color: #666666;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align: inherit;
}

.nomonthday, .saturday, .sunday {
	background-color: #F5F5F5;
	color: #666666;
	width: 29px;
	height: 18px;
	line-height: 18px;
	text-align: center;
}

.orange {
	color: #FF4500;
}

.dayname {
	color: #666666;
	background-color: #FFFFFF;
	text-align: center;
}

.today {
	color: #FFFFFF;
	font-weight: bold;
	background-color: #77634A;
	text-align: center;
}

.todayevent, .todayevent a {
	background-color: #EE5A00;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
}

.todayevent {
	border: 2px solid #9D3B00;
}

.todayexpo, .todayexpo a {
	background-color: #EE5A00;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
}

.todayexpo {
	border: 2px solid #9D3B00;
}

#agenda {
	margin-top: 10px;
}

#agenda td {
	width: 22px;
}