/* CSS Document Icamp */

* {
	margin:0;
	padding:0;
}

address {
	font-style: normal;
}

.titulo {
	margin: 0 0 0 10px;
}

.about_us {
	margin: 6px 0 0 10px;
}

/*imagem de fundo no topo do site*/
body {
	margin:0 auto;
	text-align: center top;
	background-image: url(imagens/bg_topo.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

/*imagem de fundo do final do site*/

.bg_final{
	background-image: url(imagens/bg_final.jpg);
	background-repeat: no-repeat;
	background-position: bottom;	
}


/*imagem de fundo do conteúdo*/
.bg_fundo_conteudo{
	background-image: url(imagens/bg_fundo_conteudo3.jpg);
	background-repeat: no-repeat;
}
.bg_fundo_conteudo_interna{
	background-image: url(imagens/bg_fundo_conteudo2.jpg);
	background-repeat: no-repeat;
	background-color: #CDDFDF;
}


/*.bg_fundo_menu{
	background-image: url(imagens/bg_fundo_menu.jpg);
	background-repeat: no-repeat;
	height:295px;
}*/
.bg_fundo_menu2{
	background-image: url(imagens/bg_fundo_menu22.jpg);
	background-repeat: no-repeat;
	height:480px;
}


/*titulos*/
.bg_sobre_nos{
	background-image: url(imagens/bg_quem_somos.gif);
	background-repeat: no-repeat;	
}

.bg_servicos{
	background-image: url(imagens/bg_servicos.gif);
	background-repeat: no-repeat;
}

.bg_about_us{
	background-image: url(imagens/bg_about_us.gif);
	background-repeat: no-repeat;	
}

.bg_services{
	background-image: url(imagens/bg_services.gif);
	background-repeat: no-repeat;
}

.bg_fundo_noticias{
	background-image: url(imagens/img_fundo_noticias.jpg);
	background-repeat: repeat-y;
	width:186px;
	height:210px;	
}

.bg_newsletter{
	background-image: url(imagens/bg_newsletter.gif);
	background-repeat: no-repeat;
	width:248px;
	height:162px;
}

.bg_newsletter_eng{
	background-image: url(imagens/bg_newsletter_eng.gif);
	background-repeat: no-repeat;
	width:248px;
	height:162px;
}

.bg_rodape{
	background-image: url(imagens/bg_rodape_index.jpg);
	background-repeat: no-repeat;
	width:775px;
	height:140px;	
}

/*.bg_rodape_interna{
	background-image: url(imagens/bg_rodape_interna.jpg);
	background-repeat: no-repeat;
	width:775px;
	height:130px;	
}*/



.texto_preto{
	font-family:arial;
	font-size:12px;
	color:#000000;
	text-align:justify;
}
.texto_preto a{
	font-family:arial;
	font-size:12px;
	color:#000000;
	text-decoration:none;
}
.texto_preto a:hover{
	font-family:arial;
	font-size:12px;
	color:#000000;
	text-decoration:underline;
}



.texto_branco{
	font-family:arial;
	font-size:12px;
	color:#ffffff;
}

.texto_branco2{
	font-family:arial;
	font-size:15px;
	color:#ffffff;
}
.texto_branco a{
	font-family:arial;	font-size:12px;	color:#ffffff;	text-decoration:none;}
.texto_branco a:hover{
	font-family:arial; font-size:12px; color:#ffffff; text-decoration:underline;}
.texto_verde {
  font-family:arial; font-size:12px; color:#297038;}

.texto_assinatura{
  font-family:arial; font-size:9px; color:#999;}
.texto_assinatura a{
  font-family:arial; font-size:9px; color:#999; text-decoration:none}
  .texto_assinatura a:hover{
  font-family:arial; font-size:9px; color:#999; text-decoration:none;}
.img_noticias{
	float:left;
	margin:5px;
	border:0;
}

.interna input{
	margin:2px 0 2px 5px;
	color:#000000;
}

.interna select{
	margin:2px 0 2px 5px;
	color:#000000;
}

.interna textarea{
	margin:2px 0 2px 5px;
	color:#000000;
}


.noticias_portugues {
	background: #A2C2C3 url(imagens/topo_noticias.jpg) no-repeat top;
	width: 183px;
	
}

.noticias_ingles {
	background: #A2C2C3 url(imagens/topo_noticias_eng.jpg) no-repeat top;
	width: 183px;
}

.texto_noticias {
	font-family:arial;
	font-size:10px;
	color:#000000;
}

.texto_noticias img {
	float: left;
	border: 2px solid #7C7D7D;
	margin-right: 5px;
}

.texto_noticias h1 {
	font-family:arial;
	font-size:11px;
	font-weight: bold;
	color:#A20707;
	*padding-bottom: 4px;
}

.texto_noticias h2 {
	font-family:arial;
	font-size:11px;
	font-weight: bold;
	color:#000000;
}

.texto_noticias p {
	padding-top: 5px;
}

.texto_noticias a {
	color:#000000;
	text-decoration:none;
}


.texto_noticias strong {
	font-size:11px;
	font-weight: bold;
	font-style: italic;
	color:#A20707;
}


