/* CSS Document JetSet Brasil*/

*{
	margin: 0;
	padding: 0;
}

/*alinhar a site ao centro*/
.centro {
	margin: 0 auto;
	text-align: center;
}

/*fundo do site*/
body{
	margin: 0 auto;
	text-align: center;
	background:url(imagens/fundo_site.jpg) repeat-x top center #7d89a1; 
}

/*fundo da newsletter*/
.bg_newsletter {
	background: url(imagens/bg_newsletter.jpg) no-repeat;
	width:460px; height:123px;
}

/*fundo do jet set brasil*/
.bg_jetset_meio {
	background: url(imagens/img_jetset_meio.jpg) repeat-y;
	width:355px;
}

/*fundo das internas*/
.bg_interna_meio {
	background: url(imagens/img_interna_meio.jpg) repeat-y;
	width:664px;
}

/*fundo do menu rodape*/
.bg_menu_rodape {
	background: url(imagens/bg_menu_rodape.jpg) no-repeat;
	width:776px; height:55px;
}

/*texto preto*/
.texto_preto {
	font-family:verdana; font-size:11px; color:#000000; line-height:16px;
}

.texto_preto a {
	font-family:verdana; font-size:11px; color:#000000; text-decoration:none;
}

.texto_preto a:hover {
	font-family:verdana; font-size:11px; color:#000000; text-decoration:underline;
}

/*texto azul*/
.texto_azul {
	font-family:verdana; font-size:11px; color:#212771;
}

.texto_azul a {
	font-family:verdana; font-size:11px; color:#212771; text-decoration:none;
}

.texto_azul a:hover {
	font-family:verdana; font-size:11px; color:#212771; text-decoration:underline;
}

/*texto servicos*/
.texto_servicos {
	font-family:verdana; font-size:11px; color:#000000;
}

.texto_servicos a {
	font-family:verdana; font-size:11px; color:#000000; text-decoration:none;
}

.texto_servicos a:hover {
	font-family:verdana; font-size:11px; color:#212771; text-decoration:none; font-weight:bold;
}

/*endereço*/
address {
	font-style: normal;
}

/*class para as imagens*/
.img_noticias{
	float:left;
	margin:0 5px 5px 0;
	border:0;
}

/*propriedades para os inputs, select e textarea*/

.formulario input{
	margin:2px 0 2px 5px;
	border:none;
	background-color:#e6e6ef;
	font-family:verdana;
	font-size:11px;
	color:#000000;
}

.formulario select{
	margin:2px 0 2px 5px;
	border:none;
	background-color:#e6e6ef;
	font-family:verdana;
	font-size:11px;
	color:#000000;
}

.formulario textarea{
	margin:2px 0 2px 5px;
	border:none;
	background-color:#e6e6ef;
	font-family:verdana;
	font-size:11px;
	color:#000000;
}


/*propriedades para contato do site, abaixo propriedades para indique a um amigo*/
.nome_campos {clear:both; width:150px; text-align:right; font-family:verdana; font-size:10px; color:#212771;}
.formulario_ul ul {list-style-type:none; margin:0; padding:0; text-align:left;}
.formulario_ul ul li {float:left;}
.formulario_ul {font-family:verdana; font-size:10px; color:#013468; width:400px;}
.formulario_ul input {margin:2px 0 2px 5px; font-family:verdana; font-size:11px; color:#000; background:#e6e6ef; width:180px; border:none;}
.formulario_ul select {margin:2px 0 2px 5px; font-family:verdana; font-size:11px; color:#000; background:#e6e6ef; width:180px; border:none;}
.formulario_ul textarea {margin:2px 0 2px 5px; font-family:verdana; font-size:11px; color:#000;  background:#e6e6ef; width:210px; height:80px; border:none;}
.alinha_imagem_seguranca {text-align:right; clear:both; padding-right:40px;}
.alinha_botao_enviar {text-align:center; clear:both;}
