.background {
	background-image:url(../img/background_1024_noticia.jpg);
	background-repeat:no-repeat;
	background-position: 0 100px;
}

h1#maisnoticias {
	width: 116px;
	height: 18px;
	background-image: url(../img/tit_mais_noticias.jpg);
	margin-top:10px;
	margin-left:10px;
	}

h1#maisnoticias span {
	display: none;
	}

#tit_noticia {
	font-size:15px;
	color:#4f5971;
	width: 400px;
	margin-left:250px;
	margin-top:40px;
	}

#box_noticias {
	float:right; 
	background-image:url(../img/background_box_noticia.jpg); 
	width:217px; 
	height:515px;
	margin-right:30px;
} 

#texto_box {
	font-size:12px; 
	color: #FFFFFF; 
	margin-left:10px; 
	margin-top:10px; 

}

#texto_box p {
    width:200px;
}


.texto_box_amarelo {
	font-weight:bold;
	color: #decf2d; 
}

.texto_box_saiba {
	font-weight:bold;
	color: #ffdd56; 
}

#box_texto {
	float:left;
	margin-top:50px;
	margin-left:250px;
	color:#758DB0;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {

#box_texto {
	float:left;
	margin-top:10px;
	margin-left:250px;
}
    
}

#Object1 
{
    margin-left:255px;
}

#div_linha{ 
	background-image:url(../img/linha_box_noticia.jpg);
	width:191px;
	height:1px;
	margin-left:10px;
	margin-top:5px;

}

/* ===========================* BOX SCROLL *================================= */

#scroll_box {
	margin-left:330px; 
	margin-top:30px;
}

#content1 {
	FLOAT: left;
	OVERFLOW: hidden;
	WIDTH: 420px;
	height:400px;
	color:#758DB0;
	padding-right:5px;
	text-align:left;
	font-size:12px;
	line-height: 16px;
}
#content1 P {
	MARGIN: 10px;
}
.scrollbar-vert {
	FLOAT: left;
	WIDTH: 5px;
	HEIGHT: 400px;
	background-image: url(../img/scroll.gif);
	background-repeat:no-repeat;
	background-position:center;
	
}
.handle-vert {
	WIDTH: 8px;
	HEIGHT: 59px;
	background-image: url(../img/roll.gif);
	background-repeat: no-repeat;
	margin-left:-2px;
	*margin-left:-1px;

	
}
.scrollbar-hor {
	FLOAT: left;
	WIDTH: 500px;
	HEIGHT: 10px;

}
.handle-hor {
	BACKGROUND: url(../img/roll.gif) no-repeat;
	WIDTH: 10px;
	HEIGHT: 10px;
	
}

