/* Set all parents to full height */
html, body, 
.container,
.cbp-fbscroller,
.cbp-fbscroller section { 
	height: 100%; 
}

/* The nav is fixed on the right side  and we center it by translating it 50% 
(we don't know it's height so we can't use the negative margin trick) */
.cbp-fbscroller > nav {
	position: fixed;
	z-index: 9999;
	right: 100px;
	top: 50%;
	width: 26px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.cbp-fbscroller > nav a {
	display: block;
	position: relative;
	z-index: 9999;
	color: transparent;
	width: 26px;
	height: 26px;
	outline: none;
	margin: 25px 0;
	border-radius: 50%;
	border: 4px solid #fff;
}

.no-touch .cbp-fbscroller > nav a:hover {
	background: rgba(255,255,255,0.6);
}

.cbp-fbscroller > nav a.cbp-fbcurrent {
	background: #fff;
}

/* background-attachment does the trick */
.cbp-fbscroller section {
position:relative;
	background-size: cover;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
height: 100%;
width: 100%;
background-position: center center;
background-repeat: no-repeat;
}

.no-touch .cbp-fbscroller section {
	background-attachment: fixed;
}

#fbsection1 {
	background-image: url(../img/f1.jpg);
	height:100%;
	z-index:1;
}

#fbsection2 {
	background-color: #fff;
}
#separador{
	height: 60%;
	overflow: hidden;
	display: block;
	z-index: 2;
	background-image: url(../img/f2-2.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
#seccion-parche{
	height:60%
}
#separador.stick {
    position: fixed;
	z-index:2;
	left:0;
	width:100%;
}
#seccion-parche{
	height:60%;
	background-color: #E9E9E9;
	display:none;
}
#seccion-parche.parcha{
	height:60%;
	background-color: #E9E9E9;
	display:block;
}
#separador2{
	height: 60%;
	overflow: hidden;
	display: block;
	z-index: 2;
	background-image: url(../img/f3.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
#separador2.stick {
    position: fixed;
	z-index:5;
	left:0;
	width:100%;
}
#seccion-parche2{
	height:60%;
	background-color: #E9E9E9;
	display:none;
}
#seccion-parche2.parcha{
	height:60%;
	background-color: #E9E9E9;
	display:block;
}
#fbsection3 {
	background-color:#FFFFFF;
	height:auto !important;
	padding:120px 0 50px 0;
	overflow:hidden;
	z-index: 3;
}

#fbsection4 {
	background-color: #E9E9E9;
	padding:120px 0 50px 0;
	z-index: 4;
}

.seccion-clientes {
	position:relative;
	background-color: #DA262E;
	display:block;
	overflow:hidden;
	text-align: center;
	padding:120px 0 10px 0;
	z-index: 6;
}

#fbsection6 {
	background-color:#E9E9E9;
	padding:120px 0 50px 0;
	z-index: 6;
}

