* {
  margin: 0;
  padding: 0;
}

body {
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: 0.75em;
  line-height: 1.4em;
  background: #cccccc;
}

a {
  color: darkgreen;
  text-decoration: none;
  border-bottom: 1px dotted darkgreen;
}

p { 
  margin-bottom: 1em;
}

ul {
  margin-left: 3em;
}

#div0 {
  width: 780px;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #000;
  background: white;
  margin-top: 2em;
}

#cabecera {
  background: #607b0d url(/images/layout/fondocab.jpg) no-repeat top right;
  height: 200px;
}

#cabecera h1 a {
  width: 446px;
  height: 159px;
  background: url(/images/layout/titulo.jpg);
  position: absolute;
  top: 25px;
  outline: none;
  border: 0;
}

#cabecera h1 span {
  display: none;
}

#barrahor {
  background-color: #000;
  height: 20px;
}

/* Menu */

#menu ul {
  margin: 10px 0 0 10px;
  border-top: 1px solid #8a670f;
  border-right: 1px solid #8a670f;
  width: 164px;
  font-family: verdana, arial, helvetica, sans;
  font-size: 110%;
  font-weight: bold;
  float: left;
}

#menu li {
  list-style: none;
}

#menu li a {
  background: url(/images/layout/lista.gif) no-repeat top left;
  display: block;
  width: 130px;
  height: 20px;
  background-color: #dccca4;  
  padding: 4px 4px 0 30px;
  border-bottom: 1px solid #8a670f;
  text-decoration: none;
  color: darkred;
}

#menu li a:hover {
  background-color: #e0c688;
}

#principal {
  padding: 20px;
  width: 550px;
  float: right;
}

#principal h1 {
  font-family: georgia,serif;
  font-size:200%;
  font-style: italic;
  font-weight: normal;
  color: darkgreen;
  margin-bottom: 10px;
}

#info-pie {
  clear: both;
  margin-top: 20px;
}

#info-pie .recuadro {
  margin-left: 25px;
  width: 350px;
  float: left;
}

#info-pie .recuadro h2 {
  background-color: #dccca4;
  font-size: 100%;
  padding: 3px;
}

#info-pie ul {
 margin: 0;
}

#info-pie li {
  list-style: none;
  border-bottom: 1px solid #ccc;
  padding: 3px 0 3px 15px;
}

#info-pie .mas {
  text-align: right;
}

#pie {
  margin-top: 20px;
  clear: both;
  background-color: #000;
  padding:5px;
  color: white;
  text-align: center;
}

.producto {
  border: 1px solid #ccc;
  padding: 10px;
}

.producto .imagen {
  width: 30%;
  float: left;
  text-align: center;
}

.producto .imagen img {
  border: 1px solid #ccc;
  padding: 5px;
}

.producto .imagen a  {
  border: 0;
}

.producto .nombre {
  font-size: 150%;
  margin-bottom: 30px;
}

.producto .precio {
  font-size: 150%;
  color: darkred;
}
.producto .descripcion {
  clear: both;
}

.producto_listado {
  width: 45%;
  float: left;
  text-align: center;
  margin-bottom: 20px;
  margin-right: 10px;
  border: 1px solid #ccc;
  padding: 5px;
}

.producto_listado img {
  border: 0;
}

.producto_listado a {
  border: 0;
}

#menu {
  float: left;
  text-align: center;
}

#menu ul {
  text-align: left;
}

#cabecera2 {
  height: 125px;
  padding-top: 10px;
  background-color: #FFE699;
}

#cabecera2 h1 {
  margin: 0px 0px 0 30px;
  background: url(/images/layout/logo-completo.gif) no-repeat top left;
  width: 375px;
  height: 113px;
}

#cabecera2 h1 a {
  display: block;
  width: 375px;
  height: 113px;
  border: 0;
}

#cabecera2 h1 span {
  display: none;
}

.resaltado {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  background: lightyellow;
  border: 1px solid orange;
  margin: 1em;
  padding: 1em;
}

#fotos img {
  float: left;
  margin: 0 1em 2em 1em;
}

a img {
  border: 1px solid #ccc;
  padding: 2px;
}

#tablon .nota {
  background: lightyellow;
  padding: 1em;
  width: 200px;
  height: 150px;
  margin: 0 20px 20px 0;
  float: left;
  border: 1px solid yellow;
}

#tablon .nota a.thickbox {
  border: 0;
}