
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Autos Usados, Autos Nuevos, Credito Automotriz, Automotoras, Destacados.cl - Autos nuevos y usados - Automotoras - Financiamiento</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<script language="JavaScript1.2" src="funciones/funciones.js"></script>
<script language="JavaScript1.2" src="funciones/vbusqueda.js"></script>
<script language="JavaScript1.2" src="funciones/ScriptAjax.js"></script>
<script language="JavaScript1.2" type="text/JavaScript" src="funciones/AC_RunActiveContent.js"></script>
<script language="JavaScript1.2" type="text/JavaScript">
<!--
function Ordenar()
{ document.frm1.action='vbusqueda.asp';
	document.frm1.submit();
}
function Ordenar2(ord)
{ 	document.frm1.action='vbusqueda.asp';
	document.frm1.ordenar.value=ord;
	document.frm1.submit();
}
function Pagina(pag)
{ 	document.frm1.pag.value=pag;
	document.frm1.action='vbusqueda.asp';
	document.frm1.target='_self'
	document.frm1.submit();
}
function Detalle(id)
{ document.location.href='vfichausados.asp?VID='+id+'&vistip=1';
}
function G_Cookie()
{	var passValue;
	var cjtoValue;
	var re,r;
		cjtoValue = '';
	
		for(i=0; i<document.frm1.elements.length; i++) 
			{
				fieldType = document.frm1.elements[i].type;
				
				if(fieldType == 'checkbox') 
				{ 	passValue = document.frm1.elements[i].checked; 
					if (passValue==true)
					{ 	passValue = document.frm1.elements[i].value;
						//si ya existe no lo agrega
						ubic = cjtoValue.indexOf(passValue);
						//alert(ubic);
						if (ubic!=0)						
						cjtoValue = cjtoValue + ';' + passValue + ',';
					}
				}
				
			}
			document.frm1.vseleccion.value = cjtoValue;
			//alert(document.frm1.seleccion.value);
			// Abre nueva ventana con la selcción
			document.frm1.action='vseleccion.asp';
			document.frm1.target='Seleccion';
			window.open("vseleccion.asp", "Seleccion", "width=650,height=580,left=50,top=50,scrollbars=yes,toolbar=no");
			document.frm1.submit();
	
}
function G_Cookie2()
{	var passValue;
	var cjtoValue;
	var re,r;
		cjtoValue = '';
		cont=0;
		for(i=0; i<document.frm1.elements.length; i++) 
			{
				fieldType = document.frm1.elements[i].type;
				
				if(fieldType == 'checkbox') 
				{ 	passValue = document.frm1.elements[i].checked; 
					if (passValue==true)
					{ 	passValue = document.frm1.elements[i].value;
						//si ya existe no lo agrega
						ubic = cjtoValue.indexOf(passValue);
						//alert(ubic);
						if (ubic!=0)
						{	cjtoValue = cjtoValue + ';' + passValue + ',';
							cont++;
						}
					}
				}
				
			}
			document.frm1.vseleccion.value = cjtoValue;
			if ((cont > 5) || (cont < 2))
			{	alert('Debe seleccionar entre 2 a 5 vehículos para comparación.');
				return false;
			}
			else
			 return true;

			//alert(document.frm1.seleccion.value);
	
}
function Selecciones()
{ //primero guarda los seleccionados
	G_Cookie();
	//document.location.href='vseleccion.asp?seleccion='+document.frm1.seleccion.value;
	document.frm1.action='vseleccion.asp';
	//alert(document.frm1.seleccion.value);
	document.frm1.submit();
}
function Compara()
{ //primero guarda los seleccionados
	if (G_Cookie2())
	{	document.frm1.action='vcompara.asp';
		document.frm1.target='_self'
		document.frm1.submit();
	}
}
// para seleccionar todos
var checkflag = "false";
function check(field) 
{
if (checkflag == "false") {
for (i = 0; i < field.length; i++) {
field[i].checked = true;}
checkflag = "true";
return true; }
else {
for (i = 0; i < field.length; i++) {
field[i].checked = false; }
checkflag = "false";
return false; }
}

function ModeloUsado()
{	
	if (document.frm_vbusq.vcat.value == 1)
	{	fillSelectFromArray(document.frm_vbusq.vmodelo, ((document.frm_vbusq.vmarca.selectedIndex == -1) ? null : marca_mod1[document.frm_vbusq.vmarca.selectedIndex-1]));
	}
	if (document.frm_vbusq.vcat.value == 2)
	{	fillSelectFromArray(document.frm_vbusq.vmodelo, ((document.frm_vbusq.vmarca.selectedIndex == -1) ? null : marca_mod2[document.frm_vbusq.vmarca.selectedIndex-1]));
	}
	if (document.frm_vbusq.vcat.value == 3)
	{	fillSelectFromArray(document.frm_vbusq.vmodelo, ((document.frm_vbusq.vmarca.selectedIndex == -1) ? null : marca_mod3[document.frm_vbusq.vmarca.selectedIndex-1]));
	}
	if (document.frm_vbusq.vcat.value == 4)
	{	fillSelectFromArray(document.frm_vbusq.vmodelo, ((document.frm_vbusq.vmarca.selectedIndex == -1) ? null : marca_mod4[document.frm_vbusq.vmarca.selectedIndex-1]));
	}
	if (document.frm_vbusq.vcat.value == 5)
	{	fillSelectFromArray(document.frm_vbusq.vmodelo, ((document.frm_vbusq.vmarca.selectedIndex == -1) ? null : marca_mod5[document.frm_vbusq.vmarca.selectedIndex-1]));
	}
	if (document.frm_vbusq.vcat.value == 6)
	{	fillSelectFromArray(document.frm_vbusq.vmodelo, ((document.frm_vbusq.vmarca.selectedIndex == -1) ? null : marca_mod6[document.frm_vbusq.vmarca.selectedIndex-1]));
	}
	if (document.frm_vbusq.vcat.value == 7)
	{	fillSelectFromArray(document.frm_vbusq.vmodelo, ((document.frm_vbusq.vmarca.selectedIndex == -1) ? null : marca_mod7[document.frm_vbusq.vmarca.selectedIndex-1]));
	}
	if (document.frm_vbusq.vcat.value == 8)
	{	fillSelectFromArray(document.frm_vbusq.vmodelo, ((document.frm_vbusq.vmarca.selectedIndex == -1) ? null : marca_mod8[document.frm_vbusq.vmarca.selectedIndex-1]));
	}
	if (document.frm_vbusq.vcat.value == 9)
	{	fillSelectFromArray(document.frm_vbusq.vmodelo, ((document.frm_vbusq.vmarca.selectedIndex == -1) ? null : marca_mod9[document.frm_vbusq.vmarca.selectedIndex-1]));
	}
}
function BuscarUsado()
{	
	document.frm_vbusq.action="vbusqueda.asp";
	document.frm_vbusq.indcat.value = document.frm_vbusq.vcat.selectedIndex - 1;
	document.frm_vbusq.indmarca.value = document.frm_vbusq.vmarca.selectedIndex - 1;
	document.frm_vbusq.indmod.value = document.frm_vbusq.vmodelo.selectedIndex - 1;
	if (document.frm_vbusq.vcat.value==-1)
		alert('Debe seleccionar una Categoría.');
	else
		document.frm_vbusq.submit();
}
function TraeMarca(catid, objectid)
{	enProceso = false; 
	if (!enProceso && http) {
	        //var ind   = window.document.InterfazSEGMAS.CmbSponsor.selectedIndex;
	        //var valor = window.document.InterfazSEGMAS.CmbSponsor[ind].value;
			//alert(valor);
			if (catid!=0){										
						
				document.frm_vbusq.pivote.value = objectid;
				var url = "MarcasXCat.asp?catid="+ catid + "&nombre=vmarca&tipo=modelos";
				http.open("GET", url, true);
				http.onreadystatechange = handleHttpResponse;
				enProceso = true; //enProceso = false;
				http.send(null);
			}
	    }
}
function TraeModelos(catid, marcaid, objectid)
{	enProceso = false; 
	if (!enProceso && http) {
	        //var ind   = window.document.InterfazSEGMAS.CmbSponsor.selectedIndex;
	        //var valor = window.document.InterfazSEGMAS.CmbSponsor[ind].value;
			//alert(catid);
			if (catid!=0){
				//alert(marcaid);										
				document.frm_vbusq.pivote.value = objectid;
				var url = "ModelosXMarca.asp?catid="+ catid + "&marcaid="+ marcaid + "&nombre=vmodelo";
				//alert("ModelosXMarca.asp?catid="+ catid + "&marcaid="+ marcaid + "&nombre=vmodelo");
				http.open("GET", url, true);
				http.onreadystatechange = handleHttpResponse;
				enProceso = true; //enProceso = false;
				
				http.send(null);
			}
	    }
}
function handleHttpResponse() { 
    if (http.readyState == 4) { 
       if (http.status == 200) { 
          if (http.responseText.indexOf('invalid') == -1) {
			  /*combo=document.getElementById("Poliza");
			  combo.length=0;
			  var nuevaOpcion=document.createElement("option"); nuevaOpcion.value=0; nuevaOpcion.innerHTML="Cargando....";
			  combo.appendChild(nuevaOpcion); 
			  combo.disabled=true;	
			  */
			  if (http.readyState==4){ 
			  	//alert("aqui");
				//alert(document.frm_vbusq.pivote.value);
				  document.getElementById(document.frm_vbusq.pivote.value).innerHTML=http.responseText;
				  //document.getElementById("pivoteHTML").value=http.responseText;
			  } 
		      enProceso = false;
          }
       }
    }
}
//-->
</script>
<link href="estilos/style.css" rel="stylesheet" type="text/css">
</head>

