/*
Plugin: jQuery Parallax
Version 1.1.3
Author: Ian Lunn
Twitter: @IanLunn
Author URL: http://www.ianlunn.co.uk/
Plugin URL: http://www.ianlunn.co.uk/plugins/jquery-parallax/

License: http://creativecommons.org/licenses/by-sa/3.0/ (Attribution Share Alike). Please attribute work to Ian Lunn simply by leaving these comments in the source code or if you'd prefer, place a link on your website to http://www.ianlunn.co.uk/.
*/

@charset "utf-8";
/* CSS Document */


#header, #intro, #second{
	width: 100%;
}

#pagina1{
	background:url(images/1.jpg) 50% 0 no-repeat fixed;
	width: 100%;	
	height: 1014px;
	margin: 0 auto;
	padding: 0;
	position:absolute;
	top:0px;
}
#pagina2{
	background: url(images/2.jpg) 50% 0 no-repeat fixed;
	width: 100%;	
	height: 1014px;
	padding:  0 0 0;	
	top:855px;
	position:absolute;
}
#pagina3{
	background: url(images/3.jpg) 50% 0 no-repeat fixed;
	width: 100%;	
	height: 1014px;
	padding:  0 0 0;	
	top:1680px;
	position:absolute;
}
#pagina4{
	background: url(images/4.jpg) 50% 0 no-repeat fixed;
	width: 100%;	
	height: 1014px;
	padding:  0 0 0;	
	top:2505px;
	position:absolute;
}
#pagina5{
	background: url(images/5.jpg) 50% 0 no-repeat fixed;
	width: 100%;	
	height: 1014px;
	padding:  0 0 0;	
	top:3330px;
	position:absolute;
}
#pagina6{
	background: url(images/6.jpg) 50% 0 no-repeat fixed;
	width: 100%;	
	height: 1014px;
	padding:  0 0 0;	
	top:4155px;
	position:absolute;
}
#pagina7{
	background: url(images/7.jpg) 50% 0 no-repeat fixed;
	width: 100%;	
	height: 1014px;
	padding:  0 0 0;	
	top:4980px;
	position:absolute;
}
#pagina8{
	background: url(images/8.jpg) 50% 0 no-repeat fixed;
	width: 100%;	
	height: 1014px;
	padding:  0 0 0;	
	top:5805px;
	position:absolute;
}
#pagina9{
	background: url(images/9.jpg) 50% 0 no-repeat fixed;
	width: 100%;	
	height: 1014px;
	padding:  0 0 0;	
	top:6630px;
	position:absolute;
}
#pagina10{
	background: url(images/10.jpg) 50% 0 no-repeat fixed;
	width: 100%;	
	height: 1014px;
	padding:  0 0 0;	
	top:7455px;
	position:absolute;
}