var IE6 = (navigator.userAgent.indexOf("MSIE 6")>=0) ? true : false;
if(IE6){

	$(function(){
		
		$("<div>")
			.css({
				'position': 'absolute',
				'top': '0px',
				'left': '0px',
				backgroundColor: '#ffffff',
				'opacity': '1',
				'width': '100%',
				'height': $(window).height(),
				zIndex: 5000
			})
			.appendTo("body");
			
		$("<div><font face=Arial color=#000000 size=2><img src='ie6b/noie6.gif' alt='' style='float: left;'/><p><br /><strong>&iexcl;Lo sentimos! Esta p&aacute;gina no es compatible con Internet Explorer 6.</strong><br /><br />Si desea ver el contenido, por favor actualice su navegador:</br></br><li>Mozilla Firefox: <a href='http://www.mozilla-europe.org/es/firefox/' title='Instalar Mozilla Firefox'><b>[Link]</b></a> </br><li>Google Chrome: <a href='http://www.google.com/chrome/' title='Instalar Google Chrome'><b>[Link]</b></a></br><li>Internet Explorer (Versi&oacute;n Reciente): <a href='http://www.microsoft.com/spain/windows/internet-explorer/' title='Instalar Internet Explorer'><b>[Link]</b></a></font></p>")
			.css({
				backgroundColor: '#ffffff',
				'top': '45%',
				'left': '50%',
				marginLeft: -210,
				marginTop: -100,
				width: 500,
				paddingRight: 10,
				height: 200,
				'position': 'absolute',
				zIndex: 6000
				
			})
			.appendTo("body");
	});		
}
