

	*{
	    margin:0;
	    padding:0;
	}
	a{
	    color:#8FC2FF;
	    text-decoration: none;
	    outline: none;
	}
	img{
	    border:none;
	}
	body {
	    background:#FFF;
		overflow-x:hidden;
		
	}
	/*Area to place content normally*/
	#pagina{ 
		width:100%;
		min-width:960px;
		z-index:5; 
		background-position:center top;
		top:0px;
		position:absolute;
	}
	.pagina1{ 
		height:2100px;
		background:url('slides/BOCETO1.png') no-repeat;
	}
	
	
	#boton1{
	width:960px;
	height:207px;
	z-index:5;
	background:url('slides/boton.png') no-repeat;
	background-position:center top;
	bottom:10px;
	position:absolute;
	}
	
	
	/*Supersized Link*/
	.stamp{ float: right; margin: 15px 30px 0 0;}
	
	
	/*Supersize Plugin Styles*/
	#navigation{
	    float: right;
	    margin:10px 20px 0 0;
	}
	#loading {
	    position: absolute;
	    top: 49.5%; 
	    left: 49.5%;
	    z-index: 10;
	    width: 100px; 
	    height: 100px;
	    text-indent: -999em;
	    background-image: url(slides/progress.gif);
	}
	#supersized{
		position:fixed;
	}
	#supersized img{ -ms-interpolation-mode: bicubic; }
	#supersized img, #supersized a{
	    height:100%;
	    width:100%;
		min-height:424px;
	    position:absolute;
	    z-index: -1;
	}
	
	#supersized .prevslide, #supersized .prevslide img{
	    z-index: 1;
	}
	#supersized .activeslide, #supersized .activeslide img{
	    z-index: 2;
	}
	
	#nextthumb, #prevthumb{ z-index:6; display:none; position:absolute; bottom:12px; height:75px; width:100px; overflow:hidden; border:2px solid #fff; -webkit-box-shadow: 0px 0px 5px #000; }
	#nextthumb{ right:12px; }
	#prevthumb{ left:12px; }
		#nextthumb img, #prevthumb img{ width:150px; }
		#nextthumb:active, #prevthumb:active{ bottom:10px; }
		
		/*Add hover pointer*/
		#controls > *:hover, #nextthumb:hover, #prevthumb:hover{ cursor:pointer; }
		