function cursor(){document.getElementById('nombre').focus();if(window.opera){document.getElementById('barra-inferior').style.margin='35px 0 0 0'}};function seleccionado(modo,boton){var objeto=document.getElementById('boton-buscar');var pos_hover;switch(boton){case 0:pos_hover='0 -218px';break;case 1:pos_hover='0 -77px';break;default:pos_hover='0 0';break}if(window.XMLHttpRequest){if(modo==1){objeto.style.backgroundPosition=pos_hover}else if(modo==0){objeto.style.backgroundPosition='0 0'}}else if(window.ActiveXObject){if(modo==1){objeto.className='buscar-sel'}else if(modo==0){objeto.className='buscar'}}};