
#equipe{
	margin-left: 40px;
}

#caixaEquipe{
	float:left;
	width:330px;
	margin-right:20px;
	margin-left:20px;
}

#nomeEquipe{
	width:300px;
	height:20px;
	margin:0px auto;
	margin-top:10px;
	font-weight: bold;
}

#cargoEquipe{
	width:300px;
	height:20px;
	margin:0px auto;
	font-style: italic;
	font-size:14px;
}

#fotoEquipe{

	width:290px;
	height:110px;
	margin:0px auto;
	margin-left:8px; 
	
}

#fotoEquipe img{
	border:3px solid #ffcb08;
}

#textoEquipe{
	width:300px;
	margin:0px auto;
	margin-top:10px;
	margin-bottom:20px;
	font-size:12px;
}
#titulo {
	margin-left:100px;
	font-size:15px;
}


