
<script type="text/javascript">

	function bgSlide() {
		
		var $now = jQuery('#bg_slide img.active');
		if ( $now.length == 0 ) $now = jQuery('#bg_slide img:last');

		var $next =  $now.next().length ? $now.next() : jQuery('#bg_slide img:first');

		$now.addClass('last-active');

		$next.css({opacity: 0.0}).addClass('active').animate({opacity: 1.0}, 500, function() {
			$now.removeClass('active last-active');
		});
		
	}

	jQuery(document).ready(function($) {
		
		setInterval("bgSlide()", 5000);
		
	});
	
	
</script>

<style>

	#bg_slide {
	position:relative;
	z-index:-1;
	}
	
	#bg_slide img {
	position:absolute;
	top:0;
	left:0;
	z-index:8;
	opacity:0.0;
	}
	
	#bg_slide img.active {
	z-index:10;
	opacity:1.0;
	}
	
	#bg_slide img.last-active {
	z-index:9;
	}
	
	#bg_slide img {
	min-height: 100%;
	min-width: 100%;
	width: 100%;
	height: auto;
	cursor: pointer;
	padding: 0px !important;
	background: transparent !important;
	position: fixed;
	top: 0;
	left: 0;
	}
	
</style>

<div id="bg_slide">
	
			<img src="https://norainiesta.com/wp-content/uploads/2024/01/Argentina-a-40-años-del-retorno-de-la-democracia_2.jpg.jpg" class='active'  />
		
			<img src="https://norainiesta.com/wp-content/uploads/2025/02/IMG_2543-1.jpg"   />
		
			<img src="https://norainiesta.com/wp-content/uploads/2012/12/2012-AA2000_-2.jpg"   />
		
			<img src="https://norainiesta.com/wp-content/uploads/2012/05/Simplemente-Evita-I-objetos-ensamblados-54x365cm_2012.jpg"   />
		
			<img src="https://norainiesta.com/wp-content/uploads/2012/12/Museo-Evita-entrada-calle-Gutiérrez-al-restaurant-3-e1354822553314.jpg"   />
		

</div>{"id":16,"date":"2012-05-08T20:10:56","date_gmt":"2012-05-08T20:10:56","guid":{"rendered":"http:\/\/norainiesta.com\/?page_id=16"},"modified":"2012-05-08T20:25:52","modified_gmt":"2012-05-08T20:25:52","slug":"home","status":"publish","type":"page","link":"https:\/\/norainiesta.com\/","title":{"rendered":"Home"},"content":{"rendered":"\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"home.php","meta":[],"_links":{"self":[{"href":"https:\/\/norainiesta.com\/index.php?rest_route=\/wp\/v2\/pages\/16"}],"collection":[{"href":"https:\/\/norainiesta.com\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/norainiesta.com\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/norainiesta.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/norainiesta.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=16"}],"version-history":[{"count":3,"href":"https:\/\/norainiesta.com\/index.php?rest_route=\/wp\/v2\/pages\/16\/revisions"}],"predecessor-version":[{"id":20,"href":"https:\/\/norainiesta.com\/index.php?rest_route=\/wp\/v2\/pages\/16\/revisions\/20"}],"wp:attachment":[{"href":"https:\/\/norainiesta.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=16"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}