@charset "utf-8";
/* CSS Document */

#caixa_simular{
	position:relative;
	float:left;
	width:762px;
	height:176px;
	border:1px solid #CCCCCC;
	margin-top:28px;
	}
	
#cabecalho_simule{
	position:relative;
	float:left;
	width:762px;
	height:51px;
	margin-top:5px;
	margin-left:6px;
	background-image:url(../imagens/simule-um-financiamento.jpg);
	background-repeat:no-repeat;
	}
	
#texto_simule{
	position:relative;
	float:left;
	width:750px;
	margin-top:5px;
	margin-left:6px;
	}
	
#texto_simule h2{
	position:relative;
	float:left;
	font-size:13px;
	color:#333333;
	margin-top:8px;
	}
	
.divisao_simulacao{
	position:relative;
	float:left;
	width:750px;
	height:8px;
	border-bottom:1px dotted #666666;
	}
	
#bancos_simular{
	position:relative;
	float:left;
	width:536px;
	height:48px;
	margin-left:6px;
	margin-top:12px;
	}
	
.bandeira_banco{
	position:relative;
	float:left;
	width:82px;
	height:48px;
	cursor:pointer;
	}
	
.extra_banco{
	margin-left:8px;
	}
	
.botao_simula{
	position:relative;
	float:right;
	width:201px;
	height:25px;
	background-image:url(../imagens/solicitar-simulacao-imovel.jpg);
	background-repeat:no-repeat;
	cursor:pointer;
	margin-top:20px;
	margin-right:6px;
	}
	
.botao_simula:hover{
	background-position:0px -25px;
	}