h1{
			text-align: center;
			margin: 0;	
			padding: 1.5em;	
			border: 0;	
			outline: 0;	
			font-size: 2em;
			font-family: 'Racing Sans One';
			vertical-align: center;	
			background: transparent;
		}
		.contenedor{
			margin: 0;	
			padding: 0;	
			border: 0;	
			outline: 0;	
			font-size: 100%;
			line-height: 1;
			background-color: white;
			vertical-align: top;
		}
		#cabecera{
			display: flex;
			-webkit-flex-flow:row nowrap;
			margin: 0 auto; 
			width: 100%; 
			height: 178px; 
			background: #202020;
		}
		#contenido-cabecera{
			width: 960px; 
			margin: 0 auto;
		}
		#titulo-cabecera{
			float: left; 
			width: auto; 
			height: 76px; 
			margin: 51px 0;
		}
		#cabecera h1 {
			box-shadow: 5px 5px grey;
  			text-shadow: 0px 1px 0 rgba(255,255,255, .5);
  			font-size: 24px; 
  			background-color: white;
  			color: black;
  			font-family: "Arial Black" sans-serif;
  			padding: 10px;
		}
		#contenido-cabecera img{
			margin-top: 51px; 
			float: right;
			width: 150px;
			height: 150px;
		}
		#comidas{
			display: flex;
			display: -webkit-flex;
			-webkit-flex-flow: row wrap;
		}
		.comidas-sierra{
			background-color: #b6ebb3;
			flex: 1;
			-webkit-flex:1;
			-webkit-order: 2;
		}
		.comidas-costa{
			background-color: #bacee3;
			flex: 1;
			-webkit-flex: 1;
			-webkit-order: 1;
		}
		.comidas-selva{
			background-color: #7ebdbb;
			flex: 1;
			-webkit-flex:1;
			-webkit-order: 3;
		}
		.comidas-item{
			display: flex;
			display: -webkit-flex;
			-webkit-flex-direction: column;
		}
		.comidas-item>img{
			-webkit-order: -1;
			align-self: center;
			-webkit-align-self: center;
			padding: 1em;
			width: 200px;
			height: 200px;
			border-radius: 36px 12px;
			box-shadow: 5px 5px #FFFFFF;
		}
		.comidas-item>button{
			margin-top: auto;
			width: 30%;
			align-self: center;
			-webkit-align-self: center;
			border-radius: 24px 0px;
			padding: 1em;
		}
		.comidas-item>h2{
			text-align: left;
			text-shadow: 2px 2px #888;
			margin: 0;	
			padding: 1.5em;	
			border: 0;	
			outline: 0;	
			font-size: 100%;
			vertical-align: center;	
			background: transparent;
		}
		.comidas-item>p{
			margin:1em;
			text-align: left;
		}
		.comidas-item>iframe{
			-webkit-align-self: center;
			align-self: center;
			padding: 0.5em;
			background: transparent;
			width: 360px;
			height: 200px;
		}
		@font-face {
		  	font-family: 'Racing Sans One';
		  	font-style: normal;
		  	font-weight: 400;
		  	src: url(http://fonts.gstatic.com/s/racingsansone/v4/1r3DpWaCiT7y3PD4KgkNyCJccsb45t3MJKcv5BJtrIs.woff2) format('woff2');
		  	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
		}
		@media all and (max-width: 500px) {
			#comidas { -webkit-flex-direction: column; }
			.comidas-item{
				-webkit-order: 0; width: auto;
			}
		}