.juego button {
    background-repeat: repeat-x;
    text-shadow: 0 -1px 0 rgba(0,0,0,.2);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.15),0 1px 1px rgba(0,0,0,.075);
    color: white;
    display: inline-block;
    padding: .25em .6em;
    margin-bottom: 0;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.25em; /* 1.42857143; */
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    border-radius: .25em;
}
.juego button.bblue {
    background-image: linear-gradient(to bottom,#44c 0,#33a 100%);
    background-color: #33b;
    border: 1px solid #339;
}
.juego button.bred {
    background-image: linear-gradient(to bottom,#c44 0,#a33 100%);
    background-color: #b33;
    border: 1px solid #933;
}
.juego button.flecha {
    background-image: linear-gradient(to bottom,#53c 0,#42a 100%);
    background-color: #42b;
    border: 1px solid #429;
}
.juego button.borobil {
    padding: .25em .8em;
    border-radius: 1em;
}
.juego button:focus {
    outline:0;
}
.juego button:disabled {
    color:rgba(255,255,255,.3);
    cursor:auto;
    opacity:.6;
}
.juego button:hover {
    border:1px solid #55b;
}
.juego .fixfont {
    font-family: monaco,monofur,courier,monospace;
}
/*.ludofont {
    font-family:verdana,sans-serif;
}*/
a.agreen {
    border:solid 1px #3e8f3e;
    border-radius:.4em;
    font-size:.9em;
    background-color:#419641;
    color:white;
    text-decoration:none;
    padding:.5em 1em;
    cursor:pointer;
}
a.agreen:hover {
    color:white;
    text-decoration:none;
    border:1px solid #262;
}
.juego .poker_card {
    border:1px solid #666;
    line-height:.8em;
    width:1em;
    font-size:1.2em;
    text-align:center;
}
canvas.tool {
    float:right;
    border:solid 1px transparent;
    padding:2px;
    box-sizing:content-box;
}
canvas.tool:hover {
    background-color:rgba(255,255,255,.2);
    border-radius:2px;
    border:solid 1px rgba(0,0,0,.2);
    box-shadow: 1px 1px 1px rgba(0,0,0,.15);
}
