
<HTML>
<HEAD><script id="f5_cspm">(function(){var f5_cspm={f5_p:'JGPKDHBFGGPCCHHOFJPNHDEFCCFKLFHCBHEFEHPHDMPOCFPOLIKDGEOAILFIOJOFPOIBGHDJAAMCCNABHOFACHBMAAGAKMDDOONJKDPBAJHCOGJCAGDIGMDGBMPPFOKA',setCharAt:function(str,index,chr){if(index>str.length-1)return str;return str.substr(0,index)+chr+str.substr(index+1);},get_byte:function(str,i){var s=(i/16)|0;i=(i&15);s=s*32;return((str.charCodeAt(i+16+s)-65)<<4)|(str.charCodeAt(i+s)-65);},set_byte:function(str,i,b){var s=(i/16)|0;i=(i&15);s=s*32;str=f5_cspm.setCharAt(str,(i+16+s),String.fromCharCode((b>>4)+65));str=f5_cspm.setCharAt(str,(i+s),String.fromCharCode((b&15)+65));return str;},set_latency:function(str,latency){latency=latency&0xffff;str=f5_cspm.set_byte(str,40,(latency>>8));str=f5_cspm.set_byte(str,41,(latency&0xff));str=f5_cspm.set_byte(str,35,2);return str;},wait_perf_data:function(){try{var wp=window.performance.timing;if(wp.loadEventEnd>0){var res=wp.loadEventEnd-wp.navigationStart;if(res<60001){var cookie_val=f5_cspm.set_latency(f5_cspm.f5_p,res);window.document.cookie='f5avr1896845156aaaaaaaaaaaaaaaa_cspm_='+encodeURIComponent(cookie_val)+';path=/;'+'';}
return;}}
catch(err){return;}
setTimeout(f5_cspm.wait_perf_data,100);return;},go:function(){var chunk=window.document.cookie.split(/\s*;\s*/);for(var i=0;i<chunk.length;++i){var pair=chunk[i].split(/\s*=\s*/);if(pair[0]=='f5_cspm'&&pair[1]=='1234')
{var d=new Date();d.setTime(d.getTime()-1000);window.document.cookie='f5_cspm=;expires='+d.toUTCString()+';path=/;'+';';setTimeout(f5_cspm.wait_perf_data,100);}}}}
f5_cspm.go();}());</script>
 <META HTTP-EQUIV="Pragma" CONTENT="no-cache"> 
    <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE10;"/> 
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
  
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7">
 
    <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
    <meta name="title" content="arba">
    <meta name="DC.title" content="arba">
    <meta http-equiv="title" content="arba">
    <meta http-equiv="keywords" content="arba" >
    <meta name="keywords" content="arba">
   
    <meta name="resource-type" content="document"/>
    <meta name="robots" content="all"/>
    <meta name="revisit" content="2 days"/>
    <meta name="revisit-after" content="2 days"/>
    <meta name="author" content="arba"/>
    <meta name="company" content="cc-aa" />
    <meta name="classification" content="web"/>
    <meta name="rating" content="general"/>
    <meta name="language" content="es" />
    <meta name="distribution" content="global"/>
    <meta name="geo.placename" content="Buenos Aires, Argentina"/>
    <meta name="geo.region" content="AR"/>
        
    <title>ARBA | Agencia de Recaudación de la Provincia de Buenos Aires</title>
    <!--Let browser know website is optimized for mobile-->
    <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
    <meta name="apple-mobile-web-app-capable" content="yes"/>
	

    <link href="/Recursos/lib/bootstrap/bootstrap-4.0.0-dist/css/bootstrap-theme-Arba.min.css" rel="stylesheet" media="all" />
    <link href="/Recursos/lib/plantillas/bootstrap-4.0.0-dist-Arba.min.css" rel="stylesheet" media="all" />
	<link href="/Recursos/css/encuestas.css" rel="stylesheet" media="all" />
 
    <link href="/Recursos/lib/scrollUp/scrollUp.css" rel="stylesheet" type="text/css" media="all"/>
    <link href="/Recursos/Plantillas/ggti.css" rel="stylesheet" media="all" />
    <script type="text/javascript" src="/Recursos/lib/jQuery/jquery-3.4.1/jquery-3.4.1.min.js"> </script>
    <script  src="/Recursos/lib/jQuery/jquery-3.4.1/jquery-3.4.1.slim.min.js"></script>
    <script type="text/javascript" src="/Recursos/js/jquery-ui/js/jquery.js"></script>
	
    <script type="text/javascript" src="/Recursos/lib/popper/popper-js-1.16.0/popper.min.js" ></script>



  <script type="text/javascript" src="/Recursos/lib/bootstrap/bootstrap-4.0.0-dist/js/bootstrap.min.js"></script>
  <link href="/Recursos/lib/font-awesome/fontawesome-6.6.0/css/all.css" rel="stylesheet"/> 
  <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css">

    <!--JS SELECT 2-->
    <!--select 2 css-->
    <link href="/Recursos/lib/select2/select2-4.0.3/css/select2.min.css" rel="stylesheet"/>
    <!--select 2 js-->
    <script src="/Recursos/lib/select2/select2-4.0.3/js/select2.full.min.js"></script>
    <script src="/Recursos/lib/select2/select2-4.0.3/js/i18n/es.js"></script>
	<link href="paginate.css" rel="stylesheet"/>
	
<script>
//$(function() { $('input, textarea').placeholder();});
</script>

<script type="text/javascript">

	if (navigator.userAgent.match(/IEMobile\/10\.0/)) {
  	var msViewportStyle = document.createElement('style')
  	msViewportStyle.appendChild(
  	    document.createTextNode(
  	        '@-ms-viewport{width:auto!important}'
  	        )
  	    )
  	document.head.appendChild(msViewportStyle)
	}
</script>

<script>
    $(document).ready(function(){

        });
    /*scrollup subir*/
    jQuery( document ).ready(function( $ ) {
        $(window).scroll(function(){
            if ($(this).scrollTop() > 100) {
                $('.scrollup').fadeIn();
            } else {
                $('.scrollup').fadeOut();
            }
        });

        $('.scrollup').click(function(){
            $("html, body").animate({ scrollTop: 0 }, 600);
            return false;
        });

	}); 

</script>

<script type="text/javascript">

	$(document).ready(function() {

  	for(var i=0; i < frmDatos.elements.length; i++){
  	    var e = frmDatos.elements[i];

  	    if (e.nodeName == "TEXTAREA") {
  //	    	$("#"+e.idtextarea).ckeditor(config);
  	    }
  	    wClase = e.className;

  	    if (wClase.indexOf("COND") > -1) {
  	    	wClaseCOND = wClase.substring(wClase.indexOf("COND"));
  	    	if (wClaseCOND.indexOf(" ") > -1) {
  	    		wClaseCOND = wClaseCOND.substring(1, wClaseCOND.indexOf("COND") - 1);
  	    	}
  	    	$("."+wClaseCOND).css('background-color', '#D8D8D8');
  	    	$("."+wClaseCOND).attr('disabled', 'disabled');
  	    }	
  //	    console.log(e.name+"="+e.value);
  	}

  });

</script>



</HEAD>

		<!--encabezado sin SSO -->
			<body class="bd_aplicaciones"> 
		    	<nav class="navbar navbar-expand-lg navApps fixed-top bg-primary shadow-none">
					<a  title="ARBA Agencia de Recaudaci&oacute;n de la Provincia de Buenos Aires" class="navbar-brand marcaApp" href="https://www.arba.gov.ar/" target="_top">
						<img class="img-fluid" alt="Gobierno de la Provincia de Buenos Aires" src="/Recursos/Img/logoARBA-bl.svg">
					</a>
		        </nav>
		 

<div class="aplicacion-header">

 </div>	



<!--Nombre y descripcion de la encuesta-->

	<div class="container-fluid no-gutters p-0"> 

      	<div class="page-header py-5 m-0 shadow">
			<!--<div class="row justify-content-start">
				<div class="col-auto resaltado py-1">
					<i class="bi bi-clipboard2-check ml-5 my-0" style="font-size:2.4rem;"></i> <span class="h2 pl-2 mr-5"></span>
				</div>
			</div>-->
	
			<div class="row justify-content-center">
				<div class="col-10 col-xl-8 col-xxl-7">
						<h1 class="mt-3 font-weight-lighter">Encuestas / Evaluación del sitio web</h1>
				</div>
				
				
				<div class="col-3 d-flex flex-row-reverse align-items-center ">
					<a href="javascript:window.history.back();" class="float-right text-primary">
					<i class="fas fa-chevron-left"></i> VOLVER</a>
				</div>
				
			
				<div class="col-10 col-xl-8 col-xxl-7">
					<h2></h2>
				
					 <p>Necesitamos su aporte para continuar mejorando nuestros servicios, para ello le solicitamos que complete una breve encuesta. 
