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

#principal-banda-larga
{
	background-repeat: no-repeat;
	border: 1px solid #EBEBEB;
	height: 385px;
	width: 940px;
	border-bottom: 0px;
	/*position: relative;*/
	z-index: -1000;
}

#principal-discada
{

	background-repeat: no-repeat;
	background-position:bottom;	
	height: 385px;
	float: left;
	width: 940px;
	/*position: relative;*/
	z-index: -1000;
}


#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;
	height: 347px;
	margin-left:190px;
	margin-top:12px;
	z-index: -1;
}