

#contenedor_principal_juego{
    float: left;
    width: 700px;
    height: 658px;
    overflow: hidden;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

.contenedor_tutorial{
    background-image: url('../../images/bg/bg_tutorial.jpg');
    background-repeat: no-repeat;
    background-position: top left;
    background-size: cover;
    float: left;
    width: 700px;
    height: 195px;
}

.contenedor_tutorial ul li{
    list-style: none;
}

.contenedor_status{
    float: left;
    width: 700px;
    min-height: 100px;
}

.contenedor_main{
    float: left;
    width: 690px;
    height: 360px;
}

.h100{
    height: 100px;
}

.vidas{
    background-image: url("../../images/ico/img2.png");
    background-repeat: no-repeat;
    display: inline-block;
    height: 24px;
    width: 24px;
}

.btn-web1{
    background-image: url("../../images/bg/bg_btn1.jpg");
    background-repeat: repeat-x;
    display: block;
    width: 140px;
    height: 34px;
    border-radius: 3px;
}

.btn-web1:hover{
    opacity: 0.7;
}

.btn-web2{
    background-image: url("../../images/bg/bg_btn2.jpg");
    background-repeat: repeat-x;
    display: block;
    width: 140px;
    height: 34px;
    border-radius: 3px;
}

.btn-web2:hover{
    opacity: 0.7;
}

.btn-web3{
    background-image: url("../../images/bg/bg_btn3.jpg");
    background-repeat: repeat-x;
    display: block;
    width: 200px;
    height: 68px;
    left: 0;
    right: 0;
    margin: auto;
}

.btn-web3:hover{
    opacity: 0.9;
}

#producto_compara{

}

.vistas{
    position: absolute;
    display: block;
    width: 690px;
    height: 360px;
}

.cover{
    display: block;
    width: 700px;
    /*height: 600px;*/
    height: 873px;
}

.bg_cover{
    opacity: 0.5;
}

/*
.puntos{
    background-color:#00D9D9;
    display: block;
    float: left;
    height: 16px;
    width: 16px;
    opacity: 0.2;
}
*/
.puntos{
    /*background-color:red;*/
    display: block;
    position: absolute;
    height: 24px;
    width: 24px;
    opacity: 0.7;
    border-radius: 5%;
    border-radius: 38px;
}
#p1{
    height: 35px !important;
    width: 35px !important;
    margin-top: 130px;
    margin-left: 202px;
}

#p2{
    height: 35px !important;
    width: 35px !important;
    margin-top: 130px;
    margin-left: 202px;
}

#p1-1{
    height: 35px !important;
    width: 35px !important;
    border-radius: 100%;
}


#p1-2{
    height: 35px !important;
    width: 35px !important;
    border-radius: 100%;
}



#p2-1{
    height: 35px !important;
    width: 35px !important;
    border-radius: 100%;
}


#p2-2{
    height: 35px !important;
    width: 35px !important;
    border-radius: 100%;
}



#p3-1{
    height: 35px !important;
    width: 35px !important;
    border-radius: 100%;
}


#p3-2{
    height: 35px !important;
    width: 35px !important;
    border-radius: 100%;
}



#p4-1{
    height: 35px !important;
    width: 35px !important;
    border-radius: 100%;
}


#p4-2{
    height: 35px !important;
    width: 35px !important;
    border-radius: 100%;
}



#p5-1{
    height: 35px !important;
    width: 35px !important;
    border-radius: 100%;
}


#p5-2{
    height: 35px !important;
    width: 35px !important;
    border-radius: 100%;
}


#p6-1{
    height: 35px !important;
    width: 35px !important;
    border-radius: 100%;
}


#p6-2{
    height: 35px !important;
    width: 35px !important;
    border-radius: 100%;
}




#p7-1{
    height: 35px !important;
    width: 35px !important;
    border-radius: 100%;
}


#p7-2{
    height: 35px !important;
    width: 35px !important;
    border-radius: 100%;
}


#p8-1{
    height: 35px !important;
    width: 35px !important;
    border-radius: 100%;
}


#p8-2{
    height: 35px !important;
    width: 35px !important;
    border-radius: 100%;
}

.error{
    display: block;
    position: absolute;
    height: 24px;
    width: 24px;
    color: red;
    font-size: 24px;
}

#bg_ganaste{
    background-image: url('../../images/bg/bg_ganaste.jpg');
}


.vistas table, td, th {
    border: 1px solid #ddd;
    text-align: left;
}

.vistas table {
    border-collapse: collapse;
    width: 100%;
}

.vistas th, td {
    padding: 15px;
}
