/* @group General */
/* @group Reset */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: nonae (public domain) */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* @end */
body {
    background: #000 url(../images/backGroundIndex_.jpg) no-repeat center top;
    font-family: Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
}

body.dubai {
    background: #000 url(../images/backgroundDubai.jpg) no-repeat center top;
}

body.new_york {
    background: #000 url(../images/backgroundNewYork.jpg) no-repeat center top;
}

body.tokyo {
    background: #000 url(../images/backgroundTokyo.jpg) no-repeat center top;
}

#main_container,
#nav_bar_main_box {
    position: relative;
    width: 990px;
    margin: auto;
}

#main_container {
    z-index: 15;
    min-height: 545px;
}

/* @group Nav Bar */
#nav_bar_main_box {
    height: 149px;
}

#nav_bar {
    position: relative;
    width: 100%;
    height: 149px;
    background: url(../images/header.png) no-repeat center top;
    margin: 0;
    padding: 0;
}

#logo_container {
    position: relative;
    width: 279px;
    height: 89px;
    float: left;
    top: 33px;
    padding-left: 43px;
}

#logo_container a {
    width: 279px;
    height: 89px;
}

#nav_items {
    width: 668px;
    height: 32px;
    float: right;
    padding-top: 26px;
}

.chivas_logo {
    display: block;
    float: left;
    width: 281px;

    /* Customize width */
    height: 91px;

    /* Customize height */
    background: url(../images/logoChivasDestiny.png) no-repeat 0 0;
    cursor: pointer;
}

#btn_home,
#btn_bases,
#btn_premios,
#btn_como_jugar,
#btn_productos,
#btn_faq,
#btn_twitter,
#btn_facebook {
    display: block;
    float: left;
    height: 32px;

    /* Customize height */
    cursor: pointer;
    border-right: 1px solid white;
    padding-right: 7px;
    margin-left: 8px;
}

#btn_home:hover,
#btn_bases:hover,
#btn_premios:hover,
#btn_como_jugar:hover,
#btn_productos:hover,
#btn_faq:hover,
#btn_twitter:hover,
#btn_facebook:hover {
    background-position: 0 0;

    /* Customize hover background position */
}

#btn_home span,
#btn_bases span,
#btn_premios span,
#btn_como_jugar span,
#btn_productos span,
#btn_faq span,
#btn_twitter span,
#btn_facebook span,
.chivas_logo span {
    display: none;
}

#btn_home {
    width: 44px;

    /* Customize width */
    background: url(../images/btd_inicio.png) no-repeat 0 -32px;
    margin-left: 82px;
}

#btn_bases {
    width: 47px;

    /* Customize width */
    background: url(../images/btd_bases.png) no-repeat 0 -32px;

    /* Customize background image */
}

#btn_premios {
    width: 67px;

    /* Customize width */
    background: url(../images/btd_premios.png) no-repeat 0 -32px;

    /* Customize background image */
}

#btn_como_jugar {
    width: 80px;

    /* Customize width */
    background: url(../images/btd_mecanica.png) no-repeat 0 -38px;

    /* Customize background image */
}

#btn_productos {
    width: 88px;

    /* Customize width */
    background: url(../images/btd_productos.png) no-repeat 0 -32px;

    /* Customize background image */
}

#btn_faq {
    width: 41px;

    /* Customize width */
    background: url(../images/btd_faqs.png) no-repeat 0 -32px;
    margin-right: 40px;
}

#btn_twitter {
    width: 32px;

    /* Customize width */
    background: url(../images/btd_twitter.png) no-repeat 0 -32px;
    margin: 0 3px 0 0;
    padding: 0;
}

#btn_facebook {
    width: 32px;

    /* Customize width */
    background: url(../images/btd_facebook.png) no-repeat 0 -32px;
    margin: 0;
    padding: 0;
}

#btn_faq,
#btn_twitter,
#btn_facebook {
    border-right-style: none;
}

/* @end */
/* @group Sidebar */
#sidebar {
    position: absolute;
    float: right;
    width: 176px;
    top: -77px;
    z-index: 15;
    left: 816px;
}

