#luto {
	position:absolute;
	top:0;
	right:0;
	cursor:pointer;
	z-index:10;
}

/***************************************************************
															CORPO
***************************************************************/

#corpo {
	padding-top:40px;
	clear:both;
}

#mainContent {
	width:100%;
}

/***************************************************************
															DESTAQUES
***************************************************************/

#destaques {
	margin-bottom:30px;
}

#destaques .destaque {
	float:left;
	width:300px;
	margin-left:20px;
	display:inline;
	cursor:pointer;
}

#destaques .destaque .content {
	border-left:1px solid #e7e7e7;
	padding-left:20px;
}

#destaques .first {
	margin-left:0;
}

#destaques .first .content {
	padding-left:0;
	border-left:0;
}

#destaques .destaque p {
	padding-right:80px;
	text-align:justify;
}

#destaques .first p {
	margin-left:0;
}

#destaques .destaque img.ft {
	margin:0 0 20px 20px;
}

#destaques .destaque img.ico {
	float:right;
}

/***************************************************************
													ÚLTIMAS NOTÍCIAS
***************************************************************/

#ultimas_noticias .bg {
	background-color:#ededed;
	padding:20px;
}

#ultimas_noticias .box {
	overflow:hidden;
	width:890px;
}

#ultimas_noticias .box_ul {
	width:7000em;
}

#ultimas_noticias .noticia {
	float:left;
	width:430px;
	margin-left:30px;
}

#ultimas_noticias .noticia h1 {
	font-size:18px;
	font-weight:normal;
}

#ultimas_noticias .noticia_first {
	margin-left:0;
}

#ultimas_noticias .foto {
	float:left;
	width:131px;
}

#ultimas_noticias .desc {
	float:right;
	width:279px;
}

#ultimas_noticias .control {
	padding-top:5px;
}

#ultimas_noticias .control a.arrow {
	display:block;
	width:40px;
	text-align:center;
	overflow:hidden;
	text-indent:-9000em;
	height:40px;
	outline:none;
}

#ultimas_noticias .control a.arrow_left {
	background:url(../img/arrow_left-noticias01.gif) no-repeat left center;
}

#ultimas_noticias .control a.arrow_right {
	background:url(../img/arrow_right-noticias01.gif) no-repeat left center;
}

#ultimas_noticias .control a.arrow:hover {
	background-position:right center;
}

/***************************************************************
															RODAPE
***************************************************************/

#rodape {
	height:477px;
	margin-top:30px;
}

#rodape .centralizar {
	padding-top:30px;
}

#blog li {
	background:url(../img/bullet-rodape.gif) no-repeat left 5px;
	min-height: 38px;
}

#blog li a {
	color:#acacac;
}

/***************************************************************
															FORMS
***************************************************************/

#rodape #informativo {
	float:right;
	width:290px;
	text-align:justify;
}

#rodape .input { 
	border:0;
	background:url(../img/bt-input-rodape.gif) no-repeat left top;
}