<body bgcolor="#CCCCCC" background="images/fondo1.gif" leftmargin="0" topmargin="0" onLoad="MM_preloadImages('images/b_nosotros2.gif','images/b_reportajes2.gif','images/b_boletin2.gif','images/b_contacto2.gif','images/i_menu2.gif')" style="scrollbar-track-color:#CCCCCC;scrollbar-face-color:#003399;scrollbar-base-color:#CCCCCC;scrollbar-arrow-color:#FFFFFF;">
<!--
precio hasta (vprecio) :<br>
pmin: 0<br>
pmax: 100000000<br>

vcombustible: .Todos.<br>
vaire: .Todos.<br>
t_aut .No.<br>
t_mec .No.<br>
t_mix .No.<br>
vamoa a imprimir el arreglo que despues enviaremos OJO<br>
----------------------------------------<br>
categoris:1
marca:184
modelo:
año:0
opcional:
pmin:0
pmax:100000000
nuevo/usado: 1<br>
vcombustible:Todos
vaire:Todos
t_aut:No
t_mec:No
t_mix:No
<br>
pag:1
total:0
-->
<table width="780" border="0" cellspacing="0" cellpadding="0" align="LEFT" bgcolor="#FFFFFF">
<TR><TD>
<script language="javascript" type="text/jscript" src="funciones/liveclock.js"></script>
<script language="javascript" type="text/javascript">
function PopupPublicar()
{	window.open("popup_publicar.htm", "Publicar", "width=400,height=290,left=50,top=50,scrollbars=no,toolbar=no");
}
</script>

<table width="780" border="0" cellspacing="0" cellpadding="0">
  <tr>
    <td>
	
	<!-- BANNER Y MENU SUPERIOR -->
	<table width="780" border="0" align="left" cellpadding="0" cellspacing="0">
        <tr> 
          <td width="300" height="100" rowspan="2" bgcolor="#00279A" background="images/i_fondohome.gif"><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="300" height="100">
              <param name="movie" value="images/logo2013.swf">
              <param name="quality" value="high">
              <embed src="images/logo2013.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="300" height="100"></embed></object></td>
          <td height="78" bgcolor="#00279A" background="images/i_fondohome.gif">
		 <!-- ZONA DE BANNER-->
	  <iframe src=http://www.destacados.cl/absolute/abmw.aspx?z=24&isframe=true width=480 height=78 frameborder=0 scrolling=no marginheight=0 marginwidth=0></iframe></td>
  </tr>
  <tr> 
          <td background="images/i_fondohome2.gif" bgcolor="#00279A"> 
            <table width="320" border="0" cellspacing="0" cellpadding="0" align="right">
        <tr> 
                <td width="62"><a href="vempresa.asp" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('_NOS','','images/_nosotros_2.gif',1)"><img src="images/_nosotros.gif" name="_NOS" width="62" height="22" border="0"></a></td>
                <td width="70"><a href="vcampanas.asp" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('_CAM','','images/_campanas_2.gif',1)"><img src="images/_campanas.jpg" name="_CAM" width="70" height="22" border="0"></a></td>
				<td width="73"><a href="vwallpaper.asp" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('_WAL','','images/_wallpapers_2.gif',1)"><img src="images/_wallpapers.jpg" name="_WAL" width="73" height="22" border="0"></a></td>
                <td width="93"><a href="vjuegos.asp" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('_JUE','','images/_juegosonline_2.gif',1)"><img src="images/_juegosonline.jpg" name="_JUE" width="93" height="22" border="0"></a></td>
                <td width="75"><a href="vcontacto.asp" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('_CON','','images/_contacto_2.gif',1)"><img src="images/_contacto.gif" name="_CON" width="75" height="22" border="0"></a></td>
        </tr>
      </table>
          </td>
  </tr>
        <tr> 
          <td height="5" colspan="2" background="images/tubo.gif"></td>
  </tr>
</table>
<!-- FIN BANNER Y MENU SUPERIOR -->

</td>
  </tr>
  <tr>
    <td>
	<!-- MENU BOTONES COLORES -->
	
			
		  		<table width="" border="0" cellspacing="0" cellpadding="0">
				  <tr> 
				    <td width="103"><a href="vindex.asp" onMouseOver="MM_swapImage('H','','images/bhome_2.gif','HN','','images/ba_2.gif','L','','images/line_home.gif',1)" onMouseOut="MM_swapImgRestore()"><img src="images/bhome_1.gif" name="H" width="103" height="19" border="0" id="H"></a></td>
				    
					<td width=""><img src="images/ba_1.gif"  name="HN" id="HN" width="24" height="19" border="0"></td>
				    
					<td width=""><a href="vbusqnuevos.asp" onMouseOver="MM_swapImage('HN','','images/ba_3.gif','N','','images/bnuevos_2.gif','NU','','images/bb_4.gif','L','','images/line_nuevos.gif',1)" onMouseOut="MM_swapImgRestore()"><img src="images/bnuevos_1.gif" name="N" width="47" height="19" border="0" id="N"></a></td>
				    <td width=""><img src="images/bb_3.gif" name="NU" id="NU" width="26" height="19"></td>
				    
					<td width=""><img src="images/busados_2.gif" name="U" width="47" height="19" border="0" id="U"></td>
				    <td width=""><img src="images/bc_2.gif" name="UA" id="UA" width="23" height="19"></td>
				    
					<td width=""><a href="vautomotoras.asp" onMouseOver="MM_swapImage('UA','','images/bc_4.gif','A','','images/bautomotoras_2.gif','AB','','images/ab_4.gif','L','','images/line_automotoras.gif',1)" onMouseOut="MM_swapImgRestore()"><img src="images/bautomotoras_1.gif"  name="A" width="83" height="19" border="0"  id="A"></a></td>
					
					<td width=""><img src="images/bd_1.gif" name="AB" id="AB" width="18" height="19"></td>
					
					<td width=""><a href="vformboletin.asp" onMouseOver="MM_swapImage('AB','','images/ab_2.gif','B','','images/bboletin_2.gif','BT','','images/bt_2.gif','L','','images/line_boletin.gif',1)" onMouseOut="MM_swapImgRestore()"><img src="images/bboletin_1.gif"  name="B" width="50" height="19" border="0"  id="B"></a></td>
					<td width=""><img src="images/be_1.gif" name="BT" id="BT" width="19" height="19"></td>
					
					<td width=""><a href="http://agencia.destacados.cl" target="_blank" onMouseOver="MM_swapImage('BT','','images/bt_3.gif','T','','images/bagencia_2.gif','TI','','images/ti_1.gif','L','','images/line_testdrive.gif',1)" onMouseOut="MM_swapImgRestore()"><img src="images/bagencia_1.gif"  name="T" width="66" height="19" border="0"  id="T"></a></td>
					<td width=""><img src="images/bf_1.gif" name="TI" id="TI" width="18" height="19"></td>
					
					<td width=""><a href="vingreso.asp" target="_blank" onMouseOver="MM_swapImage('TI','','images/ti_2.gif','I','','images/btn_ingresoClient_Click.gif','IN','','images/btn_clientNoti_click.gif','L','','images/line_ingreso.gif',1)" onMouseOut="MM_swapImgRestore()"><img src="images/btn_ingresoCliente.gif"  name="I" width="111" height="19" border="0"  id="I"></a></td>
					<td width=""><img src="images/btn_cli_not.gif" name="IN" id="IN" width="16" height="19"></td>
					
					<td width=""><a href="http://noticias.destacados.cl" target="_blank" onMouseOver="MM_swapImage('IN','','images/btn_cli_not_click.gif','NO','','images/btn_noticia_click.gif','L','','images/line_noticias.gif',1)" onMouseOut="MM_swapImgRestore()"><img src="images/btn_noticia2.gif"  name="NO" width="90" height="19" border="0"  id="NO"></a></td>	
										
					
				  </tr>
				  <tr valign="top"> 
				    <td height="8" colspan="15">
				<div align="left"><img src="images/line_usados.gif" name="L" id="L" width="651" height="5"></div></td>
				  </tr>
			</table>
			
	
	
	<!-- FIN MENU BOTONES COLORES -->
	</td>
  </tr>
  <tr>
  	<td align="right" class="texGris">
	<!-- FECHA Y HORA-->
			<script>fecha()</script>&nbsp;&nbsp;
		<!-- hora -->
		<!--&nbsp; - 
		<script language="javascript">
		if (parseInt(navigator.appVersion) >= 4 ){
			new LiveClock('Verdana, Arial, Helvetica, sans-serif','1','#666666','#FFFFFF',' ','','50','0','1','0','0','null');
		}</script>&nbsp;&nbsp;hrs. -->
		<!-- fin hora -->
		
	<!-- FIN FECHA Y HORA-->
	</td>
  </tr>