#login_box {
    position: relative;
    width: 100%;
    height: 88px;
    background: black;
    color: white;
    font-size: 0.8em;
    font-weight: bold;
}

#login_box form#login {
    position: relative;
    margin-left: 10px;
    padding-top: 6px;
    height: 75px;
}

form#login label input {
    position: relative;
    width: 115px;
    height: 10px;
    margin: 2px 0 5px;
}

form#login p.form_field {
    position: relative;
    display: inline;
    width: 125px;
    float: left;
}

form#login p.form_btn {
    position: relative;
    width: 28px;
    height: 15px;
    float: right;
    top: 15px;
    left: -7px;
}

.btn_login {
    position: absolute;
    background: url(../images/btd_login.gif) no-repeat;
    width: 28px;
    height: 15px;
    border: none;
    cursor: pointer;
    padding: 0;
    margin: 0;
    top: 0;
    left: 0;
}

.btn_login:hover {
    background-position: 0 -15px;
}

#fb_login {
    position: relative;
    width: 176px;
    height: 43px;
    background-color: black;
    margin-top: 1px;
}

a.btn_fb_login {
    position: relative;
    display: block;
    float: left;
    width: 154px;

    /* Customize width */
    height: 22px;

    /* Customize height */
    cursor: pointer;
    background: url(../images/bt_LoginFacebook.gif) no-repeat 0 0;
    margin: 10px 10px auto;
}

a.btn_fb_login span {
    display: none;
}

#chivas_signin_box {
    position: relative;
    width: 176px;
    height: 60px;
    background-color: black;
    margin-top: 1px;
    z-index: 3;
    left: 0;
    top: 0;
}

a.btn_registrate {
    position: relative;
    display: block;
    float: left;
    width: 152px;

    /* Customize width */
    height: 23px;

    /* Customize height */
    cursor: pointer;
    background: url(../images/btd_registrate.png) no-repeat 0 0;
    margin: 16px 10px auto;
}

a.btn_registrate span {
    display: none;
}

a.btn_registrate:hover {
    background-position: 0 -23px;
}

#chivas_signin_box,
#chivas_signin_box_open,
#user_info_box,
.tokyo_link {
    border-bottom-left-radius: 10px 10px;
    border-bottom-right-radius: 10px 10px;
    -moz-border-radius-bottomright: 10px 10px;
    -moz-border-radius-bottomleft: 10px 10px;
}

#chivas_signin_box_open {
    position: absolute;
    z-index: 10;
    top: 133px;
    width: 390px;
    background-color: black;
    float: left;
    left: -214px;
    color: white;
}

#registro_btns {
    position: relative;
    height: 38px;
    margin-bottom: 15px;
}

.btn_cerrar_registro {
    display: block;
    float: left;
    width: 21px;

    /* Customize width */
    height: 17px;

    /* Customize height */
    cursor: pointer;
    background: url(../images/btd_close.gif) no-repeat 0 -17px;
    margin: 14px 0 0 10px;
}

.btn_cerrar_registro:hover {
    background-position: 0 0;

    /* Customize hover background position */
}

.btn_cerrar_registro span {
    display: none;
}

#registro_btns a.btn_registrate {
    margin: 10px 10px auto;
}

/* aqui va el registro abierto */
form#signin_form {
    padding: 0 15px 15px;
    font-size: 0.8em;
}

#signin_form p {
    height: 25px;
    clear: both;
}

#signin_form p label {
    position: relative;
    display: block;
    width: 140px;
    height: 25px;
    float: left;
    clear: both;
}

#signin_form p input {
    width: 200px;
    border: 1px solid #cdcdcd;
}

#signin_form div#gender_field {
    width: 180px;
    height: 25px;
    margin-left: 140px;
}

#survey p label.survey {
    position: relative;
    display: inline;
    float: left;
    width: 290px;
    clear: none;
}

#survey p input.survey_input {
    display: inline;
    float: left;
    width: 30px;
    border: none;
}

#signin_form div.password_field {
    width: 170px;
    height: 40px;
    float: left;
    margin-right: 10px;
}

#signin_form p.leyenda {
    position: relative;
    margin-top: 10px;
    color: red;
    clear: both;
}

