#popUpBannerFlash {
	position:fixed;
	width:260px;
	height:260px;
	z-index:10000;
	bottom: 0px;
	left: 0px;
}

#popUpFundo {
	position:fixed;
	width:100%;
	height:100%;
	z-index:10000;
	bottom: 0px;
	left: 0px;
	opacity: 0.8;
	background-color:#000;
}

#popUpBanner {
	position:fixed;
	width:600px;
	height:400px;
	z-index:10001;
	bottom: 100px;
	left: 300px;
}