sup {
    top: 0em;
}

#widget-livinggame {
    position: relative;
    width: 1024px;
    height: 768px;
}
#widget-livinggame .container {
    position: relative;
    width: 1024px;
    height: 768px;
}
#widget-livinggame .main-section {
    width: 100%;
    height: 100%;
}
#widget-livinggame .play-title {
    width: 100%;
    float: left;
    text-align: center;
    color: #7b2274;
}
#widget-livinggame .play-btn {
    width: 238px;
    height: 62px;
    font-family: "Trebuchet MS", Arial, _sans;
    font-size: 2.7em;
    font-weight: 800;
    background: url(./../../../imgs/telaris/button-bg-orange.png) 0 0 no-repeat;
    background-size: 100% 100%;
    border: none;
    color: #FFF;
    cursor: pointer;
}
#widget-livinggame #livingHome {
    text-align: center;
}
#widget-livinggame #homeTitle {
    color: #7b2274;
    margin: 202px 0 35px 0;
    font-size: 3.9em;
    text-transform: uppercase;
}
#widget-livinggame .home-description {
    font-size: 2.1em;
    font-weight: 100;
    text-align: justify;
    display: block;
    margin: 0 0 60px 117px;
    color: #000;
    width: 790px;
    line-height: 30px;
}
#widget-livinggame .home-description br {
    display: block;
    line-height: 3;
}
#widget-livinggame #oneTeam {
    margin-right: 33px;
    font-weight: 800;
}
#widget-livinggame #chooseTitle {
    margin: 202px 0 35px 0;
    font-size: 3.9em;
}
#widget-livinggame .pin-list {
    float: left;
    width: auto;
    height: 92px;
    margin-left: 103px;
    margin-bottom: 69px;
}
#widget-livinggame .pin-item {
    float: left;
    width: 98px;
    height: 128px;
    overflow: hidden;
    margin: -10px;
    opacity: 1;
    cursor: pointer;
}
#widget-livinggame .pin-item.active {
    opacity: .4;
}
#widget-livinggame .team-name {
    float: left;
    margin: 24px 0 0px 10px;
    width: 416px;
    height: 65px;
    background: url('./../../../imgs/telaris/team-input.png') no-repeat;
    border: none;
    padding: 4px 12px 0 0;
    text-indent: 26px;
    font-size: 3.8em;
    color: #fff;
}
::-webkit-input-placeholder {
    color: #fff;
}
::-moz-placeholder {
    color: #fff;
    opacity: 1;
}
:-ms-input-placeholder {
    color: #fff;
}
#widget-livinggame #sendTeam {
    width: 210px;
    background-size: 100% 100%;
    margin-left: 407px;
}
#widget-livinggame .player-item {
    position: absolute;
    width: 42px;
    height: 60px;
    z-index: 2;
}
#widget-livinggame .player-item img {
    width: 130%;
    height: 130%;
}
#widget-livinggame .play-map {
    position: relative;
}
#widget-livinggame #gameDice {
    width: 330px;
    height: auto;
    position: absolute;
    bottom: 63px;
    left: 452px;
    text-align: center;
}
#widget-livinggame .dice-img {
    background: url('./../../../imgs/telaris/dice-bg.png') no-repeat;
    cursor: pointer;
    height: 108px;
    width: 182px;
    display: block;
    float: left;
}
#widget-livinggame .title-dice {
    display: block;
    float: right;
    text-align: center;
    margin: 0;
    font-size: 2.7em;
    font-weight: 800;
    background: url(./../../../imgs/telaris/button-bg-orange-big.png) 0 0 no-repeat;
    border: none;
    font-family: "Trebuchet MS", Arial, _sans;
    color: #FFF;
    cursor: pointer;
    width: 132px;
    height: 111px;
    padding-top: 13px;
}
#widget-livinggame .title-dice img {
    margin-bottom: -4px;
}
#widget-livinggame .next-round {
    float: left;
    display: block;
    text-align: center;
    margin: 0;
    background: url(./../../../imgs/telaris/button-bg-orange-big.png) 0 0 no-repeat;
    border: none;
    font-size: 2.7em;
    font-weight: 800;
    font-family: "Trebuchet MS", Arial, _sans;
    color: #FFF;
    cursor: pointer;
    width: 132px;
    height: 101px;
    padding-top: 23px;
    margin-left: 40px;
}
#widget-livinggame .next-round img {
    margin-right: -6px;
    margin-bottom: -5px;
}
#widget-livinggame .game-overlay {
    width: 100%;
    height: 100%;
    background: rgba(0, 172, 179, 0.8);
    position: absolute;
    top: 0;
    display: none;
    z-index: 3;
}
#widget-livinggame .game-round {
    position: absolute;
    margin-left: -177px;
    margin-top: -125px;
    width: 377px;
    height: 241px;
    left: 50%;
    top: 50%;
    text-align: center;
    background: #e6f5fa;
    box-shadow: 4px 4px 3px #46a1a6;
    border-radius: 10px;
}
#widget-livinggame .team-round {
    font-size: 3.0em;
    font-weight: bold;
    color: #fe7303;
    width: 351px;
    margin-top: 36px;
    text-align: center;
}
#widget-livinggame .game-round span {
    font-size: 3.0em;
    font-weight: bold;
    color: #fe7303;
    width: 100%;
    float: left;
    text-align: center;
}
#widget-livinggame .round-pin {
    margin: -6px 0 -13px 0;
}
#widget-livinggame .close-round {
    position: absolute;
    right: 0px;
    top: 0px;
    cursor: pointer;
    width: 56px;
    height: 56px;
    margin: 5px 5px 0 0;
    position: absolute;
    margin-right: 30px;
    margin-top: 14px;
    background: url("./../../../imgs/telaris/close-orange-icon.png");
    width: 40px;
    height: 40px;
    top: -8px;
    right: -16px;
    cursor: pointer;
    z-index: 1000;
}
#widget-livinggame .close-round img {
    width: 35px;
    height: 35px;
    margin: 5px 5px 0 0;
}
#widget-livinggame .question-area {
    position: absolute;
    padding: 0 14px;
    margin-left: -335px;
    margin-top: -225px;
    width: 700px;
    height: 507px;
    left: 50%;
    top: 50%;
    margin-left: -252px;
    margin-top: -240px;
    text-align: center;
    background: url("./../../../imgs/telaris/bg_white.png") no-repeat;
    background-size: 100% 100%;
}
#widget-livinggame .question-title {
    position: relative;
    font-size: 2.5em;
    display: block;
    margin-top: 25px;
    margin-bottom: 15px;
    width: 50%;
    min-width: 350px;
    text-align: center;
    float: left;
    height: 200px;
    margin-left: 20px;
    color: #636975;
}
#widget-livinggame .question-image {
    position: relative;
    float: left;
    margin-left: 35px;
    margin-top: 85px;
    text-align: center;
}
#widget-livinggame .question-image img {
    max-width: 260px;
}
#widget-livinggame .image-subs {
    width: 100%;
    max-width: 260px;
    min-height: 54px;
    background: #cdd4da;
    margin: -5px 0 20px 0px;
    border-radius: 0 0 10px 10px;
    font-size: 1.5em;
    padding: 10px 5px;
    line-height: 1em;
    color: #44677b;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
