/*
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 */

body{
	margin: 0;
	/*min-width: 980px;*/
	width: 100%;
	padding: 0;
}

p{
	margin: 0 0 20px 0;
}

p, ul{
	font-family: "Open Sans", arial;
	font-size-adjust:0.488;
	font-weight:200;
	font-style:normal;
}

img{
	border: 0;
}

h1, #pixels{
	font-family: "Open Sans", arial;
	/* font-size-adjust:0.40;*/
	font-size: 60px;
	font-weight:700;
	font-style:normal;
	font-size:
}

h2{
	font-family: "Open Sans", arial;
	/* font-size-adjust:0.531; */
	/* font-weight:500; */
	font-style:normal;
}

#header h1, #pixels{
	color: #48941A;
}

.float-left{
	float: left;
	margin: 0 0 0 20px;
}

.float-right{
	float: right;
	margin: 0 20px 0 0;
}

.center{
	font-size: 2.5em;
	padding: 80px 0 0 0;
	text-align: center;
}

#header, .slide-home, .parallax-slide{
	width: 100%;
}

.parallax-slide{
	color: white;
	/* height: 470px; */
	/* padding: 100px 0 0 0; */
}

.slide-minimo{
	min-height:800px; !important
}

.slide-home{
	background:url(/imagenes/parallax-tenis.jpg) 50% 0 no-repeat fixed;
	color: white;
	height: 470px;
	margin: 0 auto;
	padding: 0;
}

.parallax-imagen-app
{
	background: url(/imagenes/parallax-app.gif) 50% 0 no-repeat fixed;
}

.parallax-imagen-zapatilla{
	background: url(/imagenes/parallax-zapatillas.jpg) 50% 0 no-repeat fixed;
	color: white;
	height: 800px;
	margin: 0 auto;
	overflow: hidden;
	padding: 0;
}

.parallax-imagen-zapatilla .bg{
	background: url(/imagenes/parallax-zapatillas-2.png) 50% 0 no-repeat fixed;
	height: 800px;
	margin: 0 auto;
	padding: 0;
	position: absolute;
	width: 900px;
	z-index: 200;
}


.story{
	margin: 0 auto;
	min-width: 980px;
	overflow: auto;
	width: 980px;
}

.story .float-left, .story .float-right{
	padding: 100px 0 0 0;
	position: relative;
	width: 350px;
}
