<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#destaques{
		width:570px;
		height:230px;
		position:relative;
		overflow:hidden;
		margin-bottom:4px;
	}
	#destaques #scroller{
		position:absolute;
	}
	#destaques #scroller .bloco{
		/*width:524px;
		height:250px;*/
		/*position:absolute;*/
		overflow:hidden;
		float:left;
		position:relative;
	}
		#destaques #scroller .bloco .tarja{
			width:570px;
			height:33px;
			background:#0d5978;
			opacity:0.90;
			filter:alpha(opacity=90);
			position:absolute;
			bottom:0px;
			left:0px;
		}
			#destaques #scroller .bloco .tarja .desc{
				width:540px;
				margin:5px auto 0 auto;
				color:#fff;
				font-size:13px;
			}
	#destaques #bts{
		position:absolute;
		right:3px;
		bottom:-5px;
	}
	#destaques .bt-pag{		
		text-align:center;
		cursor:pointer;
		float:left;
		margin-right:3px;
		background-repeat:no-repeat;
		background-position:center top;
	}
	#destaques .bt{
		background:url(images/bt_pag.png) #036;
	}
	#destaques .bt-act{		
		background:url(images/bt_pag_act.png) #F90;
	}</pre></body></html>