COMO ESCUCHAR EN LINEA

1Da click en "Escuchar en Vivo" 
2Se abrirá a una ventana con la información de las canciones.
3Disfruta!!!! 

Si aun tienes problemas llamanos o escribenos a contacto [ @ ] manantialyuma.org. Gracias!

HORARIO DE OFICINA

Lunes-Viernes 7:30AM - 5:00PM
Tel. (928) 341-0919 Mex. 01-800-681-1577

contacto@manantiayuma.org

FORGOT YOUR PASSWORD?

*

VIDEO DE LA SEMANA

Kalein

Kalein

Temor Por Libertad

Yo quiero unirme al Amigotón

Sigamos juntos compartiendo las buenas nuevas de Salvación

ON DEMAND
Da Click Aqui+

ON DEMAND

Escucha programas que se transmiten diariamente

DESCARGAR APPLICACIÓN
Da Click Aqui+

DESCARGAR APPLICACIÓN

Te invitamos a descargar nuestra aplicación. Llévanos contigo a todo lugar.

SIGUENOS EN FACEBOOK
Da Click Aqui+

SIGUENOS EN FACEBOOK

Revisa nuestra página de Facebook y danos un Like

RADIO ONLINE
Da Click Aqui+

RADIO ONLINE

Escucha nuestra radio en tiempo real en cualquier parte del mundo.

NUESTRA PROGRAMACIÓN.

  • PROGRAMAS PARA TU VIDA ESPIRITUAL

    Programas como En Contacto
  • PROGRAMAS CON HERRAMIENTA PARA LA FAMILIA

    Programa de Enfoque a la Familia
  • PROGRAMAS PARA LA COMUNIDAD

    Programa Conceptos Financieros. 
NUESTRA PROGRAMACIÓN

CON TU DONATIVO PODEMOS SEGUIR LLEVANDO LAS BUENAS NUEVAS A NUESTRA FRONTERA

 

RECURSOS ORIGINAL

 

 

Cris & Nate Diaz - A To' Pulmon

Versículo Diario

 

Clima


 

Devocional Palabras para Vivir

Toda Escritura es inspirada por Dios y es útil para enseñarnos lo que es verdad y para hacernos ver lo que está mal en nuestra vida.Nos corrige cuando estamos equivocados y nos enseña a hacer lo correcto. Dios la usa para preparar y capacitar a su pueblo para que haga toda buena obra.

                                 DEVOCIONALES

Actividades de Nuestra Comunidad.

  

 

 

TESTIMONIOS

El Impacto de tu Apoyo

  • Encontré a Manantial en uno de mis viajes y estaba atravezando por momentos difíciles en mi vida, por medio de la programación de Manantial fui animado a buscar de Dios.
    Jose Antonio // Tlaquepaque, Jalisco
  • Entre a prisión en el 2006 cuando tenía 18 años y por medio de Manantial me alimento espiritualmente y hace mis días más ligeros. La música y los mensajes me ayudan a olvidar los problemas y crisis que paso aquí en prisión.
    Lorenzo R. // Centro de Corrección y rehabilitación Blythe CA
  • Yo escuche Manantial por primera vez cuando me regalaron un radio, yo no conocía de Dios y por medio de la radio acepte a Jesucristo como salvador al escuchar una dramatización de la biblia, fue como si Dios mismo me hablara.
    David H. Santiago // San Luis SON
  • Escucho la radio desde los 7 años de edad, ahorita tengo 28 año. Trabajo en una patrulla y la radio me da paz y aliento para llevar a cabo mi trabajo
    Ernesto Torres // Mexicali BC

Button Designs

Default buttons

Button styles can be applied to anything with the .btn class applied. However, typically you'll want to apply these to only <a> and <button> elements for the best rendering.

Button class="" Description
btn Standard gray button with gradient
btn btn-primary Provides extra visual weight and identifies the primary action in a set of buttons
btn btn-info Used as an alternative to the default styles
btn btn-success Indicates a successful or positive action
btn btn-warning Indicates caution should be taken with this action
btn btn-danger Indicates a dangerous or potentially negative action
btn btn-inverse Alternate dark gray button, not tied to a semantic action or use
btn btn-link Deemphasize a button by making it look like a link while maintaining button behavior

Cross browser compatibility

IE9 doesn't crop background gradients on rounded corners, so we remove it. Related, IE9 jankifies disabled button elements, rendering text gray with a nasty text-shadow that we cannot fix.

BUTTONS SHORTCODES

[btn size="" type="" class="" class="" disabled="" link="" target="" icon="" icontheme=""][/btn]

type: primary / info / success / warning / danger / inverse / link / flat

size: primary / large / small / mini

disabled: yes / no

icon: add the icon type without the " icon- "

icontheme: white / black

[btn size="" type="" class="" class="" disabled="" link="" target="" icon="" icontheme=""][/btn]

Button sizes

Fancy larger or smaller buttons? Add .btn-large, .btn-small, or .btn-mini for additional sizes.

<p>
  <button class="btn btn-large btn-primary" type="button">Large button</button>
  <button class="btn btn-large" type="button">Large button</button>
</p>
<p>
  <button class="btn btn-primary" type="button">Default button</button>
  <button class="btn" type="button">Default button</button>
</p>
<p>
  <button class="btn btn-small btn-primary" type="button">Small button</button>
  <button class="btn btn-small" type="button">Small button</button>
</p>
<p>
  <button class="btn btn-mini btn-primary" type="button">Mini button</button>
  <button class="btn btn-mini" type="button">Mini button</button>
</p>

Create block level buttons—those that span the full width of a parent— by adding .btn-block.

<button class="btn btn-large btn-block btn-primary" type="button">Block level button</button>
<button class="btn btn-large btn-block" type="button">Block level button</button>

Disabled state

Make buttons look unclickable by fading them back 50%.

Anchor element

Add the .disabled class to <a> buttons.

Primary link Link

<a href="#" class="btn btn-large btn-primary disabled">Primary link</a>
<a href="#" class="btn btn-large disabled">Link</a>

Heads up! We use .disabled as a utility class here, similar to the common .active class, so no prefix is required. Also, this class is only for aesthetic; you must use custom JavaScript to disable links here.

Button element

Add the disabled attribute to <button> buttons.

<button type="button" class="btn btn-large btn-primary disabled" disabled="disabled">Primary button</button>
<button type="button" class="btn btn-large" disabled>Button</button>

One class, multiple tags

Use the .btn class on an <a>, <button>, or <input> element.

Link
<a class="btn" href="/">Link</a>
<button class="btn" type="submit">Button</button>
<input class="btn" type="button" value="Input">
<input class="btn" type="submit" value="Submit">

As a best practice, try to match the element for your context to ensure matching cross-browser rendering. If you have an input, use an <input type="submit"> for your button.

SOCIAL ICONS

<ul class="social-icons fixclear">
 <li class="social-twitter"><a href="#">Twitter</a></li>
 <li class="social-dribbble"><a href="#">Dribbble</a></li>
 <li class="social-facebook"><a href="#">Facebook</a></li>
 ...
</ul>

SOCIAL ICONS - Colored

<ul class="social-icons colored fixclear">
 <li class="social-twitter"><a href="#">Twitter</a></li>
 ...
</ul>

SOCIAL ICONS - Colored only on :hover

<ul class="social-icons coloredHov fixclear">
  <li class="social-twitter"><a href="#">Twitter</a></li>
 ...
</ul>

or Shortcode:

type: normal / colored

[socialicons class="" type="" style="" ]
 [socialicon network="" url="#"]
[/socialicons]
FE, ESPERANZA Y AMOR

            

TOP