body {
    background-color: #1A1A1A;
    margin: 0px;
    font-family: 'Magra', Helvetica, Arial, sans-serif;
    font-size: 13px;
    line-height: 20px;
}
a {
    text-decoration: none;
    color: #00A1BE;
}
img {
    border: 0;
}
p {
    margin-bottom: 12px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    width: 100%;
}
h1 {
    color: #2d2d2b;
    font-size: 20px;
}
h3 {
    font-size: 15px;
}
h4 {
    font-size: 18px;
}
h6 {
    color: #00c0f3;
    font-size: 14px;
}

/* CMTV LAYOUT
----------------------------------------------------------------------------------------------------*/
#bannertop {
    width: 730px;
    float: right;
}
.cmtv_cont {
    margin-top: 20px;
    width: 940px;
    background: #fff;
}
.cmtv_destaque {
    float: left;
    height: 270px;
    width: 480px;
}
.col_left {
    float: left;
    margin: 20px 10px 20px 20px;
}
.col_right {
    float: left;
    margin: 20px 20px 20px 10px;
}
.homepage,
.listpage,
.videopage,
.newspage {
    background: white;
    float: left;
}
.listpage,
.videopage,
.newspage {
    padding: 20px;
}
.listpage {
    width: 900px;
}
.homepage {
    padding: 15px 20px 14px 20px;
    width: 400px;
}
.newspage {
    line-height: 20px;
    width: 400px;
}
.sidebar {
    float: left;
    margin-left: 20px;
    width: 480px;
}
.sidegallery {
    background: white;
    border-left: 2px dashed #DDD;
    float: left;
    margin-bottom: 20px;
    padding: 20px 19px;
    width: 459px;
}
.skyscraper {
    float: left;
    margin-right: 20px;
}
.skyscraper img {
	display: block;
}
.tags {
    float: left;
    margin-top: 12px;
    width: 100%;
}
.tags a {
    background-color: #21dafc;
    border-radius: 4px;
    color: #444;
    display: block;
    float: left;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
    margin: 0 8px 8px 0;
    padding: 3px 7px;
    text-decoration: none;
}
.tags a:hover {
    background-color: #0bbbdb;
    color: white;
}
.widget_cmtv {
    background-color: #2E3234;
    float: left;
    overflow: hidden;
}
.widget_cmtv h3 {
    color: #f1f1f1;
    height: 39px;
    line-height: 39px;
    padding-left: 14px;
    text-transform: uppercase;
}

/* CMTV SLIDER 
----------------------------------------------------------------------------------------------------*/
.cmtv_slider,
#cmtvslider {
    height: 270px;
    width: 440px;
}
.cmtv_slider {
    float: left;
    margin: 0 20px 20px 0;
}
#cmtvslider {
    background-color: #222;
    overflow: hidden;
    position: relative;
}
#cmtvslider #imgcontainer {
    left: 0;
    position: absolute;
    top: 0;
    z-index: 1;
}
#cmtvslider .button-box {
    border: 1px solid #414448;
    float: right;
    height: 268px;
    overflow: hidden;
    position: relative;
    width: 38px;
    z-index: 10;
}
#cmtvslider .slide-button {
    background-image: url('images/slider/cmtvselback.png');
    background-position: center center;
    background-repeat: no-repeat;
    color: #00d1ff;
    cursor: pointer;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 26px;
    font-weight: bold;
    height: 45px;
    line-height: 45px;
    padding-left: 13px;
    text-shadow: #000 1px -1px 2px;
    width: 25px;
}
#cmtvslider .notselected {
    background: url('images/slider/cmtvnotsel.png') no-repeat;
    color: #222;
}
#cmtvslider .texto-div {
    background-color: #111;
    width: 390px;
    height: 72px;
    padding-left: 10px;
    padding-top: 10px;
    position: relative;
    /*display: inline-block;*/
    
    float: left;
    top: -78px;
    z-index: 1000;
    opacity: 0.8;
    filter: alpha(opacity=80);
    color: #fff;
    font-size: 16px;
}

/* CATEGORIA NOTICIAS
----------------------------------------------------------------------------------------------------*/
.listpage h1 {
    float: left;
    height: 35px;
    width: 50%;
}
.noticias li {
    width: 440px;
}
.homepage .titulo,
.homepage .empresa {
    float: left;
    width: 228px;
}
.listpage .titulo,
.listpage .empresa {
    float: left;
    width: 266px;
}
.contimg {
    background-color: white;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    border: 1px solid #E5E5E5;
    float: left;
    margin-right: 10px;
}
.leftlist {
    clear: both;
    margin-right: 20px;
}

/* PESQUISA NOTICIAS
----------------------------------------------------------------------------------------------------*/
.search_news {} .search_reports {} .search_videos {}

/* PAGINA NOTICIAS
----------------------------------------------------------------------------------------------------*/
.newspage h1,
.videocontent h1 {
    border-bottom: 1px solid #E5E5E5;
    color: #0BBBDB;
    font-size: 28px;
    font-weight: normal;
    line-height: 30px;
    margin-bottom: 16px;
    padding-bottom: 14px;
}
.newspage h2,
.videocontent h2 {
    color: #888;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 11px;
    font-weight: bold;
    line-height: 20px;
    text-transform: uppercase;
}
.newspage .date,
.videocontent .date {
    border-top: 1px solid #E5E5E5;
    color: #70777D;
    display: block;
    float: left;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 11px;
    margin-top: 10px;
    padding-top: 14px;
    text-transform: uppercase;
    width: 100%;
}
.newspage .date strong {
    color: #00A1BE;
}

