*{
	margin:0; 
	padding:0; 
	text-decoration:none;
	list-style:none; 
}

body{
	font:12px Verdana, Geneva, Arial, Helvetica, sans-serif; 
	background-image:url("../imagens/fundo_filete.jpg"); 
	background-repeat:repeat-x;
}

#estrutura{
	width:775px; 
	margin:0 auto; 
	border:1px solid black;
	overflow:hidden;
}

#rodape{
	width:775px; 
	background-image:url("../imagens/layout/fundo_rodape.jpg"); 
	background-repeat:repeat-y; 
    clear:both;
	color:white;
	float:left;
	text-align:center;
}

#rodape ul {
	width:520px;
	height:18px;
	float:left;
	margin:10px 0 10px 130px;
}

#rodape ul li {
	float:left;
	line-height:18px;
	border-right:1px solid #ccc;
	padding-right:10px;	
}

#fale_con {
	border:1px solid black;
}

#rodape ul li a:hover {
	color:white;
}

#fale_con {
	border:0;
}

#rodape h4 {
	display:block;
	width:770px;
	float:left;
	text-align:center;
	margin:10px 0 10px 0;
}

#simulacao{
	width:245px; 
	height:300px; 
	margin:0 0 0 0; 
	float:right; 
	_float:left;
	background-color:#DBD6DA; 
}

#simulacao p{
	
	width:230px; 
	margin:0 5px 0 10px; 
}


#simulacao h2{
	text-align:center;
	margin:10px 0 10px 5px; 
	color:white;
	text-shadow:2px 2px 1px #666;
	
}

fieldset{
	width:200px; 
	margin:30px 0 0 18px; 
	*margin:0 0 0 18px; 
}


label{
	display:block; 
	margin:5px; 
	
}

input{
	width:100px; 
}
#vlr{
	width:100px;
	margin:0 0 0 20px; 
}
#tx{
	margin:0 0 0 3px;
}
#simular{
	margin:5px 0 20px 18px; 
	width:100px; 
}

select{
	width:100px;
}



/* CLASSES */
  
 
.texto_basico{
	text-align:justify;
	line-height:130%; 
}

.tit_laranja{
	font:bold 20px Verdana, Geneva, Arial, Helvetica, sans-serif; 
color:#ff8000;
	text-shadow:2px 1px 2px black;
}

.lojas_sub_tit {
	font-size:13px;
	color:#333;
	font-weight:bold;
}

.lojas {
	font-size:11px;
	color:#333;
	font-style:italic;
}

.menu_hor {
	font-size:11px;
	color:#ccc;
	font-weight:bold;
	margin:0 0 0 13px;
}

.rodap {
	font-size:12px;
	color:#ff6600;
	font-weight:bold;
}