* {
  margin: 0;
  padding: 0;
}

body {
  margin: 0;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 75%;
  color: #555;
  background: #fff;
}

img {
  border: none;
}

a {
  outline: none;
  color: #9f7851;
}

a:hover {
  text-decoration: none;
}

#pagewrapper {
  width: 900px;
  margin: 0 auto;
  /*background: url(../img/footer.png) no-repeat center bottom;*/
}

#content {
  /*background: url(../img/content_02.png) repeat-y left top;*/
}

#header {
  height: 177px;
  background: url(../img/top.jpg) no-repeat left top;
}

#header h1 {
  padding-top: 63px;
  text-indent: -9999px;  
}

#header h1 a {
  height: 94px;
  width: 300px;  
  display: block;
}

#main {
  width: 547px;
  margin-right: 5px;
  padding: 0 18px 18px 18px;
  float: left;
  display: inline;
  background: #f0f0f0;
}

#sidebar {
  width: 312px;
  display: inline;
  float: left;
  background: #cecece;
}

#footer {
  padding: 12px 0;
  border-top: 5px solid #fff;
  background: url(../img/footer.gif) no-repeat left bottom #f0f0f0;
}

#footer a {
  text-decoration: none;
}

#footer a:hover {
  color: #555;
}

#footer p {
  font-size: 0.8em;
  text-align: center;
}

#footer p img {
  margin: 0 0 -5px 0;
}

/* NAVIGATION */
#menu {
  margin: 0 0 15px 8px ;
}


#menu a {
  width: 272px;
  height: 70px;
  padding-left: 20px;
  display: block;
  line-height: 70px;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  color: #555;
}

#menu a:hover {
  color: #9f7851;
}
#menu a.active {
  color: #990000;
}

#menu #b_01 a {
  background: url(../img/btn_01.jpg) no-repeat left top;
}

#menu #b_02 a {
  background: url(../img/btn_02.jpg) no-repeat left top;
}

#menu #b_03 a {
  background: url(../img/btn_03.jpg) no-repeat left top;
}

#menu #b_01 a.active {
  background: url(../img/btn_active_01.jpg) no-repeat left top;
}

#menu #b_02 a.active {
  background: url(../img/btn_active_02.jpg) no-repeat left top;
}

#menu #b_03 a.active {
  background: url(../img/btn_active_03.jpg) no-repeat left top;
}



h2 {
  padding: 0 0 15px 0;
  font-size: 1.3em;
  font-weight: bold;
  text-align: left;
  line-height: 1.3em;
  color: #5e3521;
}

h3 {
  padding: 0 0 10px 0;
  font-size: 1.1em;
  line-height: 1.1em;
  color: #5e3521;
}

p {
  line-height: 150%
}

ul {
  line-height: 150%;
  list-style: none;
  padding: 5px 0 0 10px;
}


/** Add-ons **/
#gallery_cont {
  text-align: center;
}

#gallery_cont img {
  margin: 5px;
  padding: 5px;
  border: 1px solid #ccc;
}

.oferta_img img {
  margin: 5px;
  padding: 5px;
  float: right;
  border: 1px solid #ccc;
}

.bottom_menu {
  width: 560px;
  padding:10px;
  float:left;
  font-size: 80%;
  line-height: 80%;
  font-weight: normal;
  color: #ccc;
  background:#fff;
}

.bottom_menu a {
  color: #ccc;
  text-decoration: none;
}

