// JavaScript Document

function  efecto(){
	//alert (window.innerHeight);
	
	alto=window.innerHeight-92;
	
	padding=alto-550;
	//alert (document.getElementById('contenedor').height);
	document.getElementById('contenedor_contenido').style.minHeight = alto + "px";
	document.getElementById('contenedor').style.minHeight = alto + "px";
	
	
	
        }
window.onresize = function(){ efecto();}


function llamada(){
	
	window.open('http://rol.othello.es:1717/Reservar.aspx?ID_HOTEL=87&ID_LANGUAGE=1&AspxAutoDetectCookieSupport=1', '_blank');
	}
