.recalculate-row .x-grid-cell { 
    /*background-color: #ffa; 
    border-bottom-color: #ffc; 
    //border-top-color: #ff5; 
    //color: #009; */
    background-color: #ff5555; 
    color: #000;
    border-color: #f00; 
}

.normal-row .x-grid-cell { 
} 

.x-action-col-cell img
{
  width: 16px;
  height: 16px;
  margin-top: 0px;
  margin-right: 0px;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center;
}

.x-action-col-cell img.icon-text-clean {
background-image: url(../images/papel.png);
 background-size: 16px 16px;
}
.x-action-col-cell img.icon-text-wrote {
    background-image: url(../images/papelescrito.png);
 background-size: 16px 16px;
}