* {
    margin: 0;
    padding: 0;
}
body {
    font-size: 15px;
    font-family: Tahoma, Verdana, sans-serif;
}
body.concurso {
    font-size: 24px;
}
div#page {
    width: 828px;
    margin: 0 auto 40px;
    position: relative;
    border: 1px solid #c3c3c3;
}
a {
    color: #000;
}
h1#header {
    text-indent: -9999px;
    background: url(images/header1.jpg) no-repeat 0 0;
    height: 424px;
}
h1#header-concurso {
    text-indent: -9999px;
    background: url(images/header2.jpg) no-repeat 0 0;
    height: 424px;
}
div#content {
    padding: 10px 40px 40px;
    text-align: center;
}
div#content p {
    padding-bottom: 2px;
}
div#content h3, p.centered {
    font-size: 32px;
    width: 625px;
    margin: 0 auto;
}
div#content h4 {
    color: #feb501;
    margin: 10px 0;
}
div#content h4.nobtm {
    margin: 22px 0 4px;
}
div#content p.contents {
    padding-bottom: 0;
}
body.concurso div#content p.centered {
    font-size: 100%;
}
body.concurso div#actions {
    position: relative;
    font-size: 20px;
    padding: 26px 22px;
    border: 1px solid #c3c3c3;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    
}
body.concurso div#actions h3 {
    font-size: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
}
div.copyline {
    float: left;
    width: 305px;
}
div.destinations {
    width: 256px;
    float: right;
    position: relative;
    top: -40px;
}
body.concurso div#actions  div.destinations h3 {
    padding-bottom: 18px;
}
h1#msj {
    position: absolute;
    top: 350px;
    left: 100px;
    z-index: 10;
    font-size: 24px;
    color: #fff;
}
img#cups {
    position: absolute;
    left: 320px;
    top: -52px;
}
ul#stores {
    list-style: none;
    width: 392px;
    float: left;
    padding: 25px 0;
    border: 1px solid #c3c3c3;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}
ul#stores h3 {
    text-align: center;
    font-size: 100%;
    width: 100%;
}
a#buy-now {
    display: block;
    width: 268px;
    height: 273px;
    text-indent: -9999px;
    float: right;
    background: url(images/compraloya.png) no-repeat;
}

div#footer {
    clear: both;
    padding-top: 33px;
}
body.concurso div#footer {
    text-align: left;
    font-size: 16px;
}
body.concurso div#footer p {
    padding-bottom: 6px;
}
div#footer p {
    padding: 0;
}
.clearfix:after {
    display: block;
    content: ".";
    height: 0;
    visibility: hidden;
    clear: both;
}
