/*
 *	News CSS
 */

#mainContent {
	height: 790px;
}

#news {
	vertical-align: top;
	width: 725px !important;
	padding-left: 2px;
    padding-right: 1px !important;
}

#news a {
	text-decoration: none;
	color: #000;
	font-weight: normal;
}

#news a:hover {
	color: #333;
}

#mainTreeLink {
	margin-left: 15px;
}

.artFolder {
	margin: 0 auto;
	width: 715px;
	margin-bottom: 5px;
	padding: 5px;
	position: relative;
}

.artFolderImg {
	width: 350px;
	height: 250px;
	padding: 14px;
	margin-bottom: -5px;
}

.artFolderText {
	position: absolute;
	top: 15px;
	right: 25px;
}

.artFolderText h2 {
	font-weight: bold;
    font-size: 10pt;
    margin-bottom: 5px;
}

.artFolderList {
	width: 300px;
	margin-left: -30px;
	font-size: 11pt;
}

.artFolderLink {
	color: #111 !important;
	line-height: 23px ! important;
}

.artFolderLink:hover {
	color: #666 !important;
}

.artFolderText h1 {
	font-weight: normal;
	font-size: 14pt;
	color: #104c92;
	margin: 0px;
	padding: 0px;
}

.artFolderText h1:hover {
	color: #3B77BD;
}

.artFolderSubTitle {
	font-weight: bold;
	color: #222;
}

.topArticle {
	margin: 0 auto;
	width: 713px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 5px;
	position: relative;
}

.topArticleImg {
	width: 713px;
	height: 300px;
/* ToDo tirar */
	height: 335px;
/* ToDo tirar */
}

.topArticleText {
	margin-left: 10px;
}

.topArticleText h1, .topArticleText p {
	margin: 0px;
	padding: 0px;
	font-size: 10pt;
	font-weight: normal;
}

.topArticleText p {
	font-size: 11pt;
}

.topArticleText h1 {
	color: #222;
	text-transform: uppercase;
}

.topSubTitle {
	font-weight: normal;
	color: #104C92;
	font-size: 14pt !important;
}

#articles {
	margin-top: 5px;
}

.article {
	width: 713px;
	margin-bottom: 5px;
	height: 130px;
}

.articleImg {
	width: 230px;
	height: 110px;
	margin-top: 10px;
}

.articleText {
	position: relative;
	top: 6px;
}

.articleText h1, .articleText p {
	margin: 0px;
	padding: 0px;
	font-size: 12pt;
	margin-top: 5px;
}

.articleText h5 {
	font-weight: bold;
	font-size: 10pt;
	color: #222;
	text-transform: uppercase;
}

.articleText h5, .articleText p {
	font-weight: normal;
}

.articleText p {
	font-size: 11pt;
}

.subTitle {
	font-weight: normal;
	color: #104c92;
	font-size: 14pt !important;
}

.artLeft .articleImg {
	float: left;
	margin-left: 10px;
}

.artRight .articleImg {
	float: right;
	margin-right: 10px;
	margin-left: 20px;
}

.artLeft .articleText {
	left: 10px;
	margin-right: 20px;
}

.artRight .articleText {
	left: 10px;
}

#tree {
	padding: 2px;
	margin-left: 5px;
}

.treeLink {
	font-size: 10pt;
}

.treeLink a {
	text-decoration: none;
	font-weight: normal !important;
	color: #104c92 !important;
}

.treeLink a:hover {
	color: #D86666 !important;
}

.nextLink {
	width: 23px;
	margin-bottom: -7px;
}

#sidebar {
	padding-top: 6px;
}

.subTitle, .topArticleText h1, .topArticleText p {
	margin: 10px 0 !important;
}