* {
    font-family: Arial, Helvetica, sans-serif;
    margin: 0; padding: 0;
}

h2 {
    font-size: 18px; color: #00713d; margin: 5px 20px;
}

.page_title {
    font-size: 13px; margin: 30px 20px;
}

.carouselJornalistas, .aba_conteudo {
    margin: 10px 20px;
}



.box_content {
  width: 235px; height: 142px; background: #FFF url(img/bgs_03.png) left top repeat-y; font-size: 12px;
  border: 3px solid #666; border-left: 0; border-top: 0;
}
.aba_conteudo .box_content {
    background: #FFF url(img/bgs_06.png) left top repeat-y; 
}

.box_content img {
  margin: 6px 6px 60px 6px; width: 50px; height: 60px; border: 4px solid #77a22f;
  float: left;
}
.aba_conteudo .box_content img {
    border: 4px solid #00b2d6;
}

.box_content .box_text {
    float: left; width: 150px; height: 130px; margin: 6px;
}

.box_content .box_text .titulo {
    font-size: 13px; font-weight: bold;
}
.box_content .box_text .subtitulo {
    margin-bottom: 10px;
}

.box_content p {
  margin: 0; padding: 2px 0; 
}
.box_content a {
  display: block; padding: 0 10px; height: 18px; line-height: 18px; text-indent: 22px; margin: 2px 0; text-decoration: none;
  color: #000;
}
.box_content a:hover {
    font-weight: bold;
}

.jcarousel-skin-tango .jcarousel-container-horizontal {
    width: 814px; height: 160px; background: #dadada !important; margin: 0;
    -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0;
    padding: 15px 40px 5px;
}
.jcarousel-skin-tango .jcarousel-clip-horizontal {
  width: 810px; height: 160px;
}
.jcarousel-skin-tango .jcarousel-item {
  width: 235px; height: 145px; margin: 0 20px 0 20px;
}
.jcarousel-skin-tango .jcarousel-prev-horizontal,.jcarousel-skin-tango .jcarousel-prev-horizontal:hover {
  top: 0; width: 40px; height: 100%; background: #CCC url(img/arrows_03.png) no-repeat center center; border-right: 2px solid #b0b0b0; left: 0;
}
.jcarousel-skin-tango .jcarousel-next-horizontal, .jcarousel-skin-tango .jcarousel-next-horizontal:hover {
  top: 0; width: 40px; height: 100%; background: #CCC url(img/arrows_05.png) no-repeat center center; border-left: 2px solid #b0b0b0; right: 0;
}
.jcarousel-skin-tango .jcarousel-container {
  border: 0; background: none;
}

.jcarousel-skin-tango {
    border-bottom: 5px solid #00713d; width: 894px;
}
.aba_conteudo .jcarousel-skin-tango {
    border-bottom: 5px solid #1a406d;
}

.facebook_icon {
    background: url(img/icons_social_13.png) left center no-repeat;
}
.twitter_icon {
    background: url(img/icons_social_08.png) left center no-repeat;
}
.instagram_icon {
    background: url(img/icons_social_15.png) left center no-repeat;
}

#abas_menu {
    width: 894px; height: 50px; border-bottom: 1px solid #666; background: #b0b0b0; margin: 10px 20px 0 20px;
}

.abas {
    list-style: none; display: inline; float: left; margin: 7px 0 5px 35px; padding: 0;
}
.abas li {
    display: inline;
}
.nome_aba {
    float: left; width: 150px; height: 35px; margin: 7px 5px 5px 5px; text-align: center; line-height: 35px;
    font-size: 13px; color: #00713d; background: #FFF; border: 2px solid #666; border-top: 0; border-left: 0;
    font-weight: bold;
}