/* CSS Fonte Chaveada*/

/*DEIXAR O SITE COLADO NO TOPO*/
* {	margin:0; padding:0;}

/*FUNDO DO SITE*/
body {	background:url(imagens/bg.jpg) ;}
html{	background:#003F60; }

/*ALINHAR O SITE NO CENTRO E DETERMINAR O TAMANHO*/
.centro {	margin:0 auto; text-align:center; width:998px;}	

/*Propriedades gerais para o site*/
.clear{	clear:both;}
.ul{ list-style-type:none; margin:0; padding:0;}
.ul li{	float:left;}

/*FONTES PARA CONTEUDO DO SITE*/
/*texto branco*/
.menu {	font-family: Calibri, Trebuchet MS, Tahoma, Verdana, Arial; font-size:15px; color:#fff;}
.menu a{ font-family: Calibri, Trebuchet MS, Tahoma, Verdana, Arial; font-size:15px; color:#fff; text-decoration:none;}
.menu a:hover{ font-family: Calibri, Trebuchet MS, Tahoma, Verdana, Arial; font-size:15px; color:#BFE9FB; text-decoration:underline;}

/*texto branco*/
.texto_branco {	font-family: Tahoma, Verdana, Arial; font-size:12px; color:#fff; line-height: 20px;}
.texto_branco a{ font-family: Tahoma, Verdana, Arial; font-size:12px; color:#fff; text-decoration:none;}
.texto_branco a:hover{ font-family: Tahoma, Verdana, Arial; font-size:12px; color:#fff; text-decoration:underline;}
/*texto branco rodape*/
.texto_rodape {font-family: Tahoma, Verdana, Arial; font-size:10px; color:#fff;}
.texto_rodape a{ font-family: Tahoma, Verdana, Arial; font-size:10px; color:#fff; text-decoration:none;}
.texto_rodape a:hover{ font-family: Tahoma, Verdana, Arial; font-size:10px; color:#fff; text-decoration:underline;}

/*texto cinza*/
.texto_cinza {	font-family: Tahoma, Verdana, Arial; font-size:11px; color:#444;}
.texto_cinza a{	font-family:Tahoma, Verdana, Arial; font-size:11px; color:#444; text-decoration:none;}
.texto_cinza a:hover{	font-family:Tahoma, Verdana, Arial; font-size:11px; color:#444; text-decoration:underline;}

/*texto preto*/
.texto_internas {	font-family:Tahoma, Verdana, Arial; font-size:12px; color:#444; text-align: justify;}
.texto_internas a{	font-family:Tahoma, Verdana, Arial; font-size:12px; color:#003C5B; text-decoration:underline;}
.texto_internas a:hover{	font-family:Tahoma, Verdana, Arial; font-size:12px; color:#444; text-decoration:underline;}
.texto_internas h2 {	font-family:Tahoma, Verdana, Arial; font-size:15px; color:#003C5B; font-weight:bold;}
.texto_internas p{	margin: 10px 0 0 0;}
.texto_internas ul{	margin: 0 0 0 40px;}

/*texto azul*/
.texto_azul {	font-family:Tahoma, Verdana, Arial; font-size:11px; color:#003C5B;}
.texto_azul a{	font-family:Tahoma, Verdana, Arial; font-size:11px; color:#003C5B; text-decoration:none;}
.texto_azul a:hover{	font-family:Tahoma, Verdana, Arial; font-size:11px; color:#003C5B; text-decoration:underline;}

/*texto azul grande*/
.texto_azul_grande { font-family:Tahoma, Verdana, Arial; font-size:18px; color:#003C5B;}
.texto_azul_grande a{ font-family:Tahoma, Verdana, Arial; font-size:18px; color:#003C5B; text-decoration:none;}
.texto_azul_grande a:hover{	font-family:Tahoma, Verdana, Arial; font-size:18px; color:#003C5B; text-decoration:underline;}
.texto_azul_grande h1 {	font-family:Tahoma, Verdana, Arial; font-size:21px; color:#003C5B; margin: 20px 0 20px 24px;}

/*///////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*propriedades para contato do site, abaixo propriedades para indique a um amigo*/
.nome_campos {clear:both; width:300px; height: 24px; text-align:right;}
.formulario ul {list-style-type:none; margin:0; padding:0; text-align:left;}
.formulario ul li {float:left;}
.formulario {font-family:Tahoma, Verdana, Arial; font-size:12px; font-weight:bold; color:#000; width:550px; padding:20px 0 0 0;}
.formulario input {margin:2px 0 2px 5px; font-family:Tahoma, Verdana, Arial; font-size:11px; color:#000; border:1px solid #D5D5D5; background:#FFF; width:180px;}
.formulario select {margin:2px 0 2px 5px; font-family:Tahoma, Verdana, Arial; font-size:11px; color:#000; border:1px solid #D5D5D5; background:#FFF; width:180px;}
.formulario textarea {margin:2px 0 2px 5px; font-family:Tahoma, Verdana, Arial; font-size:11px; color:#000; border:1px solid #D5D5D5; background:#FFF; width:210px; height:80px;}
.alinha_imagem_seguranca {text-align:right; clear:both; padding-right:40px;}
.alinha_botao_enviar {text-align:center; clear:both;}
/*Propriedades para indique a um amigo*/
.conteudo_amigo{width:440px;}
.fundo_meio_amigo{background-color:#FFF; width:420px; border:1px solid #D5D5D5; text-align:center; height:190px; margin:2px 10px 0 10px;}
.texto_amigo2{font-family:Tahoma, Verdana, Arial; font-size:11px; color:#000;}
.texto_amigo{font-family:Tahoma, Verdana, Arial; font-size:11px; color:#000000;}
.texto_amigo a{font-family:Tahoma, Verdana, Arial; font-size:11px; color:#000000; text-decoration:none;}
.texto_amigo a:hover{font-family:Tahoma, Verdana, Arial; font-size:11px; color:#000000; text-decoration:underline;}