Muchas gracias</p>
				</div>
			</div>
       	</div>

		 <div class="row justify-content-center">
			<div class="col-11 col-sm-10 col-xl-8 col-xxl-7  small my-4 text-right">
				<p >Referencias: 
					<span class="h5 text-danger mt-3 ">*</span>  Datos obligatorios / 	
				    <span class="text-danger mt-3 "> <strong>^</strong></span>  Preguntas condicionales
				</p>
			</div>
		</div><!--FIN re-->

		<div class="row justify-content-center">
    		<div class="col-11 col-sm-10 col-xl-8 col-xxl-7"> 
				<FORM name="frmDatos" method="post" action="Enviar_Encuesta.asp" onSubmit="return validarEncuesta(this)" >
					<!-- NO AGREGAR CAMPOS HIDDEN- En caso de agregarse codificar en 
						ENVIAR_ENCUESTA -->
					

						<!--HAY PREGUNTAS ASOCIADAS -->
						<div class="row">  
			    			<div class="col-12"  > 
							
				<div class="card my-3 px-2"><!-- Div Primer Nivel abro si tengo respuesta.. Cierra con zz2 -->
			
		<div class="card-header">   <!-- cierra con zz44 -->
			<h5 class="card-title mt-2"> 
	
	
		<span class="badge badge-pill badge-primary text-white">1</span> ¿Con qué frecuencia utiliza el sitio web de Arba?<span class="h5 text-danger"> *</span>
		</div>   <!-- cierro el header   -->
		 <div class="card-body">   
			<div class="col-12"> <!--first respuesta cada card-->
				
		
		<ul class="mt-4 pl-0">
	
		<li class="list-group-flush mb-3">
	
 
	<input value="36" type="Radio" class="tipodato33  REQUERIDA align-middle" name="33" id="33-36" />
		<label class="align-middle mb-0" >
			Diariamente
		</label>  
		  
	</li>

		<li class="list-group-flush mb-3">
	
 
	<input value="37" type="Radio" class="tipodato33  REQUERIDA align-middle" name="33" id="33-37" />
		<label class="align-middle mb-0" >
			Frecuentemente
		</label>  
		  
	</li>

		<li class="list-group-flush mb-3">
	
 
	<input value="38" type="Radio" class="tipodato33  REQUERIDA align-middle" name="33" id="33-38" />
		<label class="align-middle mb-0" >
			Mensualmente
		</label>  
		  
	</li>

		<li class="list-group-flush mb-3">
	
 
	<input value="39" type="Radio" class="tipodato33  REQUERIDA align-middle" name="33" id="33-39" />
		<label class="align-middle mb-0" >
			Esporádicamente
		</label>  
		  
	</li>

		</ul>  <!-- cerrando yy1 opciones RADIO-CHECKBOX  -->
	
			 </div> 
			
	</div>   <!-- cierro card-header o card-body -->
	 
					        		</div>		<!-- cierro el div en cada nivel 1 -->
					        		
						        		<br>
						        	
				<div class="card my-3 px-2"><!-- Div Primer Nivel abro si tengo respuesta.. Cierra con zz2 -->
			
		<div class="card-header">   <!-- cierra con zz44 -->
			<h5 class="card-title mt-2"> 
	
	
		<span class="badge badge-pill badge-primary text-white">2</span> ¿Cómo califica la segmentación: Inmobiliario, automotores y embarcaciones; Ingresos Brutos; Sellos; Agentes y Catastro de los diferentes trámites y/o consultas?<span class="h5 text-danger"> *</span>
		</div>   <!-- cierro el header   -->
		 <div class="card-body">   
			<div class="col-12"> <!--first respuesta cada card-->
				
		
		<ul class="mt-4 pl-0">
	
		<li class="list-group-flush mb-3">
	
 
	<input value="42" type="Radio" class="tipodato35  REQUERIDA align-middle" name="35" id="35-42" />
		<label class="align-middle mb-0" >
			Óptima
		</label>  
		  
	</li>

		<li class="list-group-flush mb-3">
	
 
	<input value="43" type="Radio" class="tipodato35  REQUERIDA align-middle" name="35" id="35-43" />
		<label class="align-middle mb-0" >
			Adecuada
		</label>  
		  
	</li>

		<li class="list-group-flush mb-3">
	
 
	<input value="94" type="Radio" class="tipodato35  REQUERIDA align-middle" name="35" id="35-94" />
		<label class="align-middle mb-0" >
			Insuficiente
		</label>  
		  
	</li>

		<li class="list-group-flush mb-3">
	
 
	<input value="95" type="Radio" class="tipodato35  REQUERIDA align-middle" name="35" id="35-95" />
		<label class="align-middle mb-0" >
			Deficiente
		</label>  
		  
	</li>

		</ul>  <!-- cerrando yy1 opciones RADIO-CHECKBOX  -->
	
			 </div> 
			
	</div>   <!-- cierro card-header o card-body -->
	 
					        		</div>		<!-- cierro el div en cada nivel 1 -->
					        		
						        		<br>
						        	
				<div class="card my-3 px-2"><!-- Div Primer Nivel abro si tengo respuesta.. Cierra con zz2 -->
			
		<div class="card-header">   <!-- cierra con zz44 -->
			<h5 class="card-title mt-2"> 
	
	
		<span class="badge badge-pill badge-primary text-white">3</span> ¿Cómo considera la visualización de los diferentes trámites y/o consultas que pone a su disposición el sitio?<span class="h5 text-danger"> *</span>
		</div>   <!-- cierro el header   -->
		 <div class="card-body">   
			<div class="col-12"> <!--first respuesta cada card-->
				
		
		<ul class="mt-4 pl-0">
	
		<li class="list-group-flush mb-3">
	
 
	<input value="46" type="Radio" class="tipodato36  REQUERIDA align-middle" name="36" id="36-46" />
		<label class="align-middle mb-0" >
			Muy buena
		</label>  
		  
	</li>

		<li class="list-group-flush mb-3">
	
 
	<input value="47" type="Radio" class="tipodato36  REQUERIDA align-middle" name="36" id="36-47" />
		<label class="align-middle mb-0" >
			Buena
		</label>  
		  
	</li>

		<li class="list-group-flush mb-3">
	
 
	<input value="112" type="Radio" class="tipodato36  REQUERIDA align-middle" name="36" id="36-112" />
		<label class="align-middle mb-0" >
			Regular
		</label>  
		  
	</li>

		<li class="list-group-flush mb-3">
	
 
	<input value="113" type="Radio" class="tipodato36  REQUERIDA align-middle" name="36" id="36-113" />
		<label class="align-middle mb-0" >
			Mala
		</label>  
		  
	</li>

		</ul>  <!-- cerrando yy1 opciones RADIO-CHECKBOX  -->
	
			 </div> 
			
	</div>   <!-- cierro card-header o card-body -->
	 
					        		</div>		<!-- cierro el div en cada nivel 1 -->
					        		
						        		<br>
						        	
				<div class="card my-3 px-2"><!-- Div Primer Nivel abro si tengo respuesta.. Cierra con zz2 -->
			
		<div class="card-header">   <!-- cierra con zz44 -->
			<h5 class="card-title mt-2"> 
	
	
		<span class="badge badge-pill badge-primary text-white">4</span> ¿Cómo evalúa la facilidad de navegación del sitio?<span class="h5 text-danger"> *</span>
		</div>   <!-- cierro el header   -->
		 <div class="card-body">   
			<div class="col-12"> <!--first respuesta cada card-->
				
		
		<ul class="mt-4 pl-0">
	
		<li class="list-group-flush mb-3">
	
 
	<input value="46" type="Radio" class="tipodato37  REQUERIDA align-middle" name="37" id="37-46" />
		<label class="align-middle mb-0" >
			Muy buena
		</label>  
		  
	</li>

		<li class="list-group-flush mb-3">
	
 
	<input value="47" type="Radio" class="tipodato37  REQUERIDA align-middle" name="37" id="37-47" />
		<label class="align-middle mb-0" >
			Buena
		</label>  
		  
	</li>

		<li class="list-group-flush mb-3">
	
 
	<input value="114" type="Radio" class="tipodato37  REQUERIDA align-middle" name="37" id="37-114" />
		<label class="align-middle mb-0" >
			Regular
		</label>  
		  
	</li>

		<li class="list-group-flush mb-3">
	
 
	<input value="115" type="Radio" class="tipodato37  REQUERIDA align-middle" name="37" id="37-115" />
		<label class="align-middle mb-0" >
			Mala
		</label>  
		  
	</li>

		</ul>  <!-- cerrando yy1 opciones RADIO-CHECKBOX  -->
	
			 </div> 
			
	</div>   <!-- cierro card-header o card-body -->
	 
					        		</div>		<!-- cierro el div en cada nivel 1 -->
					        		
						        		<br>
						        	
				<div class="card my-3 px-2"><!-- Div Primer Nivel abro si tengo respuesta.. Cierra con zz2 -->
			
		<div class="card-header">   <!-- cierra con zz44 -->
			<h5 class="card-title mt-2"> 
	
	
		<span class="badge badge-pill badge-primary text-white">5</span> ¿De qué modo considera que el diseño del sitio web se adapta a la imagen institucional de Arba?<span class="h5 text-danger"> *</span>
		</div>   <!-- cierro el header   -->
		 <div class="card-body">   
			<div class="col-12"> <!--first respuesta cada card-->
				
		
		<ul class="mt-4 pl-0">
	
		<li class="list-group-flush mb-3">
	
 
	<input value="90" type="Radio" class="tipodato38  REQUERIDA align-middle" name="38" id="38-90" />
		<label class="align-middle mb-0" >
			Óptimo
		</label>  
		  
	</li>

		<li class="list-group-flush mb-3">
	
 
	<input value="91" type="Radio" class="tipodato38  REQUERIDA align-middle" name="38" id="38-91" />
		<label class="align-middle mb-0" >
			Adecuado
		</label>  
		  
	</li>

		<li class="list-group-flush mb-3">
	
 
	<input value="92" type="Radio" class="tipodato38  REQUERIDA align-middle" name="38" id="38-92" />
		<label class="align-middle mb-0" >
			Insuficiente
		</label>  
		  
	</li>

		<li class="list-group-flush mb-3">
	
 
	<input value="93" type="Radio" class="tipodato38  REQUERIDA align-middle" name="38" id="38-93" />
		<label class="align-middle mb-0" >
			Deficiente
		</label>  
		  
	</li>

		</ul>  <!-- cerrando yy1 opciones RADIO-CHECKBOX  -->
	
			 </div> 
			
	</div>   <!-- cierro card-header o card-body -->
	 
					        		</div>		<!-- cierro el div en cada nivel 1 -->
					        		
						        		<br>
						        	
				<div class="card my-3 px-2"><!-- Div Primer Nivel abro si tengo respuesta.. Cierra con zz2 -->
			
		<div class="card-header">   <!-- cierra con zz44 -->
			<h5 class="card-title mt-2"> 
	
	
		<span class="badge badge-pill badge-primary text-white">6</span> ¿Cómo evalúa el diseño del sitio a los efectos de sus necesidades laborales y/o particulares?<span class="h5 text-danger"> *</span>
		</div>   <!-- cierro el header   -->
		 <div class="card-body">   
			<div class="col-12"> <!--first respuesta cada card-->
				
		
		<ul class="mt-4 pl-0">
	
		<li class="list-group-flush mb-3">
	
 
	<input value="96" type="Radio" class="tipodato39  REQUERIDA align-middle" name="39" id="39-96" />
		<label class="align-middle mb-0" >
			Óptimo
		</label>  
		  
	</li>

		<li class="list-group-flush mb-3">
	
 
	<input value="97" type="Radio" class="tipodato39  REQUERIDA align-middle" name="39" id="39-97" />
		<label class="align-middle mb-0" >
			Adecuado
		</label>  
		  
	</li>

		<li class="list-group-flush mb-3">
	
 
	<input value="98" type="Radio" class="tipodato39  REQUERIDA align-middle" name="39" id="39-98" />
		<label class="align-middle mb-0" >
			Insuficiente
		</label>  
		  
	</li>

		<li class="list-group-flush mb-3">
	
 
	<input value="99" type="Radio" class="tipodato39  REQUERIDA align-middle" name="39" id="39-99" />
		<label class="align-middle mb-0" >
			Deficiente
		</label>  
		  
	</li>

		</ul>  <!-- cerrando yy1 opciones RADIO-CHECKBOX  -->
	
			 </div> 
			
	</div>   <!-- cierro card-header o card-body -->
	 
					        		</div>		<!-- cierro el div en cada nivel 1 -->
					        		
						        		<br>
						        	
				<div class="card my-3 px-2"><!-- Div Primer Nivel abro si tengo respuesta.. Cierra con zz2 -->
			
		<div class="card-header">   <!-- cierra con zz44 -->
			<h5 class="card-title mt-2"> 
	
	
		<span class="badge badge-pill badge-primary text-white">7</span> ¿Cuál es su nivel de satisfacción respecto de su visita a nuestro sitio?<span class="h5 text-danger"> *</span>
		</div>   <!-- cierro el header   -->
		 <div class="card-body">   
			<div class="col-12"> <!--first respuesta cada card-->
				
		
		<ul class="mt-4 pl-0">
	
		<li class="list-group-flush mb-3">
	
 
	<input value="100" type="Radio" class="tipodato40  REQUERIDA align-middle" name="40" id="40-100" />
		<label class="align-middle mb-0" >
			Muy bueno
		</label>  
		  
	</li>

		<li class="list-group-flush mb-3">
	
 
	<input value="101" type="Radio" class="tipodato40  REQUERIDA align-middle" name="40" id="40-101" />
		<label class="align-middle mb-0" >
			Bueno
		</label>  
		  
	</li>

		<li class="list-group-flush mb-3">
	
 
	<input value="102" type="Radio" class="tipodato40  REQUERIDA align-middle" name="40" id="40-102" />
		<label class="align-middle mb-0" >
			Regular
		</label>  
		  
	</li>

		<li class="list-group-flush mb-3">
	
 
	<input value="103" type="Radio" class="tipodato40  REQUERIDA align-middle" name="40" id="40-103" />
		<label class="align-middle mb-0" >
			Malo
		</label>  
		  
	</li>

		</ul>  <!-- cerrando yy1 opciones RADIO-CHECKBOX  -->
	
			 </div> 
			
	</div>   <!-- cierro card-header o card-body -->
	 
					        		</div>		<!-- cierro el div en cada nivel 1 -->
					        		
						        		<br>
						        	
				<div class="card my-3 px-2"><!-- Div Primer Nivel abro si tengo respuesta.. Cierra con zz2 -->
			
		<div class="card-header">   <!-- cierra con zz44 -->
			<h5 class="card-title mt-2"> 
	
	
		<span class="badge badge-pill badge-primary text-white">8</span> Considera que nuestro sitio web como medio para obtener respuestas a sus consultas es:<span class="h5 text-danger"> *</span>
		</div>   <!-- cierro el header   -->
		 <div class="card-body">   
			<div class="col-12"> <!--first respuesta cada card-->
				
		
		<ul class="mt-4 pl-0">
	
		<li class="list-group-flush mb-3">
	
 
	<input value="100" type="Radio" class="tipodato41  REQUERIDA align-middle" name="41" id="41-100" />
		<label class="align-middle mb-0" >
			Muy bueno
		</label>  
		  
	</li>

		<li class="list-group-flush mb-3">
	
 
	<input value="101" type="Radio" class="tipodato41  REQUERIDA align-middle" name="41" id="41-101" />
		<label class="align-middle mb-0" >
			Bueno
		</label>  
		  
	</li>

		<li class="list-group-flush mb-3">
	
 
	<input value="102" type="Radio" class="tipodato41  REQUERIDA align-middle" name="41" id="41-102" />
		<label class="align-middle mb-0" >
			Regular
		</label>  
		  
	</li>

		<li class="list-group-flush mb-3">
	
 
	<input value="103" type="Radio" class="tipodato41  REQUERIDA align-middle" name="41" id="41-103" />
		<label class="align-middle mb-0" >
			Malo
		</label>  
		  
	</li>

		</ul>  <!-- cerrando yy1 opciones RADIO-CHECKBOX  -->
	
			 </div> 
			
	</div>   <!-- cierro card-header o card-body -->
	 
					        		</div>		<!-- cierro el div en cada nivel 1 -->
					        		
						        		<br>
						        	
				<div class="card my-3 px-2"><!-- Div Primer Nivel abro si tengo respuesta.. Cierra con zz2 -->
			
		<div class="card-header">   <!-- cierra con zz44 -->
			<h5 class="card-title mt-2"> 
	
	
		<span class="badge badge-pill badge-primary text-white">9</span> ¿Qué considera que se podría incorporar al sitio web para mejorar los servicios que ofrece?<span class="h5 text-danger"> *</span>
		</div>   <!-- cierro el header   -->
		 <div class="card-body">   
			<div class="col-12"> <!--first respuesta cada card-->
				
			
		<div class="mt-3">

			 

			<textarea  class="camposFormulario mb-3 mt-2  form-control tipodato34  REQUERIDA" name="34-textarea" id="34-41" cols="80" rows="7" placeholder="Ingrese un texto..."></textarea>		
		

	
			 </div> 
			
	</div>   <!-- cierro card-header o card-body -->
	
							</div>  <!-- cierro el div que seguro abri en funciones  -->
							
							</div> 
						</div>	
						</div>
						
						<div class="row">  
			    			<div class="col-12 justify-content-center"  > 
						<div class="btn-group m-2 abs-center" role="group" >
							
						    	<span id="botonesPaginaTotal">
									&nbsp;
											
										&nbsp;
										<input id="botonEnviarTotal" value="Enviar" type="submit" class="btn btn-primary btn-lg px-4"/>
			    				</span>
							
					  	</div>
					</div>
						</div>

					
			
			</FORM>				


			</div><!--fin col-->   
  		</div><!--fin row-->
	</div>  <!-- DIV CONTAINER -->
 

