#content {
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 1.15;
    font-family: 'Open Sans' !important;
    color: #272727;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

/* inicio */

.sidebar-box h5 {
    background-color: #EEE;
    padding: 8px 0px 4px 10px;
    border-bottom: 1px solid #116F3F;
    margin-top: 0px;
    font-family: 'Open Sans', sans-serif !important;
    color: #116F3F !important;
    font-size: 1.09em !important;
    font-style: normal !important;
    font-weight: 400 !important;
    text-transform: uppercase;
    letter-spacing: -1px;
}

.titulo-ultimas-radio {
	margin-bottom: 0px;
}

.sidebar-box {
    height: auto;
    border: 1px solid #EEE;
    margin-bottom: 20px;
}

.sidebar-box p {
    margin: 0px;
    padding: 9px 10px 10px 9px;
}

.sidebar-box .end-box {
    border-top: 1px solid #EEE;
    padding: 10px 10px;
    height: 21px;

}

.end-link {
      float: right;
}

.sidebar-box .end-box a {
    font-family: 'Open Sans', sans-serif !important;
    color: #116F3F !important;
    font-size: 0.94em !important;
    font-style: normal !important;
    font-weight: 600 !important;
}

.sidebar-box .end-box a::after {
    content: ' \00bb';
}

.new-tab {
    margin-top: -3px;
    background-color: #EEE;
}

.tabs {
    width: 100%;
    border-bottom: 1px solid #EEE;
    list-style: none;
    line-height: 1.5em;
    margin-top: -28px;
    padding: 0;
}

.new-tab li.active {
    background-color: white;
}
.tabs li {
    float: left;
}

.new-tab li.active a {
    border-top: none;
}

.tabs li a {
    font-family: 'Open Sans', sans-serif !important;
    color: #116F3F !important;
    font-size: 0.9em !important;
    font-style: normal !important;
    font-weight: 600 !important;
}

.tabs li a {
    text-align: center;
    display: block;
    padding-bottom: 10px;
    padding-top: 10px;
    border-right: 1px solid #EEE;
}

a {
    background-color: transparent;
    color: black;
    text-decoration: none;
}


.sidebar-box .news {
    max-height: 252px;
    overflow-y: auto;
    list-style: none;

}

/* fim */



#portal-column-content {
    margin-left: 3px;
    width: 100%;
    margin-top: 2px;
}


.sidebar-box .news::-webkit-scrollbar {
    width: 8px;
    background-color: #CCC;
}

.sidebar-box .news::-webkit-scrollbar-thumb {
    background-color: #555;
}

.sidebar-box .news::-webkit-scrollbar-thumb:hover {
    background-color: #444;
    border: 1px solid #000;
}

.sidebar-box .news::-webkit-scrollbar-thumb:active {
    background-color: #333;
    border: 1px solid #000;
}

.sidebar-box .news img {
    float: left;
    width: 72px;
    height: 44px;
    margin-right: 6px;
}

.sidebar-box .news li {
    border-bottom: 2px dotted #EEE;
    margin-top: 10px;
    padding-bottom: 7px;
    margin-left: 16px;
    margin-right: 7px;
}

.sidebar-box .news li a .title {
    font-family: 'Open Sans', sans-serif !important;
    font-size: 0.9em;
    font-style: normal !important;
    font-weight: 400 !important;
}

.sidebar-box .news li a .title .hora {
    font-weight: bold !important;
}

.sidebar-box .news li a .description {
    margin-top: 4px;
    color: black;
    font-family: 'Open Sans', sans-serif !important;
    font-size: 1.12em;
    font-style: normal !important;
    font-weight: 400 !important;
}

.sidebar-box .news li a:hover .description {
    margin-top: 4px;
    color: #116F3F;
}

body, div, dl, dt, dd, ul, ol, li, pre, form, fieldset, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}

.content-tabs {
    min-height: 252px;
}


@media (max-width: 321px) {

    .tabs li a {
      font-size: 0.7em !important;
  }
}
