@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_orange_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_orange_left.jpg") top left no-repeat;
	display: block;
	height: 100%;
}

div#top_title span {
	display: block;
	height: 100%;
	background: url("../images/layout/top_orange_right.jpg") top right no-repeat;
}

.content {
	padding: 20px 10px 20px 10px;
}

.content a {
	color: #000;
	text-decoration: none;
}

.content a:hover {
	color: #555;
	text-decoration: none;
}

.content p {
	text-indent: 15px;
	padding-bottom: 10px;
}

.title {
	font-size: 14px;
	font-weight: bold;
}

.content img {
	padding: 7px;
}

.content p.date {
	font-size: 10px;
}

.content p.source {
	padding-top: 15px;
}
