/*
CSS da capa do site
*/
body, a {
	color:#275a8f;
}
.imagem-destaque {
	float:left;
}

.titulo-destaque {
	float:right;
}

#destaque {
	background: url('../../imgs/bgs/destaque/bg-destaque.png') no-repeat scroll top left;
	width: 489px;
	height: 258px;
}

.titulo-destaque div {
	background: url('../../imgs/bgs/destaque/bg-normal.png') no-repeat scroll top left;
	width: 119px;
	height: 51px;
	font-size:11px;
	padding:10px 20px 10px;
	color:#275a8f;
}

.titulo-destaque div.selecionada {
	background: url('../../imgs/bgs/destaque/bg-selecionado.png') no-repeat scroll top left;
	width: 118px;
	margin-left:-6px;
	padding:10px 20px 10px 27px;
	font-weight:bold;
}
.titulo-destaque div.selecionada a {
	color:#FFF;
}
.imagem-destaque {
	margin-left:20px;
}

.titulo-destaque {
	margin-right:20px;
	position:relative;
	z-index:100;
}

.imagem-destaque, .titulo-destaque {
	margin-top:22px;
}

#chamada {
	background: url('../../imgs/bgs/outras-noticias/bg-bloco.png') no-repeat scroll top left;
	width: 489px;
	height: 85px;
	margin-top:17px;
}

#chamada .chamada {
	float:left;
	font-size:11px;
	width:140px;
	line-height:1.6;
}

.bloco-chamadas {
	width:449px;
	padding-top:16px;
	font-weight:bold;
}

#chamada .meio {
	padding-left:10px;
	padding-right:10px;
	
}

#chamada-sanfona {
	background: url('../../imgs/bgs/chamada/bg-sanfona.png') no-repeat scroll top left;
	width: 489px;
	height: 85px;
	margin-top:21px;
}

#chamada-sanfona a {
	float:left;
}

#chamada-sanfona .bloco-chamadas {
	padding-top:21px;
}

.bloco-box {
	background: url('../../imgs/bgs/blocos-index/bg-blocos.gif') no-repeat scroll top left;
	width: 235px;
	height: 240px;
}

#arquivos, #artigos {
	float:left;
}

#release, #fotos {
	float:right;
}

.titulo-box {
	background:transparent url(../../imgs/titulos/bg-titulo.png) no-repeat scroll left top;
	height:33px;
	margin:19px auto 0;
	position:relative;
	width:195px;
}

.titulo-box img {
	left:10px;
	position:absolute;
	top:9px;
}

.box {
	margin-top:21px;
}

#arquivos, #fotos {
	margin-bottom:21px;
}
#arquivos .conteudo-box, #fotos .conteudo-box {
	margin-top:13px;
}
.conteudo-box {
	font-size:12px;
	margin:8px auto;
	width:191px;
}

.descricao-conteudo {
	background: url('../../imgs/bgs/blocos-index/bg-chamada.png') no-repeat scroll top left;
	width: 195px;
	height: 44px;
}
.descricao-conteudo a {
	color:#FFFFFF;
	display:block;
	font-size:11px;
	margin:0 auto;
	width:180px;
	padding-top:5px;
}
.imagem-conteudo {
	height:112px;
}

#titulo-topo {
	background:transparent url(../../imgs/titulos/novo-portal.png) no-repeat scroll left top;
	height:63px;
	position:absolute;
	right:22px;
	top:41px;
	width:474px;
}

#fotos-topo {
	background:transparent url(../../imgs/exemplos/exemplo-3.gif) no-repeat scroll left top;
	height:150px;
	left:205px;
	position:absolute;
	top:28px;
	width:276px;
}
