#banner {
	position :  absolute;
	left : 126px;
	top : 40px;
	width : 728px;
	height : 90px;
	z-index : 1000;
	overflow:hidden;
}

#abertura {
	position:absolute;
	left:0px;
	top:221px;
	width:970px;
	background-color:#000;
	border-top:dotted 1px #fff;
}
#abertura h2 {
	color:#fff;
	font-size:24px;
	padding:5px 0 20px;
}
#abertura p {
	line-height:16px;
	color:#beb7af;
	padding: 20px 80px 20px 20px;
}
#abertura b {
	line-height:16px;
	color:#beb7af;
}
a.confira {
	display:block;
	width:98px;
	height:24px;
	background:url(https://www.terra.com.br/noticias/listas/img/confira.gif);
	text-indent:-5000px;
	float:left;
	margin-top:15px;
}
a.confira:hover { background-position:0 -30px; }

div#conteudo {
	position:absolute;
	left:0px;
	top:310px;
	width:970px;
	padding:0;
	overflow:hidden;
	background-color:#000;
}

div#conteudo #fotos {
	margin:0 20px;
}
div#conteudo li {
	float:left;
	display:block;
	overflow:hidden;
	width:89px;
	height:67px;
	margin:0 10px 10px 0;
}
div#conteudo li a {
	border:0;
	display:block;
	overflow:hidden;
	width:89px;
	height:67px;
	cursor:pointer;
}
div#conteudo li a:hover {
	border:3px solid #f90;
	display:block;
	overflow:hidden;
	width:83px;
	height:61px;
}
div#conteudo li a:hover img { margin:-3px; }

/* Imagem Grande */

#imagem-grande {
	position:absolute;
	left:0px;
	top:222px;
	width:980px;
	display:none;
	background:#000;
	height:670px;
}
#imagem-grande #legenda {
	position:absolute;
	left:0;
	top:0;
	width:875px;
	display:block;
	background:#000;
	padding:8px 85px 8px 20px;
	color:#BEB7AF;
}
#imagem-grande img {
	position:absolute;
	left:0px;
	top:45px;
	width:980px;
	cursor:pointer;
}
#credito {
	position:absolute;
	left:0px;
	top:650px;
	width:970px;
	font-size:11px;
	text-align:right;
	height:40px;
	display:block;
}
