/* Cupones */
body {
	width: 100%;
	background: tranparent;
	color: #000;
}
#contenedor {
	border: none;
}
#top, h1, h2, #menu, #pie {
	display: none;
}
#cont {
	width: 100%;
	margin: 0;
	text-align: center;
}
div.cupon {
	width: 198px;
	height: 198px;
	overflow: hidden;
	float: left;
	margin: 2px;
}
p.cupon-linea1 {
	position: relative;
	top: -160px;
	left: 0;
	margin: 0 3px;
	padding: 0;
	font: normal bold 18px "Lucida Sans", Arial, Helvetica, sans-serif;
	text-align: center;
	overflow: hidden;
}
p.cupon-linea2 {
	position: relative;
	top: -160px;
	left: 0;
	margin: 0 5px;
	padding: 0;
	font: normal normal 11px Arial, Helvetica, sans-serif;
	text-align: center;
	overflow: hidden;
}
