/* CSS Document */
* {
	margin:0;
	padding:0;
}
body {
	margin:0 auto;
	text-align:center;
	
}
a {
	text-decoration:none;
	color:#29585E;
}
/* Fundo */
#fundo_site{
	background-image: url(imagens/bg_fundo_site.jpg);
	background-repeat:no-repeat;
	background-position:center top;
}
.bg_geral {
	background-color: #E7F3F4;
	background-image: url(imagens/bg_lateral_site.jpg);
	background-repeat: repeat-x;
}
.tabela_principal{
	width:767px;
	background-color:#ffffff;
}
.bg_newsletter{
	background:url(imagens/bg_newsletter_cadastre.jpg) no-repeat;
}
.texto_newsletter_nome{
	font-size:11px;
	font-family:arial;
	color:#29585E;
	border:0 none;
	background-color:transparent;
	width:195px;
	height:20px;
	margin:0 0 0 25px;
}
.texto_newsletter_email{
	font-size:11px;
	font-family:arial;
	color:#29585E;
	border:0 none;
	background-color:transparent;
	width:158px;
	height:18px;
	margin:0px 0 0 25px;
}
.texto_noticias_area{
	font-size:11px;
	font-family:arial;
	color:#585858;
	margin:0px 0 0 10px;
}
.texto_servicos{
	font-size:11px;
	font-family:arial;
	color:#585858;
	margin:0 0 0 30px;
}
.bg_caixa_noticia{
	background:url(imagens/bg_caixa_noticia.jpg) repeat-y;
}
.bg_nossa_empresa{
	background:url(imagens/bg_nossa_empresa.jpg) repeat-y;
}
.texto_nossa_empresa{
	font-size:11px;
	font-family:arial;
	color:#585858;
	margin:0 0 0 18px;
	line-height:20px;
}
.texto_fale_conosco{
	font-size:13px;
	font-family:arial;
	color:#585858;
}
.texto_noticia{
	font-size:12px;
	font-family:arial;
	color:#585858;
}
.texto_rodape{
	font-size:11px;
	font-family:arial;
	color:#585858;
	padding:8px;
}
.interna input{
	margin:2px 0 2px 5px;
	border:1px solid #29585E;
	color:#585858;
}
.interna textarea{
	margin:2px 0 2px 5px;
	border:1px solid #29585E;
	color:#585858;
}
.interna select{
	margin:2px 0 2px 5px;
	border:1px solid #29585E;
	color:#585858;
}