.icon-blank{
	background:url('icons/blank.gif') no-repeat center center;
	background-size:16px 16px;
}
.icon-clear{
	background:url('icons/clear.png') no-repeat center center;
	background-size:16px 16px;
}
.icon-ok{
	background:url('icons/ok.png') no-repeat center center;
	background-size:16px 16px;
}
.icon-delete{
	background:url('icons/delete.png') no-repeat center center;
	background-size:16px 16px;
}
.icon-buscar{
	background:url('icons/search.png') no-repeat center center;
	background-size:16px 16px;
}
.icon-exportar{
	background:url('icons/export.png') no-repeat center center;
	background-size:16px 16px;
}
.icon-importar{
	background:url('icons/import.png') no-repeat center center;
	background-size:16px 16px;
}
.lg-icon-logout{
	background:url('../../media/icons/arrow.svg') no-repeat center center;
	background-size:28px 28px;
}
.lg-icon-inicio{
	background:url('../../media/icons/power.svg') no-repeat center center;
	background-size:28px 28px;
}
.icon-add{
	background:url('icons/plus.png') no-repeat center center;
	background-size:16px 16px;
}
.icon-enganche{
	background:url('icons/enganche.png') no-repeat center center;
	background-size:16px 16px;
}
.icon-exportarxls{
	background:url('icons/bullet_lightning.png') no-repeat center center,
				url('icons/excel.png') no-repeat center center;
	background-size:16px 16px;
}