@charset "utf-8";
/* CSS Document */

body {	
	margin:0 auto;
	font-family: arial, verdana;
}

#wrapper{ 
	background-image: url(/img/cupon_background.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	width: 1030px;
	height: 581px;
	margin: 135px auto 0 auto;
}

#logo img{
	border: 0;
}

#logo{
	display: none;
}

#menu{
	display: none;
}

#menu a{
	text-decoration: none;
	font-weight: normal;
	font-size: 11px;
	color: #c0b9a7;
	margin: 0 0 0 15px;
}

#menu a:hover{
	color: #ffffff;
}

#cupon{
	/*
	width: 580px;
	height: auto;
	border: 1px #000000 solid;
	padding: 10px;
	float:left;
	*/
	display: none;
}

#cupon p{
	font-size: 12px;
	font-weight: bold;
	color: #191302;
}

#menu_foot{
	display: none;
}

.datoscupon {
	display: block;
}

#cupon_print {
	display: block;
}