</table>


</TD></TR>
<tr>
<td>
      <table width="780" border="0" cellspacing="0" cellpadding="0" align="left" bgcolor="White">
        <tr>
          <td width="133" valign="top"> <table width="137" border="0" cellspacing="0" cellpadding="0">
            <!--tr>
              <td><a href="vindex.asp" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image22','','images/_btn_home_f2.jpg',1)"><img src="images/_btn_home.jpg" alt="home" name="Image22" width="137" height="24" border="0"></a></td>
            </tr-->
            <tr>
              <td><a href="vbusqnuevos.asp" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image23','','images/_btn_nuevos_f2.jpg',1)"><img src="images/_btn_nuevos.jpg" alt="nuevos" name="Image23" width="137" height="24" border="0"></a></td>
            </tr>
            <tr>
              <td><a href="vbusqueda.asp" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image24','','images/_btn_usados_f2.jpg',1)"><img src="images/_btn_usados.jpg" alt="usados" name="Image24" width="137" height="24" border="0"></a></td>
            </tr>
            <tr>
              <td><a href="vautomotoras.asp" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image25','','images/_btn_automotoras_f2.jpg',1)"><img src="images/_btn_automotoras.jpg" alt="automotoras" name="Image25" width="137" height="24" border="0"></a></td>
            </tr>
            <tr>
              <td><a href="vformvender_menu.asp" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image26','','images/_btn_venda_f2.jpg',1)"><img src="images/_btn_venda.jpg" alt="venda su auto" name="Image26" width="137" height="24" border="0"></a></td>
            </tr>
            <tr>
              <td><a href="vformcomprar.asp" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image27','','images/_btn_compra_f2.jpg',1)"><img src="images/_btn_compra.jpg" alt="compra un auto" name="Image27" width="137" height="24" border="0"></a></td>
            </tr>
            <tr>
              <td><a href="consigue-tu-financiamiento.asp" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image28','','images/_btn_financia_f2.jpg',1)"><img src="images/_btn_financia.jpg" alt="financia tu auto" name="Image28" width="137" height="24" border="0"></a></td>
            </tr>
            <!--
			<tr>
              <td><a href="vformboletin.asp" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image29','','images/_btn_boletin_f2.jpg',1)"><img src="images/_btn_boletin.jpg" alt="boletin" name="Image29" width="137" height="24" border="0"></a></td>
            </tr>
            <tr>
              <td><a href="vtestdrive.asp" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image30','','images/_btn_test_f2.jpg',1)"><img src="images/_btn_test.jpg" alt="test drive" name="Image30" width="137" height="24" border="0"></a></td>
            </tr>
            <tr>
              <td><a href="vempresa.asp" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image31','','images/_btn_nosotros_f2.jpg',1)"><img src="images/_btn_nosotros.jpg" alt="nosotros" name="Image31" width="137" height="24" border="0"></a></td>
            </tr>
            <tr>
              <td><a href="vcampanas.asp" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image32','','images/_btn_campanas_f2.jpg',1)"><img src="images/_btn_campanas.jpg" alt="campañas" name="Image32" width="137" height="24" border="0"></a></td>
            </tr>	
            <tr>
              <td><a href="vwallpaper.asp" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image33','','images/_btn_wallpapers_f2.jpg',1)"><img src="images/_btn_wallpapers.jpg" alt="wallpapers" name="Image33" width="137" height="24" border="0"></a></td>
            </tr>
            <tr>
              <td><a href="vjuegos.asp" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image34','','images/_btn_juegos_f2.jpg',1)"><img src="images/_btn_juegos.jpg" alt="juegos on-line" name="Image34" width="137" height="24" border="0"></a></td>
            </tr>
            <tr>
              <td><a href="vcontacto.asp" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image35','','images/_btn_contacto_f2.jpg',1)"><img src="images/_btn_contacto.jpg" alt="contacto" name="Image35" width="137" height="24" border="0"></a></td>
            </tr>
            <tr>
              <td><a href="vingreso.asp" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image36','','images/_btn_ingreso_f2.jpg',1)"><img src="images/_btn_ingreso.jpg" alt="ingreso clientes" name="Image36" width="137" height="24" border="0"></a></td>
            </tr>
			-->
          </table>
		  <!--<br />
		<iframe src=http://www.destacados.cl/absolute/abmw.aspx?z=227&isframe=true width=138 height=220 frameborder=0 scrolling=no marginheight=0 marginwidth=0></iframe>-->
          	<br />
		  <script language=JavaScript src=http://www.destacados.cl/absolute/abm.aspx?z=168></script>
		  <br />
          <script language=JavaScript src=http://www.destacados.cl/absolute/abm.aspx?z=32></script>
          <br />
            <script language=JavaScript src=http://www.destacados.cl/absolute/abm.aspx?z=208></script>
			<br/>
          
          <script language=JavaScript src=http://www.destacados.cl/absolute/abm.aspx?z=22></script>
          <br /><Br />
          <script language=JavaScript src=http://www.destacados.cl/absolute/abm.aspx?z=23></script>

		  <!--
		  <br>
		  
		 
		  -->
		
		  </td>
          <td width="649" valign="top">
			<table width="610" border="0" align="center" cellpadding="0" cellspacing="0">
              <!--tr> 
                <td height="25">&nbsp; </td>
              </tr-->
              <tr> 
                <td valign="top">
				<form action="vbusqueda.asp" method="post" name="frm_vbusq" id="frm_vbusq" >  
                    <table width="610" height="130" border="0" cellpadding="0" cellspacing="0" bgcolor="#CCCCCC">
                      <tr> 
                        <td width="95" height="130" valign="top"><img src="images/i_usados.jpg" width="95" height="130"></td>
                        <td width="493" valign="middle">
						<table width="509" border="0" cellspacing="2" cellpadding="0">
  <tr>
    <td colspan="2" class="blue1" align="center">&nbsp;&nbsp;<a name="buscar">BUSQUEDA  AVANZADA</a></td>

    <td colspan="4" align="left" class="blue1">Seleccionar solo los con:</td>
    </tr>
	
					
							<input type="hidden" name="indcat" value="0">
							<input type="hidden" name="indmarca" value="51">
							<input type="hidden" name="indmod" value="-1">
							<input type="hidden" name="icat" value="1">
							<input type="hidden" name="imarca" value="184">
							<input type="hidden" name="imodelo" value="">
							<input type="hidden" name="pivote" value="">
	
  <tr>
    <td width="63" class="tex1bold" align="right">Categor&iacute;a:</td>
    <td width="127">
									<select name="vcat" id="vcat"  class="textoformulario" onChange="fillSelectFromArray(this.form.vmarca, ((this.selectedIndex == -1) ? null : cat_marca[this.selectedIndex-1]));">
								        <option value="-1">Todos</option>
										<option value="1" >Automóviles</option>
										<option value="2" >Camionetas</option>
										<option value="3" >Todo Terreno</option>
										<option value="4" >Motos</option>
										<option value="5" >Furgones</option>
										<option value="6" >Buses</option>
										<option value="7" >Camiones</option>
										<option value="8" >Trailers</option>
                                        <option value="9" >MotorHome</option>
								     </select>
		</td>

    <td width="61" align="right" class="tex1bold">Combustible</td>
    
	
	<!--td width="83" align="left" class="tex1bold">
<input type="checkbox" name="vcombustible" value="Bencina" >
	Bencina</td>
	
	
    <td colspan="2" align="left" class="tex1bold">
