if (self == top) {
	document.write('<frameset framespacing="0" border="false" frameborder="0" rows="142,*">'
	+ '<frame scrolling="no" noresize src="../_global/encabezado.htm" marginwidth="0"'
	+ 'marginheight="0">'
	+ '<frameset cols="156,*">'
	+ '<frame src="../_global/m_izquierdo.htm" scrolling="auto" noresize marginwidth="0"'
	+ 'marginheight="0">'
	+ '<frame name="contenido" src="'
	+ '../_global/redir.asp?u=' + escape(location.href)
	+ '" scrolling="yes" noresize>'
	+ '</frameset>'
	+ '</frameset>'
	);
}

