body {
  background-color: #eecf70;
}

table.portada {/*revisado*/
  width: 100%;
  height: 100%;
}

table.portada td {/*revisado*/
}

table.productos {/*revisado*/
  width: 100%;
}

table.productos td {/*revisado*/
  border-width: 0px;
}

/* Marca o contenido destacado */
td.destacado {/*revisado*/
  background-color: #eecf70;
  width: 355px;
  height: 100%;
  padding: 5px 5px 5px 7px;
  background-image: url(/img/fondo.portada.jpg);
  background-repeat: no-repeat;
  background-position: bottom left;
  vertical-align: middle;
}

td.destacado p {
  font-family: times;
  text-align: justify;
  font-size: 14pt;
  padding: 0px 20px 0px 20px;
  margin: 5px 0px 0px 0px;
}

td.destacado p:first-letter {
  font-weight: bold;
  font-size: 18pt;
  font-style: italic;
}

td.destacado p span {
  font-weight: bold;
}

td.destacado h1 {
  font-size: 15pt;
  font-family: times;
  text-decoration: underline;
  margin: 5px 0px 0px 0px;
}

td.destacado p.enlace a {
  font-size: 14pt;
}

td.destacado p.enlace {
  text-align: right;
}

td.destacado p.enlace:first-letter {
  font-weight: normal;
  font-size: 14pt;
  font-style: normal;
}

td.lista {/*revisado*/
  vertical-align: top;
}

/* Estilos para productos en portada */
td.fotoproducto {/*revisado*/
  width: 80px;
  vertical-align: middle;
  background-color: #010100;
  text-align: center;
}

td.tituloproducto {/*revisado*/
  background-color: #ffefbd;
  padding-left: 3px;
  vertical-align: top;
}

td.tituloproducto a {/*revisado*/
  
}

td.tituloproducto p {/*revisado*/
  margin: 0px;
  font-style: italic;
  font-size: 9pt;
}
