/* ============================== */
/* ! Clearfix hacks and styles    */
/* ============================== */

html.lt-ie7 .row,
html.lt-ie7 .clr,
html.lt-ie7 .group                          { zoom: 1; } /* IE6 */

html.lt-ie8 *:first-child+html .row,
html.lt-ie8 *:first-child+html .clr,
html.lt-ie8 *:first-child+html .group       { zoom: 1; } /* IE7 */

.clearfix:before,
.clearfix:after {
    content:"";
    display:table;
}
.clearfix:after {
    clear:both;
}

/* FONTFACE */
@font-face {
    font-family: 'FuturaBold';
    src: url('../font/FuturaStd/FuturaStdBold.eot');
    src: url('../font/FuturaStd/FuturaStdBold.eot?#iefix') format('embedded-opentype'),
     url('../font/FuturaStd/FuturaStdBold.woff') format('woff'),
     url('../font/FuturaStd/FuturaStdBold.ttf') format('truetype'),
     url('../font/FuturaStd/FuturaStdBold.svg#FuturaStdBold') format('svg');
    font-weight: lighter;
    font-style: lighter;
}
@font-face {
    font-family: 'UpheavalPro';
    src: url('../font/UpheavalPro/UpheavalPro.eot');
    src: url('../font/UpheavalPro/UpheavalPro.eot?#iefix') format('embedded-opentype'),
     url('../font/UpheavalPro/UpheavalPro.woff') format('woff'),
     url('../font/UpheavalPro/UpheavalPro.ttf') format('truetype'),
     url('../font/UpheavalPro/UpheavalPro.svg#UpheavalPro') format('svg');
    font-weight: lighter;
    font-style: lighter;
}

body {
    padding: 0px;
    margin: 0px;
    background-color: #333;
    font-family: 'UpheavalPro';
    font-size: 16px; 
}
/* orientacion */
#orientation{
        margin: 0 auto;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: url(../assets/images/interface/giraLaCabeza.png); 
        background-size: 80% auto;
        background-repeat: no-repeat;
        background-position: center;
        background-color: rgb(0, 0, 0);
        z-index: 999;
        display: none;
}
h1{
    font-size: 40px;
    text-align: center;
    color: #fff;
}
.yellow{
    color: rgb(244,210,16);
}
#container{
	margin: 0px;
	padding: 0px;
    position: absolute;
}
#gui{
    width: 1024px;
    height: 500px;
    position: absolute;
    left: 50%;
    margin-left: -512px;
    top: 0px;
}
canvas{
	margin: 0px;
	padding: 0px;
}
:-webkit-full-screen #container {
	width: 100%;
	height: 100%;
}

/* form ingreso */
.gui{
    background-image: url('../assets/images/interface/gui.png');
}
.btns{
    background-image: url('../assets/images/interface/botones.png');
}
.txtInput{
    width: 400px;
    margin-left: 20px;
    padding: 7px;
    background-color: rgb(255, 255, 255);
    border: 2px solid rgb(51, 51, 51);
    margin-bottom: 10px;
    font-family: 'UpheavalPro';
    font-size: 21px;
    height: 15px;
    font-weight: lighter;
}
.textInputBig{
    width: 550px;
    margin-left: 20px;
    padding: 8px;
    background-color: rgb(255, 255, 255);
    border: 2px solid rgb(51, 51, 51);
    margin-bottom: 10px;
    font-family: 'UpheavalPro';
    font-size: 21px;
    height: 25px;
    font-weight: lighter;
}
.select{
    width: 418px;
    margin-left: 20px;
    background-color: rgb(255, 255, 255);
    border: 2px solid rgb(51, 51, 51);
    margin-bottom: 5px;
    font-family: 'UpheavalPro';
    font-size: 21px;
    height: 35px;
    font-weight: lighter;
    border-radius: 0;
}

.popup{
    position: absolute;
    z-index: 2;
    left: 50%;
    top: 0px;
}
.no-show{
    display: none;
}
.show{
    display: block;
}
.center{
    width: 100%;
    position: relative;
    text-align: center;
}

