/************************************************************
 * PRINCIPAL												*
 ************************************************************/

#principal
{
	background-image: none;
/*	background-position:bottom;	
	border: 1px solid #EBEBEB;
	border-bottom: none;*/
	height: 364px;
	float: left;
	width: 940px;
}

#secundario
{
	background-repeat: no-repeat;
	/*background-position: left center;*/
	position: relative; /* IE depende disso para exibir corretamente. */
	float: left;
	width: 942px;
	height: 100%;
	min-height: 153px;
}

html > body #secundario
{
		height: 100%;
}

/************************************************************
 * PRINCIPAL DESTAQUE										*
 ************************************************************/

#principal-destaque
{
	float: left;
	/*background-image: url(".http://wiseup.tecnologia.ws/assets/WUP/images/layout/imagem-mulher.gif");*/
	background-repeat: no-repeat;
	/*background-position: left center;*/
	position: relative; /* IE depende disso para exibir corretamente. */
	height: 347px;
	margin-left:190px;
	margin-top:12px;
}