/* Desenvolvido por GRUPOW (www.grupow.com.br) - 15/09/2006 - */


/* Padronizacao ------------------------------------------------------------- */

HTML {
	overflow							: auto;
	overflow-x							: hidden;
	font		 						: 1.34em Verdana, Geneva, Arial, Helvetica, sans-serif;
	height								: auto !important;
	min-height							: 100%;
	height								: 100%;
}

HTML * {
	margin								: 0;
	padding								: none;
}

/* Estrutura ---------------------------------------------------------------- */

html, body{
	width: 100%;
	height: 100%;
}

body {
	_overflow-x:hidden;
	width								: 100%;
	height								: 100%;
	background							: #000;
	font-family							: tahoma;
	background							: URL("../imagens/background/bg.jpg") repeat top center;
}

#palco {
	z-index:3;
	position:absolute;
	background:none;
}

#estrutura {
	width: 100%;
	height: 1066px;
	z-index								: 1;
	/*
	position							: absolute;
	left								: 50%;
	margin-left							: -640px;
	width								: 1280px;
	height								: 971px;
	*/
	
	/*background						: URL("../imagens/background.jpg") no-repeat top center;*/
}


.estruturaContato {	
	position							: absolute;
	/*top									: 100px;
	left								: 10%;*/
	/*margin-left						: -231px;*/
	width								: 488px;
	height								: 719px;
	_width								: 388px;
	_height								: 619px;
	background							: URL('../imagens/background/bgContato.png') no-repeat left top ;
	_background							: none;
	filter								: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='imagens/background/bgContato.png', sizingMethod='noScale');
	z-index								: 98;
}


.contato {								
	position							: relative;
	top									: 42px;
	left								: 43px;
	width								: 382px;
	_width								: 388px;
	height								: 619px;
	z-index								: 99;
}


.input1 {
	/*background:none;*/
	font:normal 10px "Verdana";
	width:237px;
}

#contato .input1, #contato input, #contato select, #contato textarea {
	font								:normal 10px "Verdana";
	position							:relative;
	border								:0;
	background							:transparent;
}
	
#contato select {
	background							:#FFFFFF;
}

#contato .input1 {
	width								:235px;
}

.msgErroContato {
	position:absolute;
	top:100px;
	left: 40px;
	font:Italic 12px "Verdana";
	font-weight:bold;
	color:#991418;
	width:340px;
	z-index:99;
}

SELECT {
	border:0;
	font:normal 10px "Verdana";
	width:237px;
	margin:2px 0 0 -2px;
	_margin:0 0 0 -2px;
	background:##FFFFFF;
}

.boxFormulario {
	margin:130px 0 0 124px;
	padding:0px;
}

.boxFormulario TD {
	padding:3px;
	_padding:2px;	  
}

.noticia {
	margin								: 0;
	width								: 100%;
	background							: URL("../imagens/bg.jpg") repeat left top;
}

.textoNoticia {
	margin								:15px;
	font								:10px 'Verdana';
	text-align							:justify;
	line-height							:15px;
}

.tituloNoticia {
	font								: 15px 'Verdana';
	color								: #4d421e;
}

.divNoticiaTexto {
	overflow							:auto; 
}

.divEncapsulado {
	float								: left;
	margin								: 0 10px 10px 0;
}		  


/*-------------------- CATEGORIAS ---------------------------*/


.estruturaCategorias {	
	display								: none;
	position							: absolute;
	/*top									: 180px;
	left								: 50%;*/
	margin-left							: -335px;
	width								:670px;
	height								:566px;
	_width								:468px;
	_height								:378px;
	background							: URL('../imagens/background/bgCategorias.png') no-repeat left top ;
	_background							: none;
	filter								: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='imagens/background/bgCategorias.png', sizingMethod='noScale');
	z-index:98;
}

.estruturaCategorias .categorias {								
	position							: relative;
	top									: 58px;
	left								: 66px;
	width								: 601px;
	height								: 500px;
	z-index:99;
}
 
.btFechar {
	position							: absolute;
	width								: 73px;
	height								: 21px;
	top									: 31px;
	_top								: 29px;		
	left								: 510px;
	_left								: 510px;
	z-index:99;
}

.textoFiliais {
	font								:10px 'Verdana';
	color								:#6C5C29;
}