#signin_form p.leyenda input.btn_signin {
    position: relative;
    display: inline;
    background: url(../images/btd_entrar.png) no-repeat;
    width: 113px;
    height: 17px;
    border: none;
    cursor: pointer;
    padding: 0;
    margin: 0 0 0 104px;
}

label input#login-password,
label input#password_verification {
    width: 160px;
}

#signin_form p.leyenda input.btn_signin:hover {
    background-position: 0 -17px;
}

/* aqui termina el registro abierto */
#chivaschivalry_box {
    position: relative;
    width: 176px;
    height: 247px;
    margin-top: 2px;
    color: black;
    background-image: url(../images/backFeed.png);
    clear: none;
}

.chivas_title {
    font-weight: bold;
    font-size: 0.8em;
    text-align: center;
    padding-top: 12px;
    padding-bottom: 13px;
}

.chivas_title span {
    font-size: 0.5em;
}

.post_title {
    text-align: left;
    font-weight: bold;
    font-size: 0.7em;
    margin: 5px auto 0;
    width: 132px;
}

.chivalry_image {
    text-align: center;
    margin-top: 5px;
}

.post_content {
    margin: auto;
    width: 132px;
    height: 105px;
    overflow: hidden;
    font-size: 0.8em;
}

.btn_readmore {
    width: 132px;
    font-size: 0.8em;
    color: white;
    font-weight: bold;
    font-style: italic;
    text-align: right;
    margin: 3px auto auto;
}

.btn_readmore a:link {
    color: white;
    text-decoration: none;
}

.btn_readmore a:visited {
    color: white;
    text-decoration: none;
}

.btn_readmore a:active {
    color: white;
    text-decoration: none;
}

.btn_readmore a:hover {
    color: black;
    text-decoration: none;
}

#user_info_box {
    position: relative;
    height: 191px;
    background-color: black;
    margin-top: 1px;
    color: white;
}

#user_info_box p {
    margin: 10px 15px 0;
    font-size: 0.8em;
    font-weight: bold;
    clear: both;
}

#user_info_box p.profile_btn {
    height: 13px;
    padding-bottom: 8px;
    border-bottom: 1px dotted white;
}

#user_info_box p.best_score {
    padding-top: 13px;
    padding-bottom: 13px;
}

#user_info_box p span {
    color: red;
}

#user_info_box p.welcome {
    font-size: 1.2em;
    font-weight: normal;
    margin: 0;
    padding: 14px 10px 0;
}

a.profile_link {
    display: block;
    float: left;
    width: 89px;

    /* Customize width */
    height: 13px;

    /* Customize height */
    cursor: pointer;
    background: url(../images/cities/btd_perfil.png) no-repeat 0 0;
}

a.profile_link span,
a.score_link span,
a.btn_new_york span,
a.btn_dubai span,
a.btn_tokyo span {
    display: none;
}

a.profile_link:hover {
    background-position: 0 -13px;
}

a.score_link {
    display: block;
    float: left;
    width: 112px;

    /* Customize width */
    height: 14px;

    /* Customize height */
    cursor: pointer;
    background: url(../images/cities/btd_tiempos.png) no-repeat 0 0;
}

a.score_link:hover {
    background-position: 0 -14px;
}

#nav_countries {
    height: 161px;
    margin-top: 1px;
}

.new_york_link,
.dubai_link,
.tokyo_link {
    position: relative;
    width: 176px;
    margin-top: 1px;
    background: black;
}

a.btn_new_york,
a.btn_dubai,
a.btn_tokyo {
    position: relative;
    display: block;
    cursor: pointer;
    margin: auto;
}

a.btn_new_york:hover,
a.btn_dubai:hover,
a.btn_tokyo:hover {
    background-position: center 0;
}

.new_york_link {
    height: 32px;
    border-top-left-radius: 10px 10px;
    border-top-right-radius: 10px 10px;
    -moz-border-radius-topright: 10px 10px;
    -moz-border-radius-topleft: 10px 10px;
    padding-top: 10px;
}

.dubai_link {
    height: 47px;
    padding: 5px 0;
}

.tokyo_link {
    height: 52px;
    padding-top: 5px;
    padding-bottom: 3px;
}