/* Botones */
.btnVolverRanking {
    background-image: url(../assets/images/interface/boton-volver.png);
    width: 143px;
    height: 33px;
    position: absolute;
    left: 0px;
    top: 26px;
    cursor: pointer;
    float: left;
}
.btnLeft{
    background-position: 0px -182px;
    width: 47px;
    height: 79px;
    position: absolute;
    left: 90px;
    top: 80px;
    cursor: pointer;
}
.btnLeft:hover{
    background-position: -47px -182px;
}
.btnRight{
    background-position: 0px -61px;
    width: 47px;
    height: 79px;
    position: absolute;
    right: 90px;
    top: 80px;
    cursor: pointer;
}
.btnRight:hover{
    background-position: -47px -61px;
}
.btnSeleccionar{
    background-position: -342px -183px;
    width: 213px;
    height: 49px;
    margin: 30px auto;
    cursor: pointer;
}
.btnInicio{
    background-position: 0px -448px;
    width: 182px;
    height: 44px;
    position: absolute;
    left: 90px;
    bottom: 90px;
}
.btnInicio2{
    background-position: 0px -448px;
    width: 182px;
    height: 44px;
    position: relative;
    left: 90px;
    top: 80px;
}
.btnInstrucciones{
    background-position: 0px -404px;
    width: 182px;
    height: 44px;
    position: absolute;
    right: 90px;
    bottom: 90px;
}
.btnAnterior{
    background-position: 0px -263px;
    width: 212px;
    height: 49px;
    position: relative;
    left: 50%;
    top: 0px;
    cursor: pointer;
    margin-left: -240px;
    float: left;
}
.btnAnterior:hover{
    background-position: -424px -263px;
}
.btnSiguiente{
    background-position: 0px -311px;
    width: 212px;
    height: 49px;
    position: relative;
    left: 50%;
    top: 0px;
    cursor: pointer;
    margin-left: 10px;
    float: left;
}
.btnSiguiente:hover{
    background-position: -424px -311px;
}
.btnFacebookCC{
    background-position: -545px -388px;
    width: 262px;
    height: 60px;
    position: absolute;
    left: 120px;
    bottom: 45px;
    cursor: pointer;
}
.btnVolver{
    background-image: url(../assets/images/interface/boton-volver.png);
    width: 143px;
    height: 33px;
    position: absolute;
    left: 0px;
    top: -50px;
    cursor: pointer;
    float: left;
}
.btnVolverFix{
    background-image: url(../assets/images/interface/boton-volver.png);
    width: 143px;
    height: 33px;
    cursor: pointer;
    position: absolute;
    bottom: 90px;
    left: 90px;
}
.btnVolver:hover{
    background-position: -286px 0px;
}
/* ingreso */
#form_ingreso{
    background-position: 0px 0px;
    width: 608px;
    height: 223px;
    margin-left: -304px;
    padding-top: 60px;
    margin-top: 80px;
}
.btnIngresar{
    background-position: 0px -141px;
    width: 206px;
    height: 42px;
    margin: 0 auto;
    cursor: pointer;
}
.btnIngresar:hover{
    background-position: -206px -141px;
}
.btnIngresar:active{
    background-position: -412px -141px;
}

.btnCrearNuevoPerfil{
    background-position: -142px -63px;
    width: 449px;
    height: 34px;
    position: relative;
    margin: 10px auto;
    cursor: pointer;
}

.btnJugar{
    background-position: 0px 0px;
    width: 264px;
    height: 61px;
    position: absolute;
    left: 50%;
    bottom: 45px;
    cursor: pointer;
    margin-left: 58px;
}
.btnJugarMision{
    background-position: 0px 0px;
    width: 264px;
    height: 61px;
    position: absolute;
    left: 50%;
    bottom: 60px;
    cursor: pointer;
    margin-left: 58px;
}
.btnJugar:hover,
.btnJugarMision:hover{
    background-position: -528px 0px;
}

.btnInicio3{
    background-position: 0px -448px;
    width: 182px;
    height: 44px;
    position: relative;
    left: 50%;
    margin-left: -90px;
    top: 100px;
}
/* registro */
#form_registro{
    background-position: 0px -506px;
    width: 454px;
    height: 418px;
    margin-left: -227px;
    padding-top: 50px;
    margin-top: 80px;
}
.btnFacebook{
    background-position: -142px -100px;
    width: 202px;
    height: 40px;
    margin-left: 20px;
    cursor: pointer;
    margin-top: 10px;
    float: left;
    position: relative;
}
.btnCrearPerfil{
    background-position: -345px -100px;
    width: 202px;
    height: 40px;
    margin-right: 20px;
    cursor: pointer;
    margin-top: 10px;
    float: right;
    position: relative;
}

