if (window.navigator.appName=="Microsoft Internet Explorer"&&window.navigator.appVersion.substring(window.navigator.appVersion.indexOf("MSIE")+5,window.navigator.appVersion.indexOf("MSIE")+8)<7)
{
	document.getElementById('Cuerpo').style.top = '-10px';
	document.getElementById('Cuerpo').style.height = '425px';
	
		
	if (document.getElementById('Submenu') != null)
	{
		if (document.getElementById('SpanImg') != null)
			document.getElementById('SpanImg').style.marginTop = '10px';

		document.getElementById('Submenu').style.width = '140px';
	}
	else
	{
		if (document.getElementById('Pt01') != null)
		document.getElementById('Pt01').style.marginTop = '19px';
	}
	document.getElementById('EncabezadoSeccion').firstChild.style.paddingTop = '4px';
}
else
{
	document.getElementById('Cuerpo').style.minHeight = '425px';
	document.getElementById('TablaDatos').style.top = '-15px'
	
	/*document.getElementById('TablaMenuA2').style.height = '57px';
	document.getElementById('esquina_inf_izq').style.bottom = '0px';
	document.getElementById('esquina_inf_der').style.bottom = '0px';*/
}

