<!-- include file="../actualizer/lib/envio.asp" -->


<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>

		<title>Alquilar inmueble - El Porvenir</title>
		<meta name="title" content="Default"/>
		<meta name="Description" content="Gestión Inmobiliaria"/>
		<meta name="keywords" content="Gestión Inmobiliaria"/>
		<meta name="searchtitle" content="Gestión Inmobiliaria"/>

	
		<meta name="language" content="es"/>
		<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
		<meta name="robots" content="INDEX, FOLLOW, noodp"/>
<link href="css/estilos.css" rel="stylesheet" type="text/css">


<script language="javascript" src="js/video.js" type="text/javascript"></script>
<script language="javascript" src="js/swfobject.js" type="text/javascript"></script>
<script language="javascript" src="js/scripts.js" type="text/javascript"></script>
<script language="javascript" src="js/validacion.js" type="text/javascript"></script>
</head>


<body>
<style type="text/css">
	
.enlacePie_bis{ font-size:10px; font-family:Arila; color:#666666; text-decoration:none;}	
.enlacePie_bis:hover{  color:#ee833d; }	

</style>
<table  border="0" align="center" cellpadding="0" cellspacing="0" id="base">

  <tr>
    <td align="left" valign="top" id="central">
<table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0" id="actualizable"  >

  <tr>
<!-- En caso de ser un ab2 o de mostrar las breves, tan solo se pinta una columna -->
    <td  align="left" valign="top" id="zonaEnlaces">
		<table width="200"  cellpadding="0"  cellspacing="0" border="0" style="background-image:url(images/fondo-buscador-med.jpg); background-position:top; background-repeat:repeat-y; height:100%; ">
			<tr>
				<td height="200" colspan="2" style="background-image:url(images/fondo-buscador-sup.jpg); background-position:top; background-repeat:no-repeat;">
					<table width="200" cellpadding="0" cellspacing="0" border="0">
						<tr>
							<td height="19" colspan="2"></td>
						</tr>
						<tr>
							<td width="40">&nbsp;</td>
							<td>
								 <div id="flashContentlogo"></div>
 
	<script type="text/javascript">     
       var flashvars = {}; flashvars.pagina = "alquilar";
       var params = {}; params.quality = "high"; params.wmode = "transparent";
       var attributes = {};attributes.id = "logo";
       swfobject.embedSWF("swf/gestion-inmobiliaria-logotipo.swf", "flashContentlogo", "130", "145", "9.0.0","swf/expressInstall.swf", flashvars, params, attributes);
    </script>
    
    
							</td>
						</tr>
					</table>
				</td>
<!--				<td height="200" colspan="2"><img src="images/fondo-buscador-sup.jpg" border="0" height="200" width="200" usemap="#Map3"><map name="Map3" id="Map3"><area shape="rect" coords="36,37,171,184" href="index.asp" alt="Inicio"></map></td>-->
			</tr>
			<tr style="background-image:url(images/fondo-buscador-central.jpg); background-position:top; background-repeat:no-repeat; ">

				<td align="center" valign="top" style="padding-left:4px;">
				    
			<script language="Javascript" type="text/JavaScript">
<!--
function btnEnviar_onclick() {
	//alert(document.form1.zona.value);
	//alert(document.form1.poblacion.value);
	var nume = document.form1.numer.value;
	
	if (parseInt(nume) >= 7  ){
		alert(' El número máximo de búsquedas es de 6.\n Para realizar una nueva búsqueda, debe cerrar alguna de las anteriores.');
		return;
	}

	
	var aviso;
	aviso="";
/*	if(document.form1.desde.value!="" && document.form1.hasta.value!=""){
		if(parseInt(document.form1.desde.value)>parseInt(document.form1.hasta.value))aviso+=" - El precio máximo debe ser mayor que el precio mínimo.\n";
	}*/
//	if (txt != 'solar' ){
//		if(document.form1.banys.value!=""){
//			if(isNaN(document.form1.banys.value))aviso+=" - El número de baños debe ser un número.\n";
//		}
//	}
	if (document.getElementById('urba').style.display == 'block'){
		document.form1.urbanizacion.value = document.form1.urbanizacion0.value;
	}
	if (document.getElementById('urba1').style.display == 'block'){
		document.form1.urbanizacion.value = document.form1.urbanizacion1.value;
	}

	if (document.getElementById('urba2').style.display == 'block'){
		document.form1.urbanizacion.value = document.form1.urbanizacion2.value;
	}



	if(document.form1.metros_construidos.value!=""){
		if(isNaN(document.form1.metros_construidos.value))aviso+=" - El campo de metros cosntruidos debe ser un número.\n";
	}
	if(document.form1.metros_parcela.value!=""){
		if(isNaN(document.form1.metros_parcela.value))aviso+=" - El campo de metros de parcela debe ser un número.\n";
	}
		if(document.form1.dormitorios.value!=""){
			if(isNaN(document.form1.dormitorios.value))aviso+=" - El número de habitaciones debe ser un número.\n";
		}
	if(document.form1.precio.value!=""){
		if(isNaN(document.form1.precio.value))aviso+=" - El campo del precio debe ser un número.\n";
	}
	if(aviso!=""){
		alert("Se han encontrado los siguientes problemas:\n\n"+aviso);
		return;
	}else{		
//		alert('paso 1');

		//crea una clave aleatoria para comprobar si se actualiza la página
		var aleat;
		aleat = Math.random() * 10000; 
		aleat = Math.round(aleat) 

		document.form1.cl.value = aleat;
		
		
		document.form1.iOp.value = 1;
		document.form1.submit();
		return true;
	}	
}

function verCarrito(){

	var w=window.open("carrito.asp","Carrito","scrollbars=yes,width=500, height=300, fullscreen=no, toolbars=no");

}

function mostrar(regimen, desde, hasta, tipo, zona, poblacion, metros_construidos, metros_parcela, dormitorios, banys, referencia, txt, urbanizacion, precio, orden) {
	f = document.form1;
		
//	if (f.regimen){
//		f.regimen.value = regimen;
//		filtrarPrecio(document.form1.regimen);	
//	}
//	f.desde.value = desde;
//	f.hasta.value = hasta;
	f.tipo.value = tipo;
	f.zona.value = zona;	
	f.poblacion.value = poblacion;
	f.metros_construidos.value = metros_construidos;
	f.metros_parcela.value = metros_parcela;
//	if (txt != 'solar'){
	f.dormitorios.value = dormitorios;
//	f.banys.value = banys;	
//	}
	f.referencia.value = referencia;	
	f.urbanizacion.value = urbanizacion;	
	f.precio.value = precio;	
	f.orden.value = orden;	
}

function mostrarPrecio(iParam1){

	var strTexto1,strTexto2;
	//venta , xdefecto , traspaso
	if (iParam1==1){
		strTexto1="<select name='desde' class='texto_buscador_2' id='desde' style='font-size:10px; font-family: Arial,Verdana, Helvetica, sans-serif;  color:#666666;'>"
		strTexto1+="<option value=''>Todos</option>"
		strTexto1+="<option value='60000'>60.000</option>"
		strTexto1+="<option value='100000'>100.000</option>"
		strTexto1+="<option value='150000'>150.000</option>"
		strTexto1+="<option value='200000'>200.000</option>"
		strTexto1+="<option value='300000'>300.000</option>"
		strTexto1+="<option value='400000'>400.000</option>"
		strTexto1+="<option value='600000'>600.000</option>"		
		strTexto1+="</select>"
		
		capaDesde.innerHTML=strTexto1;
		
		strTexto2="<select name='hasta' class='texto_buscador_2'   style='font-size:10px; font-family: Arial,Verdana, Helvetica, sans-serif;  color:#666666;' id='hasta'>"
		strTexto2+="<option value=''>Todos</option>"
		strTexto2+="<option value='60000'>60.000</option>"
		strTexto2+="<option value='100000'>100.000</option>"
		strTexto2+="<option value='150000'>150.000</option>"
		strTexto2+="<option value='200000'>200.000</option>"
		strTexto2+="<option value='300000'>300.000</option>"
		strTexto2+="<option value='400000'>400.000</option>"
		strTexto2+="<option value='600000'>600.000</option>"		
		strTexto2+="</select>"
	
		capaHasta.innerHTML=strTexto2;
	}
	//alquiler
	else{
		strTexto1="<select name='desde' class='texto_buscador_2' id='desde'  style='font-size:10px; font-family: Arial,Verdana, Helvetica, sans-serif;  color:#666666;' >"
		strTexto1+="<option value=''>Todos</option>"
		strTexto1+="<option value='300'>300</option>"
		strTexto1+="<option value='500'>500</option>"
		strTexto1+="<option value='800'>800</option>"
		strTexto1+="<option value='1200'>1.200</option>"
		strTexto1+="<option value='2000'>2.000</option>"				
		strTexto1+="</select>"
	
		capaDesde.innerHTML=strTexto1;
		
		strTexto2="<select name='hasta' class='texto_buscador_2' id='hasta'  style='font-size:10px; font-family: Arial,Verdana, Helvetica, sans-serif;  color:#666666;'>"
		strTexto2+="<option value=''>Todos</option>"
		strTexto2+="<option value='300'>300</option>"
		strTexto2+="<option value='500'>500</option>"
		strTexto2+="<option value='800'>800</option>"
		strTexto2+="<option value='1200'>1.200</option>"
		strTexto2+="<option value='2000'>2.000</option>"
		strTexto2+="</select>"
	
		capaHasta.innerHTML=strTexto2;
	}
}


function filtrarPrecio(sel){
	var nombre = sel.value;
	switch(nombre){
	case "":
		mostrarPrecio(1);
		break;
	case "Se Alquila":
		mostrarPrecio(0);
		break;
	case "Se Vende":
		mostrarPrecio(1);
		break;
	case "Se Traspasa":
		mostrarPrecio(1);
		break;
	}
}

var poblaciones = new Object( );
//var provincias  = new Array();
//var numProvincias;	
//var j = 0;
	
//alert("{value:'BURRIANA', text:'BURRIANA'},{value:'MONCOFAR', text:'MONCOFAR'}");
	poblaciones['CASTELLÓN']=[{value:'BURRIANA', text:'BURRIANA'},{value:'MONCOFAR', text:'MONCOFAR'}];	
//	provincias[j] = ['CASTELLÓN'];
//	j = j + 1;
	
//alert("{value:'ALAQUAS', text:'ALAQUAS'},{value:'ALDAYA', text:'ALDAYA'},{value:'ALGINET', text:'ALGINET'},{value:'BENAGUASIL', text:'BENAGUASIL'},{value:'BETERA', text:'BETERA'},{value:'CHIVA', text:'CHIVA'},{value:'CULLERA', text:'CULLERA'},{value:'EL VEDAT DE TORRENT', text:'EL VEDAT DE TORRENT'},{value:'MANISES', text:'MANISES'},{value:'MASSANASA', text:'MASSANASA'},{value:'MONSERRAT', text:'MONSERRAT'},{value:'PAIPORTA', text:'PAIPORTA'},{value:'PICANYA', text:'PICANYA'},{value:'PICASSENT', text:'PICASSENT'},{value:'PUCOL', text:'PUCOL'},{value:'RIBA-RROJA', text:'RIBA-RROJA'},{value:'TORRENT', text:'TORRENT'},{value:'TURIS', text:'TURIS'},{value:'VALENCIA', text:'VALENCIA'},{value:'XIRIVELLA', text:'XIRIVELLA'}");
	poblaciones['VALENCIA']=[{value:'ALAQUAS', text:'ALAQUAS'},{value:'ALDAYA', text:'ALDAYA'},{value:'ALGINET', text:'ALGINET'},{value:'BENAGUASIL', text:'BENAGUASIL'},{value:'BETERA', text:'BETERA'},{value:'CHIVA', text:'CHIVA'},{value:'CULLERA', text:'CULLERA'},{value:'EL VEDAT DE TORRENT', text:'EL VEDAT DE TORRENT'},{value:'MANISES', text:'MANISES'},{value:'MASSANASA', text:'MASSANASA'},{value:'MONSERRAT', text:'MONSERRAT'},{value:'PAIPORTA', text:'PAIPORTA'},{value:'PICANYA', text:'PICANYA'},{value:'PICASSENT', text:'PICASSENT'},{value:'PUCOL', text:'PUCOL'},{value:'RIBA-RROJA', text:'RIBA-RROJA'},{value:'TORRENT', text:'TORRENT'},{value:'TURIS', text:'TURIS'},{value:'VALENCIA', text:'VALENCIA'},{value:'XIRIVELLA', text:'XIRIVELLA'}];	
//	provincias[j] = ['VALENCIA'];
//	j = j + 1;

//alert("ALAQUAS" + "-" + "{value:'ALAQUAS', text:'ALAQUAS'}");
//alert("{value:'ALAQUAS', text:'ALAQUAS'}");

//alert("ALDAYA" + "-" + "{value:'ALAQUAS', text:'ALAQUAS'}");
//alert("{value:'ALAQUAS', text:'ALAQUAS'}");

//alert("ALGINET" + "-" + "{value:'ALAQUAS', text:'ALAQUAS'}");
//alert("{value:'ALAQUAS', text:'ALAQUAS'}");

//alert("BENAGUASIL" + "-" + "{value:'ALAQUAS', text:'ALAQUAS'}");
//alert("{value:'ALAQUAS', text:'ALAQUAS'}");

//alert("BETERA" + "-" + "{value:'ALAQUAS', text:'ALAQUAS'}");
//alert("{value:'ALAQUAS', text:'ALAQUAS'}");

//alert("BURRIANA" + "-" + "{value:'ALAQUAS', text:'ALAQUAS'}");
//alert("{value:'ALAQUAS', text:'ALAQUAS'}");

//alert("CHIVA" + "-" + "{value:'ALAQUAS', text:'ALAQUAS'}");
//alert("{value:'ALAQUAS', text:'ALAQUAS'}");

//alert("CULLERA" + "-" + "{value:'ALAQUAS', text:'ALAQUAS'}");
//alert("{value:'ALAQUAS', text:'ALAQUAS'}");

//alert("EL VEDAT DE TORRENT" + "-" + "{value:'ALAQUAS', text:'ALAQUAS'}");
//alert("{value:'ALAQUAS', text:'ALAQUAS'}");

//alert("MANISES" + "-" + "{value:'ALAQUAS', text:'ALAQUAS'}");
//alert("{value:'ALAQUAS', text:'ALAQUAS'}");

//alert("MASSANASA" + "-" + "{value:'ALAQUAS', text:'ALAQUAS'}");
//alert("{value:'ALAQUAS', text:'ALAQUAS'}");

//alert("MONCOFAR" + "-" + "{value:'ALAQUAS', text:'ALAQUAS'}");
//alert("{value:'ALAQUAS', text:'ALAQUAS'}");

//alert("MONSERRAT" + "-" + "{value:'ALAQUAS', text:'ALAQUAS'}");
//alert("{value:'ALAQUAS', text:'ALAQUAS'}");

//alert("PAIPORTA" + "-" + "{value:'ALAQUAS', text:'ALAQUAS'}");
//alert("{value:'ALAQUAS', text:'ALAQUAS'}");

//alert("PICANYA" + "-" + "{value:'ALAQUAS', text:'ALAQUAS'}");
//alert("{value:'ALAQUAS', text:'ALAQUAS'}");

//alert("PICASSENT" + "-" + "{value:'ALAQUAS', text:'ALAQUAS'}");
//alert("{value:'ALAQUAS', text:'ALAQUAS'}");

//alert("PUCOL" + "-" + "{value:'ALAQUAS', text:'ALAQUAS'}");
//alert("{value:'ALAQUAS', text:'ALAQUAS'}");

//alert("RIBA-RROJA" + "-" + "{value:'ALAQUAS', text:'ALAQUAS'}");
//alert("{value:'ALAQUAS', text:'ALAQUAS'}");

//alert("TORRENT" + "-" + "{value:'ALAQUAS', text:'ALAQUAS'}");
//alert("{value:'ALAQUAS', text:'ALAQUAS'}");

//alert("TURIS" + "-" + "{value:'ALAQUAS', text:'ALAQUAS'}");
//alert("{value:'ALAQUAS', text:'ALAQUAS'}");

//alert("VALENCIA" + "-" + "{value:'ALAQUAS', text:'ALAQUAS'}");
//alert("{value:'ALAQUAS', text:'ALAQUAS'}");

//alert("XIRIVELLA" + "-" + "{value:'ALAQUAS', text:'ALAQUAS'}");
//alert("{value:'ALAQUAS', text:'ALAQUAS'}");
	
//alert("{value:'ALAQUAS', text:'ALAQUAS'},{value:'ALDAYA', text:'ALDAYA'},{value:'ALGINET', text:'ALGINET'},{value:'BENAGUASIL', text:'BENAGUASIL'},{value:'BETERA', text:'BETERA'},{value:'BURRIANA', text:'BURRIANA'},{value:'CHIVA', text:'CHIVA'},{value:'CULLERA', text:'CULLERA'},{value:'EL VEDAT DE TORRENT', text:'EL VEDAT DE TORRENT'},{value:'MANISES', text:'MANISES'},{value:'MASSANASA', text:'MASSANASA'},{value:'MONCOFAR', text:'MONCOFAR'},{value:'MONSERRAT', text:'MONSERRAT'},{value:'PAIPORTA', text:'PAIPORTA'},{value:'PICANYA', text:'PICANYA'},{value:'PICASSENT', text:'PICASSENT'},{value:'PUCOL', text:'PUCOL'},{value:'RIBA-RROJA', text:'RIBA-RROJA'},{value:'TORRENT', text:'TORRENT'},{value:'TURIS', text:'TURIS'},{value:'VALENCIA', text:'VALENCIA'},{value:'XIRIVELLA', text:'XIRIVELLA'}");
	poblaciones['Todas']=[{value:'ALAQUAS', text:'ALAQUAS'},{value:'ALDAYA', text:'ALDAYA'},{value:'ALGINET', text:'ALGINET'},{value:'BENAGUASIL', text:'BENAGUASIL'},{value:'BETERA', text:'BETERA'},{value:'BURRIANA', text:'BURRIANA'},{value:'CHIVA', text:'CHIVA'},{value:'CULLERA', text:'CULLERA'},{value:'EL VEDAT DE TORRENT', text:'EL VEDAT DE TORRENT'},{value:'MANISES', text:'MANISES'},{value:'MASSANASA', text:'MASSANASA'},{value:'MONCOFAR', text:'MONCOFAR'},{value:'MONSERRAT', text:'MONSERRAT'},{value:'PAIPORTA', text:'PAIPORTA'},{value:'PICANYA', text:'PICANYA'},{value:'PICASSENT', text:'PICASSENT'},{value:'PUCOL', text:'PUCOL'},{value:'RIBA-RROJA', text:'RIBA-RROJA'},{value:'TORRENT', text:'TORRENT'},{value:'TURIS', text:'TURIS'},{value:'VALENCIA', text:'VALENCIA'},{value:'XIRIVELLA', text:'XIRIVELLA'}];	
//	provincias[j] = [];
//	j = j + 1;

function setZonas(chooser) {
	var elige = chooser.form.elements["zona"];	
	elige.options.length = 0;
	var choice = chooser.options[chooser.selectedIndex].value;
	var db = poblaciones[choice];	
	elige.options[0] = new Option("Todas", "", true, false);
	if (choice != "") {		
		for (var i = 0; i < db.length; i++) {
			elige.options[i + 1] = new Option(db[i].text, db[i].value);			
			if (elige.options[i + 1].value == ""){
				elige.options[i + 1].selected = true;			
			}
		}
//		alert('1');
	} else {
		db = poblaciones['Todas'];	
		for (var i = 0; i < db.length; i++) {
			elige.options[i + 1] = new Option(db[i].text, db[i].value);			
			if (elige.options[i + 1].value == ""){
				elige.options[i + 1].selected = true;			
			}
		}
//		alert('2');
	}
}
function cargaTorrent(){
				document.form1.urbanizacions.length = 16;
				document.form1.urbanizacions.options[0].value = "" 
				document.form1.urbanizacions.options[0].text = "Todas" 
				document.form1.urbanizacions.options[1].value = "Cualquiera" 
				document.form1.urbanizacions.options[1].text = "Cualquiera" 
				document.form1.urbanizacions.options[2].value = "El Vedat - Zona Centro" 
				document.form1.urbanizacions.options[2].text = "El Vedat - Zona Centro" 
				document.form1.urbanizacions.options[3].value = "El Vedat - Santo Angel" 
				document.form1.urbanizacions.options[3].text = "El Vedat - Santo Angel" 
				document.form1.urbanizacions.options[4].value = "El Vedat - Colina Blanca" 
				document.form1.urbanizacions.options[4].text = "El Vedat - Colina Blanca" 
				document.form1.urbanizacions.options[5].value = "El Vedat - Colonia Agusta" 
				document.form1.urbanizacions.options[5].text = "El Vedat - Colonia Agusta" 
				document.form1.urbanizacions.options[6].value = "El Vedat - Miramar" 
				document.form1.urbanizacions.options[6].text = "El Vedat - Miramar" 
				document.form1.urbanizacions.options[7].value = "El Vedat - Vistamar" 
				document.form1.urbanizacions.options[7].text = "El Vedat - Vistamar" 
				document.form1.urbanizacions.options[8].value = "El Vedat - Barrio del Carmen" 
				document.form1.urbanizacions.options[8].text = "El Vedat - Barrio del Carmen" 
				document.form1.urbanizacions.options[9].value = "El Vedat - Santa Apolonia" 
				document.form1.urbanizacions.options[9].text = "El Vedat - Santa Apolonia" 
				document.form1.urbanizacions.options[10].value = "Club de Tenis Torrent" 
				document.form1.urbanizacions.options[10].text = "Club de Tenis Torrent" 
				document.form1.urbanizacions.options[11].value = "Zona Villa Carmen" 
				document.form1.urbanizacions.options[11].text = "Zona Villa Carmen" 
				document.form1.urbanizacions.options[12].value = "Torrent - Pueblo" 
				document.form1.urbanizacions.options[12].text = "Torrent - Pueblo" 
				document.form1.urbanizacions.options[13].value = "Calicanto" 
				document.form1.urbanizacions.options[13].text = "Calicanto" 
				document.form1.urbanizacions.options[14].value = "Monte-Real" 
				document.form1.urbanizacions.options[14].text = "Monte-Real" 
				document.form1.urbanizacions.options[15].value = "Tros-Alt" 
				document.form1.urbanizacions.options[15].text = "Tros-Alt" 
}

function cargaPicassent(){
				document.form1.urbanizacions.length = 2;
				document.form1.urbanizacions.options[0].value = "" 
				document.form1.urbanizacions.options[0].text = "Todas" 
				document.form1.urbanizacions.options[1].value = "Tancat de L'ALter" 
				document.form1.urbanizacions.options[1].text = "Tancat de L'ALter" 

}
function cambiaZona	() {

		
			
			if((document.form1.zona.value.toUpperCase() == 'TORRENT') || (document.form1.zona.value.toUpperCase() == 'EL VEDAT DE TORRENT')){
				document.getElementById('urba').style.display = "block";
				document.getElementById('urba1').style.display = "none";
				document.getElementById('urba2').style.display = "none";
			}
			if(document.form1.zona.value.toUpperCase() == 'PICASSENT'){
				document.getElementById('urba').style.display = "none";
				document.getElementById('urba1').style.display = "block";
				document.getElementById('urba2').style.display = "none";
			}
		
        if ((document.form1.zona.value.toUpperCase() != 'PICASSENT') && (document.form1.zona.value.toUpperCase() != 'TORRENT') && (document.form1.zona.value.toUpperCase() != 'EL VEDAT DE TORRENT') ){
            
//            document.form1.urbanizacion.length = 1;
//            document.form1.urbanizacion.options[0].value = "" 
//            document.form1.urbanizacion.options[0].text = "Todas" 
            
			document.getElementById('urba').style.display = "none";
			document.getElementById('urba1').style.display = "none";
			document.getElementById('urba2').style.display = "block";
           
          
        }

}
//-->
</script>



<!--	<body  style="MARGIN:0px" onLoad="cambiaZona();setZonas(document.form1.poblacion);">	-->
		<!--<form method="post" id="form1" name="form1" action="resultadoInmueble.asp" >-->
		<form method="post" id="form1" name="form1" action="index.asp?pagina=alquilar&res=1"  >
			<input type="hidden" id="iOp" name="iOp" value="">
				<input type="hidden" id="cl" name="cl" value="">
				<input type="hidden" id="numer" name="numer" value="">
		<div  align="center">
			<table border="0" cellpadding="0" cellspacing="0" id="Table1" width="160"  class="texto_buscador" style="font-size:10px; font-family: Arial,Verdana, Helvetica, sans-serif;  color:#000000;">

				<tr>
					<td align="left"  width="161">Tipo de inmueble<br/>
							
				<select name="tipo" class="texto_buscador_2" id="tipo" style="width:160px;font-size:10px; font-family: Arial,Verdana, Helvetica, sans-serif;  color:#666666;">
					<option value="" selected>Todos</option>
					<option value="Apartamento" >Apartamento</option>
					<option value="Casa de Pueblo" >Casa de Pueblo</option>						
					<option value="Chalet / Villa" >Chalet / Villa</option>
					<option value="Duplex" >Duplex</option>
					<option value="Entresuelo" >Entresuelo</option>
					<option value="Estudio" >Estudio</option>
					<option value="Local Comercial" >Local Comercial</option>
					<option value="Nave Industrial" >Nave Industrial</option>
					<option value="Oficina" >Oficina</option>
					<option value="Otros Inmuebles" >Otros Inmuebles</option>
					<option value="Parcela" >Parcela</option>
					<option value="Piso" >Piso</option>
					<option value="Plaza Garaje" >Plaza Garaje</option>
					<option value="Solar" >Solar</option>
					<option value="Terreno Rustico" >Terreno Rustico</option>
				</select>
							
					</td>
				</tr>
				<tr>
					<td height="6" colspan="2" ></td>
				</tr>
				<tr>
<!--					<td   align="right" width="120" >Provincia &nbsp;&nbsp;&nbsp;</td>-->
					<td align="left"  width="161">Provincia<br/>
				<select name="poblacion" class="texto_buscador_2" id="poblacion"  onchange="setZonas(this)" style="width:160px;  font-size:10px; font-family: Arial,Verdana, Helvetica, sans-serif;  color:#666666;">
							
					<option value="" selected>Todas</option>
							<option value='CASTELLÓN' >CASTELLÓN</option><option value='VALENCIA' >VALENCIA</option>
				</select>
					</td>
				</tr>
				<tr>
					<td height="6" colspan="2" ></td>
				</tr>
				<tr>
<!--					<td   align="right" width="120" >Población &nbsp;&nbsp;&nbsp;</td>-->
					<td align="left"  width="161">Población<br/>
				<select name="zona" class="texto_buscador_2" id="zona" style="width:160px;  font-size:10px; font-family: Arial,Verdana, Helvetica, sans-serif;  color:#666666;" onChange="javascript:cambiaZona();">
							
					<option value="" selected>Todas</option>
							<option value='ALAQUAS' >ALAQUAS</option><option value='ALDAYA' >ALDAYA</option><option value='ALGINET' >ALGINET</option><option value='BENAGUASIL' >BENAGUASIL</option><option value='BETERA' >BETERA</option><option value='BURRIANA' >BURRIANA</option><option value='CHIVA' >CHIVA</option><option value='CULLERA' >CULLERA</option><option value='EL VEDAT DE TORRENT' >EL VEDAT DE TORRENT</option><option value='MANISES' >MANISES</option><option value='MASSANASA' >MASSANASA</option><option value='MONCOFAR' >MONCOFAR</option><option value='MONSERRAT' >MONSERRAT</option><option value='PAIPORTA' >PAIPORTA</option><option value='PICANYA' >PICANYA</option><option value='PICASSENT' >PICASSENT</option><option value='PUCOL' >PUCOL</option><option value='RIBA-RROJA' >RIBA-RROJA</option><option value='TORRENT' >TORRENT</option><option value='TURIS' >TURIS</option><option value='VALENCIA' >VALENCIA</option><option value='XIRIVELLA' >XIRIVELLA</option>
				</select>
					</td>
				</tr>
				<tr>
					<td height="6" colspan="2" ></td>
				</tr>
				<tr>
					<td align="left"  width="161">Zona<br/>
					<div id="urba" style="display:none;">
				<select name="urbanizacion0" class="texto_buscador_2" id="urbanizacion0" style="width:160px;  font-size:10px; font-family: Arial,Verdana, Helvetica, sans-serif;  color:#666666;">
					<option value="" selected>Todas</option>
					<option value="El Vedat - Zona Centro" >El Vedat - Zona Centro</option>
					<option value="El Vedat - Santo Angel" >El Vedat - Santo Angel</option>
					<option value="El Vedat - Colina Blanca" >El Vedat - Colina Blanca</option>
					<option value="El Vedat - Colonia Agusta" >El Vedat - Colonia Agusta</option>
					<option value="El Vedat - Miramar" >El Vedat - Miramar</option>
					<option value="El Vedat - Vistamar" >El Vedat - Vistamar</option>
					<option value="El Vedat - Barrio del Carmen" >El Vedat - Barrio del Carmen</option>
					<option value="El Vedat - Santa Apolonia" >El Vedat - Santa Apolonia</option>
					<option value="Club de Tenis Torrent" >Club de Tenis Torrent</option>
					<option value="Zona Villa Carmen" >Zona Villa Carmen</option>
					<option value="Torrent - Pueblo" >Torrent - Pueblo</option>
					<option value="Calicanto" >Calicanto</option>
					<option value="Monte-Real" >Monte-Real</option>
					<option value="Tros-Alt" >Tros-Alt</option>
				</select>
					</div>
					<div id="urba1" style="display:none;">
				<select name="urbanizacion1" class="texto_buscador_2" id="urbanizacion1" style="width:160px;  font-size:10px; font-family: Arial,Verdana, Helvetica, sans-serif;  color:#666666;">
					<option value="" selected>Todas</option>
					<option value="Tancat de L'ALter" >Tancat de L'ALter</option>
				</select>
					</div>
					<div id="urba2" style="display:block;">
				<input type="text" name="urbanizacion2" class="texto_buscador_2" id="urbanizacion2" style="width:160px;  font-size:10px; font-family: Arial,Verdana, Helvetica, sans-serif;  color:#666666;" value="">
					</div>
	
				<input type="hidden" name="urbanizacion" id="urbanizacion" value="" />
					</td>
				</tr>
				<tr>
					<td height="6" colspan="2" ></td>
				</tr>
				<tr>
					<td colspan="2" >
						<table width="100%"  border="0" cellpadding="0" cellspacing="0" class="texto_buscador"  style="font-size:10px; font-family: Arial,Verdana, Helvetica, sans-serif;  color:#000000;">
						  <tr>
							<td  align="left" width="50%" >m<sup>2</sup> constru&iacute;dos</td>
							<td  align="right" width="50%" >m<sup>2</sup> parcela</td>
						</tr>
						  <tr>
							<td  width="50%" align="left"><input name="metros_construidos" type="text" class="texto_buscador_2" id="metros_construidos" size="11" style=" font-size:10px; font-family: Arial,Verdana, Helvetica, sans-serif;  color:#666666;"></td>
							<td  width="50%" align="right"><input name="metros_parcela" type="text" class="texto_buscador_2" id="metros_parcela" size="11" style=" font-size:10px; font-family: Arial,Verdana, Helvetica, sans-serif;  color:#666666;"></td>
						</tr>
						</table>
					</td> 
				</tr>
				<tr>
					<td height="6" colspan="2" ></td>
				</tr>
				<tr>
					<td colspan="2" >
						<table width="100%"  border="0" cellpadding="0" cellspacing="0" class="texto_buscador" style="font-size:10px; font-family: Arial,Verdana, Helvetica, sans-serif;  color:#000000;">
						  <tr>
							<td  align="left" width="50%" >Habitaciones</td>
							<td  align="right" width="50%" >Precio</td>
						</tr>
						  <tr>
							<td  width="50%" align="left"><input name="dormitorios" type="text" class="texto_buscador_2" id="dormitorios" size="11" style=" font-size:10px; font-family: Arial,Verdana, Helvetica, sans-serif;  color:#666666;"></td>
							<td  width="50%" align="right"><input name="precio" type="text" class="texto_buscador_2" id="precio" size="11" style=" font-size:10px; font-family: Arial,Verdana, Helvetica, sans-serif;  color:#666666;"></td>
						</tr>
						</table>
					</td> 
				</tr>
				<tr>
					<td height="6" colspan="2" ></td>
				</tr>
				<tr>
					<td align="left"  width="161">Ordenar por<br/>
				<select name="orden" class="texto_buscador_2" id="orden" style="width:160px;  font-size:10px; font-family: Arial,Verdana, Helvetica, sans-serif;  color:#666666;">
					<option value="" selected>Seleccionar orden</option>
					<option value="metros" >Metros construidos</option>
					<option value="pueblo" >Población</option>
					<option value="precio" >Precio</option>
					<option value="region" >Provincia</option>
					<option value="tipo" >Tipo de Inmueble</option>
				</select>
					</td>
				</tr>
				<tr>
					<td height="6" colspan="2" ></td>
				</tr>
				<tr>
					<td colspan="2" >
							Referencia<br/><input name="referencia" type="text" class="texto_buscador_2" id="referencia" size="20" value="" style="width:160px;  font-size:10px; font-family: Arial,Verdana, Helvetica, sans-serif;  color:#666666;"	>
					</td> 
				</tr>
				<tr>
					<td height="8"></td>
				</tr>
				<tr>
					<td  colspan="2" align="center" >
    <div id="flashContentBuscar"></div>
 
	<script type="text/javascript">     
       var flashvars = {}; flashvars.pagina = "alquilar"; flashvars.lang = "es";
       var params = {}; params.quality = "high"; params.wmode = "transparent";
       var attributes = {};attributes.id = "btnBuscar";
       swfobject.embedSWF("swf/btn-buscar-inmueble.swf", "flashContentBuscar", "137", "26", "9.0.0","swf/expressInstall.swf", flashvars, params, attributes);
    </script>


                                
                                
					</td>
				</tr>
				<tr>
					<td height="8"></td>
				</tr>
				<tr>
					<td  colspan="2" align="center">                               
                 <div id="flashContentSimulador"></div>               
     <script type="text/javascript">     
       var flashvars = {}; flashvars.pagina = "alquilar"; flashvars.lang = "es";
       var params = {}; params.quality = "high"; params.wmode = "transparent";
       var attributes = {};attributes.id = "btnSimulacion";
       swfobject.embedSWF("swf/btn-simulador-gastos.swf", "flashContentSimulador", "137", "26", "9.0.0","swf/expressInstall.swf", flashvars, params, attributes);
    </script>
                                
                                
                                
					</td>
				</tr>
				<!--<tr>	
					<td  colspan="2" align="center" ><a   href="javascript:btnEnviar_onclick('no-solar','');"><img alt="Buscar inmueble" src="images/btn-buscar-inmueble.jpg" border="0"></a></td>
				</tr>
				<tr>
					<td  colspan="2" align="center" ><img src="images/btn-simulador-gastos.jpg"></td>
				</tr>-->
			</table>
		</div>	
		</form>
<script language="javascript" type="text/javascript">
cambiaZona();
</script>

<script language="javascript" type="text/javascript">
setZonas(document.form1.poblacion);
</script>

				</td>
			</tr>
			<tr>
				<td height="12" colspan="2"><img src="images/fondo-buscador-inf.jpg" border="0" height="12" width="200" ></td>
			</tr>
		</table>
	
	    </td>
    	<td align="left" valign="top" id="contenidos">
			
	<div style="padding-left:8px;   ">
   
    <div id="flashContentcabecera2"></div>
 
	<script type="text/javascript">     
       var flashvars = {}; flashvars.pagina = "alquilar"; flashvars.lang = "es";
       var params = {}; params.quality = "high"; //params.wmode = "transparent";
       var attributes = {};attributes.id = "cabecera2";
       swfobject.embedSWF("swf/cabecera.swf", "flashContentcabecera2", "780", "60", "9.0.0","swf/expressInstall.swf", flashvars, params, attributes);
    </script>

    
			
<!--			<img src="images/cabecera.jpg" width="800" height="60" border="0" usemap="#Map" />
<map name="Map">
<area shape="rect" coords="27,24,84,45" href="index.asp?pagina=empresa">
<area shape="rect" coords="123,25,180,45" href="index.asp?pagina=entorno">
<area shape="rect" coords="223,25,280,47" href="index.asp?pagina=servicios">
<area shape="rect" coords="320,23,379,48" href="index.asp?pagina=comprar">
<area shape="rect" coords="420,21,470,47" href="index.asp?pagina=alquilar">
<area shape="rect" coords="509,24,583,47" href="index.asp?pagina=obra-nueva">
<area shape="rect" coords="616,24,669,47" href="index.asp?pagina=vender">
<area shape="rect" coords="711,24,771,47" href="index.asp?pagina=contacto">
</map>-->
</div>

				   <div> 
<style>

.enlacePestanya_bis{font-family:Arial; font-size:11px; color:#FFFFFF; font-weight:normal; text-decoration:none;}
.enlacePestanya_bis:hover{color:#000000;}


/* ESTILOS DE LOS TEXTOS DEL BUSCADOR Y VENTANAS DE LOS INMIUEBLES*/
.contenidos2_bis{font-family:Arial; font-size:12px; color:#ee833d; font-weight:normal; text-decoration:none;}
.contenidos2_bis:hover{ color:#000000; }
.contenidos4_bis{font-family:Arial; font-size:11px; color:#555555; font-weight:normal; text-decoration:none;}
.cajatexto2_bis{font-family:Arial; font-size:11px; color:#777777; font-weight:normal; text-decoration:none;}


.textoInmueble_bis{font-family:Arial; font-size:12px; color:#000000; font-weight:bold; text-decoration:none; }
.textoInmueble2_bis{font-family:Arial; font-size:12px; color:#000000; font-weight:normal; text-decoration:none; padding:0px 10px 10px 15px;}
.textoInmueble3_bis{font-family:Arial; font-size:11px; color:#444444; font-weight:normal; text-decoration:none; }
.textoInmueble4_bis{font-family:Arial; font-size:11px; color:#000000; font-weight:bold; text-decoration:none;}
.textoInmueble4_bis:hover{color:#ee833d;}

.textoPrecio_bis{font-family:Arial; font-size:11px; color:#cccccc; font-weight:normal; text-decoration:none;}
.textoInmueble5_bis{font-family:Arial; font-size:12px; color:#000000;  text-decoration:none; line-height:18px;  }
/*-------------------------------------------------------------*/
</style>			
			<script language="JavaScript" type="text/JavaScript">
<!--
function MM_reloadPage(init) {  //reloads the window if Nav4 resized
  if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
    document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
  else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);
//-->
<!--
function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

function imprimirInmueble(theURL,winName,features,vacio) { //v2.0
	if (vacio != ""){
		var foto = "&foto=" + document.getElementById('fotoActual').value;
		var URL = theURL + foto;
		  window.open(URL,winName,features);
	} else {
//		alert(vacio);
		  window.open(theURL,winName,features);
	}
  
}

function anterior(){
	if (actual == 0 ){
		actual = fotosList.length - 1;
		document.getElementById('tiraFotos').src = fotos[fotosList.length - 1].src;
		document.getElementById('fotoActual').value = fotos[fotosList.length - 1].src;
	} else {
		actual = actual - 1;
		document.getElementById('tiraFotos').src = fotos[actual].src;
		document.getElementById('fotoActual').value = fotos[actual].src;
	
	}
	
}
function siguiente(){
	if (actual == fotosList.length - 1 ){
		actual = 0;
		document.getElementById('tiraFotos').src = fotos[0].src;
		document.getElementById('fotoActual').value = fotos[0].src;
	} else {
		actual = actual + 1;
		document.getElementById('tiraFotos').src = fotos[actual].src;
		document.getElementById('fotoActual').value = fotos[actual].src;
	
	}
	
}
//-->
			</script>
	<body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" >
	
		<div  align="center">
		<table width="100%"  border="0" cellpadding="0" cellspacing="0" >	
			<tr>
				<td height="44" style="background-image:url(images/fondo-inmuebles-sup.jpg); background-repeat:no-repeat;  font-family:Arial; color:#888888; font-size:12px;  ">
					<table  cellpadding="0" cellspacing="0" border="0">
						<tr>
							<td height="7"></td>
						</tr>
						<tr>
							<td>&nbsp;&nbsp;&nbsp;&nbsp;</td>
				
					<td  width="130" align="center" style=" height:24px; background-image:url(images/pestanya-destacados-over.jpg); background-position:bottom center; background-repeat:no-repeat;"  ><a href="index.asp?pagina=alquilar&res=1&cl=&activa=1" class="enlacePestanya_bis">Inmuebles destacados</a> </td>
				
						</tr>
					</table>
				</td>
			</tr>

<script language="javascript" type="text/javascript">


	var fotosList = new Array(
			
				"actualizer/inmueble/fotos/00223/1 DSC05646.JPG"

				,"actualizer/inmueble/fotos/00223/3 DSC05648.JPG"

				,"actualizer/inmueble/fotos/00223/4 DSC05649.JPG"

				,"actualizer/inmueble/fotos/00223/5 DSC05650.JPG"

				,"actualizer/inmueble/fotos/00223/6 DSC05651.JPG"

				,"actualizer/inmueble/fotos/00223/7 DSC05652.JPG"

				,"actualizer/inmueble/fotos/00223/8 DSC05653.JPG"

				,"actualizer/inmueble/fotos/00223/9 DSC05654.JPG"

				,"actualizer/inmueble/fotos/00223/10 DSC05655.JPG"

				,"actualizer/inmueble/fotos/00223/11 DSC05656.JPG"

				,"actualizer/inmueble/fotos/00223/12 DSC05657.JPG"

				,"actualizer/inmueble/fotos/00223/13 DSC05658.JPG"

				,"actualizer/inmueble/fotos/00223/2 DSC04910.JPG"

				,"actualizer/inmueble/fotos/00223/2 DSC04914.JPG"

				,"actualizer/inmueble/fotos/00223/3 DSC05648.JPG"

				,"actualizer/inmueble/fotos/00223/14 DSC04908.JPG"

				,"actualizer/inmueble/fotos/00223/15 DSC04909.JPG"

				,"actualizer/inmueble/fotos/00223/16 DSC04911.JPG"

				,"actualizer/inmueble/fotos/00223/17 DSC04913.JPG"

	);
	var fotos = new Array();
	var fotosLinks = new Array();
	var contador=0;
	for (contador=0;contador<fotosList.length;contador++){
		fotos[contador] = new Image();
		fotos[contador].src=fotosList[contador];	
//		alert(fotos[contador].src);
	}
var actual = 0;

</script>


			<tr>
				<td valign="top" height="504" align="left"  style=" background-image:url(images/fondo-inmuebles-med.jpg); background-repeat:repeat-y; padding-left:30px; padding-right:35px;  ">
				<!-- INFORMACION INMUEBLE -->
				<table width="735" cellpadding="0" cellspacing="0" border="0" >
					<tr>
						<td height="15"></td>
					</tr>
					<tr>
						<td width="375" valign="top">
					<!-- IMAGENES Y DESRIPCION -->
					
							<div align="center" id="videoInmueble"  style=" display:none; padding:0px 0px 0px 0px; height:250; width:375;  background-image:url(images/fondo-imagenes-inmueble.jpg); background-position:top; background-repeat:no-repeat;" >
									<table cellpadding="0" cellspacing="0" border="0" ><tr><td height="13"></td></tr></table>
											
									<!--<script type="text/javascript">   
									var pelicula = new FlashObject("swf/inmuebles-video.swf?idProducto=&carpeta=", "inmuebles", "355", "245", "8", "");
									pelicula.addParam("wmode", "transparent");
									pelicula.addParam("quality", "high");
									pelicula.write("")
								</script>-->
                                 <div id="flashContentVideo"></div>
 
								<script type="text/javascript">     
                                var flashvars = {}; flashvars.pagina = "alquilar"; flashvars.idProducto = "223"; flashvars.carpeta = "00223";
                                var params = {}; params.quality = "high"; params.wmode = "transparent";
                                var attributes = {};attributes.id = "inmuebles223";
                                swfobject.embedSWF("swf/inmuebles-video.swf", "flashContentVideo", "355", "245", "9.0.0","swf/expressInstall.swf", flashvars, params, attributes);
                                </script>
                                
                                
                                
                                
											
							</div>
							<div align="center" id="imagenesInmueble"  style=" display:block; padding:0px 0px 0px 0px; height:250; width:375;  background-image:url(images/fondo-imagenes-inmueble.jpg); background-position:top; background-repeat:no-repeat;" >
									<table cellpadding="0" cellspacing="0" border="0" ><tr><td height="13"></td></tr></table>
							<!-- INICIO JAVASCRIPT IMAGENES -->
											
													<!--	<img src="/actualizer/inmueble/fotos/00223/1 DSC05646.JPG" >	-->
															
														
														<span style=" vertical-align:middle; ">
														<a href="javascript:MM_openBrWindow('ampliaFoto.asp?pk=223&foto='+document.getElementById('tiraFotos').src	,'','scrollbars=no,width=200,height=200,left=50,top=50')" alt="Ampliar Imagen"><img title="Ampliar Imagen" id="tiraFotos" src="/actualizer/inmueble/fotos/00223/1 DSC05646.JPG" style="border:7px solid white;" height="200" ></a></span>
														<input type="hidden" id="fotoActual"  value="/actualizer/inmueble/fotos/00223/1 DSC05646.JPG">
														<table width="80%" cellpadding="0" cellspacing="0" border="0">
															<!--<tr>
																<td colspan="3" align="center" class="textoInmueble3"><span style="color:#003399;">Pulse sobre las flechas para ver las distintas imágenes.</span></td>
															</tr>-->
															<tr>
																<td colspan="3" height="5"></td>
															</tr>
															
															<tr>
																<td align="right" class="textoInmueble4_bis"> <a href="javascript:anterior();" class="textoInmueble4_bis"><<</a>&nbsp;&nbsp;anterior
																</td>
																<td align="center" width="50%">
																</td>
																<td align="left"  class="textoInmueble4_bis">
																siguiente&nbsp;&nbsp;<a href="javascript:siguiente();" class="textoInmueble4_bis">>></a></td>
															</tr>
															
														</table>
												
											<script language="javascript" type="text/javascript">
												document.getElementById('tiraFotos').src = fotos[actual].src;
											</script>
											
											
							<!-- INICIO JAVASCRIPT IMAGENES -->
							</div>
							<div align="center"  style="  height:56px; width:375px;  background-image:url(images/fondo-imagenes-inmueble-bajo.jpg); background-position:top; background-repeat:no-repeat;" >
							<span style="float:left; "></span>							<span style="float:right; "><a href="javascript:void(null);" onClick="javascript:document.getElementById('imagenesInmueble').style.display = 'block';document.getElementById('videoInmueble').style.display = 'none';"><img src="images/btn-imagenes.jpg" border="0"></a></span>

							</div>
							<div align="center"  style=" padding:13px 0px 0px 4px; " >
								<div align="left" style=" padding-left:0px;  width:350px;" class="textoInmueble5_bis">
									<b>Otros detalles:</b> ALQUILER PARA VERANO: MES DE MAYO Y JUNIO 1.200 EUROS, MES DE JULIO ALQUILADO, AGOSTO 2.000 EUROS Y MES DE SEPTIEMBRE 1.200 EUROS. DENTRO DEL PRECIO NO ESTA INCLUIDO EL CONSUMO DE LUZ NI AGUA. PARA TODO EL AÑO CONSULTAR PRECIO.
Chalet adosado en el Vedat de Torrent con 200 m2 de parcela y 100 m2 const. Dispone de 3 hab., 2 baños, cocina office, comedor  salón, armarios empotrados, terrazas, jardín y piscina comunitaria. La vivienda se encuentra en frente de un parque infantil y tiene orientación este. Muy buena orientación.


<br/>
								 </div>
									<img src="images/linea-separacion.jpg" >
								<div align="center">
									<div style="float:left;"><a href="index.asp?pagina=alquilar&res=1&cl=&activa=1&numPagina=&todos="><img src="images/btn-volver.jpg" border="0" ></a></div>
									<div style="float:right;"><a href="javascript:MM_openBrWindow('informacion.asp?pk=223','','scrollbars=no,width=758,height=380')"><img src="images/btn-informacion.jpg" alt="Solicitar información" border="0"></a>&nbsp;&nbsp;<a href="javascript:MM_openBrWindow('carrito.asp?addpk=223','carrito','scrollbars=yes,width=500,height=300')"><img alt="Añadir a mis inmuebles favoritos" src="images/btn-favoritos.jpg" border="0"></a>&nbsp;&nbsp;<a href="javascript:MM_openBrWindow('amigo.asp?pk=223','','scrollbars=no,width=387,height=277');"><img src="images/btn-amigo.jpg" alt="Enviar a un amigo" border="0"></a>&nbsp;&nbsp;<a href="javascript:imprimirInmueble('imprimirInmueble.asp?numero=223&pagina=alquilar','','scrollbars=yes,width=816,height=500,left=50,top=50','/actualizer/inmueble/fotos/00223/1 DSC05646.JPG');"><img src="images/btn-imprimir.jpg" alt="Imprimir" border="0"></a>&nbsp;&nbsp;&nbsp;</div>
								</div>
								<div align="center">
								</div>
							 </div>
					<!-- IMAGENES Y DESRIPCION -->
						 </td>
						 <td width="10">&nbsp;</td>
						<td width="350" valign="top">
					<!-- DATOS --><br/>
							
							<div style=" padding-left:15px; font-family:Arial; font-size:15px; font-weight:bold; width:330px;">
								<span style="float:left; color:black;">Ref. 00223</span><span style="float:right; color:#ee833d;">0&nbsp;&euro;</span>
								
							 </div>
								<img src="images/linea-separacion.jpg" >
							<div style=" padding-left:15px;  width:330px;" class="textoInmueble5_bis">
								<b>Inmueble:</b> Chalet / Villa<br/>
								
										<b>Tipo:</b> Adosado<br/>
									
								<b>R&eacute;gimen:</b> Alquiler<br/>
								<!--<b>R&eacute;gimen:</b> Se Alquila<br/>-->
							
								<b>Zona:</b> DOMINICOS<br/>
							
								<b>Localidad:</b> EL VEDAT DE TORRENT<br/>
							
								<b>Provincia:</b> VALENCIA<br/>
							
							 </div>
								<img src="images/linea-separacion.jpg" >
							
							
							<!-- INICIO GRUPO 1 -->
							
							<div style=" padding-left:15px;  width:330px;" class="textoInmueble5_bis">
								<!--<b>A&ntilde;o de construcci&oacute;n:</b> 0<br/>-->
								
								<b>Superficie de parcela:</b> 237,75&nbsp;m<sup>2</sup><br/>
								
								<b>Superficie construida:</b> 110,00&nbsp;m<sup>2</sup><br/>
								
								<b>Superficie &uacute;til:</b> 90,00&nbsp;m<sup>2</sup><br/>
								
								<b>Estado:</b> usado<br/>
								
								<b>N&ordm; de plantas:</b> 2<br/>
								
								<b>Habitaciones:</b> 3<br/>
								
								<b>Ba&ntilde;os:</b> 2<br/>
								<b>Cocina:</b> s&iacute;<br/><b>Comedor:</b> s&iacute;<br/><b>Sal&oacute;n:</b> s&iacute;<br/><b>Chimenea:</b> s&iacute;<br/>
								<!--<b>Calefacci&oacute;n:</b> <br/>-->

								<b>Piscina:</b> s&iacute;<br/>  

								<!--<b>Alarma:</b> <br/>-->
								
								<b>Armarios empotrados:</b> SI<br/>
								<b>Amueblado:</b> s&iacute;<br/>


							 </div>
							 
							<!-- FIN GRUPO 1 -->

							<!-- INICIO GRUPO 2 -->
							
							<!-- FIN GRUPO 2 -->
							
							<!-- INICIO GRUPO 3 -->
							
							<!-- FIN GRUPO 3 -->
							
							<div style=" display:none; padding-left:15px;  width:330px;" class="textoInmueble5_bis">
							
								<b>Publicado en :</b> Internet<br/>
								
							 </div>
								<!--<img src="images/linea-separacion.jpg" >-->
							<!-- INICIO DOCUMENTACION APORTADA -->
							<div style=" display:none; padding-left:15px;  width:330px;" class="textoInmueble5_bis">
								
								<b>Escritura de compra:</b> no<br/>
								
								<b>Escritura de pr&eacute;stamo:</b> no<br/>
								
								<b>&Uacute;ltimo recibo de pr&eacute;stamo:</b> no<br/>
								
								<b>&Uacute;ltimo recibo de ibi:</b> s&iacute;<br/>
								
								<b>&Uacute;ltimo recibo de comunidad:</b> no<br/>



								
								<b>Planos:</b> no<br/>
								
								<b>Inventario:</b> no<br/>
								
								<b>Llaves:</b> s&iacute;<br/>
								<b>C&oacute;digo interno:</b> <br/>

							</div>
								<!--<img src="images/linea-separacion.jpg" >-->
							<!-- FIN DOCUMENTACION APORTADA -->

							<!-- INICIO DATOS REGISTRALES-->
							<div style=" display:none; padding-left:15px;  width:330px;" class="textoInmueble5_bis">
								<b>N&uacute;mero de finca:</b> 43.574<br/>
								<b>Registro:</b> TORRENT-TRES<br/>
							</div>
							<!-- INICIO DATOS REGISTRALES-->
							
					<!-- DATOS -->
						 </td>
					</tr>
					<tr>
						<td height="15"></td>
					</tr>
				</table>
						
				<!-- INFORMACION INMUEBLE -->
				</td>
			</tr>
			<tr>
				<td height="8" style=" background-image:url(images/fondo-inmuebles-inf.jpg); background-repeat:no-repeat; background-position:center;   ">
				</td>
			</tr>
		</table>
	</div>
	</body>

</div>
				
	    </td>
	</tr>
</table>
</td>
  </tr>
  
  <tr style=" z-index:2; background-color:#FFFFFF;" >
  	<td>
		<table width="100%"  cellpadding="0" cellspacing="0" border="0" style="background-image:url(images/pie-background.jpg); background-repeat:no-repeat;">
			<tr>
				<td width="113" align="center" style="padding-top:5px;">
                <div id="flashContentMusic"></div>
                <script type="text/javascript">     
				   var flashvars = {}; flashvars.modo = "off";
				   var params = {}; params.quality = "high"; params.wmode = "transparent";
				   var attributes = {};attributes.id = "music";
				   swfobject.embedSWF("swf/music.swf", "flashContentMusic", "70", "28", "9.0.0","swf/expressInstall.swf", flashvars, params, attributes);
				</script>
                
                
				</td>
				<td style="padding-top:5px;"><a href="javascript:verCarrito();"><img  alt="Inmuebles favoritos" src="images/inm-favoritos.gif" border="0"></a></td>
				<td id="pie" style="	font-family:Arial, Helvetica, sans-serif;color:#666666;	font-size:10px;	padding:0px; height:50px; padding-left:15px;" align="center"><a class="enlacePie_bis" href="index.asp?pagina=empresa">empresa</a> | <a class="enlacePie_bis" href="index.asp?pagina=entorno">entorno</a> | <a class="enlacePie_bis" href="index.asp?pagina=servicios">servicios</a> | <a class="enlacePie_bis" href="index.asp?pagina=comprar">comprar</a> | <a class="enlacePie_bis" href="index.asp?pagina=alquilar">alquilar</a> | <a class="enlacePie_bis" href="index.asp?pagina=obra-nueva">obra nueva</a> | <a class="enlacePie_bis" href="index.asp?pagina=vender">vender</a> | <a class="enlacePie_bis" href="index.asp?pagina=contacto">contacto</a> | <a class="enlacePie_bis" href="index.asp?pagina=comprar&todos=1">ver todos los inmuebles</a>
				</td>
				<td width="143" style=" position:relative;">
				<div style="background-image:url(images/buscador-caja.jpg); width:143px; height:41px;background-position:0px 16px;_background-position:0px 16px;background-repeat:no-repeat;_background-repeat:no-repeat; padding-top:19px;_padding-top:16px; padding-left:29px;position:relative;">
				<input type="text" name="textobusqueda" id="textobusqueda" style="width:103px;height:16px;font-family:Arial, Helvetica, sans-serif; font-size:10px;border:0px solid #000000;" />
				<div style=" width:20px; height:20px;position:absolute; border:0px solid black;left:3px;top:17px; cursor:hand;" onClick="javascript:searchOnWeb();"></div>
				</div>
				</td>
				<td width="90"></td>
			</tr>
		</table>
	</td>
  </tr>
    <tr style=" z-index:2; background-color:#FFFFFF;">
    <td  >
		<table width="100%" cellpadding="0" cellspacing="0" border="0" >
			<tr  style="font-size:10px; font-family:arial; color:#999999;" >
				<td width="15">&nbsp;</td>
				<td>
					<span style="color:#EE833D;">Gestión Inmobiliaria El Porvenir</span>  |  Avd. San Lorenzo 187 ·  46901 · El Vedat de Torrent · Valencia  |  Tel.: 96 155 00 80
				</td>
				<td align="right" style="font-family:Arial; ">
					<a href="index.asp?pagina=Aviso-Legal" class="enlacePie_bis" >Aviso legal</a> | <a href="index.asp?pagina=mapa-web" class="enlacePie_bis">Mapa Web</a> | <a href="http://www.hooping.net" class="enlacePie_bis" title="Dise&ntilde;o web" target="_blank">Dise&ntilde;o web</a><span style="color:#EE833D;"> de Hooping.net </span>
				</td>
				<td width="15">&nbsp;</td>
			</tr>
		</table>
	</td>
  </tr>

</table>

<map name="Map" id="Map"><area shape="circle" coords="13,12,9" href="javascript:searchOnWeb();" /></map>
<form name="busqueda" id="busqueda" method="post" action="index.asp?pagina=buscador">
	<input type="hidden" name="cadenaBusqueda" id="cadenaBusqueda">
</form>
</body>
</html>
