.icon-blank{
	background:url('../Img/blank.gif') no-repeat center center;
}
.icon-xls{
    background:url('../Img/Iconos/file_extension_xls.png') no-repeat center center;
}
.icon-cleartxt{
    background:url('../Img/Iconos/clear.png') no-repeat center center;
}
.icon-agregar{
    background:url('../Img/Iconos/agregar.png') no-repeat center center;
}
.icon-editar{
    background:url('../Img/Iconos/editar.png') no-repeat center center;
}
.icon-guardar{
    background:url('../Img/Iconos/registrar.png') no-repeat center center;
}
.icon-cancelar{
    background:url('../Img/Iconos/cancelar.png') no-repeat center center;
}
.icon-eliminar{
    background:url('../Img/Iconos/eliminar.png') no-repeat center center;
}
.icon-ruta{
    background:url('../Img/Iconos/ruta.png') no-repeat center center;
}