#equipe {
	float: left;
	width: 100%;
	margin-top: 20px;
}
#equipe .esq {
	margin-bottom: 10px;
	float: left;
	margin-left: 10px;
}
#equipe .dir {
	float: right;
	margin-bottom: 10px;
	margin-right: 10px;
}
#membro {
	height: 199px;
	width: 348px;
	background-image: url(/img/equipe/bg-membro.png);
	background-repeat: no-repeat;
	position: relative;
	padding: 10px;
}
#membro #foto {
	width: 100px;
	height: 100px;
	position: absolute;
}
#membro #nome {
	color: #642D3C;
	font-size: 13px;
	font-weight: bold;
	position: absolute;
	left: 118px;
	top: 36px;
	text-align: center;
	width: 220px;
}
#membro #cargo {
	font-size: 14px;
	color: #72706F;
	font-weight: bold;
	width: 220px;
	position: absolute;
	left: 118px;
	top: 57px;
	text-align: center;
}
#membro #descricao {
	font-size: 11px;
	color: #72706F;
	position: absolute;
	top: 121px;
	width: 330px;
	height: 55px;
	text-align: justify;
}
#membro #frase {
	width: 330px;
	height: 16px;
	font-size: 11px;
	color: #642D3C;
	position: absolute;
	font-weight: bold;
	left: 10px;
	top: 179px;
}
