.container{
	text-align: left;
	padding: 0 50px;
}
.separador{
	margin:0 !important;
}
div.fondob{
	background: rgba(0,0,0,0.75);
}
.separador{
	background:#2c272b;
	margin:0 !important;
}
.bajar{
	background-image: url(/home/bajar.png);
	color: #fffbf6;
}
section{
	height: 100%;
	padding-top: 200px;
	color: #fffbf6;
}

/*SECCION 1*/
section#s1 .fondo{
	background: url(plato-1.jpg) center no-repeat;
	background-size: cover !important;
	opacity: 1;
}

/*SECCION 2*/
section#s2 .fondo{
	background: url(plato-2.jpg) center no-repeat;
	background-size: cover !important;
	opacity: 1;
}

/*SECCION 3*/
section#s3 .fondo{
	background: url(plato-3.jpg) center no-repeat;
	background-size: cover !important;
	opacity: 1;
}

/*SECCION 4*/
section#s4 .fondo{
	background: url(plato-4.jpg) center no-repeat;
	background-size: cover !important;
	opacity: 1;
}

/*SECCION 5*/
section#s5 .fondo{
	background: url(plato-5.jpg) center no-repeat;
	background-size: cover !important;
	opacity: 1;
}

/*SECCION 6*/
section#s6 .fondo{
	background: url(plato-6.jpg) center no-repeat;
	background-size: cover !important;
	opacity: 1;
}

/*SECCION 7*/
section#s7 .fondo{
	background: url(plato-7.jpg) center no-repeat;
	background-size: cover !important;
}



/********** RESPONSIVE **********/
@media screen and (max-width: 1680px){
}



@media screen and (max-width: 1440px){
}



@media screen and (max-width: 1280px){
}



@media screen and (max-width: 1024px){
}



@media screen and (max-width: 800px){
}



@media screen and (max-width: 600px){
section#s5{display: none;}
}



@media screen and (max-width: 480px){
}



@media screen and (max-width: 320px){
}




