html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}:focus{outline:0}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #fff;
	margin: 15px 0px;
	padding: 0px;
}

div#cuerpo {
  width: 820px;
  text-align: left;
  margin-left: auto;
  margin-right: auto; 
}

div#header {
  width: 822px;
  height: 231px;
}

div#contenido {
  width: 822px;
  background: url(/img/tienda_laterales_bg.png) repeat-y;  
}

div#footer {
  width: 822px;
  height: 28px;
  background: url(/img/tienda_footer.png);
  clear:both;
}

.clear {
  clear:both;
}

div#header h1 {
  display: none;
}

ul#menu {
  display: inline;
  clear: both;
  font-size: 1.5em;
  text-align: left;
  line-height: 30px;
  margin-left: 5px;
  padding: 0;
  list-style: none;
  float: left; 
  width: 822px;
}

ul#menu li {
  float: left;
}

ul#menu a {
  display: block;
  padding:   0 0.4em;
  line-height: 2.1em;
  text-decoration: none;
  color: rgb(97, 128, 0);
}

ul#menu a:hover {
color: #ABA800;
}

div#carrito {
  display: block;
  clear: both;
  width: 822px;
  height: 25px;
  margin-left: 10px;
}
