/********************************************************
													NOTICIAS
********************************************************/

#noticias .pordata {
	margin-bottom:30px;
}

/**** Destaques ****/

.destaque-noticias h1 {
	font-size:14px;
	line-height:16px;
	margin-bottom:0;
}

.destaque-noticias td, .subdestaque-noticias td {
	vertical-align:top;
}

.destaque-noticias .foto {
	width:280px;
	padding:0 0 10px 20px;
}

.destaque-noticias .foto img {
	width:280px;
	height:211px;
}

.destaque-noticias .desc {
	padding-top:10px;
}

.destaque-noticias .foto-first, .subdestaque-noticias .foto-first {
	padding-left:0 !important;
}

/**** sub-destaque ****/

.subdestaque-noticias h1 {
	font-size:12px;
	line-height:16px;
}

.subdestaque-noticias td.col {
	padding:0 0 0 20px;
}

.subdestaque-noticias .first-col td {
	padding:0;
}

.subdestaque-noticias td.desc {
	width:100px;
}

.subdestaque-noticias .foto {
	margin-bottom:10px;
}

.subdestaque-noticias .foto img {
	width:130px;
	height:98px;
}

/********************************************************
													VIDEOS
********************************************************/

#videos .video {
	float:left;
	width:340px;
}

#videos .videos-relacionados {
	float:right;
	width:220px;
}

#videos .videos-relacionados .desc {
	width: 150px;
}


#videos .video .code-video {
	margin-bottom:18px;
}

#videos .ultimos-videos .listagem-linhas {
	float:left;
}

#videos .ultimos-videos .listagem-left {
	width:340px;
}

#videos .ultimos-videos .listagem-right {
	width:220px;
	display:inline;
	margin-left:20px;
}

/********************************************************
												LISTAGEM
********************************************************/
div.listagem {
	border-top:1px solid #e9e9e9;
	padding-top:20px;
	margin-top:20px;
}

div.listagem-first {
	padding-top:0;
	border-top:0;
	margin-top:0 !important;
}

div.listagem p {
	line-height:20px;
	margin-bottom:0;
}

div.listagem h1 {
	color: black;
}

.listagem-full {
	padding:20px 0;
}

.listagem-full .foto {
	margin-right:20px !important;
}

.listagem-full .desc {
	width:380px;
}

/********************************************************
												DCE / CA
********************************************************/

#dce-ca ul.text {
	margin-bottom:20px;
}

#dce-ca .cargo {
	display:block;
	padding-bottom:10px;
}

/**********************************************
										BOX-WRAP
**********************************************/

.box-wrap {
	border:1px solid #e9e9e9;
	background-color:#f8f8f8;
	margin-bottom:27px;
}

.box-wrap .padding {
	padding:10px;
}

/********************************************************
												GERAL
********************************************************/

.posts {
	border-top:5px solid #F4F4F4;
	margin-top:10px;
	padding-top:30px;
}

/**********************************************
										PAGINACAO
**********************************************/

.paginacao {
	margin-top:15px;
	clear:both;
	border-top:1px solid #e9e9e9;
	padding-top:15px;
}

.paginacao a {
	border:1px solid #e9e9e9;
	padding:8px 13px;
	font-weight:bold;
}

.paginacao .arrow-left, .paginacao .arrow-right {
	background-repeat:no-repeat;
	background-position:center center;
}

.paginacao a:hover {
	background-color:#f8f8f8;
	text-decoration:none !important;
}

.paginacao a.ativo:hover, .paginacao a.ativo {
	color:#fff !important;
	background-color:#f8f8f8;
}

#conteudo_promocao {
	cursor: pointer;
}