﻿a:not([href]):not([tabindex]) {
    color: gray;
}

a:not([href]):not([tabindex]):hover {
    color: gray;
}

a.puntaje{
    text-decoration: none;
    cursor: pointer;
    font-size: 1.5rem;
}

a.puntaje.activated {
    color: #eb8223;
}

#contenedor_puntaje{
    display: inline-block;
    margin-left: 5px;
    margin-right: 30px;
    min-width: 280px;
}

#animacion_puntaje {
    margin-top: 5px;
    font-size: 1.5rem;
}