<input type="checkbox" name="vcombustible" value="Diesel">
      Petr&oacute;leo Diesel</td-->

    <td width="127">
        <select name="vcombustible" id="vcombustible"  class="textoformulario">
        <option value="Todos"selected>Todos</option>
        <option value="1" >Gasolina</option>
        <option value="2" >Diesel</option>
        <option value="3" >Gasolina GNC</option>
        <option value="4" >Electrico</option>
        </select>
    </td>
	  
	  
	</tr>
  <tr>
    <td  class="tex1bold" align="right">Marca</td>
    <td id="marca">
										<select name="vmarca" id="vmarca" class="textoformulario" onChange="javascript:ModeloUsado();">
									      <option value="-1">Todos</option>
									     </select>	</td>

    <td class="tex1bold" align="right">Aire</td>
    
	
	<td class="tex1bold" align="left">
	<input type="checkbox" name="vaire" value="Sin aire" > Sin aire</td>
    
	
	<td colspan="2" align="left" class="tex1bold">
	<input type="checkbox" name="vaire" value="Acon/Cli" > Acondicionado/Climatizador</td>
	
	
	</tr>
  <tr>
    <td class="tex1bold" align="right">Modelo:</td>
    <td id="modelo">
						<select name="vmodelo"  class="textoformulario" id="vmodelo">
										       <option value="-1">Todos</option>
										     </select>
	</td>

    <td class="tex1bold" align="right">Transmisi&oacute;n</td>
    <td class="tex1bold" align="left">
	<input type="checkbox" name="t_aut" value="Si" >
      Autom&aacute;tica</td>
    <td width="83" align="left" class="tex1bold">
	<input type="checkbox" name="t_mec" value="Si" >
      Mecanica</td>
	<td width="78" align="left" class="tex1bold">
	<input type="checkbox" name="t_mix" value="Si" >
	  Mixta</td>
  </tr>
  <tr>
    <td class="tex1bold" align="right">Precio hasta</td>
    <td>
	<select name="vprecio" class="textoformulario">
										
												<option value="Todos">Todos</option>
											
												<option value="3.000.000">3.000.000</option>
											
												<option value="5.000.000">5.000.000</option>
											
												<option value="8.000.000">8.000.000</option>
											
												<option value="12.000.000">12.000.000</option>
											
												<option value="18.000.000">18.000.000</option>
											
												<option value="30.000.000">30.000.000</option>
											
                                        </select></td>

    <td colspan="4" align="center" class="tex1bold">
	<input name="btnBuscar" type="button" class="boton1" value="Buscar" onClick="javascript:BuscarUsado();"> 
    <input type="checkbox" name="galeria" value="SI" >
	  Mostrar Galería
    
	</td>
  </tr>
</table>
					    </td>
                        
					  </tr>
                    </table>
					</form>
                  </td>
              </tr>
			  
			  <form action="vbusqueda_new.asp" method="post" name="frm1" id="frm1">
			  <input type="hidden" name="vcodigo" value="">
					<input type="hidden" name="vcat" value="1">
					<input type="hidden" name="vmarca" value="184">
					<input type="hidden" name="vmodelo" value="">
					<input type="hidden" name="vano" value="0">
					<input type="hidden" name="pag" value="1">
					<input type="hidden" name="opcional" value="">
					<input type="hidden" name="pmin" value="0">
					<input type="hidden" name="pmax" value="100000000">
					<input type="hidden" name="vprecio" value="">
					<input type="hidden" name="vseleccion" value="">
					<input type="hidden" name="indcat" value="0">
					<input type="hidden" name="indmarca" value="51">
					<input type="hidden" name="indmod" value="-1">
					<input type="hidden" name="vcombustible" value="Todos">
					<input type="hidden" name="vaire" value="Todos">
                    <input type="hidden" name="galeria" value="">
					
					<input type="hidden" name="t_aut" value="No" >
					<input type="hidden" name="t_mec" value="No" >
					<input type="hidden" name="t_mix" value="No" >
										
              <tr> 
                <td>
				<table width="600" border="0" align="center" cellpadding="2" cellspacing="0">
					
					 <tr> 
                      <td align="center" class="blue1" colspan="3"><script language=JavaScript src=http://www.destacados.cl/absolute/abm.aspx?z=26></script>
                      </td>
                    </tr>
					
                    
                    
                   
                    <tr> 
                      <td width="180" height="20" align="center" class="blue1">Resultados 
                          Búsqueda:</td>
                      <td width="240" rowspan="2" valign="top"> 
					  </td>
                      <td width="180" align="center" class="blue1">&nbsp;</td>
                    </tr>
                    <tr> 
                      <td align="center" class="tex1">(0) Coincidencias</td>
                      <td align="center">
					  <!--
                          <SELECT id="ordenar" name="ordenar" onchange="javascript:Ordenar();" class="textoformulario">
									<OPTION value = "PA" >Precio </OPTION>
									<OPTION value = "PD" >Precio Descendente</OPTION>
									<OPTION value = "AA" >Año </OPTION>
									<OPTION value = "AD" >Año Descendente</OPTION>
									<OPTION value = "MM" selected>Marca y Modelo</OPTION>
									<OPTION value = "MA" selected>Marca </OPTION>
									<OPTION value = "MO" >Modelo </OPTION>
								</SELECT>
								-->
						<input type="hidden" name="ordenar" id="ordenar" value="MM">
                        </td>
                    </tr>
					</table>
					</td>
              </tr>
			  <tr>
			  <td align="center" colspan="2"></td>
			  </tr>
              
              <tr> 
                <td valign="top" align="center" colspan="2">
                    <table width="600" border="0" cellspacing="2" cellpadding="1">
                    
                      <tr> 
                        <td width="25" bgcolor="#0033CC" align="center">
                            <input type="checkbox" name="todos" value="" onClick="this.checked=check(this.form.seleccion)" class="textoformulario">
                          </td>
                        <td width="90" bgcolor="#0033CC" class="white1" align="center"> 
                          <a href="javascript:Ordenar2('MA');" class="white1">Marca</a></td>
                        <td width="90" bgcolor="#0033CC" class="white1" align="center"> 
                          <a href="javascript:Ordenar2('MO');" class="white1">Modelo</a></td>
						  <td bgcolor="#0033CC" class="white1" align="center">Versión</td>
                        <td width="90" bgcolor="#0033CC" class="white1" align="center"> 
                          <a href="javascript:Ordenar2('AA');" class="white1">A&ntilde;o</a> 
                          </td>
                        <td width="100" bgcolor="#0033CC" class="white1" align="center"> 
                          <a href="javascript:Ordenar2('PA');" class="white1">Precio</a></td>
                        <!--<td bgcolor="#0033CC" class="white1" align="center">Contacto</td>-->
                        <td bgcolor="#0033CC" class="white1" align="center"> 
                          Color</td>
                        <td width="50" bgcolor="#0033CC" class="white1" align="center"> 
                          Fotos 
                          </td>
                      </tr>
                      
                      
                     </table>
				</td>
              </tr>
			  <tr>
			  <td align="center" colspan="2"></td>
			  </tr>
              <tr> 
                <td valign="top"> 
				<table width="620" border="0" align="center" cellpadding="2" cellspacing="2">
                    <tr> 
                      <td width="200" height="25" align="center" class="4blue">
                          <input name="bguardar" type="button" class="boton2" value="Ver Seleccion" onClick="javascript:G_Cookie();">
                      </td>
                      <td width="200" align="center" class="4blue">
                          <input name="bcomparar" type="button" class="boton2" value="Comparar Seleccion" onClick="javascript:Compara();">
                        </td>
                      <td width="200" class="4blue" align="center">
                          <input name="bnueva" type="button" class="boton2" value="Nueva Busqueda" onClick="javscript:location.hash='buscar';">
                        </td>
                    </tr>
                    <tr> 
                      <td width="200" height="25" class="texGris" align="center"> 
                        Cree una p&aacute;gina que contiene s&oacute;lo los vehículos 
                          seleccionados con un <img src="images/chek.gif" width="9" height="8">. 
                        </td>
                      <td width="200" height="25" class="texGris" align="center" class="tex3"> 
                        Seleccione de 2 a 5 vehículos con un <br><img src="images/chek.gif" width="9" height="8" border="0">
                         y cree una p&aacute;gina de comparaci&oacute;n.</td>
                      <td width="200" class="4blue">&nbsp;</td>
                    </tr>
<tr>
	<td colspan="3" align="center">
	<script language=JavaScript src=http://www.destacados.cl/absolute/abm.aspx?z=255></script>
	</td>
</tr>
<tr>
    <td colspan="3" class="blue2" align="center">
	<!-- BANNER DESTACADOS-->

