





.btnGraph{
    background: url(../img2/btn_graph.png?o=6) no-repeat center center;
    width:34px;
    height:34px;
    background-size: 100% 100%;
    cursor: pointer;
}
.btnGraph.on, .btnGraph:hover{
background: url(../img2/btn_graph_on.png) no-repeat center center;
background-size: 100% 100%;
}
.btnGrid{
    background: url(../img2/btn_grid.png?r=3) no-repeat center center;
    width:34px;
    height:34px;
 
    background-size: 100% 100%;
    cursor: pointer;
}
.btnGrid.on, .btnGrid:hover{
    background: url(../img2/btn_grid_on.png) no-repeat center center;
    background-size: 100% 100%;
}
.btnFiltros{
    background: url(../img2/btn_filtros.png) no-repeat center center;
    width:32px;
    height:32px;
 
    background-size: 80% 80%;
    cursor: pointer;
    position:relative;
}
.btnFiltros .cnt{
    background-color:chocolate;
    color:#fff;
    font-size:11px;
    display: flex;
    justify-content: center;
    align-items: center;
    width:15px;
    height:13px;
    padding:2px 1px 0px 1px;
    border-radius: 9px;
    position:absolute;
    right:-5px;
    top:-2px;
}