</footer> 
	


 <script type="text/javascript" src="/Recursos/lib/jQuery/jquery-3.2.1/jquery-3.2.1.min.js"> </script> 
   
    <script type="text/javascript" src="/Recursos/lib/scrollUp/scrollUp.js"></script>
    <script type="text/javascript" src="/Recursos/lib/js/mostrarOcultarMenuDatosSesion.js"></script>

    <!--datatables-->
    <script type="text/javascript" src="/Recursos/lib/datatables.net/dataTablesBootstrap4/js/jquery.dataTables.min.js"></script>
    <script type="text/javascript" src="/Recursos/lib/datatables.net/dataTablesBootstrap4/js/dataTables.bootstrap4.min.js"></script>

    <!--popover js-->
    <script src="/Recursos/lib/popper/popper-js-1.11.0/popper.min.js"></script>

    
    
    <script type="text/javascript" src="/Recursos/lib/bootstrap/bootstrap-4.0.0-dist/js/bootstrap.min.js"></script> 
    <script src="/Recursos/bootstrap-3.3.7-dist/js/bootstrap-toggle.min.js"></script>
    <script src="/Recursos/lib/font-awesome/font-awesome-5.9.0/js/all.js" defer></script>
    <!--IE-->

    
    <script type="text/javascript">
    // Copyright 2014-2017 The Bootstrap Authors