#widget-livinggame .no-image-subs {
    min-width: 370px;
    min-height: 54px;
    margin: -5px 0 20px 0px;
    border-radius: 0 0 10px 10px;
    font-size: 2.0em;
    padding-top: 13px;
}
#widget-livinggame .side-legend {
    font-size: 1.3em;
    color: #fff;
    width: 100%;
    position: absolute;
    top: 498px;
    text-align: left;
    
    -webkit-transform: rotate(-90deg);
    -mos-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
#widget-livinggame .side-legend span {
    padding: 2px;
    background-color: rgba(0, 0, 0, 0.2);
}
#widget-livinggame .question-btn {
    border: none;
    width: 310px;
    height: 60px;
    margin-bottom: 12px;
    background: url(./../../../imgs/telaris/button-bg-orange.png) 0 0 no-repeat;
    background-size: 100% 100%;
    border: none;
    font-family: "Trebuchet MS", Arial, _sans;
    color: #FFF;
    font-weight: 600;
    font-size: 2.1em;
    padding-left: 8px;
    cursor: pointer;
}
#widget-livinggame .result-area {
    float: left;
    width: 50%;
    height: auto;
    margin-bottom: 10px;
    text-align: center;
    min-width: 350px;
    margin-left: 20px;
}
#widget-livinggame .result-area h1 {
    font-size: 3.1em;
    margin-top: -5px;
    margin-bottom: 3px;
}
#widget-livinggame .result-area h1.correct-answer {
    color: #19a63a;
}
#widget-livinggame .result-area h1.wrong-answer {
    color: red;
}
#widget-livinggame .answer-status {
    font-size: 2.1em;
}
#widget-livinggame .answer-status.correct-answer {
    color: #636975;
}
#widget-livinggame .answer-status.wrong-answer {
    color: #636975;
}
#widget-livinggame .answer-result {
    display: block;
    width: 100%;
    font-size: 2.2em;
    color: #636975;
    margin-bottom: 15px;
    margin-top: 50px;
}
#widget-livinggame .back-btn {
    border: none;
    cursor: pointer;
    background-size: 100% 100%;
    width: 168px;
    height: 34px;
    background: url(./../../../imgs/telaris/button-bg-orange.png) 0 0 no-repeat;
    background-size: 100% 100%;
    border: none;
    font-family: "Trebuchet MS", Arial, _sans;
    color: #FFF;
    font-weight: 600;
    font-size: 1.8em;
    padding-left: 8px;
}
#gameFinish {
    text-align: center;
}
#widget-livinggame .winner-name {
    float: left;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    margin-top: 130px;
    color: #fff;
    font-size: 4.0em;
    color: #7b2274;
}
#widget-livinggame .finish-ranking {
    position: relative;
    top: 258px;
    left: 333px;
    width: 358px;
    height: 248px;
    background: url('./../../../imgs/telaris/widget_livinggame/ranking-bg.png') no-repeat bottom;
}
.finish-ranking img {
    position: absolute;
}
#widget-livinggame #playAgain {
    width: 274px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 50%;
    margin-left: -137px;
    bottom: 110px;
}
.sprite_dado {
    margin-left: 80px;
}
#widget-livinggame .credit {
    position: absolute;
    color: #fff;
    text-shadow: #000 0 0 0.3em;
    background-color: rgba(0, 0, 0, 0.2);
    font: 13px"Verdana", Helvetica, Arial, sans-serif;
    bottom: 0px;
    right: 0px;
    margin-right: 5px;
    margin-bottom: 90px;
    height: auto;
    max-width: 460px;
    padding: 5px;
    line-height: 12px;
    z-index: 2;

    -webkit-transform-origin: left;
    -moz-transform-origin: left;
    -ms-transform-origin: left;
    -o-transform-origin: left;
    transform-origin: left;
    
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.sprite_dado {
    position: absolute;
    display: inline-block;
    overflow: hidden;
    background-repeat: no-repeat;
    background-image: url('./../../../imgs/spritesheets/dado.png');
    margin-top: -22px;
    margin-left: 25px;
}
.dado-01_0000 {
    left: 7px;
    top: 7px;
    width: 125px;
    height: 139px;
    background-position: -462px -840px
}
.dado-01_0001 {
    left: 7px;
    top: 7px;
    width: 125px;
    height: 139px;
    background-position: -462px -840px
}
.dado-01_0002 {
    left: 4px;
    top: 7px;
    width: 133px;
    height: 139px;
    background-position: -589px -846px
}
.dado-01_0003 {
    left: 2px;
    top: 8px;
    width: 135px;
    height: 133px;
    background-position: -1031px -741px
}
.dado-01_0004 {
    left: 13px;
    top: 18px;
    width: 113px;
    height: 113px;
    background-position: -731px -475px
}
.dado-01_0005 {
    left: 2px;
    top: 13px;
    width: 135px;
    height: 123px;
    background-position: -2px -584px
}
.dado-01_0006 {
    left: 2px;
    top: 8px;
    width: 135px;
    height: 133px;
    background-position: -894px -727px
}
.dado-01_0007 {
    left: 12px;
    top: 12px;
    width: 115px;
    height: 129px;
    background-position: -777px -721px
}
.dado-01_0008 {
    left: 12px;
    top: 12px;
    width: 115px;
    height: 129px;
    background-position: -777px -721px
}
.dado-01_0009 {
    left: 14px;
    top: 13px;
    width: 113px;
    height: 123px;
    background-position: -103px -709px
}
.dado-01_0010 {
    left: 17px;
    top: 18px;
    width: 105px;
    height: 113px;
    background-position: -97px -469px
}
.dado-01_0011 {
    left: 18px;
    top: 23px;
    width: 103px;
    height: 103px;
    background-position: -1103px -269px
}
.dado-01_0012 {
    left: 23px;
    top: 27px;
    width: 93px;
    height: 99px;
    background-position: -1008px -269px
}
.dado-01_0013 {
    left: 23px;
    top: 28px;
    width: 93px;
    height: 93px;
    background-position: -913px -269px
}
.dado-01_0014 {
    left: 28px;
    top: 33px;
    width: 83px;
    height: 87px;
    background-position: -1192px -180px
}
.dado-01_0015 {
    left: 28px;
    top: 33px;
    width: 83px;
    height: 87px;
    background-position: -1192px -180px
}
.dado-01_0016 {
    left: 28px;
    top: 33px;
    width: 83px;
    height: 87px;
    background-position: -1107px -180px
}
.dado-01_0017 {
    left: 28px;
    top: 33px;
    width: 83px;
    height: 87px;
    background-position: -1022px -180px
}
.dado-01_0018 {
    left: 28px;
    top: 33px;
    width: 83px;
    height: 87px;
    background-position: -937px -180px
}
.dado-01_0019 {
    left: 28px;
    top: 33px;
    width: 83px;
    height: 87px;
    background-position: -852px -180px
}
.dado-01_0020 {
    left: 28px;
    top: 33px;
    width: 83px;
    height: 87px;
    background-position: -767px -180px
}
.dado-01_0021 {
    left: 28px;
    top: 33px;
    width: 83px;
    height: 87px;
    background-position: -682px -180px
}
.dado-02_0000 {
    left: 18px;
    top: 17px;
    width: 103px;
    height: 119px;
    background-position: -846px -475px
}
.dado-02_0001 {
    left: 18px;
    top: 17px;
    width: 103px;
    height: 119px;
    background-position: -846px -475px
}
.dado-02_0002 {
    left: 17px;
    top: 13px;
    width: 109px;
    height: 123px;
    background-position: -254px -584px
}
.dado-02_0003 {
    left: 12px;
    top: 7px;
    width: 115px;
    height: 139px;
    background-position: -1073px -876px
}
.dado-02_0004 {
    left: 14px;
    top: 17px;
    width: 113px;
    height: 119px;
    background-position: -951px -481px
}
.dado-02_0005 {
    left: 13px;
    top: 8px;
    width: 113px;
    height: 133px;
    background-position: -347px -840px
}
.dado-02_0006 {
    left: 18px;
    top: 12px;
    width: 103px;
    height: 129px;
    background-position: -442px -709px
}
.dado-02_0007 {
    left: 22px;
    top: 18px;
    width: 95px;
    height: 113px;
    background-position: -204px -469px
}
.dado-02_0008 {
    left: 22px;
    top: 18px;
    width: 95px;
    height: 113px;
    background-position: -204px -469px
}
.dado-02_0009 {
    left: 13px;
    top: 18px;
    width: 113px;
    height: 113px;
    background-position: -521px -469px
}
.dado-02_0010 {
    left: 12px;
    top: 23px;
    width: 115px;
    height: 103px;
    background-position: -553px -364px
}
.dado-02_0011 {
    left: 19px;
    top: 28px;
    width: 103px;
    height: 93px;
    background-position: -517px -269px
}
.dado-02_0012 {
    left: 18px;
    top: 28px;
    width: 103px;
    height: 93px;
    background-position: -297px -269px
}
.dado-02_0013 {
    left: 23px;
    top: 32px;
    width: 93px;
    height: 89px;
    background-position: -2px -269px
}
.dado-02_0014 {
    left: 28px;
    top: 33px;
    width: 83px;
    height: 87px;
    background-position: -597px -180px
}
.dado-02_0015 {
    left: 28px;
    top: 33px;
    width: 83px;
    height: 87px;
    background-position: -597px -180px
}
.dado-02_0016 {
    left: 28px;
    top: 33px;
    width: 83px;
    height: 87px;
    background-position: -512px -180px
}
.dado-02_0017 {
    left: 28px;
    top: 33px;
    width: 83px;
    height: 87px;
    background-position: -427px -180px
}
.dado-02_0018 {
    left: 28px;
    top: 33px;
    width: 83px;
    height: 87px;
    background-position: -342px -180px
}
.dado-02_0019 {
    left: 28px;
    top: 33px;
    width: 83px;
    height: 87px;
    background-position: -257px -180px
}
.dado-02_0020 {
    left: 28px;
    top: 33px;
    width: 83px;
    height: 87px;
    background-position: -172px -180px
}
.dado-02_0021 {
    left: 28px;
    top: 33px;
    width: 83px;
    height: 87px;
    background-position: -87px -180px
}
.dado-03_0000 {
    left: 12px;
    top: 13px;
    width: 115px;
    height: 123px;
    background-position: -1061px -616px
}
.dado-03_0001 {
    left: 12px;
    top: 13px;
    width: 115px;
    height: 123px;
    background-position: -1061px -616px
}
.dado-03_0002 {
    left: 13px;
    top: 12px;
    width: 113px;
    height: 129px;
    background-position: -662px -715px
}
.dado-03_0003 {
    left: 14px;
    top: 7px;
    width: 113px;
    height: 139px;
    background-position: -841px -862px
}
.dado-03_0004 {
    left: 17px;
    top: 22px;
    width: 109px;
    height: 109px;
    background-position: -785px -364px
}
.dado-03_0005 {
    left: 24px;
    top: 18px;
    width: 93px;
    height: 113px;
    background-position: -636px -469px
}
.dado-03_0006 {
    left: 15px;
    top: 8px;
    width: 111px;
    height: 133px;
    background-position: -2px -834px
}
.dado-03_0007 {
    left: 14px;
    top: 13px;
    width: 113px;
    height: 123px;
    background-position: -946px -602px
}
.dado-03_0008 {
    left: 14px;
    top: 13px;
    width: 113px;
    height: 123px;
    background-position: -946px -602px
}
.dado-03_0009 {
    left: 18px;
    top: 18px;
    width: 103px;
    height: 113px;
    background-position: -416px -469px
}
.dado-03_0010 {
    left: 12px;
    top: 23px;
    width: 115px;
    height: 103px;
    background-position: -214px -364px
}
.dado-03_0011 {
    left: 14px;
    top: 28px;
    width: 113px;
    height: 93px;
    background-position: -402px -269px
}
.dado-03_0012 {
    left: 19px;
    top: 28px;
    width: 103px;
    height: 93px;
    background-position: -192px -269px
}
.dado-03_0013 {
    left: 23px;
    top: 33px;
    width: 93px;
    height: 87px;
    background-position: -682px -91px
}
.dado-03_0014 {
    left: 28px;
    top: 33px;
    width: 83px;
    height: 87px;
    background-position: -2px -180px
}
.dado-03_0015 {
    left: 28px;
    top: 33px;
    width: 83px;
    height: 87px;
    background-position: -2px -180px
}
.dado-03_0016 {
    left: 28px;
    top: 33px;
    width: 83px;
    height: 87px;
    background-position: -1202px -91px
}
.dado-03_0017 {
    left: 28px;
    top: 33px;
    width: 83px;
    height: 87px;
    background-position: -1117px -91px
}
.dado-03_0018 {
    left: 28px;
    top: 33px;
    width: 83px;
    height: 87px;
    background-position: -1032px -91px
}
.dado-03_0019 {
    left: 28px;
    top: 33px;
    width: 83px;
    height: 87px;
    background-position: -947px -91px
}
.dado-03_0020 {
    left: 28px;
    top: 33px;
    width: 83px;
    height: 87px;
    background-position: -862px -91px
}
.dado-03_0021 {
    left: 28px;
    top: 33px;
    width: 83px;
    height: 87px;
    background-position: -777px -91px
}
.dado-04_0000 {
    left: 13px;
    top: 13px;
    width: 113px;
    height: 123px;
    background-position: -597px -584px
}
.dado-04_0001 {
    left: 13px;
    top: 13px;
    width: 113px;
    height: 123px;
    background-position: -597px -584px
}
.dado-04_0002 {
    left: 13px;
    top: 12px;
    width: 113px;
    height: 129px;
    background-position: -547px -709px
}
.dado-04_0003 {
    left: 12px;
    top: 8px;
    width: 115px;
    height: 133px;
    background-position: -115px -834px
}
.dado-04_0004 {
    left: 28px;
    top: 33px;
    width: 83px;
    height: 87px;
    background-position: -597px -91px
}
.dado-04_0005 {
    left: 13px;
    top: 8px;
    width: 113px;
    height: 133px;
    background-position: -232px -840px
}
.dado-04_0006 {
    left: 23px;
    top: 17px;
    width: 93px;
    height: 119px;
    background-position: -1161px -495px
}
.dado-04_0007 {
    left: 12px;
    top: 13px;
    width: 115px;
    height: 123px;
    background-position: -829px -596px
}
.dado-04_0008 {
    left: 12px;
    top: 13px;
    width: 115px;
    height: 123px;
    background-position: -829px -596px
}
.dado-04_0009 {
    left: 14px;
    top: 18px;
    width: 113px;
    height: 113px;
    background-position: -301px -469px
}
.dado-04_0010 {
    left: 17px;
    top: 23px;
    width: 105px;
    height: 103px;
    background-position: -331px -364px
}
.dado-04_0011 {
    left: 22px;
    top: 28px;
    width: 99px;
    height: 93px;
    background-position: -622px -269px
}
.dado-04_0012 {
    left: 23px;
    top: 28px;
    width: 93px;
    height: 93px;
    background-position: -818px -269px
}
.dado-04_0013 {
    left: 23px;
    top: 33px;
    width: 93px;
    height: 87px;
    background-position: -1192px -2px
}
.dado-04_0014 {
    left: 28px;
    top: 33px;
    width: 83px;
    height: 87px;
    background-position: -512px -91px
}
.dado-04_0015 {
    left: 28px;
    top: 33px;
    width: 83px;
    height: 87px;
    background-position: -512px -91px
}
.dado-04_0016 {
    left: 28px;
    top: 33px;
    width: 83px;
    height: 87px;
    background-position: -427px -91px
}
.dado-04_0017 {
    left: 28px;
    top: 33px;
    width: 83px;
    height: 87px;
    background-position: -342px -91px
}
.dado-04_0018 {
    left: 28px;
    top: 33px;
    width: 83px;
    height: 87px;
    background-position: -257px -91px
}
.dado-04_0019 {
    left: 28px;
    top: 33px;
    width: 83px;
    height: 87px;
    background-position: -172px -91px
}
.dado-04_0020 {
    left: 28px;
    top: 33px;
    width: 83px;
    height: 87px;
    background-position: -87px -91px
}
.dado-04_0021 {
    left: 28px;
    top: 33px;
    width: 83px;
    height: 87px;
    background-position: -2px -91px
}
.dado-05_0000 {
    left: 12px;
    top: 13px;
    width: 115px;
    height: 123px;
    background-position: -712px -590px
}
.dado-05_0001 {
    left: 12px;
    top: 13px;
    width: 115px;
    height: 123px;
    background-position: -712px -590px
}
.dado-05_0002 {
    left: 13px;
    top: 13px;
    width: 113px;
    height: 123px;
    background-position: -482px -584px
}
.dado-05_0003 {
    left: 13px;
    top: 8px;
    width: 113px;
    height: 133px;
    background-position: -1168px -741px
}
.dado-05_0004 {
    left: 28px;
    top: 22px;
    width: 83px;
    height: 109px;
    background-position: -896px -364px
}
.dado-05_0005 {
    left: 12px;
    top: 13px;
    width: 115px;
    height: 123px;
    background-position: -365px -584px
}
.dado-05_0006 {
    left: 23px;
    top: 18px;
    width: 93px;
    height: 113px;
    background-position: -2px -465px
}
.dado-05_0007 {
    left: 12px;
    top: 12px;
    width: 115px;
    height: 129px;
    background-position: -325px -709px
}
.dado-05_0008 {
    left: 12px;
    top: 12px;
    width: 115px;
    height: 129px;
    background-position: -325px -709px
}
.dado-05_0009 {
    left: 13px;
    top: 23px;
    width: 113px;
    height: 103px;
    background-position: -670px -364px
}
.dado-05_0010 {
    left: 17px;
    top: 13px;
    width: 105px;
    height: 123px;
    background-position: -218px -709px
}
.dado-05_0011 {
    left: 22px;
    top: 13px;
    width: 99px;
    height: 123px;
    background-position: -2px -709px
}
.dado-05_0012 {
    left: 23px;
    top: 18px;
    width: 93px;
    height: 113px;
    background-position: -1197px -380px
}
.dado-05_0013 {
    left: 23px;
    top: 28px;
    width: 93px;
    height: 93px;
    background-position: -723px -269px
}
.dado-05_0014 {
    left: 28px;
    top: 33px;
    width: 83px;
    height: 87px;
    background-position: -1107px -2px
}
.dado-05_0015 {
    left: 28px;
    top: 33px;
    width: 83px;
    height: 87px;
    background-position: -1107px -2px
}
.dado-05_0016 {
    left: 28px;
    top: 33px;
    width: 83px;
    height: 87px;
    background-position: -1022px -2px
}
.dado-05_0017 {
    left: 28px;
    top: 33px;
    width: 83px;
    height: 87px;
    background-position: -937px -2px
}
.dado-05_0018 {
    left: 28px;
    top: 33px;
    width: 83px;
    height: 87px;
    background-position: -852px -2px
}
.dado-05_0019 {
    left: 28px;
    top: 33px;
    width: 83px;
    height: 87px;
    background-position: -767px -2px
}
.dado-05_0020 {
    left: 28px;
    top: 33px;
    width: 83px;
    height: 87px;
    background-position: -682px -2px
}
.dado-05_0021 {
    left: 28px;
    top: 33px;
    width: 83px;
    height: 87px;
    background-position: -597px -2px
}
.dado-06_0000 {
    left: 12px;
    top: 23px;
    width: 115px;
    height: 103px;
    background-position: -97px -364px
}
.dado-06_0001 {
    left: 12px;
    top: 23px;
    width: 115px;
    height: 103px;
    background-position: -97px -364px
}
.dado-06_0002 {
    left: 14px;
    top: 23px;
    width: 113px;
    height: 103px;
    background-position: -438px -364px
}
.dado-06_0003 {
    left: 13px;
    top: 17px;
    width: 113px;
    height: 113px;
    background-position: -1082px -374px
}
.dado-06_0004 {
    left: 28px;
    top: 22px;
    width: 83px;
    height: 109px;
    background-position: -1208px -269px
}
.dado-06_0005 {
    left: 13px;
    top: 13px;
    width: 113px;
    height: 123px;
    background-position: -139px -584px
}
.dado-06_0006 {
    left: 23px;
    top: 17px;
    width: 93px;
    height: 119px;
    background-position: -1066px -489px
}
.dado-06_0007 {
    left: 12px;
    top: 7px;
    width: 115px;
    height: 139px;
    background-position: -956px -876px
}
.dado-06_0008 {
    left: 12px;
    top: 7px;
    width: 115px;
    height: 139px;
    background-position: -956px -876px
}
.dado-06_0009 {
    left: 12px;
    top: 7px;
    width: 115px;
    height: 139px;
    background-position: -724px -852px
}
.dado-06_0010 {
    left: 17px;
    top: 13px;
    width: 105px;
    height: 123px;
    background-position: -1178px -616px
}
.dado-06_0011 {
    left: 22px;
    top: 22px;
    width: 99px;
    height: 109px;
    background-position: -981px -370px
}
.dado-06_0012 {
    left: 23px;
    top: 23px;
    width: 93px;
    height: 103px;
    background-position: -2px -360px
}
.dado-06_0013 {
    left: 23px;
    top: 28px;
    width: 93px;
    height: 93px;
    background-position: -97px -269px
}
.dado-06_0014 {
    left: 28px;
    top: 33px;
    width: 83px;
    height: 87px;
    background-position: -512px -2px
}
.dado-06_0015 {
    left: 28px;
    top: 33px;
    width: 83px;
    height: 87px;
    background-position: -512px -2px
}
.dado-06_0016 {
    left: 28px;
    top: 33px;
    width: 83px;
    height: 87px;
    background-position: -427px -2px
}
.dado-06_0017 {
    left: 28px;
    top: 33px;
    width: 83px;
    height: 87px;
    background-position: -342px -2px
}
.dado-06_0018 {
    left: 28px;
    top: 33px;
    width: 83px;
    height: 87px;
    background-position: -257px -2px
}
.dado-06_0019 {
    left: 28px;
    top: 33px;
    width: 83px;
    height: 87px;
    background-position: -172px -2px
}
.dado-06_0020 {
    left: 28px;
    top: 33px;
    width: 83px;
    height: 87px;
    background-position: -87px -2px
}
.dado-06_0021 {
    left: 28px;
    top: 33px;
    width: 83px;
    height: 87px;
    background-position: -2px -2px
}