/* mas datos */
#form_mas_datos{
    background-position: -455px -282px;
    width: 556px;
    height: 299px;
    margin-left: -275px;
    padding-top: 50px;
}
.nine{
    width: 500px;
}
.nineSelect{
    width: 518px;
}
.btnContinuar{
    background-position: -143px -184px;
    width: 193px;
    height: 31px;
    margin: 0 auto;
    cursor: pointer;
}

/* Seleccionar Auto */
#seleccionAuto{
    background-image: none;
    width: 930px;
    height: 645px;
    margin-left: -465px;
}
#seleccionAuto .back{
    width: 100%;
    height: auto;
}
#seleccionAuto .back p{
    color: rgb(255, 255, 255);
    font-size: 20px;
    height: 80px;
    line-height: 25px;
    text-align: center;
}
#seleccionAuto .back .mascara{
    width: 100%;
    height: 235px;
    position: relative;
}
#seleccionAuto .back .mascara .list{
    background-image: url('../assets/images/interface/bgBoxSelectCar.png');
    width: 606px;
    height: 234px;
    position: absolute;
    left: 50%;
    margin-left: -303px;
}
#seleccionAuto .back .mascara .list .car{
    margin-left: 110px;
    margin-top: 60px;
    position: relative;
    float: left;
}
#seleccionAuto .back .mascara .list .nombre{
    text-align: center;
    margin-top: 16px;
    font-size: 20px;
}
#seleccionAuto .back .mascara .list .caract{
    width: 156px;
    height: 163px;
    float: right;
    margin-right: 60px;
    margin-top: 10px;
}
#seleccionAuto .back .mascara .list .car .caract .potencia{

}
#seleccionAuto .back .mascara .list .car .caract .manejo{

}
#seleccionAuto .back .mascara .list .car .caract .acc{

}

/* Seleccion de mapa */
#seleccionMapa{
    background-image: none;
    width: 930px;
    height: 645px;
    margin-left: -465px;
}
#seleccionMapa .back{
    width: 100%;
    height: auto;
}
#seleccionMapa .back p{
    color: rgb(255, 255, 255);
    font-size: 20px;
    height: 30px;
    line-height: 25px;
    text-align: center;
}
#seleccionMapa .back .nombre{
    text-align: center;
    font-size: 20px;
    margin: 20px;
}
#seleccionMapa .back .mascara{
    width: 100%;
    height: 235px;
    position: relative;
}
#seleccionMapa .back .mascara .mapa{
    width: 606px;
    height: 234px;
    position: absolute;
    left: 50%;
    margin-left: -303px;
}

