@charset "utf-8";
/* CSS Document */

.jumbotron h1, .jumbotron p{color:white; background-color: rgba(81,84,80,0.7); vertical-align: center;}

.img-apicultura {background: url("../images/apicultura_banner.jpg") no-repeat;}
.img-jemabaon {background: url("../images/jemabaon/jemabaon_banner.jpg") no-repeat;}
.img-tambopata {background: url("../images/py-ejecucion.jpg") no-repeat center;
                min-height: 400px;}

.img-dsc {margin: 7px;}

.container {margin-top: 50px;}

.fixedcaption{%;
    text-align:center;

}

.header-title {
	font-family: 'PT Sans', serif;
	background-color: #8CC63E;
	color: white;
}

.box {
	margin-bottom: 7px;
	height: 270px;
}

/* carousel gallery

/* Removes the default 20px margin and creates some padding space for the indicators and controls */
.carousel {
    margin-bottom: 0;
	padding: 0 40px 30px 40px;
}
/* Reposition the controls slightly */
.carousel-control {
	left: -12px;
}
.carousel-control.right {
	right: -12px;
}
/* Changes the position of the indicators */
.carousel-indicators {
	right: 50%;
	top: auto;
	bottom: 0px;
	margin-right: -19px;
}
/* Changes the colour of the indicators */
.carousel-indicators li {
	background: #c0c0c0;
}
.carousel-indicators .active {
background: #333333;
}

.fa-plus {color: brown;}


  .thumbnail.with-caption {
    display: inline-block;
    background: #f5f5f5;
  }
  .thumbnail.with-caption p {
    margin: 0;
    padding-top: 0.5em;
  }
  .thumbnail.with-caption small:before {
    content: '\2014 \00A0';
  }
  .thumbnail.with-caption small {
    width: 100%;
    text-align: right;
    display: inline-block;
    color: #999;
  }
