function redimensionar_frame_cabecera()
{
	try
	{	
		if (leerCookie('JSESSIONIDSSO')!=null)
			window.document.getElementById('iframe_cabecera').style.height='150px';
	}
	catch (errorRedimensionar) {}
}