/* 	Resets defualt browser settings
	reset.css  */
*{
	margin:0px;
	padding:0px;
}
img{
	border:0px;
}

body { 
	background: url(../images/bg.jpg) repeat-x top center #fff;
	margin: 0px;
	font:normal 62.5%/1.5 Helvetica, Arial, sans-serif;
	letter-spacing:0;
	color:#fff;
	-webkit-font-smoothing: subpixel-antialiased;
}
#master{
	width:940px;
	height:auto;
	margin:auto;
}
#top{
	width:940px;
	height:auto;
	float:left;
	clear:right;
}
.logo-pl{
	width:auto;
	height:auto;
	padding:0;
	margin:23px 0px 0px 40px;
	float:left;
	clear:none;
}
.we-celebrate{
	width:auto;
	height:auto;
	padding:0;
	margin:33px 40px 0 0;
	float:right;
	clear:none;
}
.puntos{
	width:940px;
	height:37px;
	float:left;
	clear:none;
	text-align:center;
	color:#04295d;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	line-height:39px;
	letter-spacing:8px;
}

#content{
	width:860px;
	height:auto;
	float:left;
	clear:none;
	padding:0px 40px;
	color:#000
}
.gracias{
	width:564px;
	height:auto;
	float:left;
	clear:none;
	margin-top:26px;
}
.txt{
	width:550px;
	height:auto;
	float:left;
	clear:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:17px;
	line-height:31px;
	text-align:justify;
}
.blue{
	color:#002b63;
	text-decoration:none;
}
.blue:hover{
	color:#0574ab;
}
.txt p{
	padding-top:13px;
}
.cupon{
	width:265px;
	height:465px;
	float:right;
	clear:none;
	margin:18px 0px 35px 0px;
}
.btn-tienda, .btn-comocomprar{
	width:268px;
	height:58px;
	float:left;
	clear:none;
	padding:0px;
	background:url(../images/btns.png) top left no-repeat;
	margin-top:30px;
}
.btn-comocomprar{
	background:url(../images/btns.png) top right no-repeat;
	margin-left:15px;
}
.btn-tienda:hover{
	background:url(../images/btns.png) bottom left no-repeat;
	cursor:pointer;
}
.btn-comocomprar:hover{
	background:url(../images/btns.png) bottom right no-repeat;
	cursor:pointer;
}

/*  Footer  */
#pie{
	width:900px;
	height:12px;
	background-color:#a4a09f;
	float:left;
	clear:none;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:12px;
	color:#fff;
	padding:20px 0px 19px 40px;
}
