/* CSS Document */

#central {
}

#titulosecao h2 {
	background: url(/img/titulo_consultores.jpg) no-repeat;
}


#consultores {
	margin-left: 10px;
	width: 570px;
}

#consultores p {
	display: block;
	clear: both;
	width: 100%;
	margin: 10px 0 10px 0;
	text-align: justify;
}

#consultores img {
	margin-left: 10px;
}



.curriculo {
	display: block;
	clear: both !important;
	padding-top: 10px;
}

.foto, .txt {
	float: left;
}

.foto {
	width: 100px;
	height: 100px;
	margin-left: 10px;
}

.foto_moldura {
	width: 100px;
	height: 100px;
	background: url(../img/consultor_fotomold.gif);
}

.foto_moldura span {
	display: none;
}

.txt {
	width: 460px;
	text-align: justify;
	font: 12px Arial, Helvetica, sans-serif;
}

#foto_camila { background: url(../img/consultor_patricia.jpg); }

#foto_elton { background: url(../img/consultor_elton.jpg); }

#foto_everton { background: url(../img/consultor_everton.jpg); }

#foto_patricia { background: url(../img/consultor_patricia.jpg); }