// Copyright 2014-2017 Twitter, Inc.
// Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
if (navigator.userAgent.match(/IEMobile\/10\.0/)) {
    var msViewportStyle = document.createElement('style')
    msViewportStyle.appendChild(
        document.createTextNode(
            '@-ms-viewport{width:auto!important}'
            )
        )
    document.head.appendChild(msViewportStyle)
}
</script>




<script>
    $(document).ready(function(){
            // in another js file, far, far away
            $('header').on('classChange', function() {
                console.log("change");
            });
            $('[data-toggle="popover"]').popover(); 

            $('[data-toggle="tooltip"]').tooltip();   

           
            $('[data-toggle="popover"]').popover(); 
        });
    /*scrollup subir*/
    jQuery( document ).ready(function( $ ) {
        $(window).scroll(function(){
            if ($(this).scrollTop() > 100) {
                $('.scrollup').fadeIn();
            } else {
                $('.scrollup').fadeOut();
            }
        });

        $('.scrollup').click(function(){
            $("html, body").animate({ scrollTop: 0 }, 600);
            return false;
        });

//dropdown Menu
$('.navbar .dropdown-item').on('click', function (e) {
    var $el = $(this).children('.dropdown-toggle');
    var $parent = $el.offsetParent(".dropdown-menu");
    $(this).parent("li").toggleClass('open');

    if (!$parent.parent().hasClass('navbar-nav')) {
        if ($parent.hasClass('show')) {
            $parent.removeClass('show');
            $el.next().removeClass('show');
            $el.next().css({"top": -999, "left": -999});
        } else {
            $parent.parent().find('.show').removeClass('show');
            $parent.addClass('show');
            $el.next().addClass('show');
            $el.next().css({"top": $el[0].offsetTop, "left": $parent.outerWidth() - 4});
            e.preventDefault();
        }
        e.stopPropagation();
    }
});

$('.navbar .dropdown').on('hidden.bs.dropdown', function () {
    $(this).find('li.dropdown').removeClass('show open');
    $(this).find('ul.dropdown-menu').removeClass('show open');
});

}); 
</script>




    <script type="text/javascript">
    // Copyright 2014-2017 The Bootstrap Authors
// Copyright 2014-2017 Twitter, Inc.
// Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
if (navigator.userAgent.match(/IEMobile\/10\.0/)) {
    var msViewportStyle = document.createElement('style')
    msViewportStyle.appendChild(
        document.createTextNode(
            '@-ms-viewport{width:auto!important}'
            )
        )
    document.head.appendChild(msViewportStyle)
}
</script>


<script>
    $(document).ready(function(){
            // in another js file, far, far away
            $('header').on('classChange', function() {
                console.log("change");
            });
            $('[data-toggle="popover"]').popover(); 

            $('[data-toggle="tooltip"]').tooltip();   
           
            $('[data-toggle="popover"]').popover(); 
    });

    /*scrollup subir*/
    jQuery( document ).ready(function( $ ) {
        $(window).scroll(function(){
            if ($(this).scrollTop() > 100) {
                $('.scrollup').fadeIn();
            } else {
                $('.scrollup').fadeOut();
            }
        });

        $('.scrollup').click(function(){
            $("html, body").animate({ scrollTop: 0 }, 600);
            return false;
        });

		//dropdown Menu
		$('.navbar .dropdown-item').on('click', function (e) {
		    var $el = $(this).children('.dropdown-toggle');
		    var $parent = $el.offsetParent(".dropdown-menu");
		    $(this).parent("li").toggleClass('open');

		    if (!$parent.parent().hasClass('navbar-nav')) {
		        if ($parent.hasClass('show')) {
		            $parent.removeClass('show');
		            $el.next().removeClass('show');
		            $el.next().css({"top": -999, "left": -999});
		        } else {
		            $parent.parent().find('.show').removeClass('show');
		            $parent.addClass('show');
		            $el.next().addClass('show');
		            $el.next().css({"top": $el[0].offsetTop, "left": $parent.outerWidth() - 4});
		            e.preventDefault();
		        }
		        e.stopPropagation();
		    }
		});

		$('.navbar .dropdown').on('hidden.bs.dropdown', function () {
		    $(this).find('li.dropdown').removeClass('show open');
		    $(this).find('ul.dropdown-menu').removeClass('show open');
		});

	}); 
</script>


<!-- <script type="text/javascript" src="validacion1.asp"></script> -->
<script type="text/javascript" src="paginate.js"></script>
<script>
	if ("N"=="S") {
		$('#encuesta').paginate();
		a = 1;
	}
</script>
<!--font-awesome -->

<SCRIPT language="JavaScript">

	var wMostrarDeUnaPregunta = "N"
	var wTotalPreguntas = 0

	$(document).ready(function() {

		//datatable
		$('#encuestasD').DataTable( {
			"language": {
				"lengthMenu": "Mostrar _MENU_ por p&aacute;gina",
				"zeroRecords": "No se ha encontrado nada",
				"search": "Buscar:",
				"paginate": {
					"first":      "Primera",
					"last":       "Última",
					"next":       "Siguiente",
					"previous":   "Anterior"
				},
				"info": "Mostrando p&aacute;gina _PAGE_ de _PAGES_",
				"infoEmpty": "No hay registros disponibles",
				"infoFiltered": "(Filtrado de _MAX_ registros totales)"
			}
		} );


		// alert("estamos adentro wMostrarDeUnaPregunta"+wMostrarDeUnaPregunta);
		if ( wMostrarDeUnaPregunta == "SI"  ) {
			// wMostrarDeUnaPregunta == "S") {
			$("#botonesPaginaTotal").hide();
			wPregActual = 1;
			controlPaginado();
		} else {
			$("#botonesPorPregunta").hide();
		}

    var config = {
		//skin:'v2'
		language: 'es'
	};
	config.toolbar = 'Full';

	config.toolbar_Full =
	[
		{ name: 'clipboard', items : [ 'Cut','Copy','Paste','PasteText','PasteFromWord','-','Undo','Redo' ] },
		{ name: 'editing', items : [ 'Find','Replace','-','SelectAll','-','SpellChecker', 'Scayt' ] },
		{ name: 'basicstyles', items : [ 'Bold','Italic','Underline','Strike','Subscript','Superscript','-','RemoveFormat' ] },
		'/',
		{ name: 'paragraph', items : [ 'JustifyLeft','JustifyCenter','JustifyRight','JustifyBlock' ] },
		{ name: 'styles', items : [ 'Styles','Format','Font','FontSize' ] },
		{ name: 'colors', items : [ 'TextColor','BGColor' ] }
	];
	config.removePlugins = 'elementspath';


	for(var i=0; i < frmDatos.elements.length; i++){
	    var e = frmDatos.elements[i];

	    if (e.nodeName == "TEXTAREA") {
	    }
	    wClase = e.className;
	    if (wClase.indexOf("COND") > -1) {
	    	wClaseCOND = wClase.substring(wClase.indexOf("COND"));
	    	if (wClaseCOND.indexOf(" ") > -1) {
	    		wClaseCOND = wClaseCOND.substring(1, wClaseCOND.indexOf("COND") - 1);
	    	}
	    	$("."+wClaseCOND).css('background-color', '#D8D8D8');
	    	$("."+wClaseCOND).attr('disabled', 'disabled');
	    }	
	}

  if ($('.js-example-basic-single').length > 0) {
      $('.js-example-basic-single').select2();
  }

    });



	function controlPaginado() { 
		if (wPregActual <= 1) {
			$("#botonAnterior").hide();
		} else {
			$("#botonAnterior").show();
		}
		if (wPregActual >= wTotalPreguntas) {
			$("#botonSiguiente").hide();
		} else {
			$("#botonSiguiente").show();
		}
		if (wPregActual >= wTotalPreguntas) {
			$("#botonConfirmar").show();
		} else {
			$("#botonConfirmar").hide();
		}

		$(".card").hide();
		idPreg = "pregunta" + wPregActual;
		console.log("pregunta"+wPregActual+" -- "+idPreg);
		$("."+idPreg).show();
	}	

	function preguntaAnterior() { 
		if (wPregActual > 1) {
			wPregActual = wPregActual - 1
		}
		controlPaginado()
	}	

	function preguntaSiguiente() { 
		if (wPregActual < wTotalPreguntas ) {
			wPregActual = wPregActual + 1
		}
		controlPaginado()
	}	