<TABLE WIDTH=597 BORDER=0 CELLPADDING=0 CELLSPACING=0>
	<TR>
		<TD>
			<a href="/vformboletin.asp"><IMG SRC="images/bolcomven_01.jpg" ALT="" WIDTH=183 HEIGHT=121 border="0"></a></TD>
		<TD>
			<IMG SRC="images/bolcomven_02.jpg" WIDTH=203 HEIGHT=121 ALT=""></TD>
		<TD>
			<a href="/vformcomprar.asp"><IMG SRC="images/bolcomven_03.jpg" ALT="" WIDTH=83 HEIGHT=121 border="0"></a></TD>
		<TD>
			<IMG SRC="images/bolcomven_04.jpg" WIDTH=20 HEIGHT=121 ALT=""></TD>
		<TD>
			<a href="/vformvender_menu.asp"><IMG SRC="images/bolcomven_05.jpg" ALT="" WIDTH=85 HEIGHT=121 border="0"></a></TD>
		<TD>
			<IMG SRC="images/bolcomven_06.jpg" WIDTH=23 HEIGHT=121 ALT=""></TD>
	</TR><br>
<tr>
	<td colspan="6" WIDTH="597" HEIGHT="10">	
	</td>
</tr>
<tr>
	<td colspan="6">
		<a href="consigue-tu-financiamiento.asp?VID="><img src="/backoffice/banner/banners/financII.gif" WIDTH="597" border="0"></a>	
	</td>
</tr>

</TABLE> 	 

	<!-- FIN BANNER DESTACADOS-->
	</td>
    </tr>

                  </table>
              </tr>
			  </form>
			    
				
            </table></td>
        </tr>
      </table>
	  
</td>
</tr>
  <tr> 
    <td valign="top">
 <script language="javascript">
