/****************** CONTEUDO **********************/	
.titulo {
	font-size: 40px;
	color: #31579a;
	text-align: left;
	text-transform: uppercase;
}
/****************** galeria FOTOS **********************/
.fotos {
	float:left;
	width:318px;
	height:238px;
	margin: 1px;
	padding:1px;
	text-align:center;
	position: relative;
}
#texto {
	background-image: url(../images/fundo.jpg);
	height: 310px;
}
#flash {
	position: absolute;
	clip: rect(auto,auto,auto,auto);
	height: 502px;
	width: 1000px;
	top: 0px;
	z-index: 1;
}
#conteudo {
	padding: 10px;
	text-align: center;
}
.chat {
	text-align: right;
	width: 1000px;
	background-color: #CCC;
	position: relative;
	margin-top: 0px;
}

