#boton_actualizar{
    border: 2px solid gray;
    border-radius: 3px;
    float: left;
    font-size: 11px;
    height: 15px;
    margin: 5px;
    padding: 8px 12px 12px 12px;
    
}

#boton_actualizar a{
    color: #ccc;
    text-decoration: none;
}

#boton_crear{
    float: right;
}

#boton_crear{
    background-color: orange;
    border: 2px solid white;
    border-radius: 3px;
    float: left;
    font-size: 11px;
    height: 15px;
    margin: 5px;
    padding: 8px 12px 12px 12px;
}

#boton_crear a{
    color: black;
    font-size:14px;
    font-weight: bold;
    text-decoration: none;
}

#boton_crear_radius{
    border-radius: 4px 4px 4px 4px;
}

#game_jugador_item{}

#game_tabla_jugadores{
    background-color: black;
    border-radius: 4px 4px 4px 4px;
    padding: 5px;
}

.limpiar{
    clear: both;
}

.row1{
    text-shadow: 0px 0px 3px #00B000;
}

.row2{
    text-shadow: 0px 0px 3px red;
}