// Buscador
function LimpiaBuscar(elem){ if( elem.value==elem.defaultValue ) elem.value = ''}
function RestauraBuscar(elem){ if( elem.value=='' ) elem.value = elem.defaultValue}

// Cambia color caja
function fcolor1_over(celda){ 
   celda.style.background="#eeeeee url(imagenes/bgpuntos.gif) repeat-x bottom" ;
} 
function fcolor1_out(celda){ 
   celda.style.background="#fafafa url(imagenes/bgpuntos.gif) repeat-x bottom"; 
}

// Cambia color caja
function fcolor2_over(celda){ 
   celda.style.background="#fafafa url(imagenes/bgpuntos.gif) repeat-x bottom" ;
} 
function fcolor2_out(celda){ 
   celda.style.background="#ffffff url(imagenes/bgpuntos.gif) repeat-x bottom"; 
}

// Cambia color form contacto
function fcolor3_over(celda){ 
   celda.style.background="url(imagenes/bginput4_over.jpg) no-repeat" ;
} 
function fcolor3_out(celda){ 
   celda.style.background="url(imagenes/bginput4.jpg) no-repeat"; 
}
function fcolor4_over(celda){ 
   celda.style.background="url(imagenes/bginput5_over.jpg) no-repeat" ;
} 
function fcolor4_out(celda){ 
   celda.style.background="url(imagenes/bginput5.jpg) no-repeat"; 
}
