/* azul #2b5b8b amarillo #fbf9d8 gris #CACACA*/
body{
margin: 0px;
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
}
#holder {
width: 300px;
border: dashed 2px;
	position: absolute;
	top:0px;
	left:0px;
	z-index: 1;	
}

#imagen {
	position: absolute;
	top:0px;
	left:0px;
	z-index: 0;
	width: 300px;
}

#coupon {
	width: 300px;
	color: #2b5b8b;
	height: 180px;
}

.free {
height: 60px;
line-height: 60px;
color: #2b5b8b;
text-align: center;
vertical-align: middle;
font-size: 30px;
}
em {
 font-style: normal;
}
.small {
 font-size: 11px;
 margin-top: 10px;
}

#logo {
   width: 300px;
	height: 77px;
}

input {
	position: absolute;
	top: 190px;
	left: 60px;	
}
#cut {
	position: absolute;
	top: 185px;
	left: 232px;
	z-index: 99;
	display:none;	
}
