@charset "utf-8";
/* CSS Document */

div#content {
	width:645px;
	height:555px;
	top:50px;
	left:50%;
	margin-left:-300px;
	background:url(../img/bg-transparente.png) top repeat-x;
	_background-image: none; /* Essa é pra o IEca 6, pra ele não ler o PNG padrão */
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/bg-transparente.png', sizingMethod='scale'); /* Essa coloca um filtro pra o IEca ler o PNG */
	padding:40px;
	overflow:auto;
}

div#content p {
	margin-bottom:10px;
}

div#content h2 {
	font:bold 24px Arial, Helvetica, sans-serif;
	/*color:#ffa200;*/
	color:#EE3131;
	padding-bottom:10px;
}

div.integrante{
	display:table;
	clear:both;
	margin-bottom:50px;
}

div.integrante img{
	float:left;
	margin-right:25px;
	margin-bottom:20px
}

div.integrante h3{
	margin-bottom:10px;
	font-weight:bold;
	color:#EE3131;
}

div.bt-recado a {
	position:absolute;
	bottom:101px;
	left:50%;
	margin-left:-300px;
	z-index:7;
	background: url('../img/botoes_completo.gif') no-repeat -84px -5px ;
	z-index:7;
	width: 118px;
	height: 19px;
}

div.bt-recado a:hover { background: url('../img/botoes_completo.gif') no-repeat -84px -27px ; }
