/* TAGS GERAIS */

body{
	margin:0;
	padding:0;
	background-image:url(../imagens/bg_site.jpg);
	background-repeat:repeat-x;
	background-color:#220402;
	font-family:Verdana, Geneva, sans-serif;
	color:#3a3023;
}

a {
	text-decoration:none;
	color:#3a3023;
}

a:hover{
	text-decoration:underline;
}

/* TAGS CRIADAS */

#bg{
	background-image:url(../imagens/bg_imagens.png);
	background-repeat:no-repeat;
	background-position:center;
	width:auto;
	height:720px;
	margin: 0 auto;
}

#geral {
	width:760px;
	margin: 0 auto;
	margin-top:-34px;
}

#logo {
	text-align:center;
	background-image:url(../imagens/luz_logo.png);
	background-repeat:no-repeat;
	width:759px;
	height:131px;
	padding-top:39px;	
}

#menuFlash {
	width:760px;
	height:31px;
	margin-top:-39px;
}

#banner {
	width:760px;
	height:235px;
	
}

#conteudo{
	
	font-size:10px;
	background-image:url(../imagens/bg_conteudo.jpg);
	background-repeat:repeat-x;
	background-color:#ffeccd;
	width:760px;
	height:280px;
	margin-top:-4px;
}

#titulo_BemVindo{
	padding:20px;
}

#boxAtuacao{
	float:left;
	width:315px;
	height:160px;
}

#titulo_atuacao{
	width:97px;
	height:23px;
	position:relative;
	bottom:105px;
	left:150px;
}

#texto_atuacao{
	width:160px;
	position:relative;
	bottom:100px;
	left:150px;
	
}

#boxArtigos{
	clear:both;
	position:relative;
	left:340px;
	top:-160px;
	width:180px;
		
}

#noticias{
	clear:both;
	float:right;
	margin-top:-280px;
	margin-right:10px;
	font-size:9px;
	background-image:url(../imagens/bg_noticias.png);
	background-repeat:no-repeat;
	width:210px;
	height:276px;
	color:#3a3023;
	
	
		
	/*position:absolute;
	font-size:11px;
	background-image:url(../imagens/bg_noticias.png);
	background-repeat:no-repeat;
	width:210px;
	height:276px;
	right:350px;
	bottom:20px;*/
	
}

#noticias a{
	color:#3a3023;
	font-weight:bold;
}

#noticias a:hover {
	color:#900;
}

#noticias_overflow{
	height:260px;
	width:200px;

}

#noticia1{
	width:150px;
	padding-left:30px;
	padding-top:50px;
	text-align:justify;

}

.texto_noticia1{
	margin-top:-15px;
	padding-top:5px;
	padding-right:10px;
	overflow:auto;
	scrollbar-face-color:#fff;
	height:60px;
	width:150px;
}



#noticia2{
	padding-left:30px;
	width:150px;
	text-align:justify;
	
}

.texto_noticia2{
	margin-top:-17px;
	padding-top:5px;
	padding-right:10px;
	overflow:auto;
	scrollbar-face-color:#fff;
	height:60px;
	width:150px;
}


#icones{
	clear:both;
	margin-top:-120px;
	/*z-index:2;
	position:relative;
	top:-120px;
	
	
	padding-bottom:5px;*/
}

#icones a{
	padding-left:45px;
}

#rodape {
	clear:both;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	width:760px;
	height:55px;
	color:#fff;
	position:relative;
	background-color:#7a6d5e;
	
}

#logo_rodape{
	padding-left:30px;
	padding-top:10px;
}

#texto_rodape{
	margin-top:-30px;
	margin-left:65px;
}

#assinatura{
	width:760px;
	margin: 0 auto;
	margin-top:-25px;
	margin-left:-10px;
	text-align:right;
}