/* CSS Document A Caminho da Luz*/

* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0 auto;
	text-align: center;
	background-image: url(imagens/fundo_site.jpg);
	background-color: #A34410;
	background-repeat: repeat-x;
}


/*alinhar a site ao centro*/
.centro {
	margin: 0 auto;
	text-align: center;
}


/*fundo do conteúdo*/
.fundo_conteudo {
	background-image: url(imagens/fundo_conteudo.jpg);
	background-repeat: repeat-y;
	width: 730px;
}


/*fundo de sobre*/
.bg_fundo_sobre {
	background-image: url(imagens/bg_sobre.jpg);
	background-repeat: no-repeat;
	width: 373px;
}

/*fundo da chamadas da index*/
.bg_chamadas {
	background: url(imagens/bg_chamadas.jpg) no-repeat;
	width:373px;
}

/*fundo de sobre interna*/
.bg_sobre_interna {
	background-image: url(imagens/bg_sobre_interna.jpg);
	background-repeat: no-repeat;
	width: 538px;
}


/*fundo de diferenciais*/
.bg_fundo_diferenciais {
	background-image: url(imagens/bg_diferenciais.jpg);
	background-repeat: no-repeat;
	width: 373px;
}


/*fundo da lateral direita*/
.bg_fundo_lateral_direita {
	background-image: url(imagens/bg_lateral_direita.jpg);
	background-repeat: repeat-y;
	width: 180px;
}

/*fundo do conteudo das internas*/
.bg_fundo_conteudo_int {
	background-image: url(imagens/bg_fundo_conteudo_int.jpg);
	background-repeat: no-repeat;
	width: 538px;
}



/*fundo do rodapé*/
.bg_rodape_index {
	background-image: url(imagens/bg_rodape_index.jpg);
	background-repeat: no-repeat;
	width: 746px;
	height: 50px;
}

.bg_rodape_internas {
	background-image: url(imagens/bg_rodape_internas.jpg);
	background-repeat: no-repeat;
	width: 746px;
	height: 50px;
}



/*texto preto*/
.texto_preto {
	font-family: verdana;
	font-size: 10px;
	color: #000000;
}

.texto_preto a {
	font-family: verdana;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}

.texto_preto a:hover {
	font-family: verdana;
	font-size: 10px;
	color: #000000;
	text-decoration: underline;
}

/*texto marrom*/
.texto_marrom {
	font-family: verdana;
	font-size: 10px;
	color: #7F3710;
}

.texto_marrom a {
	font-family: verdana;
	font-size: 10px;
	color: #7F3710;
	text-decoration: none;
}

.texto_marrom a:hover {
	font-family: verdana;
	font-size: 10px;
	color: #7F3710;
	text-decoration: underline;
}


/*texto branco*/
.texto_branco {
	font-family: verdana;
	font-size: 10px;
	color: #ffffff;
	line-height: 18px;
}

.texto_branco a {
	font-family: verdana;
	font-size: 10px;
	color: #ffffff;
	text-decoration: none;
}

.texto_branco a:hover {
	font-family: verdana;
	font-size: 10px;
	color: #ffffff;
	text-decoration: underline;
}


/*endereço*/
address {
	font-style: normal;
}


/*class para imagens*/
.img_noticias{
	float:left;
	margin:5px;
	border:0;
}


/*propriedade para os inputs, textarea, select*/
.interna input{
	margin: 2px 0 2px 3px;
	font-family: verdana;
	font-size: 11px;
	color: #000000;
}

.interna select{
	margin: 2px 0 2px 3px;
	font-family: verdana;
	font-size: 11px;
	color: #000000;
}

.interna textarea{
	margin: 2px 0 2px 3px;
	font-family: verdana;
	font-size: 11px;
	color: #000000;
}