#conteudo h2 { 	color: #ed1c24; }

#noticia {
	width:590px;
	position:relative;
}
	#noticia h3{
		font-size:16px;
		margin:15px 0 20px;
	}
	#noticia p { 
		text-align:justify; 
		margin:0 0 10px;
	}

.data {
	font-weight:bold;
	font-style:italic;
	font-size:9px;
}
#imprimir {
	display:block;
	width:190px;
	height:20px;
	background: url(../img/noticias/bt-imprima.png) no-repeat;
	text-decoration:none;
	font-size:10px;
	font-weight:bold;
	padding:3px 0 0 25px;
}

/*__________Album_*/
#album {
	background:#fff9d1;
	width:980px;
	margin:0 51px 30px 0;
	position:relative;
	padding:10px 0;
	}
	#album #grande {
		margin:65px auto 0;
		display:block;
		border:1px solid #eee;
		padding:5px;
		background: #fff;
	}
	#album p { 
		text-align:center;
		padding:10px 0 0;
}

.ante, .prox {
	height:130px;
	overflow:hidden;
	position:absolute;
	text-indent:-500px;
	top:40%;
	width:30px;
	}
	.prox  {
		background:url("../img/seta.gif") no-repeat scroll -22px 50% #ffea61;
		right:0;
	}
	.ante {
		background:url("../img/seta.gif") no-repeat scroll 8px 50% #ffea61;
		left:0;
}

#thumb {
	width:880px;
	height:65px;
	background:#f8d34b;
	position: absolute;
	top:0;
	padding:0 50px;
	}
	#thumb .scroll {
		width:880px;
 		overflow:hidden;
		position:relative;
	}
	#thumb ul {
		list-style:none; 
		width: 999999px;
	}
	.fotos_noticia li {
		background: transparent url(../img/noticias/bg-thumb.png) no-repeat;
		display: block;
		padding:7px;
		width:50px;
		height:50px;
		float: left;
		margin:0 10px 0 0;
	}
	.fotos_noticia img {
		clip:rect(0 50px 50px 0);
		position: absolute;
		z-index:5;
}

#thumb .ante, #thumb .prox {
	width:40px;
	height:65px;
	overflow:hidden;
	position:absolute;
	text-indent:-500px;
	top:0;
	z-index:10;
	}
	#thumb .prox  {
		background:url("../img/noticias/bt-thumb.png") no-repeat scroll -22px 50% #dda637;
		right:0;
	}
	#thumb .ante {
		background:url("../img/noticias/bt-thumb.png") no-repeat scroll 18px 50% #dda637;
		left:0;
}


/*__________/Album_*/


/*___Banner_*/
#conteudo .banner {	
	width:330px;
	height:250px;
	background:#ffdc00;
	position:relative;
	float:right;
	margin:0 0 20px;
	}
	#conteudo .banner .link{
		position:absolute;
		top:0;
		right:0;
		display:block;
		background:#e8b701 url(../img/publicidade.gif) no-repeat 10px 50%;
		height:100%;
		width:30px;
		text-indent:-500px;
		overflow:hidden;
	}
/*___/Banner_*/

#share{
	position:relative;
	top:0;
	left:0;
	width:620px;
	height:35px;
}

#share .facebook{
	position:absolute;
	top:2px;
	left:227px;
}
#share .twitter{
	position:absolute;
	top:2px;
	left:125px;
}
#share .orkut{
	position:absolute;
	top:0;
	left:0;
}
#share .imprime{
	position:absolute;
	top:2px;
	left:330px;
}
