// JavaScript Document
function resetearInput()
{
	var sectorCliente = document.getElementById('sectorCliente');
	sectorCliente.value='';
}
