.thumbnail-slider{
	width: 100%;
	float: left;
	overflow: hidden;
}

.thumbnail-slider .thumbnail-container{
	width: 100%;
	float: left;
	transition: margin 1s ease;
}

.thumbnail-slider .item{
  /*height: 340px;*/
  height: 100%;
  text-align: left;
  float: left;
  padding: 20px;
  overflow: hidden;
}

.noticia {
  width: 100%;
  height: 100%;
  text-align: center;
}

.noticia img {
  width: 95%;
  max-width: 236px;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  border-radius: 50%;
  /*border: 6px solid rgb(155,176,0);*/
}

.noticia a {
  text-decoration: none;
  color: black;
}

.noticia h1 {
  font-size: 32px;
  margin-top: 15px;
  margin-bottom: 10px;
  text-align: center;
  color: rgb(0,68,23);
}

.thumbnail-slider .controls{
	width: 100%;
	float: left;
}

.thumbnail-slider .controls ul{
	display: block;
	text-align: center;
	padding:0;
	margin:0;
	list-style: none;
}
.thumbnail-slider .controls ul li{
	height: 35px;
	width: 35px;
	border:1px solid rgb(0,68,23);
  color: rgb(0,68,23);
	margin:4px;
	border-radius: 20%;
	display: inline-block;
	line-height: 33px;
	cursor: pointer;
  /*background-color: rgb(202, 202, 202);*/
}
.thumbnail-slider .controls ul li.active{
	background-color: #060;
	color:#ffffff;
}


