body {
	color: rgb(90, 90, 90); padding-bottom: 40px;
}
.navbar-wrapper {
	left: 0px; top: 0px; right: 0px; position: absolute; z-index: 20;
}
.navbar-wrapper > .container {
	padding-right: 0px; padding-left: 0px;
}
.navbar-wrapper .navbar {
	padding-right: 15px; padding-left: 15px;
}
.navbar-wrapper .navbar .container {
	width: auto;
}
.carousel {
	height: 300px; margin-bottom: 60px;
}

.borda-botton{
	 border-bottom:1px solid #000000; 
}

.carousel-indicators {
	list-style: none; left: 50%; width: 60%; text-align: center; bottom: 10px; padding-left: 0px; margin-left: -30%; position: absolute; z-index: 15;
}
.carousel-indicators li {
	margin: 1px; border-radius: 10px; border: 2px solid rgb(0, 0, 0); border-image: none; width: 10px; height: 10px; text-indent: -999px; display: inline-block; cursor: pointer; background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
	margin: 0px; width: 30px; height: 13px; background-color: rgb(255, 255, 255);
}

.carousel-caption {
	z-index: 10; color:#000000;
}
.carousel .item {
	/*height: 500px; background-color: rgb(119, 119, 119);*/
	height: 300px; background-color: #FFFFFF;
}
.carousel-control {
	left: 0px; top: 0px; width: 15%; text-align: center; bottom: 0px;  font-size: 20px; position: absolute; text-shadow: 0px 1px 2px rgba(0,0,0,0.6);
}
.carousel-control.left {
/*	background-image: #FFFFFF;*/
	background-color: #D2F0FA;
}
.carousel-control.right {
	left: auto; right: 0px; background-color: #D2F0FA;
}
.carousel-control:focus {
	outline: 0px;  text-decoration: none; 
}
.carousel-control:hover {
	outline: 0px;  text-decoration: none;
}
.carousel-inner > .item {
	background-color:#D2F0FA;
}

.carousel-inner > .item > img {
	left: 0px; top: 0px; height: 300px; position: absolute; min-width: 100%;
}
.marketing .col-lg-4 {
	text-align: center; margin-bottom: 20px;
}
.marketing h2 {
	font-weight: normal;
}
.marketing .col-lg-4 p {
	margin-right: 10px; margin-left: 10px;
}
.featurette-divider {
	margin: 80px 0px;
}
.featurette-heading {
	line-height: 1; letter-spacing: -1px; font-weight: 300;
}
@media all and (min-width:768px)
{
.navbar-wrapper {
	margin-top: 20px;
}
.navbar-wrapper .container {
	padding-right: 15px; padding-left: 15px;
}
.navbar-wrapper .navbar {
	padding-right: 0px; padding-left: 0px;
}
.navbar-wrapper .navbar {
	border-radius: 4px;
}
.carousel-caption p {
	line-height: 1.4; font-size: 21px; margin-bottom: 20px;
}
.featurette-heading {
	font-size: 50px;
}
}
@media all and (min-width:992px)
{
.featurette-heading {
	margin-top: 120px;
}
}
