#icones {
  position: relative;
  padding-right: 0.5em;
}

#icones li {
  display: inline;
  
}

#icones a {
  padding: 0.6em 1em 0.6em 1em;
  text-decoration: none;
  
}

#deletar {
  position: relative;
  padding-right: 0.5em;
}

#deletar li {
  display: inline;
}

#deletar a {
  padding: 0.6em 1em 0.6em 1em;
  text-decoration: none;
}

#icones a.icone-ajuda {
  background: url(../imagens/ico_ajuda.gif) no-repeat center center; 
}

#icones a.icone-ajuda:hover {
  background: url(../imagens/ico_ajuda_over.gif) no-repeat center center; 
}

#icones a.icone-cancelar {
  background: url(../imagens/ico_cancelar.gif) no-repeat center center; 
}

#icones a.icone-cancelar:hover {
  background: url(../imagens/ico_cancelar_over.gif) no-repeat center center; 
}

#icones a.icone-home {
  background: url(../imagens/ico_home.gif) no-repeat center center; 
}

#icones a.icone-home:hover {
  background: url(../imagens/ico_home_over.gif) no-repeat center center; 
}

#icones a.icone-voltar {
  background: url(../imagens/ico_voltar.gif) no-repeat center center; 
}

#icones a.icone-voltar:hover {
  background: url(../imagens/ico_voltar_over.gif) no-repeat center center; 
}

#icones a.icone-ajuda {
  background: url(../imagens/ico_ajuda.gif) no-repeat center center; 
}

#icones a.icone-ajuda:hover {
  background: url(../imagens/ico_ajuda_over.gif) no-repeat center center; 
}

#icones a.icone-desfazer {
  background: url(../imagens/ico_desfazer.gif) no-repeat center center; 
}

#icones a.icone-desfazer:hover {
  background: url(../imagens/ico_desfazer_over.gif) no-repeat center center; 
}

#icones a.icone-pesquisar {
  background: url(../imagens/ico_pesquisar.gif) no-repeat center center; 
}

#icones a.icone-pesquisar:hover {
  background: url(../imagens/ico_pesquisar_over.gif) no-repeat center center; 
}

#icones a.icone-detalhar-cubo {
  background: url(../imagens/ico_detalhar_cubo.gif) no-repeat center center; 
}

#icones a.icone-detalhar-cubo:hover {
  background: url(../imagens/ico_detalhar_cubo_over.gif) no-repeat center center; 
}

#icones a.icone-alterar-cubo {
  background: url(../imagens/ico_alterar_cubo.gif) no-repeat center center; 
}

#icones a.icone-alterar-cubo:hover {
  background: url(../imagens/ico_alterar_cubo_over.gif) no-repeat center center; 
}

#deletar a.icone-excluir-cubo {
  background: url(../imagens/ico_excluir_cubo.gif) no-repeat center center; 
}

#deletar a.icone-excluir-cubo:hover {
  background: url(../imagens/ico_excluir_cubo_over.gif) no-repeat center center; 
}

#icones a.icone-imprimir-cubo {
  background: url(../imagens/ico_imprimir_cubo.gif) no-repeat center center; 
}

#icones a.icone-imprimir-cubo:hover {
  background: url(../imagens/ico_imprimir_cubo_over.gif) no-repeat center center; 
}

#icones a.icone-imprimir {
  background: url(../imagens/ico_imprimir.gif) no-repeat center center; 
}

#icones a.icone-imprimir:hover {
  background: url(../imagens/ico_imprimir_over.gif) no-repeat center center; 
}

.consultar{
	display:block;
	float:right;
}

.alterar{

}