/* 
 * Date created: Oct.06.2014
 * Author: Dear
 * Took inline styles out of the page and put them in here
 * Used in: index.html
 */


/* ------ Banner Slideshow ------ */

/* slide no. 1: El Aire de Estrellas */
#slider-caption_1.banner-caption { 
  background: rgb(35, 74, 47); 
  background: rgba(35, 74, 47, 0.5); 
}
#slider-caption_1.banner-caption h2 { 
  font-weight: normal !important; 
  font-size: 28px !important; 
  font-family: "Open Sans" !important; 
}
#slider-caption_1.banner-caption p { }


/* slide no. 2: Las Yurtas de la Oliva y la Cereza */
#slider-caption_2.banner-caption { 
  background: rgb(35, 74, 47); 
  background: rgba(35, 74, 47, 0.5);
}
#slider-caption_2.banner-caption h2 { 
  font-weight: normal !important; 
  font-size: 22px !important; 
  font-family: "Open Sans" !important; 
}
#slider-caption_2.banner-caption p { }


/* slide no. 3: La Piscina del Sol */
#slider-caption_3.banner-caption { 
  background: rgb(35, 74, 47); 
  background: rgba(35, 74, 47, .5); 
}
#slider-caption_3.banner-caption h2 { 
  font-weight: normal !important; 
  font-size: 28px !important; 
  font-family: "Open Sans" !important; 
}
#slider-caption_3.banner-caption p { }


/* slide no. 4: La Terraza de las Uvas */
#slider-caption_4.banner-caption { 
  background: rgb(35, 74, 47);
  background: rgba(35, 74, 47, .5); 
}
#slider-caption_4.banner-caption h2 { 
  font-weight: normal !important;
  font-size: 28px !important;
  font-family: "Open Sans" !important; }
#slider-caption_4.banner-caption p { }