function Recomiende()
{	window.open('vrecomiende.asp', 'Recomiende', 'width=400,height=430')
}
</script>
<table width="780" border="0" align="left" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF">
        <tr> 
          <td height="22" align="center"> 
              <table width="760" border="0" cellspacing="0" cellpadding="0">
                <tr>
                  <td height="22" background="images/line1.gif">&#160;</td>
                </tr>
              </table>
            </td>
        </tr>
        <tr> 
          <td valign="top" align="center"> 
              <table width="710" border="0" cellpadding="1" cellspacing="3">
                <tr> 
                  <td align="right"><a href="javascript:Recomiende();"><img src="images/bot_recomiende.gif" width="100" height="25" border="0" alt="Recomiende este sitio"></a></td>
                  <td width="20">&#160; </td>
                  <td><a href="vcontacto.asp"><img src="images/bot_contactenos.gif" width="100" height="25" border="0" alt="Contáctenos"></a></td>
                </tr>
                <tr valign="bottom" class="tex2"> 
                  <td colspan="3" align="center" class="tex1bold"> 
                    DESTACADOS - Empresa 
                      de Publicidad y Marketing vía Internet</td>
                </tr>
                <tr > 
                  <td colspan="3" align="center" class="tex1"> 
							Villaseca 21 Of. 705, Ñuñoa 
                        - Santiago de Chile <br> Teléfonos: (56-2) 343 5028 - (56-2) 225 1125
                    </td>
                </tr>
                <tr> 
                  <td colspan="3" align="center" class="tex1"> 
                    <a href="vlegal.asp" class="tex1boldlink">Información 
                      Legal y Política de Privacidad</a></td>
                </tr>
				<tr> 
                  <td colspan="3" align="center" class="tex1"> 
                    Copyright (C) 2005</td>
                </tr>
                <tr> 
					<td colspan="3" align="center" class="tex1"><br>
					<a title="Acura" href="http://www.destacados.cl/vbusqueda.asp?vcat=1&vmarca=74&vmodelo=-1&vano=0&indmarca=51&indcat=0"><strong>Acura</strong></a> -        
					<a title="Alfa Romeo"   href="http://www.destacados.cl/vbusqueda.asp?vcat=1&vmarca=1&vmodelo=-1&vano=0&indmarca=51&indcat=0"><strong>Alfa Romeo</strong></a> -        
					<a title="Aston Martin"   href="http://www.destacados.cl/vbusqueda.asp?vcat=1&vmarca=160&vmodelo=-1&vano=0&indmarca=51&indcat=0"><strong>Aston Martin</strong></a> -        
					<a title="Audi"   href="http://www.destacados.cl/vbusqueda.asp?vcat=1&vmarca=4&vmodelo=-1&vano=0&indmarca=51&indcat=0"><strong>Audi</strong></a> -        
					<a title="Austin"   href="http://www.destacados.cl/vbusqueda.asp?vcat=1&vmarca=71&vmodelo=-1&vano=0&indmarca=51&indcat=0"><strong>Austin</strong></a> -        
					<a title="Autorrad"   href="http://www.destacados.cl/vbusqueda.asp?vcat=1&vmarca=128&vmodelo=-1&vano=0&indmarca=51&indcat=0"><strong>Autorrad</strong></a>  -        
					<a title="BMW"   href="http://www.destacados.cl/vbusqueda.asp?vcat=1&vmarca=6&vmodelo=-1&vano=0&indmarca=51&indcat=0"><strong>BMW</strong></a> -        
					<a title="Buggy"   href="http://www.destacados.cl/vbusqueda.asp?vcat=1&vmarca=94&vmodelo=-1&vano=0&indmarca=51&indcat=0"><strong>Buggy</strong></a>   -        
					<a title="Buick"   href="http://www.destacados.cl/vbusqueda.asp?vcat=1&vmarca=145&vmodelo=-1&vano=0&indmarca=51&indcat=0"><strong>Buick</strong></a>   -        
					<a title="BYD"   href="http://www.destacados.cl/vbusqueda.asp?vcat=1&vmarca=154&vmodelo=-1&vano=0&indmarca=51&indcat=0"><strong>BYD</strong></a>   -        
					<a title="Cadillac"   href="http://www.destacados.cl/vbusqueda.asp?vcat=1&vmarca=7&vmodelo=-1&vano=0&indmarca=51&indcat=0"><strong>Cadillac</strong></a>   -        
					<a title="Changan"   href="http://www.destacados.cl/vbusqueda.asp?vcat=1&vmarca=142&vmodelo=-1&vano=0&indmarca=51&indcat=0"><strong>Changan</strong></a>   -        
					<a title="Chery"   href="http://www.destacados.cl/vbusqueda.asp?vcat=1&vmarca=137&vmodelo=-1&vano=0&indmarca=51&indcat=0"><strong>Chery</strong></a>   -        
					<a title="Chevrolet"   href="http://www.destacados.cl/vbusqueda.asp?vcat=1&vmarca=8&vmodelo=-1&vano=0&indmarca=51&indcat=0"><strong>Chevrolet</strong></a>   -        
					<a title="Chrysler"   href="http://www.destacados.cl/vbusqueda.asp?vcat=1&vmarca=9&vmodelo=-1&vano=0&indmarca=51&indcat=0"><strong>Chrysler</strong></a>   -        
					<a title="Citroen"   href="http://www.destacados.cl/vbusqueda.asp?vcat=1&vmarca=10&vmodelo=-1&vano=0&indmarca=51&indcat=0"><strong>Citroen</strong></a> - 
					<a title="Daihatsu"   href="http://www.destacados.cl/vbusqueda.asp?vcat=1&vmarca=13&vmodelo=-1&vano=0&indmarca=51&indcat=0"><strong>Daihatsu</strong></a>   -        
					<a title="Datsun"   href="http://www.destacados.cl/vbusqueda.asp?vcat=1&vmarca=14&vmodelo=-1&vano=0&indmarca=51&indcat=0"><strong>Datsun</strong></a>   -        
					<a title="DFM"   href="http://www.destacados.cl/vbusqueda.asp?vcat=1&vmarca=150&vmodelo=-1&vano=0&indmarca=51&indcat=0"><strong>DFM</strong></a>   -        
					<a title="Dodge"   href="http://www.destacados.cl/vbusqueda.asp?vcat=1&vmarca=16&vmodelo=-1&vano=0&indmarca=51&indcat=0"><strong>Dodge</strong></a>   -        
					<a title="Dongfeng"   href="http://www.destacados.cl/vbusqueda.asp?vcat=1&vmarca=180&vmodelo=-1&vano=0&indmarca=51&indcat=0"><strong>Dongfeng</strong></a>   -        
					<a title="Ferrari"   href="http://www.destacados.cl/vbusqueda.asp?vcat=1&vmarca=82&vmodelo=-1&vano=0&indmarca=51&indcat=0"><strong>Ferrari</strong></a>   -        
					<a title="Fiat"   href="http://www.destacados.cl/vbusqueda.asp?vcat=1&vmarca=18&vmodelo=-1&vano=0&indmarca=51&indcat=0"><strong>Fiat</strong></a>   -        
					<a title="Ford"   href="http://www.destacados.cl/vbusqueda.asp?vcat=1&vmarca=19&vmodelo=-1&vano=0&indmarca=51&indcat=0"><strong>Ford</strong></a>   -        
					<a title="Foton"   href="http://www.destacados.cl/vbusqueda.asp?vcat=1&vmarca=201&vmodelo=-1&vano=0&indmarca=51&indcat=0"><strong>Foton</strong></a>   -        
					<a title="Geely"   href="http://www.destacados.cl/vbusqueda.asp?vcat=1&vmarca=171&vmodelo=-1&vano=0&indmarca=51&indcat=0"><strong>Geely</strong></a>   -        
					<a title="GMC"   href="http://www.destacados.cl/vbusqueda.asp?vcat=1&vmarca=73&vmodelo=-1&vano=0&indmarca=51&indcat=0"><strong>GMC</strong></a>   -        
					<a title="Great Wall"   href="http://www.destacados.cl/vbusqueda.asp?vcat=1&vmarca=127&vmodelo=-1&vano=0&indmarca=51&indcat=0"><strong>Great  Wall</strong></a> -        
					<a title="Hafei"   href="http://www.destacados.cl/vbusqueda.asp?vcat=1&vmarca=143&vmodelo=-1&vano=0&indmarca=51&indcat=0"><strong>Hafei</strong></a>   -        
					<a title="Haima"   href="http://www.destacados.cl/vbusqueda.asp?vcat=1&vmarca=210&vmodelo=-1&vano=0&indmarca=51&indcat=0"><strong>Haima</strong></a>   -        
					<a title="Honda"   href="http://www.destacados.cl/vbusqueda.asp?vcat=1&vmarca=24&vmodelo=-1&vano=0&indmarca=51&indcat=0"><strong>Honda</strong></a>   -        
					<a title="Hover"   href="http://www.destacados.cl/vbusqueda.asp?vcat=1&vmarca=172&vmodelo=-1&vano=0&indmarca=51&indcat=0"><strong>Hover</strong></a>   -        
					<a title="Huatai"   href="http://www.destacados.cl/vbusqueda.asp?vcat=1&vmarca=173&vmodelo=-1&vano=0&indmarca=51&indcat=0"><strong>Huatai</strong></a>   -        
					<a title="Hummer"   href="http://www.destacados.cl/vbusqueda.asp?vcat=1&vmarca=90&vmodelo=-1&vano=0&indmarca=51&indcat=0"><strong>Hummer</strong></a> - 
					<a title="Hyundai"   href="http://www.destacados.cl/vbusqueda.asp?vcat=1&vmarca=25&vmodelo=-1&vano=0&indmarca=51&indcat=0"><strong>Hyundai</strong></a>   -        
					<a title="Infiniti"   href="http://www.destacados.cl/vbusqueda.asp?vcat=1&vmarca=103&vmodelo=-1&vano=0&indmarca=51&indcat=0"><strong>Infiniti</strong></a>   -        
					<a title="Isuzu"   href="http://www.destacados.cl/vbusqueda.asp?vcat=1&vmarca=27&vmodelo=-1&vano=0&indmarca=51&indcat=0"><strong>Isuzu</strong></a>   -        
					<a title="Iveco"   href="http://www.destacados.cl/vbusqueda.asp?vcat=1&vmarca=28&vmodelo=-1&vano=0&indmarca=51&indcat=0"><strong>Iveco</strong></a>   -        
					<a title="Jac"   href="http://www.destacados.cl/vbusqueda.asp?vcat=1&vmarca=159&vmodelo=-1&vano=0&indmarca=51&indcat=0"><strong>Jac</strong></a>   -        
					<a title="Jaguar"   href="http://www.destacados.cl/vbusqueda.asp?vcat=1&vmarca=29&vmodelo=-1&vano=0&indmarca=51&indcat=0"><strong>Jaguar</strong></a>   -        
					<a title="Jeep"   href="http://www.destacados.cl/vbusqueda.asp?vcat=1&vmarca=30&vmodelo=-1&vano=0&indmarca=51&indcat=0"><strong>Jeep</strong></a>   -        
					<a title="JMC"   href="http://www.destacados.cl/vbusqueda.asp?vcat=1&vmarca=176&vmodelo=-1&vano=0&indmarca=51&indcat=0"><strong>JMC</strong></a>   -        
					<a title="Kaiser Jeep"   href="http://www.destacados.cl/vbusqueda.asp?vcat=1&vmarca=184&vmodelo=-1&vano=0&indmarca=51&indcat=0"><strong>Kaiser   Jeep</strong></a> -        
					<a title="Kia"   href="http://www.destacados.cl/vbusqueda.asp?vcat=1&vmarca=34&vmodelo=-1&vano=0&indmarca=51&indcat=0"><strong>Kia</strong></a>   -        
					<a title="Lada"   href="http://www.destacados.cl/vbusqueda.asp?vcat=1&vmarca=36&vmodelo=-1&vano=0&indmarca=51&indcat=0"><strong>Lada</strong></a>   -        
					<a title="Lancia"   href="http://www.destacados.cl/vbusqueda.asp?vcat=1&vmarca=37&vmodelo=-1&vano=0&indmarca=51&indcat=0"><strong>Lancia</strong></a>   -        
					<a title="Land Mark"   href="http://www.destacados.cl/vbusqueda.asp?vcat=1&vmarca=149&vmodelo=-1&vano=0&indmarca=51&indcat=0"><strong>Land   Mark</strong></a> -        
					<a title="Land Rover"   href="http://www.destacados.cl/vbusqueda.asp?vcat=1&vmarca=38&vmodelo=-1&vano=0&indmarca=51&indcat=0"><strong>Land   Rover</strong></a> -        
					<a title="Lexus"   href="http://www.destacados.cl/vbusqueda.asp?vcat=1&vmarca=81&vmodelo=-1&vano=0&indmarca=51&indcat=0"><strong>Lexus</strong></a>   -        
					<a title="Lifan"   href="http://www.destacados.cl/vbusqueda.asp?vcat=1&vmarca=125&vmodelo=-1&vano=0&indmarca=51&indcat=0"><strong>Lifan</strong></a>   -        
					<a title="Lincoln"   href="http://www.destacados.cl/vbusqueda.asp?vcat=1&vmarca=39&vmodelo=-1&vano=0&indmarca=51&indcat=0"><strong>Lincoln</strong></a>   -        
					<a title="Lotus"   href="http://www.destacados.cl/vbusqueda.asp?vcat=1&vmarca=202&vmodelo=-1&vano=0&indmarca=51&indcat=0"><strong>Lotus</strong></a> -           
					<a title="Mahindra"   href="http://www.destacados.cl/vbusqueda.asp?vcat=1&vmarca=144&vmodelo=-1&vano=0&indmarca=51&indcat=0"><strong>Mahindra</strong></a>   -        
					<a title="Maserati"   href="http://www.destacados.cl/vbusqueda.asp?vcat=1&vmarca=83&vmodelo=-1&vano=0&indmarca=51&indcat=0"><strong>Maserati</strong></a>   -        
					<a title="Mazda"   href="http://www.destacados.cl/vbusqueda.asp?vcat=1&vmarca=42&vmodelo=-1&vano=0&indmarca=51&indcat=0"><strong>Mazda</strong></a>   -        
					<a title="Mercedes Benz"   href="http://www.destacados.cl/vbusqueda.asp?vcat=1&vmarca=43&vmodelo=-1&vano=0&indmarca=51&indcat=0"><strong>Mercedes   Benz</strong></a> -        
					<a title="Mercury"   href="http://www.destacados.cl/vbusqueda.asp?vcat=1&vmarca=158&vmodelo=-1&vano=0&indmarca=51&indcat=0"><strong>Mercury</strong></a>   -        
					<a title="MG"   href="http://www.destacados.cl/vbusqueda.asp?vcat=1&vmarca=85&vmodelo=-1&vano=0&indmarca=51&indcat=0"><strong>MG</strong></a>   -        
					<a title="Mini"   href="http://www.destacados.cl/vbusqueda.asp?vcat=1&vmarca=97&vmodelo=-1&vano=0&indmarca=51&indcat=0"><strong>Mini</strong></a>   -        
					<a title="Mitsubishi"   href="http://www.destacados.cl/vbusqueda.asp?vcat=1&vmarca=44&vmodelo=-1&vano=0&indmarca=51&indcat=0"><strong>Mitsubishi</strong></a>   -        
					<a title="Nissan"   href="http://www.destacados.cl/vbusqueda.asp?vcat=1&vmarca=46&vmodelo=-1&vano=0&indmarca=51&indcat=0"><strong>Nissan</strong></a>   -        
					<a title="Oldsmobile"   href="http://www.destacados.cl/vbusqueda.asp?vcat=1&vmarca=47&vmodelo=-1&vano=0&indmarca=51&indcat=0"><strong>Oldsmobile</strong></a>   -        
					<a title="Opel"   href="http://www.destacados.cl/vbusqueda.asp?vcat=1&vmarca=48&vmodelo=-1&vano=0&indmarca=51&indcat=0"><strong>Opel</strong></a>   -        
					<a title="Peugeot"   href="http://www.destacados.cl/vbusqueda.asp?vcat=1&vmarca=50&vmodelo=-1&vano=0&indmarca=51&indcat=0"><strong>Peugeot</strong></a>   -        
					<a title="Pontiac"   href="http://www.destacados.cl/vbusqueda.asp?vcat=1&vmarca=52&vmodelo=-1&vano=0&indmarca=51&indcat=0"><strong>Pontiac</strong></a>   -        
					<a title="Porsche"   href="http://www.destacados.cl/vbusqueda.asp?vcat=1&vmarca=53&vmodelo=-1&vano=0&indmarca=51&indcat=0"><strong>Porsche</strong></a>   -        
					<a title="Proton"   href="http://www.destacados.cl/vbusqueda.asp?vcat=1&vmarca=54&vmodelo=-1&vano=0&indmarca=51&indcat=0"><strong>Proton</strong></a> - 
					<a title="Renault"   href="http://www.destacados.cl/vbusqueda.asp?vcat=1&vmarca=55&vmodelo=-1&vano=0&indmarca=51&indcat=0"><strong>Renault</strong></a>   -        
					<a title="Rolls Royce"   href="http://www.destacados.cl/vbusqueda.asp?vcat=1&vmarca=106&vmodelo=-1&vano=0&indmarca=51&indcat=0"><strong>Rolls   Royce</strong></a> -        
					<a title="Rover"   href="http://www.destacados.cl/vbusqueda.asp?vcat=1&vmarca=56&vmodelo=-1&vano=0&indmarca=51&indcat=0"><strong>Rover</strong></a>   -        
					<a title="Saab"   href="http://www.destacados.cl/vbusqueda.asp?vcat=1&vmarca=57&vmodelo=-1&vano=0&indmarca=51&indcat=0"><strong>Saab</strong></a>   -        
					<a title="Samsung"   href="http://www.destacados.cl/vbusqueda.asp?vcat=1&vmarca=59&vmodelo=-1&vano=0&indmarca=51&indcat=0"><strong>Samsung</strong></a>   -        
					<a title="Saturn"   href="http://www.destacados.cl/vbusqueda.asp?vcat=1&vmarca=215&vmodelo=-1&vano=0&indmarca=51&indcat=0"><strong>Saturn</strong></a>   -        
					<a title="Seat"   href="http://www.destacados.cl/vbusqueda.asp?vcat=1&vmarca=61&vmodelo=-1&vano=0&indmarca=51&indcat=0"><strong>Seat</strong></a>   -        
					<a title="Skoda"   href="http://www.destacados.cl/vbusqueda.asp?vcat=1&vmarca=62&vmodelo=-1&vano=0&indmarca=51&indcat=0"><strong>Skoda</strong></a>   -        
					<a title="SMA"   href="http://www.destacados.cl/vbusqueda.asp?vcat=1&vmarca=168&vmodelo=-1&vano=0&indmarca=51&indcat=0"><strong>SMA</strong></a>   -        
					<a title="Smart"   href="http://www.destacados.cl/vbusqueda.asp?vcat=1&vmarca=84&vmodelo=-1&vano=0&indmarca=51&indcat=0"><strong>Smart</strong></a>   -        
					<a title="Ssangyong"   href="http://www.destacados.cl/vbusqueda.asp?vcat=1&vmarca=63&vmodelo=-1&vano=0&indmarca=51&indcat=0"><strong>Ssangyong</strong></a>   -        
					<a title="Subaru"   href="http://www.destacados.cl/vbusqueda.asp?vcat=1&vmarca=64&vmodelo=-1&vano=0&indmarca=51&indcat=0"><strong>Subaru</strong></a>   -        
					<a title="Suzuki"   href="http://www.destacados.cl/vbusqueda.asp?vcat=1&vmarca=65&vmodelo=-1&vano=0&indmarca=51&indcat=0"><strong>Suzuki</strong></a>   -        
					<a title="Tata"   href="http://www.destacados.cl/vbusqueda.asp?vcat=1&vmarca=66&vmodelo=-1&vano=0&indmarca=51&indcat=0"><strong>Tata</strong></a>   -        
					<a title="Thermo King"   href="http://www.destacados.cl/vbusqueda.asp?vcat=1&vmarca=206&vmodelo=-1&vano=0&indmarca=51&indcat=0"><strong>Thermo   King</strong></a> -        
					<a title="Toyota"   href="http://www.destacados.cl/vbusqueda.asp?vcat=1&vmarca=67&vmodelo=-1&vano=0&indmarca=51&indcat=0"><strong>Toyota</strong></a>   -        
					<a title="Triumph"   href="http://www.destacados.cl/vbusqueda.asp?vcat=1&vmarca=104&vmodelo=-1&vano=0&indmarca=51&indcat=0"><strong>Triumph</strong></a> - 
					<a title="Volkswagen"   href="http://www.destacados.cl/vbusqueda.asp?vcat=1&vmarca=68&vmodelo=-1&vano=0&indmarca=51&indcat=0"><strong>Volkswagen</strong></a>   -        
					<a title="Volvo"   href="http://www.destacados.cl/vbusqueda.asp?vcat=1&vmarca=69&vmodelo=-1&vano=0&indmarca=51&indcat=0"><strong>Volvo</strong></a>   -        
					<a title="Yugo"   href="http://www.destacados.cl/vbusqueda.asp?vcat=1&vmarca=139&vmodelo=-1&vano=0&indmarca=51&indcat=0"><strong>Yugo</strong></a>   -        
					<a title="ZNA"   href="http://www.destacados.cl/vbusqueda.asp?vcat=1&vmarca=181&vmodelo=-1&vano=0&indmarca=51&indcat=0"><strong>ZNA</strong></a>   -        
					<a title="Zotye"   href="http://www.destacados.cl/vbusqueda.asp?vcat=1&vmarca=166&vmodelo=-1&vano=0&indmarca=51&indcat=0"><strong>Zotye</strong></a>   -        
					<a title="ZX Auto"   href="http://www.destacados.cl/vbusqueda.asp?vcat=1&vmarca=155&vmodelo=-1&vano=0&indmarca=51&indcat=0"><strong>ZX Auto</strong></a>
					</td><br>
					
                </tr>
				<tr>
				
				<td colspan="3" align="center" class="tex1">
     <br>
