/**
 * Parallax Scrolling Tutorial
 * For Smashing Magazine
 * July 2011
 *  
 * Author: Richard Shepherd
 *		   www.richardshepherd.com
 * 		   @richardshepherd   
 */
.story { padding: 0; margin: 0; width: 100%; max-width: 1920px; position: relative; margin: 0 auto; border: 0px solid red; }

#uno { height: 810px; }

#dos { background: url(../images/card-1.png) #FFF 50% 0 no-repeat fixed; height: 900px; }
#dos-separador { height: 900px; }

#tres { background: url(../images/card-2.png) #FFF 50% 0 no-repeat fixed; height: 900px; }
#tres-separador { height: 900px; }

#cuatro { background: url(../images/card-3.png) #FFF 50% 0 no-repeat fixed; height: 900px; }
#cuatro-separador { height: 900px; }

#cinco { background: url(../images/card-4.png) #FFF 50% 0 no-repeat fixed; height: 900px; }
#cinco-separador { height: 900px; }

#seis { background: url(../images/card-5.png) #FFF 50% bottom no-repeat fixed; height: 900px; }
#seis-separador { background-color: #334444; height: 900px; }


