#logoPanel .x-panel-body {
    background-image:url(../images/logo.gif);
	background-repeat: no-repeat;
}
/* ICONOS */

.add{
	background-image:url(../images/add.png) !important;
}

.add2{
	background-image:url(../images/form_add.png) !important;
}

.remove{
	background-image:url(../images/remove.png) !important;
}

.find{
	background-image:url(../images/find.png) !important;
}

.find_add{
	background-image:url(../images/find_add.png) !important;
}

.find_remove{
	background-image:url(../images/find_remove.png) !important;
}

.printer{
	background-image:url(../images/printer.png) !important;
}

.edit{
	background-image:url(../images/edit.png) !important;
}

.export{
	background-image:url(../images/export.png) !important;
}

.import{
	background-image:url(../images/import.png) !important;
}

.window{
	background-image:url(../images/window.png) !important;
}

.save{
	background-image:url(../images/save.png) !important;
}
.cancel{
	background-image:url(../images/cancel.png) !important;
}


/* ESTILOS */

.readonlycell { 
  background-color:#f7f7f7;
}

.gray-row .x-grid3-cell-inner{
      /*color:#c00;*/
	  background:#f7f7f7;
}
