@CHARSET "ISO-8859-1";

/* CONTEUDO */

div#main_content {
	width: 868px;
	height: auto;
	background-color: #eaeaea;
	border: 1px white solid;
	color: #000;
	display: table;
}

div#main_content #top_title {
	background: url("../images/layout/top_green_center.jpg") top left repeat-x;
	height: 36px;
	width: 240px;
	margin-left: 10px;
	margin-right: auto;
	margin-top: -1px;
	text-align: center;
	color: #fff;
}

.top_title {
	font-size: 13px;
	padding-top: 7px;
}

div#top_title h1 {
	background: url("../images/layout/top_green_left.jpg") top left no-repeat;
	display: block;
	height: 100%;
}

div#top_title span {
	display: block;
	height: 100%;
	background: url("../images/layout/top_green_right.jpg") top right no-repeat;
}

div .content {
	padding: 20px 10px 20px 10px;
}

div .content ul li {
	width: 100%;
	list-style-type: none;
	height: 90px;
	padding-top: 5px;
	border-bottom: 1px #a4a3a1 solid;
}

div .content ul li img {
	padding: 7px;
}

.smaller {
	font-size: 10px;
}

div.content ul li div {
	display: table;
}

div.content ul li p {
	padding-top: 8px;
}

div.content ul li a {
	width: auto;
	color: #000;
	text-decoration: none;
}

div.content ul li a:hover {
	color: #3b3b3b;
	text-decoration: none;
}