/*
	Autor: Anderson Triacca
	Empresa: Guife Multicom
	Data de Início: 15/01/2010
	Última Modificação: 15/01/2010
*/

/*----------------------------------------
	- Notícia Individual
---------------------------------------*/
#noticia{
	background: #1d1402;
	padding-bottom: 10px;
}
#noticia p{
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 9px;
	padding-bottom: 6px;
}
#imagens_noticia{
	padding-top: 11px;
}
#imagens_noticia a{
	border: 6px solid #908969;
	display: block;
	width: 146px;
	height: 93px;
	float: left;
	clear: none;
	margin-right: 12px;
	margin-bottom: 12px;
}
#imagens_noticia a.quatro{
	margin-right: 0;
	position: relative;
	left: 2px;
}
#imagens_noticia a:hover{
	border: 6px solid #ae7d28;
}
a.bt_voltar_noticias{
	display: block;
	width: 144px;
	height: 28px;
	text-indent: -20000px;
	background: url(../imagens/bt_voltar_noticias.gif) left top no-repeat;
	margin-top: 5px;
	display: table;
}
a.bt_voltar_noticias:hover{
	background-position: left bottom;
}
