@charset "iso-8859-1";

/* CONJUNTO DE CLASSES BY JOÃfO FELIPE */


.clear {
	clear:both;
}

.fLeft {
	float:left;
}

.fRight{
	float:right;
}

.noBg {
	background:none;
}

.noBorder {
	border:none;
}

.tRight {
	text-align:right;
}

.tCenter {
	text-align:center;
}

.bold {
	font-weight:bold;
}

.cursor{
	cursor:pointer;
}



/**
parte de corretores
*/
.corretores {
	width:49%;
	height:200px;
	display:inline;
	margin-right:7px;
	float:left;
}

dl.foto_nome {
	width:100px;
	height:173px;
	float:left;
	background: #006703 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:248px;
	display:block;
	float:left;
	margin:13px 0 0 0;
	background:#cfffd5;
}

ul.dados_corretores li {
	height:24px;
	padding:10px 0 0 0;
	margin:3px 5px;
	font-size:12px;
	font-weight:bold;
	color:#01790e;
	border-top:1px solid #b1c1d1;
}

ul.dados_corretores li label {
	font-weight:normal;
	color:#414141;
}

/*
parte de corretores
*/