a.btn_new_york {
    width: 176px;

    /* Customize width */
    height: 36px;

    /* Customize height */
    background: url(../images/cities/btd_newyork.png) no-repeat center -36px;
}

a.btn_dubai {
    width: 176px;

    /* Customize width */
    height: 53px;

    /* Customize height */
    background: url(../images/cities/btd_dubai.png) no-repeat center -53px;
}

a.btn_tokyo {
    width: 176px;

    /* Customize width */
    height: 55px;

    /* Customize height */
    background: url(../images/cities/btd_tokyo.png) no-repeat center -55px;
}

/* @end */
/* @group Curtain */
#curtain {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 17;
    background: black;
    -moz-opacity: 0.87;
    filter: alpha(opacity=87);
    opacity: 0.87;
}

#curtain_content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 18;
}

#inner_curtain {
    position: relative;
    width: 990px;
    margin: auto;
}

#confirm_age_box {
    position: relative;
    width: 647px;
    height: 256px;
    clear: both;
    background: url(../images/backForm.jpg) no-repeat;
    margin: 240px auto auto;
    color: white;
    text-align: center;
}

#form_logo {
    position: relative;
    padding-top: 40px;
    height: 40px;
}

#confirm_age_box p.claim {
    position: relative;
    height: 15px;
    padding-top: 28px;
    font-size: 0.9em;
}

#confirm_age_box #age_fields {
    width: 235px;
    height: 43px;
    margin: auto;
    padding: 13px 0 28px;
}

#confirm_age_box #age_fields .age_single_field {
    position: relative;
    width: 68px;
    float: left;
    margin-right: 10px;
}

#age_fields .age_single_field input {
    width: 60px;
    text-align: center;
    margin-top: 10px;
}

align-content: {
}

#send_validation_btns {
    width: 242px;
    margin: auto;
}

.btn_enter {
    display: block;
    float: left;
    width: 113px;

    /* Customize width */
    height: 17px;

    /* Customize height */
    cursor: pointer;
    background: url(../images/btd_entrar.png) no-repeat 0 0;
}

.btn_enter:hover {
    background-position: 0 -17px;

    /* Customize hover background position */
}

.btn_enter span {
    display: none;
}

.btn_exit {
    display: block;
    float: left;
    width: 93px;

    /* Customize width */
    height: 19px;

    /* Customize height */
    cursor: pointer;
    background: url(../images/btd_salir.png) no-repeat 0 0;
    margin-left: 36px;
}

.btn_exit:hover {
    background-position: 0 -19px;

    /* Customize hover background position */
}

.btn_exit span {
    display: none;
}

/* @end */
/* @group Footer */
#footer_box {
    position: relative;
    width: 990px;
    height: 63px;
    margin: auto;
    clear: both;
    color: white;
    z-index: 20;
}

#footer_links {
    position: relative;
    text-align: center;
    font-size: 0.7em;
    height: 32px;
}

#footer_links p {
    position: relative;
    float: left;
}

#footer_links a,
#footer_links span {
    position: relative;
    color: white;
    top: 10px;
}

#footer_links a:link {
    color: white;
    text-decoration: none;
}

#footer_links a:visited {
    color: white;
    text-decoration: none;
}

#footer_links a:hover {
    color: white;
    text-decoration: underline;
}

#footer_links a:active {
    color: white;
    text-decoration: none;
}

#footer_links a.footer_link_small {
    border-right: 1px solid white;
    padding-right: 4px;
}

#footer_legal {
    text-align: center;
    font-size: 0.7em;
}

#footer_legal span {
    font-weight: bold;
}

#footer_links p.legales {
    width: 427px;
}

#footer_links p.center_link {
    width: 131px;
    border-right: 1px solid white;
    border-left: 1px solid white;
}

#footer_links p.last_footer_link {
    width: 430px;
}

#footer_links p.center_link,
#footer_links p.legales,
#footer_links p.last_footer_link {
    height: 32px;
}

/* @end */
/* @end */
/* @group Content */
#content {
    width: 796px;
    height: 548px;
    float: left;
}

