<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#destaques{
	float:left;
	width:604px;
	height:177px;
	min-height: 182px;
	background-image: url(https://img.terra.com.br/imgn2/bg_destaques.gif);
	background-position: 602px 0;
	background-repeat: repeat-y;
	background-color:#fff;
	margin: 0 0 10px 0;
}

/* This bit does all the work */
#moldura {
	position:relative; 
	display:block;
	width: 2px;
	margin: 0;
	padding: 0; 
	background-color: #fff; 
	border-left:465px solid #fff; 
	border-right:135px solid #fff; 
	overflow:visible;
}

* html #moldura {
	display:inline-block;
	border-left-width:466px;
}

#noticias {
	float:left; 
	position:relative; 
	width:458px; 
	margin-left:-457px;	
	display:inline; 
	padding: 5px 0 0 0;
}

* html #noticias {width:457px;}

#videos {
	float:right; 
	position:relative; 
	width:134px; 
	margin-right:-133px; 
	display:inline;
}

.clear {clear:both;height:1px;overflow:hidden;}

#des_rodape {
	display:block; 
	width:100%;
	height: 9px;
	margin: 0;
	padding: 0;
	font-size: 1px;
}

#des_rodape #rod_videos{
	float:right;
	position:relative;
	width:145px;
	max-width:145px;
	height:9px;
	margin: 0;
	padding: 0;
}
</pre></body></html>