/* CSS Document */


/* CSS Document */


#equipe {
	width:520px;
	font: 10px Tahoma, Verdana, Arial, Helvetica;
}

#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:#990000;
}

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

#equipe .txtextraequipe {
	margin: 4px 0 4px 20px;
	font: 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
}


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



