/* CSS Leitor Repórter */
.painel{
	float: left;
	clear: right;
	margin-right: 5px;
	font-size: 10px;
}
.quadro{
	border: solid 2px #FFFFFF;
}
.quadro img{
	border: solid 1px #FFFFFF;
}
#lr_texto{
	color: #003366;
	font-weight: bold;
	font-size: 18px;
}
#lr_texto a{
	text-decoration: none;
	border-bottom: solid 1px #000000;
}
.banner_promo {
        position:absolute;
        width:260px;
        height:260px;
        z-index:5;
        left: 550px;
        top: 173px;
		background-color:#FFFFFF;
}
.banner_assine {
        position:absolute;
        width:500px;
        height:410px;
        z-index:99;
		margin-left: -50px;
		background-color:#FFFFFF;
}