a {
text-decoration: none;
color: #827f00;
}

a:hover {
color: #ABA800;
}


.primera {
  display: none;
}

div#listado {
  clear: both;
  width: 790px;
  margin-left: 10px;
}

table {
  border-collapse: collapse;
  width: 770px;
  
}

td.datos {
  width: 220px;
  vertical-align: top;
  line-height: 0.6em;
}

td.imagen {
  width: 550px;
}

p {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
  color: #aba;
  line-height: 1.1em;
}

p.titulo {
  font-family: arial, helvetica, sans-serif;
  font-size: 1.5em;
  color: #00d;
}

p.precio {
  margin-top: 25px;
  color: #000;
}

p.precio a {
  color: white;
}

p.cantidad {
  color: black;
  margin-bottom: 3px;
  margin-top: 3px;
}

input.add {
   width:100px;
   height:25px;
   background: url(/img/cart_add.png) no-repeat 8px center;
   border-style:solid;
   padding-left: 10px;
   border-color:#999999;
   border-width:1px; 
}

div#personalizadas {
  width: 761px;
  height: 151px;
  background: url(/img/personalizadas.png) no-repeat;
}

div#personalizadas a {
  font-size: 1.3em;
  font-weight: bold;
}

.marioneta_normal {
  position: relative;
  top: 10px;
  left: 10px;
}

.marioneta_detalle {
  position: relative;
  top: 120px;
  left: 450px;
}
