if (window.parent.frames.length == 0) {
	document.write('<frameset framespacing="0" border="false" frameborder="0" rows="141,*">'
	+ '<frame name="encabezado" scrolling="no" noresize src="../_global/encabezado.htm"'
	+ 'marginwidth="0" marginheight="0" target="_top">'
	+ '<frameset cols="140,*">'
	+ '<frame name="secciones" src="../_global/b_izquierda.htm" scrolling="no" noresize'
	+ 'marginwidth="0" marginheight="0" target="principal">'
	+ '<frame name="contenido" src="'
	+ '../_global/redir.htm?' + escape(location.href)
	+'" scrolling="yes" noresize>'
	+ '</frameset>'
	+ '</frameset>'
	);
}
