@charset "utf-8";
/* CSS Document */


.carousel {
    margin-bottom: 0;
    padding: 0 0px 0px 0px;
}
/* The controlsy */
.carousel-control {
	left: -12px;
    height: 0px;
	width: 0px;
	top:120px;
   /* background: none repeat scroll 0 0 #222222;
    border: 5px solid #FFFFFF;
    border-radius: 23px 23px 23px 23px;*/
    margin-bottom: 10px;
	color: #007749; /*verde*/
}
.carousel-control.right {
	right: -12px;
}
/* The indicators */
.carousel-indicators {
	right: 50%;
	top: auto;
	bottom: -10px;
	/*margin-right: -19px;*/
}
/* The colour of the indicators */
.carousel-indicators li {
	background: #007749; /*verde*/
	font-size: 15px;
}
.carousel-indicators .active {
background: #666666;
		font-size: 15px;
}

.carousel-control.left{
	background: none;
}
.carousel-control.rigth{
	background: none;
}