@charset "utf-8";

/* CSS Document */

#colunaEsquerda {
	display: none;
}

#conteudo {
	background: url(../_img2/fundo_paineis.png) no-repeat center bottom;
	width: 948px;
	margin: 0;
	padding: 0;
}

#conteudo p {
	font-size: 1.2em;
	font-weight: normal;
	text-align: center;
	margin: 20px 40px 40px;
	clear:both;
}

#conteudo h2 {
	display: block;
	float: left;
	width: 178px;
	height: 360px;
	margin: 0 14px 0 0px;
}

#conteudo h2 a {
	display: block;
	width: 178px;
	height: 360px;
}

#painel_brindes {
	background: url(../_img2/painel_brindes.png);
}

#painel_letras {
	background: url(../_img2/painel_letras.png);
}

#painel_medalhas {
	background: url(../_img2/painel_medalhas.png);
}

#painel_placas {
	background: url(../_img2/painel_placas.png);
}

#painel_trofeus {
	background: url(../_img2/painel_trofeus.png);
}

