/* CSS CLUSE ASAS*/

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

/*FUNDO DO SITE*/
body {
	background:url(imagens/fundo_topo_repete.jpg) repeat-x left top; height:114px;
}
html{
	background:#333333; 
}
.fundo_rodape{
	background:url(imagens/fundo_rodape.jpg) repeat-x left bottom;
}

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

/*Propriedades gerais para o site*/
.clear{
	clear:both;
}
.ul{
	list-style-type:none; margin:0; padding:0;
}
.ul li{
	float:left;
}
#internas{
	padding:10px 30px 10px 30px; text-align:left; font-size:12px;
}

/*propriedades conteudo e lateral*/
.meio_site{
	background:url(imagens/fundo_conteudo.jpg) no-repeat right top #5D5D5D; clear:both;
}
.alinha_img_passeio{
	float:right; width:224px; text-align:center;
}
.lateral_login_contato{
	float:right; width:224px; text-align:left;
}

/*propriedades topo*/
.topo{
	text-align:left; background:url(imagens/fundo_topo.jpg) no-repeat left top; width:1000px; height:114px;
}
.alinha_topo{
	float:right; width:720px; text-align:left;
}
.alinha_news{
	text-align:right; margin:30px 16px 0 0;
}
.input_newsletter{
	border:1px solid #C0C0C0; background:#333333; width:126px; height:14px; font-family:Tahoma; color:#C0C0C0; font-size:11px; padding:2px;
}
.input_ok_news{
	width:22px; height:22px; border:none; margin-bottom:-5px;
}
.ul_menu{
	padding:14px 0 0 40px; *padding:15px 0 0 20px; list-style-type:none;
}
.ul_menu li{
	margin-left:20px; float:left;
}
.ul_menu2{
	padding:0 0 0 26px; *padding-top:3px; list-style-type:none;
}
.ul_menu2 li{
	margin-left:44px; float:left;
}

/*propriedades login lateral*/
.input_login{
	border:1px solid #C0C0C0; background:#333333; width:126px; height:14px; font-family:Tahoma; color:#C0C0C0; font-size:11px; padding:2px; margin:4px 0 0 6px;
}

/*Propriedades rodape*/
.rodape{
	height:64px; clear:both;
	font-family:Tahoma; font-size:11px; color:#BEBEBE;
}
.rodape a{
	font-family:Tahoma; font-size:11px; color:#BEBEBE; text-decoration:none;
}
.rodape a:hover{
	font-family:Tahoma; font-size:11px; color:#BEBEBE; text-decoration:underline;
}
.rodape ul{
	list-style-type:none; clear:both;
}
.rodape li{
	float:left;
}
.alinha_ul_menu_rodape{
	padding:10px 0 0 233px;
}
.alinha_ul_menu_rodape_abaixo{
	padding:6px 0 0 340px;
}
.alinha_menu_rodape_abaixo_abaixo{
	clear:both; padding-left:6px;
}
.logo_ld{
	float:right; margin:-2px 0 0 0;
}

/*propriedades noticias*/
.caixa_noticias{
	float:left; width:420px; margin-right:50px;
}
.img_noticias{
	float:left; margin:6px; padding:2px; border:2px solid black;
}

/*Propriedades galeria de fotos*/
.caixa_galeria{
	float:left; margin:15px;
}
.img_galeria{
	padding:2px; border:2px solid black;
}

/*FONTES PARA CONTEUDO DO SITE*/
/*texto branco*/
.texto_branco {
	font-family:Tahoma; font-size:12px; color:#FFF; text-decoration:none;
}
.texto_branco a{
	font-family:Tahoma; font-size:12px; color:#FFF; text-decoration:none;
}
.texto_branco a:hover{
	font-family:Tahoma; font-size:12px; color:#FFF; text-decoration:underline;
}


/*///////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*propriedades para contato do site, abaixo propriedades para indique a um amigo*/
.nome_campos {clear:both; width:150px; text-align:right;}
.formulario ul {list-style-type:none; margin:0; padding:0; text-align:left;}
.formulario ul li {float:left;}
.formulario {font-family:Arial; font-size:12px; font-weight:bold; color:#FFF; width:400px;}
.formulario input {margin:2px 0 2px 5px; font-family:Arial; font-size:11px; color:#FFF; border:1px solid #000; background:#9E9E9E; width:180px;}
.formulario select {margin:2px 0 2px 5px; font-family:Arial; font-size:11px; color:#FFF; border:1px solid #000; background:#9E9E9E; width:180px;}
.formulario textarea {margin:2px 0 2px 5px; font-family:Arial; font-size:11px; color:#FFF; border:1px solid #000; background:#9E9E9E; 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:#5D5D5D; width:420px; border:1px solid #000; text-align:center; height:200px; margin:10px;}
.texto_amigo2{font-family:Arial; font-size:11px; color:#FFF;}
.texto_amigo{font-family:Arial; font-size:11px; color:#000000;}
.texto_amigo a{font-family:Arial; font-size:11px; color:#000000; text-decoration:none;}
.texto_amigo a:hover{font-family:Arial; font-size:11px; color:#000000; text-decoration:underline;}