<a href="http://www.destacados.cl/vautomotoras.asp" title="Automotor"><strong>Automotor</strong></a> -
<a href="http://www.destacados.cl/vautomotoras.asp" title="Automotoras"><strong>Automotoras</strong></a> -
<a href="http://www.destacados.cl/vautomotoras.asp" title="Concesionario"><strong>Concesionario</strong></a> -
<a href="http://www.destacados.cl/vbusqnuevos.asp" title="Automóviles"><strong>Automóviles</strong></a> -
<a href="http://www.destacados.cl/vbusqnuevos.asp" title="Automóviles Nuevos"><strong>Automóviles Nuevos</strong></a> -
<a href="http://www.destacados.cl/vbusqueda.asp" title="Automóviles Usados"><strong>Automóviles Usados</a> -
<a href="http://www.destacados.cl/vbusqnuevos.asp" title="Autos"><strong>Autos</strong></a> -
<a href="http://www.destacados.cl/vbusqnuevos.asp" title="Autos Nuevos"><strong>Autos Nuevos</strong></a> -
<a href="http://www.destacados.cl/vbusqueda.asp" title="Autos Usados"><strong>Autos Usados</strong></a> -
<a href="http://www.destacados.cl/vbusqueda.asp?vcat=7&vmarca=-1&vmodelo=-1&vano=-1&indmarca=-1&indcat=-1" title="Camiones"><strong>Camiones</strong></a> -
<a href="http://www.destacados.cl/vbusqueda.asp?vcat=2&vmarca=-1&vmodelo=-1&vano=-1&indmarca=-1&indcat=-1" title="Camionetas"><strong>Camionetas</strong></a> -
<a href="http://www.destacados.cl/vbusqueda.asp?vcat=1&vmarca=-1&vmodelo=-1&vano=-1&indmarca=-1&indcat=-1" title="Compra de Autos"><strong>Compra de Autos</strong></a> -
<a href="http://www.destacados.cl/consigue-tu-financiamiento.asp" title="Consignación"><strong>Consignación</strong></a> -
<a href="http://www.destacados.cl/consigue-tu-financiamiento.asp" title="Crédito"><strong>Crédito</strong></a> -
<a href="http://www.destacados.cl/consigue-tu-financiamiento.asp" title="Financiamiento"><strong>Financiamiento</strong></a> -
<a href="http://www.destacados.cl/vbusqueda.asp?vcat=5&vmarca=-1&vmodelo=-1&vano=-1&indmarca=-1&indcat=-1" title="Furgones"><strong>Furgones</strong></a> -
<a href="www.destacados.cl/vbusqueda.asp?vcat=4&vmarca=-1&vmodelo=-1&vano=-1&indmarca=-1&indcat=-1" title="Motos"><strong>Motos</strong></a> -
<a href="http://www.destacados.cl/vbusqnuevos.asp" title="Vehículos Nuevos"><strong>Vehículos Nuevos</strong></a> -
<a href="http://www.destacados.cl/clientes/cindex.aspx" title="Publicaciones"><strong>Publicaciones</strong></a> -
<a href="http://www.destacados.cl/vbusqueda.asp?vcat=2&vmarca=-1&vmodelo=-1&vano=-1&indmarca=-1&indcat=-1" title="SUV"><strong>SUV</strong></a> -
<a href="http://www.destacados.cl/vbusqueda.asp?vcat=3&vmarca=-1&vmodelo=-1&vano=-1&indmarca=-1&indcat=-1" title="Todo Terreno"><strong>Todo Terreno</strong></a> -
<a href="http://www.destacados.cl/vbusqueda.asp" title="Usados"><strong>Usados</strong></a> -
<a href="http://www.destacados.cl/vbusqueda.asp?vcat=5&vmarca=-1&vmodelo=-1&vano=-1&indmarca=-1&indcat=-1" title="Van"><strong>Van</strong></a> -
<a href="http://www.destacados.cl/vbusqueda.asp" title="Vehículos Usados"><strong>Vehículos Usados</strong></a> -
<a href="http://www.destacados.cl/vbusqnuevos.asp" title="Vehículos"><strong>Vehículos</strong></a> -
<a href="http://www.destacados.cl/vbusqueda.asp" title="Venta Autos"><strong>Venta Autos</strong></a> -
<a href="http://www.destacados.cl/vbusqueda.asp" title="Venta Autos Usados"><strong>Venta Autos Usados</strong></a> -
<a href="http://www.destacados.cl/vbusqueda.asp" title="Venta de Automóviles"><strong>Venta de Automóviles</strong></a> -
<a href="http://www.destacados.cl/vbusqueda.asp" title="Venta de Autos"><strong>Venta de Autos</strong></a>

					</td>
				
				</tr>
              </table>
            </td>
			
        </tr>
      </table>
	  
	 <!-- &#160; -->

	  
	  
	  
	  
	  
	  
	  

      
    </td>