</SCRIPT>

<script type="text/javascript">
function validarEncuesta(form) {
	var total, wEsRequerida;

	total = true;
	var otra;
	
		
			wEsRequerida = "NO"; 
			if ("NO" == "SI") {
			
				
			
				if ($("select[name='.']").val() == '.' ) {
					wEsRequerida = "SI";
				}
			} else {
				wEsRequerida = "SI";
			}

			if (wEsRequerida == "SI") {
				var tipo;
				var clase;
		
				//al para obtener la validacion de un textarea no se puede preguntar por un input...
				if ('33'.toLowerCase().indexOf("textarea") >= 0){
					if (('33'.toLowerCase().indexOf("otros") >= 0)){
						tipo = 'otros';				
					}else{
						if ($("textarea[name='33']") != undefined){//si devuelve algo es textarea
							tipo = 'textarea';
						}
					}

				}else{
					<!-- tipo = $("input[name='< %=idsPreguntas(i)%>']").attr('type'); -->
					tipo = $(".tipodato33").attr('type');
				}
				//si no es un input, tal vez es un combo
				if (tipo == undefined) {
					tipo = "select";   //$("select[name='33']").attr('type');
				}
				if (tipo.toUpperCase() == "OTROS"){
					total = total && validarCampoOtros("33");
				}
				if (tipo.toUpperCase()=="CHECKBOX") {
					total = total && validarRadioOCheckbox("33");
				}
				if (tipo.toUpperCase()=="RADIO") {
					total = total && validarRadioOCheckbox("33");
				}
				if (tipo.toUpperCase()=="BUTTON") {
					total = total && validarRadioGrafico("33");
				}
				if (tipo.toUpperCase()=="TEXT" || tipo.toUpperCase()=="PASSWORD") {
					total = total && validarInputText("33",tipo);
				}
				if (tipo.toUpperCase()=="TEXTAREA") {
					total = total && validarInputTextarea("33",tipo,4000);
					if (total == -1){
						return false;
					}
				}

				if (tipo.toUpperCase()=="SELECT-ONE" || tipo.toUpperCase()=="SELECT-MULTIPLE" || tipo.toUpperCase()=="SELECT") {
					total = total && validarSELECT("33");
				}

				if (!total) {
					var texto = '1 ¿Con qué frecuencia utiliza el sitio web de Arba?'
					var texto2 = texto.replace('&','');
					var texto3 = texto2.replace('acute','');
					alert("La pregunta \""+texto3+"\" es requerida");
					$("input[name='33']").focus();
					return false;
				}

				if (tipo.toUpperCase()=="TEXT") {
					clase = $("input[name='33']").attr('class').toUpperCase();
					wResp = validarClaseInputText("33",tipo,clase);
					if (!(wResp == "OK")) {
						var texto = '1 ¿Con qué frecuencia utiliza el sitio web de Arba?'
						var texto2 = texto.replace('&','');
						var texto3 = texto2.replace('acute','');
						alert("La pregunta \""+texto3+"\" "+ wResp);
						$("input[name='33']").focus();
						return false;
					}
				}
			}

	
		
			wEsRequerida = "NO"; 
			if ("NO" == "SI") {
			
				
			
				if ($("select[name='.']").val() == '.' ) {
					wEsRequerida = "SI";
				}
			} else {
				wEsRequerida = "SI";
			}

			if (wEsRequerida == "SI") {
				var tipo;
				var clase;
		
				//al para obtener la validacion de un textarea no se puede preguntar por un input...
				if ('35'.toLowerCase().indexOf("textarea") >= 0){
					if (('35'.toLowerCase().indexOf("otros") >= 0)){
						tipo = 'otros';				
					}else{
						if ($("textarea[name='35']") != undefined){//si devuelve algo es textarea
							tipo = 'textarea';
						}
					}

				}else{
					<!-- tipo = $("input[name='< %=idsPreguntas(i)%>']").attr('type'); -->
					tipo = $(".tipodato35").attr('type');
				}
				//si no es un input, tal vez es un combo
				if (tipo == undefined) {
					tipo = "select";   //$("select[name='35']").attr('type');
				}
				if (tipo.toUpperCase() == "OTROS"){
					total = total && validarCampoOtros("35");
				}
				if (tipo.toUpperCase()=="CHECKBOX") {
					total = total && validarRadioOCheckbox("35");
				}
				if (tipo.toUpperCase()=="RADIO") {
					total = total && validarRadioOCheckbox("35");
				}
				if (tipo.toUpperCase()=="BUTTON") {
					total = total && validarRadioGrafico("35");
				}
				if (tipo.toUpperCase()=="TEXT" || tipo.toUpperCase()=="PASSWORD") {
					total = total && validarInputText("35",tipo);
				}
				if (tipo.toUpperCase()=="TEXTAREA") {
					total = total && validarInputTextarea("35",tipo,4000);
					if (total == -1){
						return false;
					}
				}

				if (tipo.toUpperCase()=="SELECT-ONE" || tipo.toUpperCase()=="SELECT-MULTIPLE" || tipo.toUpperCase()=="SELECT") {
					total = total && validarSELECT("35");
				}

				if (!total) {
					var texto = '2 ¿Cómo califica la segmentación: Inmobiliario, automotores y embarcaciones; Ingresos Brutos; Sellos; Agentes y Catastro de los diferentes trámites y/o consultas?'
					var texto2 = texto.replace('&','');
					var texto3 = texto2.replace('acute','');
					alert("La pregunta \""+texto3+"\" es requerida");
					$("input[name='35']").focus();
					return false;
				}

				if (tipo.toUpperCase()=="TEXT") {
					clase = $("input[name='35']").attr('class').toUpperCase();
					wResp = validarClaseInputText("35",tipo,clase);
					if (!(wResp == "OK")) {
						var texto = '2 ¿Cómo califica la segmentación: Inmobiliario, automotores y embarcaciones; Ingresos Brutos; Sellos; Agentes y Catastro de los diferentes trámites y/o consultas?'
						var texto2 = texto.replace('&','');
						var texto3 = texto2.replace('acute','');
						alert("La pregunta \""+texto3+"\" "+ wResp);
						$("input[name='35']").focus();
						return false;
					}
				}
			}

	
		
			wEsRequerida = "NO"; 
			if ("NO" == "SI") {
			
				
			
				if ($("select[name='.']").val() == '.' ) {
					wEsRequerida = "SI";
				}
			} else {
				wEsRequerida = "SI";
			}

			if (wEsRequerida == "SI") {
				var tipo;
				var clase;
		
				//al para obtener la validacion de un textarea no se puede preguntar por un input...
				if ('36'.toLowerCase().indexOf("textarea") >= 0){
					if (('36'.toLowerCase().indexOf("otros") >= 0)){
						tipo = 'otros';				
					}else{
						if ($("textarea[name='36']") != undefined){//si devuelve algo es textarea
							tipo = 'textarea';
						}
					}

				}else{
					<!-- tipo = $("input[name='< %=idsPreguntas(i)%>']").attr('type'); -->
					tipo = $(".tipodato36").attr('type');
				}
				//si no es un input, tal vez es un combo
				if (tipo == undefined) {
					tipo = "select";   //$("select[name='36']").attr('type');
				}
				if (tipo.toUpperCase() == "OTROS"){
					total = total && validarCampoOtros("36");
				}
				if (tipo.toUpperCase()=="CHECKBOX") {
					total = total && validarRadioOCheckbox("36");
				}
				if (tipo.toUpperCase()=="RADIO") {
					total = total && validarRadioOCheckbox("36");
				}
				if (tipo.toUpperCase()=="BUTTON") {
					total = total && validarRadioGrafico("36");
				}
				if (tipo.toUpperCase()=="TEXT" || tipo.toUpperCase()=="PASSWORD") {
					total = total && validarInputText("36",tipo);
				}
				if (tipo.toUpperCase()=="TEXTAREA") {
					total = total && validarInputTextarea("36",tipo,4000);
					if (total == -1){
						return false;
					}
				}

				if (tipo.toUpperCase()=="SELECT-ONE" || tipo.toUpperCase()=="SELECT-MULTIPLE" || tipo.toUpperCase()=="SELECT") {
					total = total && validarSELECT("36");
				}

				if (!total) {
					var texto = '3 ¿Cómo considera la visualización de los diferentes trámites y/o consultas que pone a su disposición el sitio?'
					var texto2 = texto.replace('&','');
					var texto3 = texto2.replace('acute','');
					alert("La pregunta \""+texto3+"\" es requerida");
					$("input[name='36']").focus();
					return false;
				}

				if (tipo.toUpperCase()=="TEXT") {
					clase = $("input[name='36']").attr('class').toUpperCase();
					wResp = validarClaseInputText("36",tipo,clase);
					if (!(wResp == "OK")) {
						var texto = '3 ¿Cómo considera la visualización de los diferentes trámites y/o consultas que pone a su disposición el sitio?'
						var texto2 = texto.replace('&','');
						var texto3 = texto2.replace('acute','');
						alert("La pregunta \""+texto3+"\" "+ wResp);
						$("input[name='36']").focus();
						return false;
					}
				}
			}

	
		
			wEsRequerida = "NO"; 
			if ("NO" == "SI") {
			
				
			
				if ($("select[name='.']").val() == '.' ) {
					wEsRequerida = "SI";
				}
			} else {
				wEsRequerida = "SI";
			}

			if (wEsRequerida == "SI") {
				var tipo;
				var clase;
		
				//al para obtener la validacion de un textarea no se puede preguntar por un input...
				if ('37'.toLowerCase().indexOf("textarea") >= 0){
					if (('37'.toLowerCase().indexOf("otros") >= 0)){
						tipo = 'otros';				
					}else{
						if ($("textarea[name='37']") != undefined){//si devuelve algo es textarea
							tipo = 'textarea';
						}
					}

				}else{
					<!-- tipo = $("input[name='< %=idsPreguntas(i)%>']").attr('type'); -->
					tipo = $(".tipodato37").attr('type');
				}
				//si no es un input, tal vez es un combo
				if (tipo == undefined) {
					tipo = "select";   //$("select[name='37']").attr('type');
				}
				if (tipo.toUpperCase() == "OTROS"){
					total = total && validarCampoOtros("37");
				}
				if (tipo.toUpperCase()=="CHECKBOX") {
					total = total && validarRadioOCheckbox("37");
				}
				if (tipo.toUpperCase()=="RADIO") {
					total = total && validarRadioOCheckbox("37");
				}
				if (tipo.toUpperCase()=="BUTTON") {
					total = total && validarRadioGrafico("37");
				}
				if (tipo.toUpperCase()=="TEXT" || tipo.toUpperCase()=="PASSWORD") {
					total = total && validarInputText("37",tipo);
				}
				if (tipo.toUpperCase()=="TEXTAREA") {
					total = total && validarInputTextarea("37",tipo,4000);
					if (total == -1){
						return false;
					}
				}

				if (tipo.toUpperCase()=="SELECT-ONE" || tipo.toUpperCase()=="SELECT-MULTIPLE" || tipo.toUpperCase()=="SELECT") {
					total = total && validarSELECT("37");
				}

				if (!total) {
					var texto = '4 ¿Cómo evalúa la facilidad de navegación del sitio?'
					var texto2 = texto.replace('&','');
					var texto3 = texto2.replace('acute','');
					alert("La pregunta \""+texto3+"\" es requerida");
					$("input[name='37']").focus();
					return false;
				}

				if (tipo.toUpperCase()=="TEXT") {
					clase = $("input[name='37']").attr('class').toUpperCase();
					wResp = validarClaseInputText("37",tipo,clase);
					if (!(wResp == "OK")) {
						var texto = '4 ¿Cómo evalúa la facilidad de navegación del sitio?'
						var texto2 = texto.replace('&','');
						var texto3 = texto2.replace('acute','');
						alert("La pregunta \""+texto3+"\" "+ wResp);
						$("input[name='37']").focus();
						return false;
					}
				}
			}

	
		
			wEsRequerida = "NO"; 
			if ("NO" == "SI") {
			
				
			
				if ($("select[name='.']").val() == '.' ) {
					wEsRequerida = "SI";
				}
			} else {
				wEsRequerida = "SI";
			}

			if (wEsRequerida == "SI") {
				var tipo;
				var clase;
		
				//al para obtener la validacion de un textarea no se puede preguntar por un input...
				if ('38'.toLowerCase().indexOf("textarea") >= 0){
					if (('38'.toLowerCase().indexOf("otros") >= 0)){
						tipo = 'otros';				
					}else{
						if ($("textarea[name='38']") != undefined){//si devuelve algo es textarea
							tipo = 'textarea';
						}
					}

				}else{
					<!-- tipo = $("input[name='< %=idsPreguntas(i)%>']").attr('type'); -->
					tipo = $(".tipodato38").attr('type');
				}
				//si no es un input, tal vez es un combo
				if (tipo == undefined) {
					tipo = "select";   //$("select[name='38']").attr('type');
				}
				if (tipo.toUpperCase() == "OTROS"){
					total = total && validarCampoOtros("38");
				}
				if (tipo.toUpperCase()=="CHECKBOX") {
					total = total && validarRadioOCheckbox("38");
				}
				if (tipo.toUpperCase()=="RADIO") {
					total = total && validarRadioOCheckbox("38");
				}
				if (tipo.toUpperCase()=="BUTTON") {
					total = total && validarRadioGrafico("38");
				}
				if (tipo.toUpperCase()=="TEXT" || tipo.toUpperCase()=="PASSWORD") {
					total = total && validarInputText("38",tipo);
				}
				if (tipo.toUpperCase()=="TEXTAREA") {
					total = total && validarInputTextarea("38",tipo,4000);
					if (total == -1){
						return false;
					}
				}

				if (tipo.toUpperCase()=="SELECT-ONE" || tipo.toUpperCase()=="SELECT-MULTIPLE" || tipo.toUpperCase()=="SELECT") {
					total = total && validarSELECT("38");
				}

				if (!total) {
					var texto = '5 ¿De qué modo considera que el diseño del sitio web se adapta a la imagen institucional de Arba?'
					var texto2 = texto.replace('&','');
					var texto3 = texto2.replace('acute','');
					alert("La pregunta \""+texto3+"\" es requerida");
					$("input[name='38']").focus();
					return false;
				}

				if (tipo.toUpperCase()=="TEXT") {
					clase = $("input[name='38']").attr('class').toUpperCase();
					wResp = validarClaseInputText("38",tipo,clase);
					if (!(wResp == "OK")) {
						var texto = '5 ¿De qué modo considera que el diseño del sitio web se adapta a la imagen institucional de Arba?'
						var texto2 = texto.replace('&','');
						var texto3 = texto2.replace('acute','');
						alert("La pregunta \""+texto3+"\" "+ wResp);
						$("input[name='38']").focus();
						return false;
					}
				}
			}

	
		
			wEsRequerida = "NO"; 
			if ("NO" == "SI") {
			
				
			
				if ($("select[name='.']").val() == '.' ) {
					wEsRequerida = "SI";
				}
			} else {
				wEsRequerida = "SI";
			}

			if (wEsRequerida == "SI") {
				var tipo;
				var clase;
		
				//al para obtener la validacion de un textarea no se puede preguntar por un input...
				if ('39'.toLowerCase().indexOf("textarea") >= 0){
					if (('39'.toLowerCase().indexOf("otros") >= 0)){
						tipo = 'otros';				
					}else{
						if ($("textarea[name='39']") != undefined){//si devuelve algo es textarea
							tipo = 'textarea';
						}
					}

				}else{
					<!-- tipo = $("input[name='< %=idsPreguntas(i)%>']").attr('type'); -->
					tipo = $(".tipodato39").attr('type');
				}
				//si no es un input, tal vez es un combo
				if (tipo == undefined) {
					tipo = "select";   //$("select[name='39']").attr('type');
				}
				if (tipo.toUpperCase() == "OTROS"){
					total = total && validarCampoOtros("39");
				}
				if (tipo.toUpperCase()=="CHECKBOX") {
					total = total && validarRadioOCheckbox("39");
				}
				if (tipo.toUpperCase()=="RADIO") {
					total = total && validarRadioOCheckbox("39");
				}
				if (tipo.toUpperCase()=="BUTTON") {
					total = total && validarRadioGrafico("39");
				}
				if (tipo.toUpperCase()=="TEXT" || tipo.toUpperCase()=="PASSWORD") {
					total = total && validarInputText("39",tipo);
				}
				if (tipo.toUpperCase()=="TEXTAREA") {
					total = total && validarInputTextarea("39",tipo,4000);
					if (total == -1){
						return false;
					}
				}

				if (tipo.toUpperCase()=="SELECT-ONE" || tipo.toUpperCase()=="SELECT-MULTIPLE" || tipo.toUpperCase()=="SELECT") {
					total = total && validarSELECT("39");
				}

				if (!total) {
					var texto = '6 ¿Cómo evalúa el diseño del sitio a los efectos de sus necesidades laborales y/o particulares?'
					var texto2 = texto.replace('&','');
					var texto3 = texto2.replace('acute','');
					alert("La pregunta \""+texto3+"\" es requerida");
					$("input[name='39']").focus();
					return false;
				}

				if (tipo.toUpperCase()=="TEXT") {
					clase = $("input[name='39']").attr('class').toUpperCase();
					wResp = validarClaseInputText("39",tipo,clase);
					if (!(wResp == "OK")) {
						var texto = '6 ¿Cómo evalúa el diseño del sitio a los efectos de sus necesidades laborales y/o particulares?'
						var texto2 = texto.replace('&','');
						var texto3 = texto2.replace('acute','');
						alert("La pregunta \""+texto3+"\" "+ wResp);
						$("input[name='39']").focus();
						return false;
					}
				}
			}

	
		
			wEsRequerida = "NO"; 
			if ("NO" == "SI") {
			
				
			
				if ($("select[name='.']").val() == '.' ) {
					wEsRequerida = "SI";
				}
			} else {
				wEsRequerida = "SI";
			}

			if (wEsRequerida == "SI") {
				var tipo;
				var clase;
		
				//al para obtener la validacion de un textarea no se puede preguntar por un input...
				if ('40'.toLowerCase().indexOf("textarea") >= 0){
					if (('40'.toLowerCase().indexOf("otros") >= 0)){
						tipo = 'otros';				
					}else{
						if ($("textarea[name='40']") != undefined){//si devuelve algo es textarea
							tipo = 'textarea';
						}
					}

				}else{
					<!-- tipo = $("input[name='< %=idsPreguntas(i)%>']").attr('type'); -->
					tipo = $(".tipodato40").attr('type');
				}
				//si no es un input, tal vez es un combo
				if (tipo == undefined) {
					tipo = "select";   //$("select[name='40']").attr('type');
				}
				if (tipo.toUpperCase() == "OTROS"){
					total = total && validarCampoOtros("40");
				}
				if (tipo.toUpperCase()=="CHECKBOX") {
					total = total && validarRadioOCheckbox("40");
				}
				if (tipo.toUpperCase()=="RADIO") {
					total = total && validarRadioOCheckbox("40");
				}
				if (tipo.toUpperCase()=="BUTTON") {
					total = total && validarRadioGrafico("40");
				}
				if (tipo.toUpperCase()=="TEXT" || tipo.toUpperCase()=="PASSWORD") {
					total = total && validarInputText("40",tipo);
				}
				if (tipo.toUpperCase()=="TEXTAREA") {
					total = total && validarInputTextarea("40",tipo,4000);
					if (total == -1){
						return false;
					}
				}

				if (tipo.toUpperCase()=="SELECT-ONE" || tipo.toUpperCase()=="SELECT-MULTIPLE" || tipo.toUpperCase()=="SELECT") {
					total = total && validarSELECT("40");
				}

				if (!total) {
					var texto = '7 ¿Cuál es su nivel de satisfacción respecto de su visita a nuestro sitio?'
					var texto2 = texto.replace('&','');
					var texto3 = texto2.replace('acute','');
					alert("La pregunta \""+texto3+"\" es requerida");
					$("input[name='40']").focus();
					return false;
				}

				if (tipo.toUpperCase()=="TEXT") {
					clase = $("input[name='40']").attr('class').toUpperCase();
					wResp = validarClaseInputText("40",tipo,clase);
					if (!(wResp == "OK")) {
						var texto = '7 ¿Cuál es su nivel de satisfacción respecto de su visita a nuestro sitio?'
						var texto2 = texto.replace('&','');
						var texto3 = texto2.replace('acute','');
						alert("La pregunta \""+texto3+"\" "+ wResp);
						$("input[name='40']").focus();
						return false;
					}
				}
			}

	
		
			wEsRequerida = "NO"; 
			if ("NO" == "SI") {
			
				
			
				if ($("select[name='.']").val() == '.' ) {
					wEsRequerida = "SI";
				}
			} else {
				wEsRequerida = "SI";
			}

			if (wEsRequerida == "SI") {
				var tipo;
				var clase;
		
				//al para obtener la validacion de un textarea no se puede preguntar por un input...
				if ('41'.toLowerCase().indexOf("textarea") >= 0){
					if (('41'.toLowerCase().indexOf("otros") >= 0)){
						tipo = 'otros';				
					}else{
						if ($("textarea[name='41']") != undefined){//si devuelve algo es textarea
							tipo = 'textarea';
						}
					}

				}else{
					<!-- tipo = $("input[name='< %=idsPreguntas(i)%>']").attr('type'); -->
					tipo = $(".tipodato41").attr('type');
				}
				//si no es un input, tal vez es un combo
				if (tipo == undefined) {
					tipo = "select";   //$("select[name='41']").attr('type');
				}
				if (tipo.toUpperCase() == "OTROS"){
					total = total && validarCampoOtros("41");
				}
				if (tipo.toUpperCase()=="CHECKBOX") {
					total = total && validarRadioOCheckbox("41");
				}
				if (tipo.toUpperCase()=="RADIO") {
					total = total && validarRadioOCheckbox("41");
				}
				if (tipo.toUpperCase()=="BUTTON") {
					total = total && validarRadioGrafico("41");
				}
				if (tipo.toUpperCase()=="TEXT" || tipo.toUpperCase()=="PASSWORD") {
					total = total && validarInputText("41",tipo);
				}
				if (tipo.toUpperCase()=="TEXTAREA") {
					total = total && validarInputTextarea("41",tipo,4000);
					if (total == -1){
						return false;
					}
				}

				if (tipo.toUpperCase()=="SELECT-ONE" || tipo.toUpperCase()=="SELECT-MULTIPLE" || tipo.toUpperCase()=="SELECT") {
					total = total && validarSELECT("41");
				}

				if (!total) {
					var texto = '8 Considera que nuestro sitio web como medio para obtener respuestas a sus consultas es:'
					var texto2 = texto.replace('&','');
					var texto3 = texto2.replace('acute','');
					alert("La pregunta \""+texto3+"\" es requerida");
					$("input[name='41']").focus();
					return false;
				}

				if (tipo.toUpperCase()=="TEXT") {
					clase = $("input[name='41']").attr('class').toUpperCase();
					wResp = validarClaseInputText("41",tipo,clase);
					if (!(wResp == "OK")) {
						var texto = '8 Considera que nuestro sitio web como medio para obtener respuestas a sus consultas es:'
						var texto2 = texto.replace('&','');
						var texto3 = texto2.replace('acute','');
						alert("La pregunta \""+texto3+"\" "+ wResp);
						$("input[name='41']").focus();
						return false;
					}
				}
			}

	
		
			wEsRequerida = "NO"; 
			if ("NO" == "SI") {
			
				
			
				if ($("select[name='.']").val() == '.' ) {
					wEsRequerida = "SI";
				}
			} else {
				wEsRequerida = "SI";
			}

			if (wEsRequerida == "SI") {
				var tipo;
				var clase;
		
				//al para obtener la validacion de un textarea no se puede preguntar por un input...
				if ('34-textarea'.toLowerCase().indexOf("textarea") >= 0){
					if (('34-textarea'.toLowerCase().indexOf("otros") >= 0)){
						tipo = 'otros';				
					}else{
						if ($("textarea[name='34-textarea']") != undefined){//si devuelve algo es textarea
							tipo = 'textarea';
						}
					}

				}else{
					<!-- tipo = $("input[name='< %=idsPreguntas(i)%>']").attr('type'); -->
					tipo = $(".tipodato34-textarea").attr('type');
				}
				//si no es un input, tal vez es un combo
				if (tipo == undefined) {
					tipo = "select";   //$("select[name='34-textarea']").attr('type');
				}
				if (tipo.toUpperCase() == "OTROS"){
					total = total && validarCampoOtros("34-textarea");
				}
				if (tipo.toUpperCase()=="CHECKBOX") {
					total = total && validarRadioOCheckbox("34-textarea");
				}
				if (tipo.toUpperCase()=="RADIO") {
					total = total && validarRadioOCheckbox("34-textarea");
				}
				if (tipo.toUpperCase()=="BUTTON") {
					total = total && validarRadioGrafico("34-textarea");
				}
				if (tipo.toUpperCase()=="TEXT" || tipo.toUpperCase()=="PASSWORD") {
					total = total && validarInputText("34-textarea",tipo);
				}
				if (tipo.toUpperCase()=="TEXTAREA") {
					total = total && validarInputTextarea("34-textarea",tipo,4000);
					if (total == -1){
						return false;
					}
				}

				if (tipo.toUpperCase()=="SELECT-ONE" || tipo.toUpperCase()=="SELECT-MULTIPLE" || tipo.toUpperCase()=="SELECT") {
					total = total && validarSELECT("34-textarea");
				}

				if (!total) {
					var texto = '9 ¿Qué considera que se podría incorporar al sitio web para mejorar los servicios que ofrece?'
					var texto2 = texto.replace('&','');
					var texto3 = texto2.replace('acute','');
					alert("La pregunta \""+texto3+"\" es requerida");
					$("input[name='34-textarea']").focus();
					return false;
				}

				if (tipo.toUpperCase()=="TEXT") {
					clase = $("input[name='34-textarea']").attr('class').toUpperCase();
					wResp = validarClaseInputText("34-textarea",tipo,clase);
					if (!(wResp == "OK")) {
						var texto = '9 ¿Qué considera que se podría incorporar al sitio web para mejorar los servicios que ofrece?'
						var texto2 = texto.replace('&','');
						var texto3 = texto2.replace('acute','');
						alert("La pregunta \""+texto3+"\" "+ wResp);
						$("input[name='34-textarea']").focus();
						return false;
					}
				}
			}

	
			return le_parece(this);
		

	return total;
}


