/* ##################################################################### */
/*                                   					TITULO DE LA SECCION																		*/
/* #####################################################################*/

DIV.events-content {
	background-color: #FFFFFF;
	opacity: .9;
	filter:alpha(opacity=90);
	padding: 5px 5px;
	border: solid #B2B2B2 1px;
	margin: 0px;
	padding: 0px;
	font-size: 11px;
}

DIV.events-heading {
	background-color: #E9E9E9;
	border-bottom: 1px #B2B2B2 solid;
	color: #809B4A;
	font-weight: bold;
	text-align: left;
	padding: 5px 0px 5px 5px;
}

DIV.events-footer {
	background-color: #DDDDDD;
	color: #888888;
	font-weight: bold;
	padding: 5px 0px 5px 5px;
	text-align: right;
	padding-right: 5px;
}

DIV.events-footer A {
	color: #888888;
	font-weight: normal;
}

DIV.event {
	padding: 0px 5px 10px 5px;
	border-bottom: silver solid 1px;
}

DIV.event-title {
	text-align: left;
	margin: 0px 0px 10px 0px;
}

DIV.event-title A {
	font-family: Arial;
	font-family: Trebuchet MS;
	font-size: 18px;
	text-decoration: none;
	color: #888888;
}

DIV.image {
	padding: 0px 5px;
	float:left;
}

DIV.description {
	text-align: justify;
	color: #666666;
}

DIV.moreInfo-button {
	padding: 5px 0px;
	text-align: right;
}

DIV.no-events-available {
	color: #666666;
	font-size: 11px;
	font-weight: bold;
	margin: 10px 0px;
}

DIV.moreInfo-button A {
	background-position: left;
	background-repeat: no-repeat;
	border: 0px;
	line-height: 20px;
	font-size: 11px;
	font-weight: bold;
 	color: #829A4E;
 	width: 96px;
	height: 20px;	
	background-image: url('../images/moreinfo_btn.gif');
	padding: 4px 13px 5px 30px;
	text-decoration: none;
}

DIV.clock {
	font-weight: bold;
	background-image: url('../images/clock_icon.gif');
	background-position: left center;
	background-repeat: no-repeat;
	padding: 0px 0px 0px 20px;
}


DIV.place {
	font-weight: bold;
	background-image: url('../images/address_icon.gif');
	background-position: left center;
	background-repeat: no-repeat;
	padding: 0px 0px 0px 20px;
}


