*{
	margin:0;
	padding:0;
}

body{
	font: normal normal normal 1em/1.5em "lucida grande", helvetica, arial, sans-serif;
	background:#990000;
	text-align:center;
}

a{
	color:#e00;
}

p{
	margin-bottom: 12px;
}

#container{
	width:640px;
	margin:0 auto;
}

#header{
	text-indent:-5000px;
	height:150px;
	background:transparent url(images/header_bg_nuevo.gif) no-repeat;
}

#navigation{
	background:transparent url(images/nav_bg.gif) no-repeat;
	height:30px;
	line-height:30px;
}

#navigation li{
	list-style-type:none;
	display:block;
	float:left;
}

#navigation ul{
	margin:0 auto;
	width:auto !important;
	width:100px;
	display:table;
}

#navigation a{
	display:block;
	float:left;
	padding:0 12px;
	color:#ff9;
	text-decoration:none;
}

#navigation a:hover, #navigation a.selected{
	color:#fff;
	background:#104421;
}


#content{
	background:#fff url(images/content_bg.gIF) repeat-x;
	padding:24px;
	text-align:left;
	color:#310;
}

#content ul{
	margin-left:1em;
}

#content blockquote{
	color:#352;
	padding:12px;
}

#footer{
	padding:20px 0 40px 0 ;
	color:#666;
	background: #fff;
	margin-bottom: 60px;
	border-top: 1px solid #ddd;
	font-size: 12px;
}

div.flash{
	padding: 3px;
	border: 1px solid Yellow;
	background: #dd9;
	margin-bottom: 15px;
	font-size: 0.9em;
}

table.platillos{
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 18px;
}

table.platillos td{
   padding: 6px;
   vertical-align: top;
}

table.platillos tfoot td{
  text-align: center;
  border-bottom: 1px dotted #999;
}

div.precio{
	display: inline;
	margin-left: 16px;
	margin-right: 16px;	
}

.cantidad{
  color: #15552b;
  font-weight: bold;
  font-size: 0.9em;
}


div.flash em{
	font-style:italic;
	color: #333;
}

div.flash strong{
	font-style:normal;
}


table.platillos th{
  color: #15552b;
  font-size: 1.6em;
}

dt{
  font-weight: bold;
  padding-bottom: 0px;
  font-size: 1em;
}
dd{
  font-size: 0.9em;
  line-height: 1.2em;
  margin-bottom: 10px;
}

tr.even{
}

tr.odd{
	background: #D1DDD5;	
}

span.comment{
	font-size: 0.9em;
	color: #9d9;
	font-style: italic;
}


#armatupizza td{
	padding: 3px;
	line-height: 1.1em;
}
table.ingredientes th{
	font-size: 0.9em;
	padding: 1px;	
	line-height: 1.2em;
}
table.ingredientes td{
	font-size: 0.8em;
	padding: 0px;	
	line-height: 1.2em;
}


.tag{
  font-weight: normal;
  font-size: 0.7em;
  margin-left: 5px;
  padding: 2px;
}
.new{
  color: #922;
  background: #ee6;
}
.veggie{
  color: #fff;
  background: #6a6;
}
.light{
  color: #fff;
  background: #99f;
}