#eventos {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#eventos li {
	display: block;
	margin-bottom: 4px;
	padding-top: 12px;
	padding-bottom: 8px;
	clear: both;
	background-image: url(../imgs/dotted.gif);
	background-repeat: repeat-x;
}
#eventos li.selected {
	background-image: url(../imgs/fdge_ouro.jpg);
	background-repeat: repeat-x;
	padding-right: 8px;
	padding-left: 8px;
	background-color: #FFFFE6;
}
#eventos li.selected h2 {
 color: #46473A ];
	color: #46473A;
}
#eventos li .cnt {
	display: block;
	float: left;
	width: 500px;
}
#eventos li h2 {
	font-size: 18px;
	font-weight: bold;
	padding: 0px;
	color: #F00;
	margin: 0px;
	text-decoration: none;
}
#eventos li h3 {
	font-size: 12px;
	font-weight: bold;
	padding: 0px;
	color: #46473A;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
}
#eventos .texto {
	display: block;
	margin-top: 12px;
	margin-bottom: 12px;
	margin-left: 0px;
}
