


.icon {
display:block;
width:24px;
height:25px;
float:left;
margin-right:15px;
background:url(images/icons.png) no-repeat;
text-indent:-9999px
}
/* clases para icon */
.refresh {
background-position:0 0
}
.search {
background-position:0 -28px
}


.delete {
background-position:-24px 0
}


.editar {
background-position:0 -213px;
}

.imprimir {
background-position:0 -189px;
}

.iconplay {
display:block;
width:24px;
height:25px;
float:left;
margin-right:15px;
background:url(images/icons.png) no-repeat;
text-indent:-9999px
}
/* clases para iconplay */
.start {
background-position:0 -213px;
}
.stop {
background-position:0 -213px;
}
.resume {
background-position:0 -213px;
}
.import {
background-position:0 -213px;
}
.export {
background-position:0 -213px;
}
