/*Imagens 3D*/

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

/*FUNDO DO SITE*/
body {
	background:url(imagens/fundo_topo.jpg) no-repeat center top; height:590px;
}
html{
	background:url(imagens/fundo.jpg) repeat; 
}

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

/*Propriedades topo do site*/
.topo{
	clear:both; text-align:left;
}
.logo{
	float:left;
}
.ferramentas{float:right; padding:24px 217px 0 0;
}

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

/*propriedades tamanho laterais*/
.lateral_esquerda{
	float:left; text-align:left; width:200px; background:url(imagens/fundo_menu_repete.jpg) repeat-y left top;
}
.conteudo{float:right; text-align:left; width:800px;}

/*propriedades menu do site*/
.fundo_menu{background:url(imagens/fundo_menu.jpg) no-repeat left top; width:200px; height:450px;}
.alinha_menu{padding:52px 0 0 9px;}
.ul_menu{list-style-type:none; margin:0; padding:0;}
.ul_menu li{padding-top:10px; margin:0;}

.ul_submenu {list-style-type:none; margin:0; padding:0 0 0 56px; font-family:Arial; font-size:11px; text-transform:uppercase; color:#FFFFFF; font-weight:bold;}
.ul_submenu a{font-family:Arial; font-size:11px; text-transform:uppercase; color:#FFFFFF; font-weight:bold; text-decoration:none;}
.ul_submenu a:hover{font-family:Arial; font-size:11px; text-transform:uppercase; color:#FFFFFF; font-weight:bold; text-decoration:underline;}
.ul_submenu li{line-height:22px; margin-top:0px; padding:0;}
.ul_submenu ul{list-style-type:none; margin:0; padding:0;}

/*FONTES PARA CONTEUDO DO SITE*/
#conteudo_interna{
	padding:10px; height:260px; overflow:auto;
}

/*texto branco*/
.texto_branco {
	font-family:Arial; font-size:14px; color:#FFF; text-decoration:none;
}
.texto_branco a{
	font-family:Arial; font-size:14px; color:#FFF; text-decoration:none;
}
.texto_branco a:hover{
	font-family:Arial; font-size:14px; 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:12px; color:#FFF; border:1px solid #000; background:url(imagens/fundo_menu_repete.jpg) repeat left top; width:180px;}
.formulario select {margin:2px 0 2px 5px; font-family:Arial; font-size:12px; color:#FFF; border:1px solid #000; background:url(imagens/fundo_menu_repete.jpg) repeat left top; width:180px;}
.formulario textarea {margin:2px 0 2px 5px; font-family:Arial; font-size:12px; color:#FFF; border:1px solid #000; background:url(imagens/fundo_menu_repete.jpg) repeat left top; 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:#FFFFFF; width:420px; border:1px solid #000; text-align:center; height:200px; margin:10px;}
.texto_amigo2{font-family:Arial; font-size:12px; color:#FFF;}
.texto_amigo{font-family:Arial; font-size:12px; color:#000000;}
.texto_amigo a{font-family:Arial; font-size:12px; color:#000000; text-decoration:none;}
.texto_amigo a:hover{font-family:Arial; font-size:12px; color:#000000; text-decoration:underline;}
/* */

.fotos img{ margin:15px;}