function le_parece(formObj) { 

        if (!confirm("Confirma que desea enviar la encuesta ?")) { // hizo click en cancelar
           return false;
       }else{// hizo click en aceptar
           return true;
       }
 
}	

function validarRadioOCheckbox(name) {
	//pregunto cuantos hay chequeados:
	var chequeados;

	chequeados = $("input:checked[name^='"+name+"']").length;

	return (chequeados>0);
}
//*gus
function validarRadioGrafico(name) {
	//pregunto cuantos hay chequeados:
	if( !($(".tipodato"+name).hasClass("marcado"))) {
      if( !($("#"+name).val()=="")) {
         return true;
      } else {
         return false;
      }
	} else {
		//var xval = $(".tipodato"+name+".marcado")[0].value;
		//$("#pepe").val(xval);
		//alert(xval);
		//return false;
		return true;
	}
}


function validarRadioOCheckboxOtros(name) {
	//pregunto cuantos hay chequeados:
	var chequeados;

	//$("input:checked[id^='185-']").length
	chequeados = $("input:checked[id^='"+name+"']").length;

	return (chequeados>0);
}

function validarCampoOtros(name) {
	//si hay un campo otro chequeado, el textarea debe ser distinto de ""
	if (!($('#'+name).is(":disabled"))){
		if ($.trim($('#'+name).val())!= ""){
			return true;
		}else{
			return false;
		}
	}else{//si el textarea del campo otros esta deshabilitado es que no se eligio el campo otros
		
		// $("input[name="*name"])
		var myArray = name.split('-');
		if (validarRadioOCheckboxOtros(myArray[0]+'-')){
			return true;
		}
	}
}

