@charset "utf-8";
/* CSS Document */

#cuerpo {
	width: 100%;
	background-color: rgba(255,255,255,1.00);
	
}
/*banner*/
#cuerpo #slider  {
	width: 100%;
	float: left;
	list-style: none;
	margin-top: 1%;
	
}

#slider img {
	width: 100%;
	height:auto;
	
}

/*botones*/
/*#botones {
	width: 100%;
	background-image: url(../img/franja-marca-de-agua.png);
	float: left;
	background-size: 100% auto;
}

.botones img {
	width: 100%;
	height: auto;
}

.botones img ul {
	list-style: none;
}

#botonfrescos {
	width:13%;
	float:left;
	margin-top: 3%;
	margin-bottom: 3%;
	margin-right: 6%;
	margin-left: 15%;
}

#botonfrescos img {
	width:100%;
	height: auto;
}
#botones #botonorganic {
	width: 13%;
	float: left;
	margin-top: 3%;
	margin-bottom: 3%;
	margin-right: 6%;
}

#botonorganic img{
	width: 100%;
	height: auto;
}

#botones #botonconservas {
	width: 13%;
	float: left;
	margin-right: 6%;
	margin-top: 3%;
	margin-bottom: 3%;
}

#botonconservas img {
	width: 100%;
	height: auto;
}
#botones #botonbebidas {
	width: 13%;
	float: left;
	margin-top: 3%;
	margin-bottom: 3%;
}

#botonbebidas img {
	width: 100%;
	height: auto;
}*/




/*botones2*/

#botones {
	width: 100%;
	background-image: url(../img/franja-marca-de-agua.png);
	float: left;
	background-size: 100% auto;
}

.botones img {
	width: 100%;
	height: auto;
}

.botones img ul {
	list-style: none;
}

#botonesin {
	width: 80%;
	float: left;
	margin-left: 10%;
}

#botonf {
	width:25%;
	float:left;
	padding: 4%;
}

#botonf img {
	width:100%;
	height: auto;
}

@media all and (max-width:736px) {
	
	#botonesin {
	width: 90%;
	margin-left: 5%;
   }
}

@media all and (max-width:480px) {
	
	#botonesin {
	width: 100%;
	margin-left:0%;
   }
}

