/* color fons rectangle: #EDEBCD */
/* color filet: #A2936E */
h3 {
  line-height: 1.3em;
}
a img,:link img,:visited img { border: none; }

a
{
  text-decoration: none;
}

a:hover
{
  text-decoration: underline;
}
.container{
  border: 1px solid #A2936E;
}
#header {
  background-image: url('/images/header.jpg');
  height: 119px;
}

#header {
  background-image: url('/images/header.jpg');
  height: 119px;
}
#header h1,
#header h2 {
  margin-left: -9999px;
}
#menu {
  background: #EDEBCD;
  margin-bottom: 30px;
}
#menu ul{
  list-style: none;
  margin-left: 0;
}
#menu ul li {
  float: left;
  padding: 5px 50px 5px 0;
}
#menu ul li a{
  color: #A2936E;
  font-weight: bold;
}
#menu ul li.actiu a{
  color: #666;
  font-weight: bold;
}
#footer {
  background: #EDEBCD;
  height: 25px;
}
#footer p {
  text-align: center;
  font-size: 95%;
  padding:5px;
}
p.cat,
p.esp {
  font-size: 0.95em;
}
p.esp {
  color: #888;
}
em {
  background: #fff;
}
#petites img {
  margin-right: 20px;
  padding: 4px;
}
#petites img.actiu {
  border: 1px solid #A2936E;
}

#home #header {
  background-image: url('/images/portada.jpg');
  height: 533px;
}
#home ul.menu{
  position:relative;
  top: 204px;
  left: 75px;
  list-style: none;
  margin-left: 0;
}
#home ul.menu li {
  height: 33px;
}
#home ul.menu li a{
  color: #734800;
  font-weight: bold;
}