</tr>
</table>

<style>
#contenedor{width:230px; height:356px; background:#ddd url(images/bg.jpg) repeat-x left top; float:left;}
#camara{position:relative; width:80px; height:64px; float:right; top:97px; right:10px; z-index:999; background:url(images/camara.png) no-repeat right top;}
#frame-video{margin:136px 0 0; text-align:center; z-index:0;}
#contenedor a img{display:block; margin:10px auto 0;}
</style>

<div id="Layer1" style="position:absolute; left:785px; top:0px; width:220px; z-index:1">
    <table width="220" border="0" cellspacing="0" cellpadding="1" align="center">
                    <tr>
                        <td>
                            <table>
                            <tr>
                                <td>
                                <a href="http://tv.destacados.cl" title="No te pierdas un nuevo capitulo de DestacadosTV" target="_blank"><img src="http://tv.destacados.cl/wp-content/themes/videozoom/images/banner-video.jpg" title="No te pierdas un nuevo capitulo de DestacadosTV" alt="No te pierdas un nuevo capitulo de DestacadosTV" border="0" /></a>
								</td>
                            </tr>
                            <tr>
                            	<td>
								<script language=JavaScript src=http://www.destacados.cl/absolute/abm.aspx?z=245></script>
        </td>
        </tr>
        <tr>
            <td><script language=JavaScript src=http://www.destacados.cl/absolute/abm.aspx?z=2></script>
            </td>
            </tr>
        <tr>
            <td><script language=JavaScript src=http://www.destacados.cl/absolute/abm.aspx?z=33></script>
        </td>
        </tr>
        
        <tr>
            <td><script language=JavaScript src=http://www.destacados.cl/absolute/abm.aspx?z=28></script>
         </td>
         </tr>
         
         <tr>
            <td><script language=JavaScript src=http://www.destacados.cl/absolute/abm.aspx?z=1></script>
         </td>
         </tr>
         
        </table>
	
					</td>
				</tr>
			</table>
			
</div>




<!-- INICIO ESTADISTICAS GOOGLE -->
<script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
</script>
<script type="text/javascript">
_uacct = "UA-1560584-1";
urchinTracker();
</script>
<!-- FIN ESTADISTICAS GOOGLE -->

</body>
</html>
<script language="JavaScript">
var cat;
var marca;
var modelo;
cat = 1;
marca = 52;
modelo = 0;
if (cat > 0)
{	document.frm_vbusq.vcat.options[cat].selected=true;
	fillSelectFromArray(document.frm_vbusq.vmarca, ((document.frm_vbusq.vcat.selectedIndex == -1) ? null : cat_marca[document.frm_vbusq.vcat.selectedIndex-1]));

		if (marca > 0)
	{	document.frm_vbusq.vmarca.options[marca].selected=true;
		if (document.frm_vbusq.vcat.value==1)
		fillSelectFromArray(document.frm_vbusq.vmodelo, ((document.frm_vbusq.vmarca.selectedIndex == -1) ? null : marca_mod1[document.frm_vbusq.vmarca.selectedIndex-1]));
		if (document.frm_vbusq.vcat.value==2)
		fillSelectFromArray(document.frm_vbusq.vmodelo, ((document.frm_vbusq.vmarca.selectedIndex == -1) ? null : marca_mod2[document.frm_vbusq.vmarca.selectedIndex-1]));
		if (document.frm_vbusq.vcat.value==3)
		fillSelectFromArray(document.frm_vbusq.vmodelo, ((document.frm_vbusq.vmarca.selectedIndex == -1) ? null : marca_mod3[document.frm_vbusq.vmarca.selectedIndex-1]));
		if (document.frm_vbusq.vcat.value==4)
		fillSelectFromArray(document.frm_vbusq.vmodelo, ((document.frm_vbusq.vmarca.selectedIndex == -1) ? null : marca_mod4[document.frm_vbusq.vmarca.selectedIndex-1]));
		if (document.frm_vbusq.vcat.value==5)
		fillSelectFromArray(document.frm_vbusq.vmodelo, ((document.frm_vbusq.vmarca.selectedIndex == -1) ? null : marca_mod5[document.frm_vbusq.vmarca.selectedIndex-1]));
		if (document.frm_vbusq.vcat.value==6)
		fillSelectFromArray(document.frm_vbusq.vmodelo, ((document.frm_vbusq.vmarca.selectedIndex == -1) ? null : marca_mod6[document.frm_vbusq.vmarca.selectedIndex-1]));
		if (document.frm_vbusq.vcat.value==7)
		fillSelectFromArray(document.frm_vbusq.vmodelo, ((document.frm_vbusq.vmarca.selectedIndex == -1) ? null : marca_mod7[document.frm_vbusq.vmarca.selectedIndex-1]));
		if (document.frm_vbusq.vcat.value==8)
		fillSelectFromArray(document.frm_vbusq.vmodelo, ((document.frm_vbusq.vmarca.selectedIndex == -1) ? null : marca_mod8[document.frm_vbusq.vmarca.selectedIndex-1]));
		if (document.frm_vbusq.vcat.value==9)
		fillSelectFromArray(document.frm_vbusq.vmodelo, ((document.frm_vbusq.vmarca.selectedIndex == -1) ? null : marca_mod9[document.frm_vbusq.vmarca.selectedIndex-1]));
		
		if (modelo > 0)		
			{document.frm_vbusq.vmodelo.options[modelo].selected=true;
			}
	}
}
</script>
