#text {
  width: 190px;
}

#text2 {
  width: 330px;
}

#text2 img {
  margin-left: 25px;
}

#text2 h2.titulo_receta {
  font-size: 110%;
  font-weight: lighter;
}

#recetas {
  float: left;
  margin-right: 20px;
}
  
#recetas {
  width: 90px;
}

#recetas ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-size: 90%;
  font-weight: bold;
}

#recetas ul li {
  clear: both;
}

#recetas ul li a:link, 
#recetas ul li a:visited, 
#recetas ul li a:active {
  color: #AAA;
  text-decoration: none;
}

#recetas ul li a:hover {
  color: #D8A787;
  text-decoration: none;
}

#recetas ul li.titulo a {
  color: #D8A787;
  text-decoration: none;
}

ul#lista_recetas {
  margin: 0;
  padding: 0;
}

ul#lista_recetas li {
  font-size: 80%;
  list-style-type: none;
  margin-top: 0;
  margin-bottom: .5em;
  padding: 0;
}

ul#lista_recetas li a:link, 
ul#lista_recetas li a:visited, 
ul#lista_recetas li a:active {
  color: #AAA;
  text-decoration: none;
}

ul#lista_recetas li a:hover {
  /*color: #D8A787;*/
  color: #AAA;
  text-decoration: underline;
}

ul#lista_recetas li.titulo a {
  color: #D8A787;
}

#dlink { margin-top:2em; font-size:95%; }
#dlink p { height:50px !important; vertical-align:middle; background:url('../img/pdf.png') no-repeat left top; 
           padding-left:60px; padding-top:0; padding-bottom:0; 
           margin-left:20px; margin-right:15px; 
           border-top:1px solid #CCC; border-right:4px solid #CCC; border-bottom:1px solid #CCC; border-left:1px solid #CCC;}