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

	$(function(){
		
		$("<div>")
			.css({
				'position': 'absolute',
				'top': '0px',
				'left': '0px',
				backgroundColor: 'black',
				'opacity': '0.75',
				'width': '100%',
				'height': $(window).height(),
				zIndex: 5000
			})
			.appendTo("body");
			
		$("<div><img src='http://www.museoarocena.com/assets/scripts/no-ie6.png' alt='' style='float: left;'/><p><br /><strong>Lo sentimos, esta página no puede ser vista en este explorador</strong><br /><br />Si quiere ver nuestro contenido por favor <a href='http://www.microsoft.com/spain/windows/internet-explorer/'>actualice su explorador.</a>Muchas gracias.</p>")
			.css({
				backgroundColor: 'white',
				'top': '10%',
				'left': '50%',
				marginLeft: -210,
				marginTop: -100,
				width: 410,
				paddingRight: 10,
				height: 200,
				color: 'black',
				'position': 'absolute',
				zIndex: 6000
			})
			.appendTo("body");
	});		
}

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

	$(function(){
		
		$("<div>")
			.css({
				'position': 'absolute',
				'top': '0px',
				'left': '0px',
				backgroundColor: 'black',
				'opacity': '0.75',
				'width': '100%',
				'height': $(window).height(),
				zIndex: 5000
			})
			.appendTo("body");
			
		$("<div><img src='assets/scripts/no-ie6.png' alt='' style='float: left;'/><p><br /><strong>Lo sentimos, esta página no puede ser vista en este explorador</strong><br /><br />Si quiere ver nuestro contenido por favor <a href='http://www.microsoft.com/spain/windows/internet-explorer/'>actualice su explorador.</a>Muchas gracias.</p>")
			.css({
				backgroundColor: 'white',
				'top': '10%',
				'left': '50%',
				marginLeft: -210,
				color: 'black',
				marginTop: -100,
				width: 410,
				paddingRight: 10,
				height: 200,
				'position': 'absolute',
				zIndex: 6000
			})
			.appendTo("body");
	});		
}