/* VIDEOS DESTAQUE
----------------------------------------------------------------------------------------------------*/
#newvideos {
    width: 300px;
}
#newvideos h3 {
    background: url('images/cmtvgeral/videos_destaque_title.jpg') no-repeat;
}
.videos_destaque {
    float: left;
    padding: 2px 5px;
    width: 290px;
}
.videos_destaque li {
    background: #151819;
    box-shadow: 1px 1px 1px #444;
    float: left;
    height: 64px;
    margin: 3px 0;
    overflow: hidden;
    width: 100%;
}
.videos_destaque a {
    color: #fff;
    float: left;
    text-decoration: none;
    width: 100%;
}
.videos_destaque em {
    color: #00D1FF;
    display: block;
    float: left;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 10px;
    font-style: normal;
    line-height: 12px;
    padding-top: 7px;
}
.videos_destaque strong {
    display: block;
    font-size: 14px;
    font-weight: normal;
    float: left;
    height: 36px;
    line-height: 18px;
    overflow: hidden;
    width: 160px;
}
.vid_dest_img {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    float: left;
    display: block;
    margin-right: 10px;
}
.videos_destaque a:hover {
    background: #292929;
    color: #00D1FF;
}
.videos_destaque a:hover em {
    color: white;
}

/* VIDEO VIEW
----------------------------------------------------------------------------------------------------*/
.videopage {
    width: 900px;
}
.videocontent {
    float: left;
    line-height: 20px;
    width: 350px;
}
.videoplay {
    float: right;
}
.videocontent .backbutton {
    float: left;
}

/* SUBSCRIBE NEWSLETTER
----------------------------------------------------------------------------------------------------*/
#newsletter {
    margin-top: 20px;
    width: 480px;
    height: 205px;
}
#newsletter h3 {
    background: url('images/cmtvgeral/newsletter.jpg') no-repeat;
}
#newsletter .col_left,
#newsletter .col_right {
    width: 200px;
}
#newsletter label,
#newsletter input[type=text] {
    width: 180px;
}
#newsletter input[type=text] {
    margin-bottom: 14px;
}
#newsletter .bt_wrapper {
    margin: 8px 0 0 54px;
}

/* CMTV SEARCH
----------------------------------------------------------------------------------------------------*/
#cmtv_search {
    background-color: #2E3234;
    border-radius: 4px;
    float: left;
    margin-bottom: 20px;
    padding: 8px 0;
    width: 100%;
}
#cmtv_search form {
    float: right;
    width: 360px;
}
#cmtv_search h3 {
    color: #F1F1F1;
    height: 30px;
    float: left;
    line-height: 30px;
    padding: 0 20px;
    text-align: center;
    text-transform: uppercase;
    width: 76px;
}
#cmtv_search .send {
    height: 30px;
    line-height: 26px;
}
#current_search {
    clear: both;
    float: left;
    margin-bottom: 20px;
    width: 100%;
}
#current_search input[type=text] {
    border: 1px solid #ddd;
    float: left;
    font-size: 12px;
    padding: 10px;
    width: 230px;
}
#current_search button {
    background: url('images/geral/buttonpages.png') 100% repeat-x;
    background-position: center center;
    border-radius: 3px;
    border-top: 1px solid #8CF0F9;
    border-left: 1px solid #8CF0F9;
    border-bottom: 1px solid #1396B9;
    border-right: 1px solid #1396B9;
    color: #292929;
    cursor: pointer;
    float: left;
    font-family: 'Jockey One', Arial, sans-serif;
    font-size: 26px;
    margin: 0 0 0 6px;
    padding: 0px 15px;
    text-shadow: 1px 1px 0 #7BEEFD;
    text-transform: uppercase;
}
#current_search button:hover {
    background: url('images/geral/buttonpages_hover.png') 100% repeat-x;
    color: white;
    text-shadow: none;
}
#newsletter #searchfield {
    margin-left: 20px;
}

/* ESPECIAIS
----------------------------------------------------------------------------------------------------*/
.reportpage {
    background: white;
    float: left;
}
.reportpage_black {
    background: black;
    float: left;
}
h1.especial {
    color: #00D3FB;
    float: left;
    font-family: 'Jockey One', Arial, sans-serif;
    font-size: 34px;
    font-weight: normal;
    margin: 28px 0 12px 30px;
    width: 600px;
}
.especial_BTS {
    color: #00D3FB;
    float: right;
    margin: 28px 30px 12px 0;
    text-align: right;
    width: 240px;
}
.issuu_wrapper {
    height: 560px;
    margin: 60px 0 20px 0;
    position: relative;
}
.issuu_reader {
    left: 0;
    position: absolute;
    top: 0px;
    z-index: 1;
}
.issuu_sidebar {
    background-color: black;
    height: 540px;
    position: absolute;
    right: 0;
    top: 0px;
    width: 125px;
    z-index: 2;
}