/* CSS Document */


#equipe {
}

#titulosecao
{
	background:url(/layout/005/01/imgs/top_equipe.gif) no-repeat center top;
}

#equipe .itemquipe {
	width: 245px;
	height: 130px;
	margin-left: 6px;
	float: left;
}
html>body #equipe .itemquipe {
	margin-left: 15px;
}

#equipe .moldurafoto, #equipe .dados {
	float: left;
}

#equipe .moldurafoto {
	background: url(/imgs/sombra_foto_equipe.gif) center center no-repeat;
	width: 117px;
	height: 117px;
}

#equipe .foto {
	width: 105px;
	height: 105px;
	margin: 4px 0 0 4px;
	background-repeat: no-repeat;
}

#equipe .dados {
	width: 126px;
	margin: 10px 0 0 2px;
}

#equipe .nome {
	font: bold 14px 'Trebuchet MS', Arial, Helvetica, sans-serif;
	color:#1e6b95;
}

#equipe .dadosoutros {
	font-size: 11px;
	color:#333;
	line-height: 16px;
	margin-top: 3px;
}



#equipe p {
	width: 94%;
	margin-left: 15px;
	margin-top: 10px;
	text-align: justify;
}


#indisponivel {
	text-align: center;
	font: 12px 'Trebuchet MS', Arial, Helvetica, sans-serif;
	margin-top: 20px;
}









