/*//////////////////////////// CONFIGURAÇÕES PARA PAGINA DE CORRETORES ////////////////////////////////////////*/

.corretores {
	width:400px;
	height:200px;
	margin:20px 10px 0 0; 
	display:inline;
	float:left;
}

dl.foto_nome {
	width:116px;
	height:168px;
	float:left;
	background:url(../img/bg_corretores_fotos.jpg) no-repeat;
	padding:8px 9px;
}

dl.foto_nome dt {
	height:136px;
}

dl.foto_nome dd {
	text-align:center;
	color:#FFF;
	margin:12px 0 0 0;
}


ul.dados_corretores {
	width:266px;
	display:block;
	float:left;
	margin:13px 0 0 0;
	background:#dee5ec;
}

ul.dados_corretores li {
	height:24px;
	padding:10px 0 0 0;
	margin:3px 13px;
	font-size:12px;
	font-weight:bold;
	color:#0e68af;
	border-top:1px solid #b1c1d1;
}

ul.dados_corretores li label {
	font-weight:normal;
	color:#414141;
}
