@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 h2 {
	font:bold 24px Arial, Helvetica, sans-serif;
	/*color:#ffa200;*/
	color:#EE3131;
	padding-bottom:10px;
}

div#content div#videos{
	margin-bottom:20px;
}

div.noticia {
	display:table;
	clear:both;
	margin-bottom:30px;
	padding-bottom:30px;
	border-bottom:1px dotted #777;
}

div.noticia h3 {
	margin-bottom:3px;
	font:bold 20px Arial, Helvetica, sans-serif;
}

div.noticia h4 {
	font:bold 11px Arial, Helvetica, sans-serif;
	margin-bottom:20px;
	line-height:0.8;
}

div.noticia h4 span{
	color:#EE3131;
}

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

div.ultimo {
	border:none;
}

div.wrapper-bts { 
	width:645px; 
}

div.bt-recado { 
	position:absolute;
	bottom:98px;
	left:27%;
}

div.bt-recado a {
	background: url('../img/botoes_completo.gif') no-repeat -84px -5px ;
	z-index:7;
	width: 118px;
	height: 19px;
	float:left;
}

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


div.bt-recado a.paginacao{
	background: url('../img/botoes_completo.gif') no-repeat -5px -5px;
	width:73px;
	height:19px;
	float:left;
	display:block;
}

div.unica{
	float:left;
	margin:0 227px;
}

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

div.bt-recado a.recado {
	background: url('../img/botoes_completo.gif') no-repeat -84px -5px ;
	margin:0 231px;
	width: 118px;
	height: 19px;
	display:block;
	float:left;
}

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


div.bt-recado a.proximos{
	background: url('../img/botoes_completo.gif') no-repeat -208px -5px;

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

div.bt-recado a.proximos.inativo{ 
	cursor:default;
	background: url('../img/botoes_completo.gif') no-repeat -208px -49px;
}

div.bt-recado a.anteriores.inativo{
	background: url('../img/botoes_completo.gif') no-repeat -5px -49px;
	cursor:default;
}