function consultarTextoRespuesta(tipoElemento,nombreElemento) {
    var request = $.ajax({
        url: "hacerConsultaTextoRespuesta.asp",
        type: "POST",
        contentType: "application/x-www-form-urlencoded;charset=ISO-8859-1",
        data: { tipoElemento: tipoElemento, nombreElemento:nombreElemento  },
        dataType: "text",
        async: false,
        error: function(xhr, ajaxOptions, thrownError) {
            //alert(xhr.statusText);
            alert(thrownError);
        },
        success: function(request) { return request.responseText }
    });
    if ($.trim(request.responseText) != ""){
    	return (request.responseText);
    }else{
    	return "";
	}
}


function validarInputText(nameElemento,tipoElemento) {
	var texto;
	texto = $("input[name='"+nameElemento+"']").val();
	
	var textoElemento ;
	textoElemento = consultarTextoRespuesta(tipoElemento,nameElemento);

	if (tipoElemento.toUpperCase() == "TEXTAREA"|| tipoElemento.toUpperCase() == "TEXT"){
		if (textoElemento == texto){

			return false;
		}else{
			return (texto!="");
		}
	}
}

function validarClaseInputText (nameElemento,tipoElemento, clase) {
	var texto;
	texto = $("input[name='"+nameElemento+"']").val();

	var textoElemento ;
	textoElemento = consultarTextoRespuesta(tipoElemento,nameElemento);

	wResp = "OK"



	if (clase.indexOf("FECHA") >= 0) {
		if (!isDate(texto)) {
			wResp = "requiere una fecha correcta";
		}
	}
	if (clase.indexOf("CUIT") >= 0) {
		if (!isCuit(texto)) {
			wResp = "requiere un cuit correcto (nn-nnnnnnnn-n)";
		}
	}

	if (clase.indexOf("EMAIL") >= 0) {
		if (!isEmail(texto)) {
			wResp = "requiere un email correcto";
		}
	}
	if (clase.indexOf("SOLONUMERICO") >= 0) {
		if (!isSoloNumerico(texto)) {
			wResp = "requiere solo ingresar numeros";
		}
	}
	if (clase.indexOf("SOLOALFABETICO") >= 0) {
;
        	for (x of texto) {
        		wCaracter = x;
        		if (/^([0-9])*$/.test(wCaracter)) {
        			wMensaje = "NO ingresar numeros, es campo puramente alfabetico.";
        			break;
        		}
        	}	
        	wResp = wMensaje;			
	}

	if (clase.indexOf("ALFANUMERICO") >= 0) {

	}	
	return wResp;
}


