El Ritmo de la Vida

El Ritmo de la Vida is an album from Puerto Rican Christian singer Julissa It was released on August 14, 2007.

El Ritmo de la Vida
Studio album by
ReleasedAugust 14, 2007
GenreContemporary Christian music, Pop
ProducerMike Rivera
Julissa chronology
Inolvidable
(2006)
El Ritmo de la Vida
(2007)
AdorĂ¡ndote
(2009)

Track listing

  1. "El Ritmo De La Vida" - 04:35
  2. "Mi Plegaria" - 04:09
  3. "Tu Amor" - 04:01
  4. "Pegada A Ti" - 04:22
  5. "Su Mirada De Amor" - 04:02
  6. "Que Hubiera Sido De Mi" - 04:17
  7. "De Beber" - 03:58
  8. "Mejor Asi" - 04:31
  9. "Olor Fragante" - 04:07
  10. "El Ritmo De La Vida" (Remix) - 04:36

Awards

The album was nominated for a Dove Award for Spanish Language Album of the Year at the 39th GMA Dove Awards.

Notes

    gollark: Now to watch all the tests fail.
    gollark: You know what, I'll ignore this ENTIRELY for now muahahahaha.
    gollark: This is in a 130 line function which *kind of* explains what it's doing, but apiaristically.
    gollark: It *seemed* like it was just inserting things, but it may also be moving everything after this into the children of the other thingy?
    gollark: ```nim var emNode = newDoublyLinkedNode(emToken) for childNode in token.children.nodes: if childNode.value == opener.value.token: emToken.children.head = childNode.next if childNode.next != nil: childNode.next.prev = nil childNode.next = emNode emNode.prev = childNode if childNode.value == closer.value.token: emToken.children.tail = childNode.prev if childNode.prev != nil: childNode.prev.next = nil childNode.prev = emNode emNode.next = childNode```
    This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.