/*----------------------------------------------------------------- ESTRUTURA */

* {
	font											: normal 10px "Verdana";
	line-height										: 14px;
	color											: #606060;
	padding											: 0;
	margin											: 0;
}

BODY {
	overflow										: auto;
	overflow-x										: hidden;
	margin											: 0;
	background										: #aaacad;
}

#estrutura {
	width											: 724px;
	height											: 789px;
	position										: relative;
	background										: #2B4E92 URL('../imagens/background/bg1.jpg') repeat-x center top;
}

STRONG {
	font											: bold 10px "Verdana" !important;
	color											: #000000;
}

.menu {
	width											: 182px;
}

.menu UL LI {
	list-style-type									: none;
}

.menu .categorias {
	margin											: 0 0 0 0;
	width											: 182px;
	height											: 85px;
	color											: #9b9ea1;
	background										: #000000;
}

.categorias A.marcador:ACTIVE, A.marcador:VISITED, A.marcador:LINK {
	display											: block;	
	margin											: 0 0 0 24px;
	padding											: 3px 0 0 15px;
	height											: 17px;
	text-decoration									: none;
	background										: URL('../imagens/ico_out.gif') no-repeat center left;
}

.categorias A.marcador:HOVER {
	background										: URL('../imagens/ico_over.gif') no-repeat center left;
	color											: #999999;
}


/********************************************************* ESTRUTURA PRODUTOS */

.corpoProdutos {
	background										: URL('../imagens/background/bgProdutos.jpg') no-repeat left top;
}

.menuProdutos {
	width											: 183px;
	margin											: 0 0 0 39px;
}

#estruturaProdutos {
	width											: 724px;
	height											: auto;
	margin											: 21px 0 0 24px;
}

.conteudoProdutos {
	width											: 447px;
	height											: auto;
	background-color								: #997b12;
}

.conteudoProdutos .tituloProdutos {
	margin											: 13px 0 0 13px;
}

.imagemProduto {
	border											: 4px solid #fff;
}

.produtosContainer {
	padding											: 28px 10px 0 5px;
	_padding											: 0;
	margin											: 28px 40px 0 40px;
	text-align										: center;
}


.tbProdutos {
	margin											: 0 30px 40px 30px;
}

.nomeProduto {
	font											: normal 12px "Verdana";
	color											: #fff;
	padding-top										: 10px;
}

.desc {
	font											: normal 9px "Verdana";
	color											: #fff;
	padding-top										: 5px;
}

/* NOTICIAS ------------------------------------------------------------------ */

.bgNoticias {
	background-color								: #b6c3cc;
}

.corNoticias {
	color: #000000 !important;
}

A:LINK.corNoticias, A:VISITED.corNoticias, A:ACTIVE.corNoticias {
	text-decoration									: none;
	color: #000000 !important;
}

A:HOVER.corNoticias {
	text-decoration									: underline;
	color: #000000 !important;
}

.textoIntNoticias {
	color: #000000 !important;
	height: 375px;
	overflow: auto;
	text-align:left; 
	padding: 0 5px;
}

a.pags:link, a.pags:visited, a.pags:active {
	text-decoration:none;
	color : #000000;
}

a.pags:hover{
	text-decoration:underline;	
	color : #000000;
}

.paginacao {
	color : #000000 !important;
}

.paginacaoSel {
	color : #000000 !important;
	background:#ffffff;
	width:15px;
	text-align:center;
}

.paginacaoNaoSel {
	color : #000000 !important;
	width:15px;
	text-align:center;
}
