/*!
 * Start Bootstrap - Half Slider HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */


html {
    height: 100%; margin: 0; padding: 0;
}

/* You can change the height of the carousel by changing the height in the class below. It is set to 50% by default, but can be any height! */

.carousel {
    height: 60%;
}

.item,
.active,
.carousel-inner {
    height: auto;
    /*min-height: 250px;*/

}

/* Background images are set within the HTML using inline CSS, not here */

.fill {
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}


/* CARROUSEL */
.mensaje {height: 160px; position: relative; top: 30px; right: 0px; background: #111; opacity: 0.5;} /* background: #333; opacity: 0.7; */
.carousel-caption2 p {padding: 0 0 0 0}
p.titular {color: #f0f0f0; font-weight: 400; font-size: 1.2em; line-height: 105%; /*border-bottom: 1px solid #f0f0f0;*/ padding-bottom: 0px; margin: 4%;}
p.textual {color: #f0f0f0; font-weight: 100; font-size: 0.9em; line-height: 1.2em;}
.ampliar {display: block; width: 170px; height: 160px; background: url(../images/ampliar4.png) no-repeat bottom; float: right; z-index: 50; position: relative; bottom: 0px; right: -46px}
.ampliar span {display: none;}

.diapo {position: relative;}

.carousel-indicators {
  position: absolute;
  z-index: 15;
  width: 0%;          /* estaba en 60% ES LO QUE LOS PONE EN VERTICAL O APAISADO */
  padding-left: 15px;

  display: none;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #f8f8f8;
  border-radius: 10px;
}
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #f8f8f8;
}

/*
.carousel-caption1 {
  position: absolute;
  right: 15%;
  bottom: 0px;   /* estaba en 20 
  left: 15%;
  z-index: 10;
  color: #fff;
  text-align: left;                 /* estaba center 
  text-shadow: 0 1px 2px rgba(0, 0, 0, .0);         /* A MODIFICAR - ES EL TITULO 
}*/

.carousel-caption2 {
  position: absolute;
  bottom: 0%;   /* estaba en 20 */
  z-index: 10;
  text-align: left !important;                 /* estaba center */
  text-shadow: 0 1px 2px rgba(0, 0, 0, .0);         /* A MODIFICAR - ES EL TITULO */
  background-color: rgba(0,0,0,0.4);
  padding: 0px 20px;
  width: 100%;
  max-width: 370px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.carousel-caption2 a{
  text-decoration: none;
  color: white;
  font-weight: 400;
}

/* DESTACADOS */
#destacados {background: #fff; text-align: center; margin-bottom: 25px}
.destacado {width: 270px; height: 570px; margin: 0 9px 25px 9px; display: inline-block; background: #f8f8f8;}
.destacado span {display: block; text-align: center; padding-top: 110px; font-weight: bold; width: 100%}



.carousel-control {display:none;}



/*----------------------CARROUSEL2----------------------*/
.item2,
.active2,
.carousel-inner2 {
    height: auto;
    max-height: 75px;

}
