/* Estilos para listados de productos */
body {
  padding: 0px;
  background-color: #bd8a14;
}

body table {
  margin: 0px;
  border-width: 0px;
}

/* Lista de productos */
table.listap {
  width: 100%;
}

table.listap thead td {
  background-color: black;
  color: white;
  text-align: center;
  vertical-align: middle;
  width: 360px;
  height: 29px;
  font-size: 11pt;
}

table.listap tbody td.producto {
  vertical-align: middle;
}

td.producto div {
  background-color: #eecf70;
}

td.producto a {
  font-size: 12pt;
}

td.producto p.eslogan {
  margin: 0px;
  font-style: italic;
  font-size: 10pt;
}

td.producto img {
  float: left;
  margin-right: 5px;
  border: 1px solid black;
}

table.listap tbody td.acciones {
  text-align: center;
}

/* Comentarios al precio */
p.comentarios {
  font-size: 8pt;
  text-align: right;
  margin: 0px;
}

p.precio {
  margin-top: 5px;
}