/* instrucciones */
/* Seleccion de mapa */
#instrucciones{
    background-image: none;
    width: 1030px;
    height: 645px;
    margin-left: -491px;
}
#instrucciones .pasoInstruccion{
    position: relative;
    height: 420px;
}
#instrucciones .pasoInstruccion h3{
    text-align: center;
}
#instrucciones .pasoInstruccion p{
    color: rgb(255, 255, 255);
    font-size: 20px;
    height: 60px;
    line-height: 25px;
    text-align: center;
}
#instrucciones .pasoInstruccion .content_box{
    width: 100%;
    height: auto;
}
#instrucciones .pasoInstruccion .content_box .box{
    float: left;
    background-color: rgb(181, 181, 181);
    border: 3px solid rgb(255, 255, 255);
    border-radius: 15px;
    height: 240px;
}
#instrucciones .pasoInstruccion .content_box .leftBox{
    width: 216px;
    margin-right: 5px;
}
#instrucciones #paso2 .content_box .leftBox{
    width: 236px;
}
#instrucciones .pasoInstruccion .content_box .noRight{
    margin-right: 0px;
}
#instrucciones .pasoInstruccion .content_box .medioBox{
    width: 525px;
    margin-right: 5px;
}
#instrucciones .pasoInstruccion .content_box .rightBox{
    width: 210px;
    background-color: rgb(244,210,16);
}
#instrucciones .pasoInstruccion .content_box .box h2{
    color: #fff;
    font-size: 30px;
    text-align: center;
}
#instrucciones .pasoInstruccion .content_box .box h3{
    color: rgb(72,72,72);
    font-size: 30px;
    text-align: center;
}
#instrucciones .pasoInstruccion .content_box .leftBox .item{
    position: relative;
    width: 45%;
    text-align: center;
    margin-left: 8px;
    float: left;
}
#instrucciones .pasoInstruccion .content_box .leftBox .big{
    width: 98%;
}
#instrucciones .pasoInstruccion .content_box .leftBox .item .icon{
    width: 100%;
    text-align: center;
    height: 60px;
}
#instrucciones .pasoInstruccion .content_box .leftBox .item .micon{
    width: 100%;
    text-align: center;
    height: 60px;
    margin-top: 50px;
    margin-bottom: 30px;
}
#instrucciones .pasoInstruccion .content_box .leftBox .item .nom{
    color: rgb(255, 255, 255);
    font-size: 20px;
    margin: 10px;
}
#instrucciones .pasoInstruccion .content_box .leftBox .item .desc{
    color: rgb(132,132,132);
}
/* medio */
#instrucciones .pasoInstruccion .content_box .medioBox .item{
    position: relative;
    width: 31%;
    text-align: center;
    margin-left: 8px;
    float: left;
}
#instrucciones .pasoInstruccion .content_box .medioBox .item .icon{
    width: 100%;
    text-align: center;
    height: 60px;
}
#instrucciones .pasoInstruccion .content_box .medioBox .item .nom{
    color: rgb(255, 255, 255);
    font-size: 20px;
    margin: 10px;
}
#instrucciones .pasoInstruccion .content_box .medioBox .item .desc{
    color: rgb(132,132,132);
}
/* right */
#instrucciones .pasoInstruccion .content_box .rightBox .item{
    position: relative;
    width: 100%;
    text-align: center;
    margin-left: 8px;
    float: left;
}
#instrucciones .pasoInstruccion .content_box .rightBox .item .icon{
    width: 100%;
    text-align: center;
}
#instrucciones .pasoInstruccion .content_box .rightBox .item .nom{
    color: rgb(255, 255, 255);
    font-size: 20px;
    margin: 10px;
}
#instrucciones .pasoInstruccion .content_box .rightBox .item .desc{
    color: rgb(132,132,132);
    margin: 20px 0px;
}

/* paso uno */
#instrucciones .pasoInstruccion .content_box .boxIns{
    width: 600px;
    height: 160px;
    margin: 0 auto;
    position: relative;
    float: none;
}
#instrucciones .pasoInstruccion .content_box .mouse{
    background-image: url(../assets/images/interface/mouseIns.png);
    width: 124px;
    height: 146px;
    float: left;
    margin: 10px;
}
#instrucciones .pasoInstruccion .content_box .descs{
    float: right;
    padding: 10px;
    color: rgb(0, 0, 0);
    width: 380px;
    font-size: 20px;
    text-align: justify;
    margin: 10px;
    line-height: 20px;
}
/* Resultado */
#resultado{
    background-image: none;
    width: 903px;
    height: 645px;
    margin-left: -455px;
}
#resultado .result{
    background-color: rgb(121,121,121);
    border: 3px solid rgb(85,85,85);
    border-radius: 10px;
    width: 100%;
    height: 444px;
}
#resultado .result .special{
    position: relative;
    float: right;
    width: auto;
    margin-right: 3px;
    margin-top: -45px;
}
#resultado .result .special .combustible,
#resultado .result .special .shell_helix{
    background-color: #fcd50a;
    width: 107px;
    height: 63px;
    border-radius: 3px;
    float: left;
    margin-right: 7px;
}

#resultado .result .special .combustible .img,
#resultado .result .special .shell_helix .img{
    position: relative;
    width: 43px;
    height: 45px;
    margin-top: 9px;
    margin-left: 7px;
    position: relative;
    float: left;
}

#resultado .result .special .combustible .img{
    background-image: url("../assets/sprites/items/aceite.png");
}
#resultado .result .special .shell_helix .img{
    background-image: url("../assets/sprites/items/shell_helix.png");
}

