.icon-blank{
	background:url('../Img/blank.gif') no-repeat center center;
}
.icon-guardar{
	background:url('../Img/Iconos/disquete.png') no-repeat center center;
}
.icon-eliminar{
    background:url('../Img/Iconos/eliminar.png') no-repeat center center;
}
.icon-limpiar{
    background:url('../Img/Iconos/vacio.png') no-repeat center center;
}
.icon-buscar{
    background:url('../Img/Iconos/lupa.png') no-repeat center center;
}
.icon-menu{
    background:url('../Img/Iconos/icon-menu.svg') no-repeat center center;
    background-size:28px 28px;
}
.icon-logout{
    background:url('../Img/Iconos/power.svg') no-repeat center center;
    background-size:28px 28px;
}	