/**
Tienda Simple - Tema
**nombre:Comida**
*/
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  background-image: url("http://www.macaronibros.com/sites/www.macaronibros.com/themes/mb/images/body-bg.gif");
  background-position: top left;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: fixed;
}
#header {
  display: block;
  height: 150px;
  background-image: none;
  background-position: center right;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: 'scroll';
  background-color: transparent;
  position: relative;
}
#content-container {
  background-color: #f5f1e5;
}
#footer {
  height: 150;
  background-image: url("pie_01.png");
  background-position: top left;
  background-repeat: repeat-x;
  background-size: auto;
  background-attachment: 'scroll';
  padding-top: 80px;
  padding-bottom: 80px;
  border: none;
  height: auto;
  text-align: center;
  background-color: rgba(245, 241, 229, 0.7);
  position: relative;
}
.page-header h1 [class*="icon-"] {
  display: none;
}
.page-header h1 small {
  background-image: url('small_banda.jpg');
  position: relative;
}
.page-header h1 small::after {
  content: ' ';
  height: 60px;
  background-image: url('small_der.png');
  position: absolute;
  right: -20px;
  width: 29px;
  top: 0px;
}
.page-header h1 small::before {
  content: ' ';
  height: 60px;
  background-image: url('small_izq.png');
  position: absolute;
  left: -20px;
  width: 29px;
  top: 0px;
}
.page-header h1 small:empty::after {
  content: none;
}
.page-header h1 small:empty::before {
  content: none;
}
.site-body {
  background-color: #f5f1e5;
}
.site-header {
  margin: 0px -40px;
  padding: 0px 40px;
  background-color: transparent;
  background-image: none;
  background-position: center right;
  display: block;
  height: 150px;
  background-size: contain;
  background-repeat: no-repeat;
}
.navbar-inner {
  height: 60px;
  position: relative;
}
.navbar-inner::before {
  content: ' ';
  position: absolute;
  height: 90px;
  width: 50px;
  left: -50px;
  top: 0px;
  background-image: url('menu_izq.png');
  background-repeat: no-repeat;
}
.navbar-inner::after {
  content: ' ';
  position: absolute;
  height: 90px;
  width: 50px;
  right: -50px;
  top: 0px;
  background-image: url('menu_der.png');
  background-repeat: no-repeat;
}
.site-footer {
  background-image: url("pie_01.png");
  background-repeat: repeat-x;
  background-position: top left;
  background-size: auto;
  padding-top: 100px;
  height: 150;
}
.precio {
  background-image: url('small_banda.jpg');
  position: relative;
  right: -14px;
  color: #F4E1CA;
  line-height: 50px;
  padding: 0px 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 3px 5px #808080;
  -moz-box-shadow: 0px 3px 5px #808080;
  box-shadow: 0px 3px 5px #808080;
}
.precio::after {
  content: none;
  position: absolute;
  right: -29px;
  background-image: url('small_der.png');
  width: 29px;
  height: 60px;
  top: 0px;
}
.thumbnail {
  background-image: url('fondo_thumb.gif');
  background-repeat: repeat-x;
  background-position: bottom right;
}
