html {
    background: url(../Images/fondo.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#divJuego {
    width: 758px;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
}

#anuncioSuperior {
    width: 758px;
    height: 71px;
    background-image: url(../Images/bannerPequeno.png);
    background-repeat: no-repeat;
    margin-left: auto;
    margin-right: auto;
    cursor: pointer;
    margin-bottom: 10px;
}

#juego {
    width: 758px;
    height: 648px;
    border: none;
}

#anuncio {
    width: 758px;
    height: 340px;
    background-image: url(../Images/banner.png);
    background-repeat: no-repeat;
    margin-left: auto;
    margin-right: auto;
    cursor: pointer;
}

#descargas {
    width: 700px;
    height: 400px;
    margin-top: 100px;
    margin-left: auto;
    margin-right: auto;
}

#left {
    width: 300px;
    height:105px;
    background-image: url(../Images/appStore.png);
    background-repeat: no-repeat;
    float: left;
    cursor: pointer;
}

#right {
    width: 300px;
    height:105px;
    background-image: url(../Images/googlePlay.png);
    background-repeat: no-repeat;
    float: right;
    cursor: pointer;
}

#title{
    width: 700px;
    height:400px;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    background-image: url(../Images/title.png);
    background-repeat: no-repeat;
}



