
@import url(common.css);
@import url(lightbox.css);

html {
  overflow-y: scroll;
}
body {
  font: 13px Tahoma, Verdana, sans-serif;
  line-height: 1.7;
  background: #fff url(images/bg.jpg) no-repeat top center;
  color: #685b45;
}
a {
  color: #af843a;
}
a:hover {
  color: #936a22;
}
hr {
  border: none;
  border-bottom: 1px solid #d8cfc0;
}
h1 {
  margin-bottom: 15px;
}

#wrapper {
  width: 970px;
  margin: auto;
}
#header {
  position: relative;
  padding-top: 40px;
  height: 80px;
}
#langs {
  position: absolute;
  right: 10px;
  top: 5px;
}
#menu {
  position: absolute;
  right: 10px;
  top: 65px;
}
#body {
  min-height: 200px;
}
#footer {
  color: #ab9f8b;
  width: 100%;
  overflow: hidden;
  border-top: 1px solid #d8cfc0;
  padding-top: 3px;
  margin-top: 10px;
  padding-bottom: 10px;
}
#footer a {
  color: #ab9f8b;
  text-decoration: none;
  word-spacing: normal;
}
#footer a:hover {
  color: #7d725f;
}
#footer-left {
  float: left;
  padding-left: 10px;
  word-spacing: 10px;
}
#footer-right {
  float: right;
  text-align: right;
  padding-right: 10px;
}

#content {
  padding: 1px 20px; 
}
#content > *:first-child {
  margin-top: 0;
}

.galeria img {
  width: 90px;
  height: 90px;
  padding: 1px;
  border: 1px solid #7B5741;
  margin-right: 5px;
  margin-bottom: 4px;
}