#pincipal {
	width:750px;
	height:340px;
	margin:0 auto;
	clear: both;
}

#banners {
	width:750px;
	height:140px;
	margin:10px auto;
}

#cartao, #campanha, #oferta {
	width:240px;
	height:140px;
	margin:0 5px;
	float:left;
	display:inline;
}
/*____________________newsletter_*/
#news {
	width:235px;
	height:50px;
	margin:0 auto 5px;
	background: url(../img/img_index/img-receba-oferta.gif) no-repeat right;
}
label {
	position:relative;
	top:13px;
	*top:16px;
	left:15px;
	font:11px Arial, Helvetica, sans-serif;
}
#mail {
	position:relative;
	top:13px;
	*top:16px;
	left:20px;
	font:10px/15px Arial, Helvetica, sans-serif;
	width:165px;
	height:15px;
	border:0;
}
#enviar {
	position:relative;
	top:16px;
	*top:18px;
	width:42px;
	height:9px;
	margin:0 auto;
	background:url(../img/img_index/bt.gif) no-repeat;
	cursor:pointer;
}
/*____________________/newsletter_*/

/*_________________________Pop up_*/
#popup {
	position: relative;
	top:-150px;
	width:400px;
	height:300px;
	z-index:10;
	margin:0 auto;
}
#horizonte {
	position: absolute;
	top: 50%;
	width: 100%;
	height: 0;
	left: 0;
	overflow: visible;
	visibility: visible;
	}

