#sidebar .nav-widget {
  background: #C60A09;
  border-radius: 20px;
  list-style-type: none;
  padding: 10px 0px;
  overflow: hidden;
}
#sidebar .nav-widget h3.green-title {
  background: #721007;
  color: #FFF;
  padding: 10px;
  border-radius: 20px;
  text-align: center;
  margin: 10px 10px;
  font-weight: bold;
  font-family: 'lobster_1.3regular', sans-serif;
}
#sidebar .nav-widget li a {
  font-size: 15px;
  line-height: 18px;
  font-weight: lighter;
  text-align: left;
  color: #FFF;
  display: block;
  padding: 15px 15px;
  margin: 0px;
  border-bottom: 1px dashed rgba(255,255,255,.56);
}
#sidebar .nav-widget li a.btn-morenews {
  background: #FD2512;
  color: #FFF;
  text-align: center;
  border-radius: 10px;
  width: 95%;
  padding: 10px 0px;
  display: block;
  font-size: 18px;
  font-weight: 400;
  margin: 10px auto;
  margin-top: 20px;
}
#sidebar .nav-widget li:last-child a {
  border-bottom: 0px;
}
#sidebar .nav-widget li a:hover, #sidebar .nav-widget li a:focus, #sidebar .nav-widget li a:active, #sidebar .nav-widget li a.active-category {
  background: #FD2512;
}
#sidebar .nav-widget li a.btn-morenews:hover {
  text-decoration: none;
  background: #FD4435;
  color: #FFF;
}
.share-bar {
  background: #EFEFEF;
  padding: 5px 10px;
}
iframe.twitter-share-button {
  vertical-align: middle;
  height: 21px;
}
ul.morenews-box {
  list-style-type: none;
  padding: 0px;
}
.noticia-inner-bg {
  background: rgba(223, 223, 223, 0.57);
  -moz-box-shadow: inset 0px 0px 15px rgba(51, 51, 51, 0.32);
  -webkit-box-shadow: inset 0px 0px 15px rgba(51, 51, 51, 0.32);
  box-shadow: inset 0px 0px 15px rgba(51, 51, 51, 0.32);
  border-radius: 10px;
  padding: 20px;
}
.item-allnews {
  padding: 15px 10px;
  background: #CCCCCC;
  color: #333333;
  border-radius: 10px;
  margin: 5px 0px;
  font-size: 15px;
  display: block;
}
.item-allnews-date {
  background: #666666;
  text-align: center;
  color: #FFF;
  display: inline-block;
  padding: 5px;
  margin-right: 10px;
  font-size: 12px;
  border-radius: 10px;
  transition:All .25s ease;
	-webkit-transition:All .25s ease;
	-moz-transition:All .25s ease;
	-o-transition:All .25s ease;
}
.item-allnews:hover {
  /*color: #FFF;
  background: #919191;*/
}
.item-allnews > img.img-rounded{
  display: inline-block;
  margin-right: 40px;
}
a.eventos-btn:hover{
  background: #919191;
  color: #FFF;
}
