@font-face {
    font-family: 'MSForte';
    src: local('Forte'),
         url('../../../fuentes/forte.eot?#iefix') format('embedded-opentype'),
         url('../../../fuentes/forte.woff') format('woff'),
         url('../../../fuentes/forte.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
* {
	padding:0;
	margin:0;
}
body {
	margin:0;
	padding:0;
	background:#FFCCFF;
	width:100%;
}
.contenedor {
	width: 100%;
	height: 100%;
	max-width:1024px;
	position: relative;
	background:#FFCCFF;
	margin-left:50%;
	-webkit-transform: translate(-50%);
	-moz-transform: translate(-50%);
	-ms-transform: translate(-50%);
	-o-transform: translate(-50%);
	transform: translate(-50%);
}
.logo img {
	width:100%;
	max-width:220px;
	height:auto;
	margin-left:50%;
	-webkit-transform: translate(-50%);
	-moz-transform: translate(-50%);
	-ms-transform: translate(-50%);
	-o-transform: translate(-50%);
	transform: translate(-50%);
	z-index:1;
}
.logo ul {
	width:150px;
	margin-left:50%;
	-webkit-transform: translate(-50%);
	-moz-transform: translate(-50%);
	-ms-transform: translate(-50%);
	-o-transform: translate(-50%);
	transform: translate(-50%);
	list-style:none;
}	
.logo ul li {
	width:50px;
	float: left;
}
.logo img.social {
	width:100%;
	max-width:50px;
	height:auto;
	z-index:1;
}
.logo ul li a{
	display:block;
	text-decoration:none;
}

.logo ul li a:hover {
	opacity: 0.6;
}
.logo h1 {
	text-align:center;
	color:#C970CB;
	font-size: 2.625em;
	font-family:MSForte;
	margin-left:0.2em;
	margin-right:0.2em;
}
.logo h2 {
	text-align:center;
	color:#C970CB;
	font-size: 1.8em;
	font-family:MSForte;
	margin-left:0.2em;
	margin-right:0.2em;
}
.imagen img {
	width:100%;
	max-width:400px;
	height:auto;
	margin-top:2em;
	margin-left:50%;
	-webkit-transform: translate(-50%);
	-moz-transform: translate(-50%);
	-ms-transform: translate(-50%);
	-o-transform: translate(-50%);
	transform: translate(-50%);
	z-index:1;
}
.ingredientes {
	background-color:#C9F;
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	border: 2px solid #ddd;
	margin: 1em 0.5em 1em 0.5em;
}
.ingredientes p {
	margin: 0.5em 0.5em 0.5em 0.5em;
	color:#777;
	font-size: 1.4em;
	font-family: 'Lato', Calibri, Arial, sans-serif;
}
.paso {
	background-color:#C9F;
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	border: 2px solid #ddd;
	margin: 1em 0.5em 1em 0.5em;
}
.paso p {
	margin: 0.5em 0.5em 0.5em 0.5em;
	color:#777;
	font-size: 1.4em;
	font-family: 'Lato', Calibri, Arial, sans-serif;
	text-align:justify;
}
.paso img {
	width:100%;
	max-width:400px;
	height:auto;
	margin-left:50%;
	-webkit-transform: translate(-50%);
	-moz-transform: translate(-50%);
	-ms-transform: translate(-50%);
	-o-transform: translate(-50%);
	transform: translate(-50%);
	z-index:1;
}
.paso a {
	color: #C970CB;
	text-decoration:underline;
}
.paso a:hover ,
.paso a:active {
	opacity: 0.6;
}
/* Menu */
header {
	width:100%;
}

header nav {
	width:100%;
	background:#C9F;
	z-index:1000;
}

.menu_bar {
	display:none;
}

header nav ul {
	list-style:none;
	overflow:hidden;
}

header nav ul li {
	float: left;
}

header nav ul li span {
	margin-right:10px;
}

header nav ul li a{
	display:block;
	padding:20px;
	color:#FFF;
	text-decoration:none;
}

header nav ul li a:hover {
	background:#C970CB;
}
section {
	padding:2px;
}

@media screen and (max-width:800px) {
	header nav {
		width:80%;
		height:100%;
		margin:0;
		position: fixed;
		left:-100%;
		/*top:0px;*/
		overflow:auto;
	}

	.menu_bar {
		display:block;
		width:100%;
		background:#ccc;
	}

	.menu_bar .bt-menu {
		display:block;
		padding:20px;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing:border-box;
		background:#C9F;
		overflow: hidden;
		font-size:25px;
		font-weight:bold;
		color:#FFF;
		text-decoration:none;
	}

	.menu_bar span {
		float:right;
		font-size:40px;
	}

	header nav ul li {
		display:block;
		float:none;
		border-bottom:1px solid rgba(255,255,255,.3);
	}
	.logo img {
	width:50%;
	}
	.paso p {
	text-align:left;
}
}

/* Comentarios */
.coment {
	background-color:#C9F;
	border-radius: 1em 1em 1em 1em;
	-moz-border-radius: 1em 1em 1em 1em;
	-webkit-border-radius: 1em 1em 1em 1em;
	border: 0.1em solid #ddd;
	margin: 1em 0.5em 1em 0.5em;
}
.fecha {
	margin-top:0.5em;
	margin-bottom:1em;
	font-size: 1em;
	margin-left:0.5em;
	margin-right:0.5em;
	font-family: "Georgia","Times New Roman",serif;
	width:90%;
	text-decoration:none;
	list-style:none;
	color:#777;
}
.nombre {
	margin-bottom:0.5em;
	margin-left:0.5em;
	margin-right:0.5em;
	font-family: "Georgia", "Times New Roman", serif;
	font-size: 1em;
	width:90%;
	text-decoration:none;
	list-style:none;
	color:#777;
}
.comentario {
	margin-bottom:0.5em;
	float:none;
	font-family: "Georgia","Times New Roman",serif;
	margin-left:0.5em;
	margin-right:0.5em;
	font-size: 1em;
	width:90%;
	text-decoration:none;
	list-style:none;
	color:#777;
}
.err {
    background: none repeat scroll 0 0 #1EA700;
    border-radius: 20px 20px 20px 20px;
    color:#F00;
    font-weight: bold;
    padding: 10px 20px;
    text-align: center;
}

.formulario {
	margin: 1em 0.5em 1em 0.5em;
	width:100%;
	max-width:400px;
	margin-left:50%;
	-webkit-transform: translate(-50%);
	-moz-transform: translate(-50%);
	-ms-transform: translate(-50%);
	-o-transform: translate(-50%);
	transform: translate(-50%);
}
form.opinion .caja label {
	margin-top:5%;
	font-family:MSForte;
	font-size: 1em;
	color:#FFF;	
    display: block;
	margin-left:50%;
	-webkit-transform: translate(-50%);
	-moz-transform: translate(-50%);
	-ms-transform: translate(-50%);
	-o-transform: translate(-50%);
	transform: translate(-50%);
	width:90%;
}

form.opinion .caja label.err_capt {
	text-align:center;
	color:#F00;	
}

form.opinion .caja span {
    display: block;
}

form.opinion legend { 
    color: #C970CB;
    font-size: 1.4em;
    line-height: 1.4em;
	font-family:MSForte;
	width:90%;
}

form.opinion span {
    color: #C970CB;
    font-size: 1.2em;
    line-height: 1.2em;
	font-family:MSForte;
	width:90%;
}

form.opinion .caja label.verif, form.opinion .caja input.verif {  
	display: none;
}

form.opinion .caja input, form.opinion .caja textarea {
    background: #C9F;
    color: #C970CB;
    border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    font: 1em MSForte;
    width: 90%;
}

form.opinion input:-moz-placeholder {
    color: #bbb;
    text-shadow: 0 0 2px #000;
}

form.opinion input::-webkit-input-placeholder {
    color: #bbb;
    text-shadow: 0 0 2px #000;
}
form.opinion input[type="submit"] {
	background-color:#FFCCFF;
	color: #C970CB;
	font-size: 1.2em;
	font-family:MSForte;
	width: 50%;
	height:auto;
	margin-left:50%;
	margin-bottom: 5%;
	-webkit-transform: translate(-50%);
	-moz-transform: translate(-50%);
	-ms-transform: translate(-50%);
	-o-transform: translate(-50%);
	transform: translate(-50%);
}
form.opinion input[type="submit"]:hover {
	background-color:#C970CB;
	color: #FFF;
	font-size: 1.2em;
	font-family:MSForte;
	margin-left:50%;
	margin-bottom: 5%;
	-webkit-transform: translate(-50%);
	-moz-transform: translate(-50%);
	-ms-transform: translate(-50%);
	-o-transform: translate(-50%);
	transform: translate(-50%);
}
/* Fin Comentarios */

.pie {
	background: #c970cb; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2M5NzBjYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjIzJSIgc3RvcC1jb2xvcj0iI2M5NzBjYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNzljZjYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #c970cb 0%, #c970cb 23%, #f79cf6 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c970cb), color-stop(23%,#c970cb), color-stop(100%,#f79cf6)); /* 		Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #c970cb 0%,#c970cb 23%,#f79cf6 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #c970cb 0%,#c970cb 23%,#f79cf6 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #c970cb 0%,#c970cb 23%,#f79cf6 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #c970cb 0%,#c970cb 23%,#f79cf6 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c970cb', endColorstr='#f79cf6',GradientType=0 ); /* IE6-8 */
	width:100%;
	height:auto;
}
.pie p {
	padding-top:0.2em;
	text-align:center;
	font-family:MSForte;
	font-size: 1.2em;
	color: #FFF;
}
.pie a {
	margin-bottom: 5%;
	font-family:MSForte;
	font-size: 1em;
	color: #FFF;
	text-decoration:none;
}