#resultado .result .special .combustible p,
#resultado .result .special .shell_helix p{
    color: #000000;
    font-size: 10px;
    text-align: center;
    width: 10px;
    float: left;
    position: relative;
    margin-left: 3px;
    margin-top: 34px;
}
#resultado .result .special .combustible .numero,
#resultado .result .special .shell_helix .numero{
    font-size: 30px;
    width: 36px;
    float: left;
    margin-top: 28px;
    margin-left: 6px;
}

#resultado .result .items{
    width: 86%;
    height: 203px;
    border-bottom: 2px solid rgb(255, 255, 255);
    margin: 30px auto;
    padding-left: 50px;
    margin-bottom: 20px;
}
#resultado .result .segunda_barra{
    height: 45px;
    padding-left: 0;
    width: 92%;
    margin: 0px auto;
}
#resultado .result .tercera_barra{
    border-bottom: none;
    padding-left: 0;
    width: 92%;
    margin: 0 auto; 
    height: 135px;
}
#resultado .result .items .item{
    width: 100%;
    height: 50px;
    margin-bottom: 10px;
}
#resultado .result .items .item .icon{
    float: left;
    width: 100px;
    margin-top: 5px;
}
#resultado .result .items .item .barra{
    float: left;
    width: 510px;
    background-color: #fff;
    height: 45px;
}
#resultado .result .items .item .barra .innerBar{
    float: left;
    height: 45px;
    background-image: url("../assets/images/interface/barrita.png");
    z-index: 3;
}
#resultado .result .items .item .puntos{
    float: right;
    font-size: 30px;
    margin-top: 15px;
}
#resultado .result .items .item .puntos span{
    font-size: 16px;
    margin-top: 15px;
    color:#000000;
}
#resultado .result .items .tiempo{
    float: left;
    font-size: 35px;
    color: rgb(255, 255, 255);
    width: 290px;
}
#resultado .result .items .tiempo .time{

}
#resultado .result .items .tiempo .time span{
    float: right;
}
#resultado .result .items .tiempo .time span p{
    margin: 0;
    float: left;
}
#resultado .result .items .tiempo .time span .rojo{
    float: left;
    margin: 0;
    font-size: 0.5em;
    margin-top: 10px;
}
#resultado .result .items .token{
    float: right;
    width: 400px;
    color: rgb(255, 255, 255);
    font-size: 35px;
}
#resultado .result .items .token .tokens{
    
}
#resultado .result .items .token .tokens span{
    float: right;
}
#resultado .result .items .token .tokens p{
    float: left;
    position: relative;
    margin-top: -3px;
    width: 230px;
}
#resultado .result .items .token .tokens .tokensHolder{
    position: relative;
    float: left;
    margin-top: -13px;
}
#resultado .result .items .token .tokens .tokensHolder .token{
    position: relative;
    float: left;
    background-image: url("../assets/images/interface/instrucciones/token.png");
    width: 44px;
    height: 43px;
    margin-left: 12px; 
}

#resultado .result .items .objetivos{
    background-color: rgb(244, 210, 16);
    color: rgb(0, 0, 0);
    width: 53%;
    height: 100px;
    margin-top: 10px;
    float: left;
    padding-top: 10px;
    padding-left: 0px;
    list-style: none;
}
#resultado .result .items .objetivos .obj{
    width: 95%;
    margin-left: 10px;
    height: 20px;
    margin-top: 10px;
}

#resultado .result .items .objetivos .obj .resultado{
    background-image: url("../assets/images/interface/bienMal.png");
    position: relative;
    float: left;
    margin-right: 8px;
    margin-top: -7px;
    height: 20px;
}
#resultado .result .items .objetivos .obj .bien{
    width: 21px;
}
#resultado .result .items .objetivos .obj .mal{
    width: 14px;
    background-position: -21px 0; 
}


#resultado .result .items .objetivos .complete{
    text-decoration: line-through;
}
#resultado .result .items .puntos_total{
    background-color: rgb(244, 210, 16);
    color: rgb(0, 0, 0);
    width: 40%;
    float: right;
    margin-top: 10px;
    height: 70px;
    text-align: center;
    padding-top: 40px;
    font-size: 40px;
}



