#layout #conteudo { background-color:#FFFFFF;}
/*  ===============================================   */
#layout #conteudo #noticias {
	width: 570px;
	height: auto;
	overflow:hidden;
	background-color:#FFFFFF;
}

#layout #conteudo #noticias .noticia {
padding:8px;
}

#layout #conteudo #noticias .data {
	float:left;
	margin-top:5px;
	margin-left:8px;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
	padding: 4px;
	display: block;
	width: 550px;
}

#layout #conteudo #noticias .autor {
	float:left;
	margin-top:5px;
	margin-left:8px;
}

#layout #conteudo #noticias .fotonoticia {
	width: 200px;
	height: auto;
	float:left;
	margin-right:8px;
	margin-bottom:8px;
	margin-top:8px;
	padding-right:10px;
	position:relative;
	background-color: #F9F9F9;
	overflow:hidden;
	border: 1px solid #F0F0F0;
}

#layout #conteudo #noticias .fotonoticia .foto { 
width: 200px;
height:auto;
float:left;
overflow: hidden;
margin:5px;
padding-right:10px;
position: relative;
}

#layout #conteudo #noticias .fotonoticia .foto img.afoto {
	width: 98%;
	height: auto;
}

#layout #conteudo #noticias .fotonoticia img.zoom { 
float:left;
margin-top:8px; 
margin-left:8px;
position:absolute;
}

#layout #conteudo #noticias .fotonoticia .legenda {
	width:200px;
	float:left;
	margin-top:4px;
	margin-left:8px;
}

#layout #conteudo #noticias .fotonoticia .fotinhas {
	width:200px;
	float:left;
	margin:5px;
	padding: 5px;
}

#layout #conteudo #noticias .fotonoticia .fotinhas .galeria {
	width:94%;
	height: auto;
	float:left;
	padding:4px;
	margin-bottom:5px;
	overflow: hidden;
	color: #666666;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D8D8D8;
	font-weight: normal;
	font-size: 9px;
}

#layout #conteudo #noticias .fotonoticia .fotinhas img { 
width:38px;
height:38px;
float:left;
background-color: #EBEBEB;
margin-top:4px; 
margin-left:8px;
overflow: hidden;
}

#layout #conteudo #noticias  .creditos { 
width: 200px;
height:auto;
color:#666666;
float:left;
margin-top:4px; 
margin-left:8px;
}

#layout #conteudo #noticias .fonte {
 	width:570;
	float:left;
	margin-top:8px;
	margin-left:8px;
	color: #666666;
	text-decoration: none;
	clear: both;
}

#layout #conteudo #noticias .imprimir {
	width:570;
	float: right;
	margin-top:8px;
	margin-left:8px;	
	text-decoration: none;
}
#layout #conteudo #noticias .imprimir img {
border:none;
}

#layout #conteudo #noticias .imprimir a {
	color: #666666;
	text-decoration: none;

}

#layout #conteudo #noticias .imprimir a:hover {
	color: #CC0000;
}

#layout #conteudo .borda {
	background-color: #F8F8F8;
	margin: 0px;
	padding: 5px;
	border: 1px solid #E2E2E2;
}

#layout #conteudo #noticias select {
	width: 550px;
	position: relative;
	background-color: #FBFBF9;
	color: #666666;
	text-decoration: none;
	font-size: 14px;
	font-weight: normal;
	border: 1px solid #CCCCCC;
	margin: 0 auto;
	padding: 2px;
	margin-right:10px;
	margin-left:10px;
}


#layout #conteudo #noticias h1 {
	font-size:18px;
	color: #4F493D;
	overflow:hidden;
	text-decoration: none;
}

#layout #conteudo #noticias h2 {
	font-size:x-large;
	color: #4F493D;
	padding:2px;
	margin:0;
	text-decoration: none;
}

#layout #conteudo #noticias div.filtrotopo {
	font-size:12px;
	color: #A59C89;
	width: 570px;
	height: auto;
	margin:0px;
	padding:0px;

	padding-top:10px;
	padding-bottom:10px;

	margin-bottom:20px;

	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #DDDCD2;
	background-color: #F7F7F2;
	text-decoration: none;
	text-align:right;
	font-weight: normal;
}

#noticias ul {
	list-style-type: none;
	display: block;
	height: auto;
	width: 98%;
	border-bottom-width: medium;
	border-bottom-style: none;
	border-bottom-color: #D4D0C8;
	padding: 5px;
	margin: 5px;
	position: relative;
}
#noticias .descricao {
	color: #999999;
	text-decoration: none;
	display: block;
	font-size: 12px;
}
#noticias li {
	display: block;
	margin: 2px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #E6E3DF;
	padding: 5px;
	width: 550px;
	position: relative;
}
#noticias li a {
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	color: #777777;
}
#noticias li a:hover {
	color: #CC0000;
}
#noticias li:hover {
	background-color:#F7F7F7;
	color: #006666;
	text-decoration: none;
}

