@charset "utf-8";
/* CSS Document */
body {
	background: #FFF;
	margin:5%;
	font:10pt Helvetica, "Trebuchet MS", Arial, sans-serif;
	color:#4d535c;	
	text-align:left;
	line-height:1.5em;
}

h1 {
	font-size:5pt;
	color:#FFF;
}

h1:after {
	content: url(../img/print_kitchen.gif);
}

#menu0 {
	display:none;
}

#menu {
	display:none;
}

#contenidos {
	width:auto;
	margin-top:10%;
}

#contenidos h2.principal{
	font-size:18pt;
	margin-bottom:1em;
	font-weight:normal;
}

#contenidos h3{
	color:#ff5500;
	margin:1em 0em 0em 0em;
	font-weight:bold;
	font-size:12pt;
}

ul, ol, li {
	list-style:none;
}

a:link, a:visited {
	color:#FF6600;
	text-decoration: underline;
	}	

#pie {
	border-top: dotted 1px #fb702b;
	margin-top:1em;
	padding:1em 0em;
	font-size:7pt;
	text-align:right;
}

/*ACERCA DE KITCHEN*/

#kitchen p, #kitchen h3, #kitchen ul, #kitchen ol {
	margin-left:10%;
}

#kitchen ul li{
	float:left;
	width:40%;
	padding:0em 1em;
	font-size:9pt;	
}
	
a.imprimir {
	display:none;
}

.fuente {
	font-size:7pt;
	margin-top:1em;
	clear:both;	
}  

