// JavaScript Document
function validarBuscador(texto_fecha, texto_noches){
	if(!validar("document.getElementById('form_reservas')", 'fecha_entrada', texto_fecha, '', 'noches', texto_noches, ''))
		return false;
	
	}