/* como jugar */
.no-background{
    background-image: none;
}
#como_jugar{
    width: 1024px;
    height: 768px;
    background-color: rgba(0, 0, 0, 0.7);
    top: 0px;
    position: absolute;
    left: 50%;
    margin-left: -512px;
}
#como_jugar .mano{
    left: 50%;
    position: absolute;
    margin-left: -140px;
    bottom: 0px;
}
#como_jugar .btnJugara{
    background-position: 0px 0px;
    width: 264px;
    height: 61px;
    position: absolute;
    right: 50px;
    bottom: 200px;
}

/* pause */
#pause{
    background-image: none;
    width: 903px;
    height: 645px;
    margin-left: -455px;
    margin-top: 70px;
} 

#pause .pop{
    background-image: url("../assets/images/interface/fondo_popup.jpg");
    width: 720px;
    height: 230px;
    border: 3px solid rgb(85, 85, 85);
    border-radius: 3px;
    margin: 70px auto;
}
#pause .pop h1{
    background-image: url("../assets/images/interface/txt_opciones.png");
    width: 220px;
    height: 25px;
    position: relative;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
}
#pause .pop .btn_slide_pause{
    width: 297px;
    height: 48px;
    position: relative;
    margin: 0 auto;
    cursor: pointer;
    margin-bottom: 30px;
}

#pause .pop .btn_slide_pause:hover{
    background-position: 0 -48px;
}
#pause .pop .continuar{
    background-image: url("../assets/images/interface/botonesSlidePausa/continuar.png");
}
#pause .pop .abandonar{
    background-image: url("../assets/images/interface/botonesSlidePausa/abandonar.png");
}
#pause .pop .ver_inst{
    background-image: url("../assets/images/interface/botonesSlidePausa/instrucciones.png");
}



/* mision */
#mision{
    background-color: rgb(121, 121, 121);
    border: 3px solid rgb(85, 85, 85);
    border-radius: 10px;
    width: 765px;
    height: 370px;
    background-image: none;
    margin-left: -370px;
    margin-top: 80px;
} 
#mision h1{
    font-size: 40px;
}
#mision p{
    color: rgb(255, 255, 255);
    margin: 10px;
    line-height: 20px;
    font-size: 20px;
    text-align: center;
}
#mision ul{
    height: 100px;
}
#mision ul li{
    font-size: 30px;
    color: rgb(240, 210, 16);
    margin: 10px;
}

/* mute */
#mute{
    background-image: url(../assets/images/interface/botonesAudioyPausa.png);
    width: 57px;
    height: 58px;
    position: absolute;
    right: 10px;
    bottom: 10px;
    background-position: -57px 0px;
    cursor: pointer;
}

/* RANKING */
#ranking{
    background-image: none;
    width: 980px;
    height: 645px;
    margin-left: -491px;
}
#ranking p{
    color: rgb(255, 255, 255);
    font-size: 20px;
    text-align: center;
    line-height: 25px;
}
#ranking .titles{
    width: 100%;
    position: relative;
    color: rgb(244, 210, 16);
    font-size: 30px;
    height: 30px;
}
#ranking .titles .nombre{
    width: 70%;
    float: left;
    text-align: left;
}
#ranking .titles .puntaje{
    width: 30%;
    float: right;
    text-align: left;
}
#ranking .get_content{
    background-color: rgb(121, 121, 121);
    border: 3px solid rgb(85, 85, 85);
    border-radius: 10px;
    width: 100%;
    height: 500px;
}
#ranking .get_content .list{
    padding: 10px;
    height: 480px;
    width: 98%;
    font-size: 20px;
    overflow: hidden;
    overflow-y: scroll;
}
#ranking .get_content .list .box{
    width: 100%;
    height: 20px;
    margin-bottom: 10px;
    border-bottom: 1px solid rgb(197, 197, 197);
}
#ranking .get_content .list .box .nomb{
    float: left;
    width: 70%;
    color: rgb(255, 255, 255);
    text-align: left;
}
#ranking .get_content .list .box .puntj{
    width: 30%;
    float: right;
    text-align: left;
    color: rgb(255, 255, 255);
}

#img{
   background-image: url("../assets/images/pantalla_gameover.png");
    width: 100%;
    height: 100%;
    position: absolute;
    background-position: center center;
}   