function validarInputTextarea(nameElemento,tipoElemento) {

	var texto;
	texto = $("textarea[name='"+nameElemento+"']").val();

	if (texto == ""){
		return false;
	}

	if (texto.length > 4000){
		alert("Debe ingresar menos de 4000 caracteres para poder enviar la encuesta.");
		return -1;
	}else{
		return true;
	}

	var textoElemento ;
	
	textoElemento = consultarTextoRespuesta(tipoElemento,nameElemento);

	if (tipoElemento.toUpperCase() == "TEXTAREA"|| tipoElemento.toUpperCase() == "TEXT"){
		if (textoElemento == texto){
			return false;
		}else{
			return (texto!="");
		}
	}
}

function validarSELECT(name) {
	var opcion;

	opcion = $("select[name='"+name+"']").val();

	return (opcion!="-1111");
}

function isDate (txtDate) {
    var currVal = txtDate;
    if (currVal == '')
       return false;

  var rxDatePattern = /^(\d{1,2})(\/|-)(\d{1,2})(\/|-)(\d{4})$/;
  var dtArray = currVal.match(rxDatePattern); 

  if (dtArray == null)
      return false;


   var dtDay = dtArray[1];
   var dtMonth = dtArray[3];
   var dtYear = dtArray[5];

  if (dtMonth < 1 || dtMonth > 12)
      return false;
  else if (dtDay < 1 || dtDay > 31)
      return false;
  else if ((dtMonth == 4 || dtMonth == 6 || dtMonth == 9 || dtMonth == 11) && dtDay == 31)
      return false;
  else if (dtMonth == 2) {
      var isleap = (dtYear % 4 == 0 && (dtYear % 100 != 0 || dtYear % 400 == 0));
      if (dtDay > 29 || (dtDay == 29 && !isleap))
          return false;
  }

  return true;
}

function isCuit (txtCuit) {
    var cuitReg = /^[2-3]{1}\d{1}-\d{8}-\d{1}$/;
    if(!cuitReg.test(txtCuit)) {
       return false;
    }
    return true;
}

function isDni (txtDni) {
    var dniReg = /^d{8}$/;
    if(!dniReg.test(txtDni)) {
       return false;
    }
    return true;
}

function isEmail (txtEmail) {
    var emailReg = /^([\w-\.]+@([\w-]+\.)+[\w-]{2,4})?$/;
    if(!emailReg.test(txtEmail)) {
       return false;
    }
    return true;
}

function isSoloNumerico (txtNumerico) {
    var numeroReg = /\s*[0-9,\s]+\s*$/;
    if(!numeroReg.test(txtNumerico)) {
       return false;
    }
    return true;
}

function isSoloAlfabetico (txtAlfabetico) {

    return true;
}

function isAlfaNumerico (wTexto) {

    return true;
}

</script>
<script>
	setTimeout(function () {
		try {
		   cantLlamadas = 0;
		   llamadorAlServidor (cantLlamadas);
	   } catch {
	   	alert("error dentro del try-catch");
	   }
	}, 100);

	function llamadorAlServidor (cantLlamadas) {
		cantLlamadas = cantLlamadas + 1;
   	param="q="+cantLlamadas;
      Xurl = "mantenerConexion.asp?"+param; 
      var request = $.ajax({
         url: Xurl,
         type: "POST",
         contentType:"application/x-www-form-urlencoded;charset=UTF-8",
         data: { },
         dataType: 'text',
         // crossOrigin: true,
         async: false,
         error: function(xhr, ajaxOptions, thrownError) {
            console.log("xhr:" + xhr +"\najaxOptions:" + ajaxOptions +"\nthrownError:" + thrownError);
            alert("Se ha producido un Error. La informacion pueda estar incompleta.\nReportar los siguientes datos:\nUrl:"+Xurl+"\nDatos del Error: xhr" + xhr + ' - thrownError:' + thrownError + " - ajaxOptions:" + ajaxOptions);
         },
         success: function(datosRta) { 
            //alert(datosRta);
            // console.log("llamada:" + datosRta);
            if (cantLlamadas < 360) {
	            setTimeout(function () {
	            	llamadorAlServidor (cantLlamadas);
	            }, 10000);
         	} else {
         		alert("Ha caducado el tiempo de carga");
         		window.location.reload();
         	}
        }
      });
}
</script>

<script>
$(document).ready(function() {
	$('.estrella').click(function() {
		asignarValorYClases(this);
    });

// LO SACO. QUEDA SOLAMENTE CUANDO SE HACE CLICK SOBRE LA ESTRELLA
//    $('.estrella').hover(function() {
//		asignarValorYClases(this);
//    });


    function asignarValorYClases(objeto) {
	
		wId = $(objeto).attr("id");
    
		var myArray = wId.split('-');
		var miPregunta = myArray[0];
    

	
		xRespuesta = $(objeto).val();
	
		$('#'+miPregunta+'-999').val(xRespuesta);
		xTitle = $(objeto).attr("title");

	
		wName = $(objeto).attr("name");
		


		$('[name="'+wName+'"].estrella svg').each( function() {
			$(this).removeClass('marcado');
		});
    
		// Agregar la clase "marcado" al SVG del botón clickeado
		$(objeto).find('svg').addClass('marcado');
		$('[name="'+wName+'"].estrella').each( function() {
			titleHermano = $(this).attr("title");
			if (parseInt(titleHermano) < parseInt(xTitle)) {
				$(this).find('svg').addClass('marcado');
			}
		});
    }
});

</script>

</body>
</HTML>