#which_destiny {
    position: relative;
    padding-left: 21px;
    padding-top: 79px;
    z-index: 1;
}

#which_destiny span {
    display: none;
}

.dubai #which_destiny,
.tokyo #which_destiny,
.new_york #which_destiny {
    position: relative;
    width: 482px;
    height: 110px;
    padding-top: 0;
}

.dubai #which_destiny {
    padding-left: 80px;
}

.tokyo #which_destiny {
    padding-left: 68px;
}

.new_york #which_destiny {
    padding-left: 250px;
}

#city_info {
    position: relative;
    width: 576px;
    height: 169px;
    color: white;
    background-color: black;
    border-radius: 20px;
    -moz-border-radius: 20px;
    top: 70px;
    left: 40px;
}

#city_info h3 {
    font-size: 1.8em;
    position: relative;
    padding-top: 20px;
    padding-bottom: 15px;
    margin-left: 20px;
}

#city_info h3 span {
    font-size: 0.8em;
}

#city_info p {
    margin: 5px 20px;
    font-size: 0.8em;
}

#strip {
    position: absolute;
    background: url(../images/cities/barDiagional.png) no-repeat center top;
    width: 100%;
    height: 100%;
}

/* @group Challenges */
.challenge-container-1,
.challenge-container-2,
.challenge-container-3,
.challenge-container-4 {
    position: relative;
    display: inline;
    float: left;
    clear: both;
}

.challenge-container-1 {
    width: 101px;
    height: 78px;
    margin-left: 13px;
}

.challenge-container-2 {
    width: 122px;
    height: 96px;
    margin-left: 0;
}

.challenge-container-3 {
    width: 135px;
    height: 106px;
    margin-left: 30px;
}

.challenge-container-4 {
    width: 146px;
    height: 117px;
    margin-left: 2px;
}

#challenge_1,
#challenge_2,
#challenge_3,
#challenge_4 {
    display: block;
    cursor: pointer;
}

#challenge_1:hover,
#challenge_2:hover,
#challenge_3:hover,
#challenge_4:hover {
    background-position: 0 0;
}

#challenge_1 span,
#challenge_2 span,
#challenge_3 span,
#challenge_4 span {
    display: none;
}

#challenge_1 {
    width: 101px;

    /* Customize width */
    height: 78px;

    /* Customize height */
    background: url(../images/cities/btd_challengue04.png) no-repeat 0 -78px;
}

#challenge_2 {
    width: 122px;

    /* Customize width */
    height: 96px;

    /* Customize height */
    background: url(../images/cities/btd_challengue03.png) no-repeat 0 -96px;
}

#challenge_3 {
    width: 135px;

    /* Customize width */
    height: 106px;

    /* Customize height */
    background: url(../images/cities/btd_challengue02.png) no-repeat 0 -106px;
}

#challenge_4 {
    width: 146px;

    /* Customize width */
    height: 117px;

    /* Customize height */
    background: url(../images/cities/btd_challengue01.png) no-repeat 0 -117px;
}

div#challenges {
    position: absolute;
    top: 65px;
    left: 30px;
}

/* @end */
/* @end */
/* @group Hidden parts */
#city_info,
#strip,
#which_destiny {
    display: none;
}

.black_overlay {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 17;
    background: black;
    -moz-opacity: 0.77;
    filter: alpha(opacity=77);
    opacity: .77;
}

/* position: relative;
    width: 647px;
    height: 256px;
    clear: both;
    background: url(../images/backForm.jpg) no-repeat;
    margin: 240px auto auto;
    color: white;
    text-align: center; */
.white_content {
    display: none;
    position: absolute;
    top: 40%;
    right: -38%;
    width: 280%;
    height: 280%;
    padding: 0px;
    border: 0px solid gray;
    background: url(../images/back_registro.png) no-repeat;
    z-index: 1002;
    overflow: auto;
}

.back_content {
    display: none;
    position: absolute;
    top: 40%;
    right: -38%;
    width: 280%;
    height: 280%;
    padding: 0px;
    border: 0px solid gray;
    background: url(../images/back_registro.png) no-repeat;
    z-index: 1002;
    overflow: auto;
}

/* @end */