/* PARALLAX SCROLLING EXPERIMENT
   Master Styles
   Author: Jonathan Nicol (f6design.com)
*****************************************************************/


/* Global reset
   http://meyerweb.com/eric/tools/css/reset/ 
*****************************************************************/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Extended base styles (site specific)
*****************************************************************/

html { 
	overflow-y: scroll; /* always force a scrollbar in non-IE */
	}
body {
	background: #eee;
	overflow-x: hidden;
	height: 100%;
	line-height: 1.5;
	color: #000;
	font-size: 14px;
	font-family: Arial,sans-serif;
}
h1 {
	color: #21a97e;
}
a, a:link,
a:active,
a:visited {
	-webkit-transition: color 0.25s ease-out;
	-moz-transition: color 0.25s ease-out;
	-o-transition: color 0.25s ease-out;
	transition: color 0.25s ease-out;
	color:#21a97e;
	outline: none;
	text-decoration:none;
	}
	a:hover { 
		color:#000;
		}
img { 
	display:block;
	}
p {
	margin:1em 0;
	}

/* Common shared styles
*****************************************************************/

hr {
	margin: 0;
	border: none;
	border-top: 1px solid #3b3b3b;
	border-bottom: 1px solid #3b3b3b;
	height: 3px;
}

/* Page structure
*****************************************************************/

#wrapper {
	position: relative;
	background: transparent url('../img/cielo.jpg') 0 0 repeat-x;
	width:100%;
	min-width:960px;
	height: 5300px;
	margin: 0 auto;
	overflow:hidden;
}
#branding {
	width: 100%;
	background: #fff;
	}
	#branding h1 {
		width: 940px;
		padding: 10px 15px;
		margin: 0 auto;
		text-transform: uppercase;
		font-size: 18px;
		font-weight: bold;
		}

/* Nav
*****************************************************************/

nav#primary {
	z-index: 6;
	position: fixed;
	top: 50%;
	right: 30px;
	margin-top: -40px;
}
nav#primary li {
	position: relative;
	height: 20px;
}
nav#primary a {
	display: block;
	width: 20px;
	height: 20px;
	text-indent: -9999px;
	background: transparent url('../img/nav-dot.png') 4px 4px no-repeat;
}
nav#primary a:hover, nav#primary a.active {
	background: transparent url('../img/nav-dot.png') 4px -16px no-repeat;
}
nav#primary h1 {
	position: absolute;
	right: 22px;
	top: -7px;
	display: none;
	padding: 4px 20px 4px 7px;;
	color: #fff;
	white-space: nowrap;
	background: transparent url('../img/nav-arrow.png') 100% 50% no-repeat;
	}
nav.next-prev {
	margin: 20px 0 0 0;
	}
	a.prev,
	a.next {
		display: block;
		width: 169px;
		height: 73px;
		text-indent: -9999px;
		}
	a.prev {
		margin: 0 auto 5px auto;
		background: transparent url('../img/scroll-arrow-up.png') 0 0 no-repeat;
		}
		a.prev:hover {
			background: transparent url('../img/scroll-arrow-up.png') 0 -11px no-repeat;
			}
	a.next {
		margin: 5px auto 0 auto;
		background: transparent url('../img/scroll.png') 0 0 no-repeat;
		}
		a.next:hover {
			background: transparent url('../img/scroll_down.png') 0 0 no-repeat;
			}

/* Parallax
*****************************************************************/

/* content */
#content {
	z-index: 5;
	position: relative;
	max-width: 960px;
	padding: 0;
	margin: 0 auto;
	line-height: 1.7;
	}
	#content article {
		width: 960px;
		}
		#sec1 ,
		#sec2,
		#sec3,
		#about {
			padding-top: 30px;
			}
		#sec1 {
			position: absolute;
			top: 360px;
			}
		#sec2 {
			position: absolute;
			top: 1850px;
			}
		#sec3 {
			position: absolute;
			top: 4500px;
			}
			#content h1 {
				margin: 0 0 25px 0;
				font-size: 60px;
				font-family: Georgia, serif;
				font-weight: normal;
				line-height: 65px;
				}
		#about {
			position: absolute;
			top: 5600px;
			}
/* foreground (ballons/landscape) */

#parallax-bg3 {
	z-index: 4;
	position: fixed;
	left: 50%; /* align left edge with center of viewport */
	top: 0;
	width: 960px;
	margin-left: -480px; /* move left by half element's width */
	}
	/* mujer */
	#bg3-1 {
		position: absolute;
		top: 0px;
		left: 0px;
		}
	/* texto 3 */
	#bg3-2 {
		position: absolute;
		top: 3500px;
		left: -20px;
		}
		
			
/* footer */
		
div#footer {
	z-index: 3;
	position: relative;
	width: 100%;
	height: 500px;
	top: 4800px;
	overflow:hidden;
}
div#footer img {
	position:relative;
}
/* midground (clouds) */
#parallax-bg2 {
	z-index: 2;
	position: fixed;
	left: 50%; /* align left edge with center of viewport */
	top: 0;
	width: 1200px;
	margin-left: -600px; /* move left by half element's width */
	}
	/*sol*/
	#bg2-1 {
		position: absolute;
		top: 2300px;
		left: 190px;
		}
	#bg2-2 {
		position: absolute;
		top: 500px;
		left: 900px;
		}
	#bg2-3 {
		position: absolute;
		top: 543px;
		left: -35px;
		}
	#bg2-4 {
		position: absolute;
		top: 1180px;
		left: 550px;
		}
	#bg2-5 {
		position: absolute;
		top: 900px;
		left: 890px;
		}
	#bg2-6 {
		position: absolute;
		top: 1300px;
		left: 0px;
	}
	#bg2-7 {
		position: absolute;
		top: 1500px;
		left: -400px;
	}
	#bg2-8 {
		position: absolute;
		top: 2600px;
		left: -100px;
	}
	#bg2-9 {
		position: absolute;
		top: 2600px;
		left: 880px;
	}
/* background (clouds) */
#parallax-bg1 {
	z-index: 1;
	position: fixed;
	left: 50%; /* align left edge with center of viewport */
	top: 0;
	width: 1200px;
	margin-left: -600px; /* move left by half element's width */
	}
	#bg1-1 {
		position: absolute;
		top: 600px;
		left: 270px;
		}
	#bg1-2 {
		position: absolute;
		top: 440px;
		left: -795px;
		}
	#bg1-3 {
		position: absolute;
		top: 600px;
		left: 920px;
		}
	#bg1-4 {
		position: absolute;
		top: 1520px;
		left: 950px;
		}
	#bg1-5 {
		position: absolute;
		top: 1220px;
		left: -850px;
		}
	#bg1-6 {
		position: absolute;
		top: 1320px;
		left: -450px;
		}	
	#bg1-7 {
		position: absolute;
		top: 1120px;
		left: 850px;
		}


