div#pop-up {
	padding:12px;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:6px;
	position:fixed;
	top:15%;
	z-index:99999;
	background-color: #fff;
	margin-left: -60px;
	color: #666;
	width: 760px;
	height: 560px;
	left: -90%;
}
#ofertas {
	float: left;
	list-style-type: none;
	margin-left: 40px;
}
#ofertas li {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #666;
	font-weight: bold;
	list-style-type: none;
	margin-top: 7px;
	margin-left: 300px;
}
