.principal {
	background-color: #CCCC33; 
	width: 100%;
	height: 120%;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;

}

.titulo {
	padding: 15px;
}
.historia {
	width: 400px;
	padding: 30px;
}
.contenedor {
	width: 800px;
	height: 600px;
	background: #fff;
	padding: 10px;
	border: 10px solid #2c3e50;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}


.elemento {
	margin: 5px;
	width:  250px;
	height: 250px;

}

.elemento_receta {

}

.volver {
	margin-top:auto;
}