#contenedor_rulete * {
    margin: 0px;
    text-align: center;
}

#contenedor_rulete{
    /*background-image: url("/ruleta/image/fondo.png ");*/
    background: #fff;
}

#contenedor_rulete .vara {
    height: 70px;
    width: 70px;
    background-repeat: no-repeat;
    background-position-x: center;
    background-size: contain;
    background-image: url('/ruleta/image/bara.png');
    /* background-color: #aaa; */
    margin: auto;
    position: relative;
    top: 10px;
    border-radius: 0px 0px 8px 8px;
    /* border: 1px solid #000; */
    /* border-top: 5px solid #000; */
    z-index: 10000 !important;
}

#contenedor_rulete img {
    z-index: 100;
    transition: all 5s;
}

#contenedor_rulete #premio {
    color: white;
    position: absolute;
    font-weight: bold;
    font-size: 25px;
    padding-top: 20px;
    padding: 20px;
}