footer-main
/*
//  CSS developed for FAC - Fundação Assis Chateaubriand - 2014
//
//  Version: 1.0;
//
//  Author: Bruno Rodrigues Silva - brunorodrigues.df@dabr.com.br;
//  Company: Diários Associados - www.correiobraziliense.com.br;
//
//  First group: Global configuration;
//  Second group: Text modification;
//  Third group: Navbar adjustment;
//  Fourth group: Content;
//  Fifth group: Notícia Interna adjustment;
//  Sixth group: Footer adjustment;
//  Seventh group: Other components adjustment;
*/
/*
// FIRST GROUP
// Global Configuration
*/
  
  html, body{
    height:100%;
    font-family: 'Open Sans', 'sans-serif';
  } 
  .row div { 
      -webkit-transition: width 0.8s ease   ;
      -moz-transition: width 0.8s ease   ;
      -o-transition: width 0.8s ease  ;
      transition: width 0.8s ease ;
  }
  
  .chromeframe {
  margin: 0;
  background: #FFF780;
  border: solid 1px #FFEE66;
  border-width: 1px 0;
  color: #AAAA66;
  padding: 10px 10px;
  text-align: center; }
  .chromeframe a {
    color: #2B2B1A;
    font-weight: bold;
    border-bottom: dotted 1px #2b2b1a; }
    
  /*Reset*/
  .reset-mg{margin:0 !important;}     .reset-mgl{margin-left: 0 !important;}    .reset-mgr{margin-right: 0 !important;}       .reset-pdt{padding-top:0 !important;}     .reset-pdl{padding-left:0 !important;}
  .reset-pd{padding:0 !important;}    .reset-mgt{margin-top: 0 !important;}   .reset-mgb{margin-bottom: 0 !important;}      .reset-pdb{padding-bottom:0 !important;}    .reset-pdr{padding-right:0 !important;}
  /*Margin*/
  .mgt-xxxlarge{margin-top: 40px !important;}   .mgb-xxxlarge{margin-bottom: 40px !important;}  .mgl-xxxlarge{margin-left: 40px !important;}  .mgr-xxxlarge{margin-right: 40px !important;}
  .mgt-xxlarge{margin-top: 30px !important;}    .mgb-xxlarge{margin-bottom: 30px !important;} .mgl-xxlarge{margin-left: 30px !important;}     .mgr-xxlarge{margin-right: 30px !important;}
  .mgt-xlarge{margin-top: 20px !important;}   .mgb-xlarge{margin-bottom: 20px !important;}  .mgl-xlarge{margin-left: 20px !important;}      .mgr-xlarge{margin-right: 20px !important;}
  .mgt-large{margin-top: 15px !important;}    .mgb-large{margin-bottom: 15px !important;}   .mgl-large{margin-left: 15px !important;}       .mgr-large{margin-right: 15px !important;}
  .mgt-normal{margin-top: 10px !important;}   .mgb-normal{margin-bottom: 10px !important;}  .mgl-normal{margin-left: 10px !important;}      .mgr-normal{margin-right: 10px !important;}
  .mgt-small{margin-top: 5px !important;}     .mgb-small{margin-bottom: 5px !important;}    .mgl-small{margin-left: 5px !important;}    .mgr-small{margin-right: 5px !important;} 
  .mgt-xsmall{margin-top: 2px !important;}
  
  /*Padding*/
  .pd-xxxlarge{padding:40px !important;}        .pd-xxlarge{padding:30px !important;}         .pd-xlarge{padding:20px !important;}
  .pd-normal{padding:10px !important;}        .pd-small{padding:5px !important;}            .pd-large{padding:15px !important;}
  
  .pdt-xxxlarge{padding-top: 40px !important;}    .pdb-xxxlarge{padding-bottom: 40px !important;}     .pdl-xxxlarge{padding-left: 40px !important;}     .pdr-xxxlarge{padding-right: 40px !important;}
  .pdt-xxlarge{padding-top: 30px !important;}     .pdb-xxlarge{padding-bottom: 30px !important;}      .pdl-xxlarge{padding-left: 30px !important;}      .pdr-xxlarge{padding-right: 30px !important;} 
  .pdt-xlarge{padding-top: 20px !important;}      .pdb-xlarge{padding-bottom: 20px !important;}         .pdl-xlarge{padding-left: 20px !important;}         .pdr-xlarge{padding-right: 20px !important;}
  .pdt-large{padding-top: 15px !important;}     .pdb-large{padding-bottom: 15px !important;}        .pdl-large{padding-left: 15px !important;}          .pdr-large{padding-right: 15px !important;}
  .pdt-normal{padding-top: 10px !important;}      .pdb-normal{padding-bottom: 10px !important;}       .pdl-normal{padding-left: 10px !important;}         .pdr-normal{padding-right: 10px !important;}
  .pdt-small{padding-top: 5px !important;}      .pdb-small{padding-bottom: 5px !important;}           .pdl-small{padding-left: 5px !important;}           .pdr-small{padding-right: 5px !important;}
  .pdt-xsmall{padding-top:3px !important;}
  /*Line-height*/
  .lineH0{line-height: 0 !important;}
  .lineH10{line-height: 10px !important;}     .lineH25{line-height: 25px !important;}
  .lineH12{line-height: 12px !important;}     .lineH30{line-height: 30px !important;}
  .lineH16{line-height: 16px !important;}     .lineH40{line-height: 40px !important;}
  .lineH18{line-height: 18px !important;}     .lineH50{line-height: 50px !important;}
  .lineH20{line-height: 20px !important;}     .lineH60{line-height: 60px !important;}
  
  /*Text-align*/
  .taC{text-align: center !important;}  .taR{text-align: right !important;}   .taL{text-align: left !important;}    .taJ {text-align: justify !important;}
  
  /*Text-transformation*/
  .ttU{text-transform: uppercase !important;}   .ttL{text-transform: lowercase !important;}   .ttC{text-transform: capitalize !important;}
  /*Font-size*/
  .fs-08{font-size: 8px !important;}
  .fs-10{font-size: 10px !important;}     .fs-12{font-size: 12px !important;}     .fs-13{font-size: 13px !important;}     .fs-14{font-size: 14px !important;} 
  .fs-15{font-size: 15px !important;}     .fs-16{font-size: 16px !important;}     .fs-18{font-size: 18px !important;}     .fs-19{font-size: 19px !important;} 
  .fs-20{font-size: 20px !important;}     .fs-22 {font-size: 22px !important;}    .fs-24{font-size: 24px !important;}     .fs-30{font-size: 30px !important;} 
  .fs-40{font-size: 40px !important;}     .fs-50{font-size: 50px !important;}     .fs-80{font-size: 80px !important;}     .fs-100{font-size: 100px !important;}
  /*Font-weight */
  .fw-100 {font-weight: 100 !important;}    .fw-200 {font-weight: 200 !important;}    .fw-300 {font-weight: 300 !important;}    .fw-400 {font-weight: 400 !important;}    
  .fw-500 {font-weight: 500 !important;}    .fw-600 {font-weight: 600 !important;}    .fw-700 {font-weight: 700 !important;}    .fw-800 {font-weight: 800 !important;}  .fw-900 {font-weight: 900 !important;}
/*
//SECOND GROUP
//Text modification
  #manchete_span5 a>p.texto,
  #manchete_span7 a>p.texto {color: #666;}
  a {color:#666;}
  a:hover, a:focus {color: #e7332a; text-decoration: none;} */
/*
//THIRD GROUP
//Navbar adjustment
*/
  .header_main {border-bottom:3px solid #e7332a;}
  .navbar-default {background-color:transparent; border-color: transparent;}
  .navbar {border-radius: 0px; min-height: 65px; border: none; margin-bottom: 0px;}
  /*.navbar-nav ul>li {border-right: 2px solid #ccc;}*/
  .navbar-nav ul>li:last-child {border-right: none;} 
  
  .navbar-default .navbar-collapse, .navbar-default .navbar-form { border-color: transparent;}
  .navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
    color: #fff;
    background-color: #e7332a;
    /* border: none;*/
  }
  .dropdown:hover .dropdown-menu {
      display: block;
   }
  .dropdown-menu {
    min-width: 180px;
    font-size: 14px;
    background-color: rgba(231, 51, 42, 0.7);
    border: none;
    border: none;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-clip: padding-box;
  }
  .dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
    text-decoration: none;
    color: #e7332a;
    background-color: #f5f5f5;
    }
  .dropdown-menu>li>a {
    display: block;
    padding: 7px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #fff;
    white-space: nowrap;
    }
    @media (min-width: 768px) {
      .navbar-form .form-control {
        display: inline-block;
        width: 95%;
        vertical-align: middle;
      }
      .navbar-form {
        width: 100%;
      }
    }
    @media (max-width: 767px) {
      .navbar-nav>li {width: 130px; font-size:0.9em; }
      
      .navbar-nav>li>a {
	padding-top: 10px !important;
	padding-bottom: 10px !important;
	}
      
      .navbar-nav>li>.dropdown-menu {
        position: absolute;
        left: 130px;
        top: 0px;
        font-size: 0.9em;
        min-width: 155px;
      }
      
      .dropdown-menu>li>a {
	padding: 8px 20px;
	}
	
	.form-control {
	  width: 90%;
	}
      }
/*
//FOURTH GROUP
//Content adjustment;
*/
  div.teaser {text-align: center;}
  div.teaser:first-child {margin-left: 8.33333333% !important;}
  /*Nav-pill - O que fazemos*/
    .fade {
      opacity: 0;
      -webkit-transition: opacity 2.25s linear;
        -moz-transition: opacity 2.25s linear;
         -ms-transition: opacity 2.25s linear;
          -o-transition: opacity 2.25s linear;
             transition: opacity 2.25s linear;
  }
  /*Blockquote - Missão e Visão*/
        .glyphicon-lg{font-size:3em}
    .blockquote-box{
      padding: 0 15px;
      border-left:2px solid #e7332a;margin-bottom:25px
    }
  /*Warning Box - Espaço Chatô */
    .alert-message {
        margin: 20px 0;
        padding: 20px;
        border-left: 3px solid #eee;
    }
    .alert-message h4 {
        margin-top: 0;
        margin-bottom: 5px;
    }
    .alert-message p:last-child {
        margin-bottom: 0;
    }
    .alert-message-danger {
        background-color: #fdf7f7;
        border-color: #e7332a;
    }
    .alert-message-danger h4 {
        color: #e7332a;
    }
  /* Lista de Parceiros - Parceria */
    .parceiros img {
      margin: 0 auto;
    }
  /* Title Adjustments */
    .back-faixa {
      background: url(http://imgs.sites.correioweb.com.br/fac/back_faixa.png);
      padding: 0px
    }
    .faixa-titulo {
          background-color: #ccc;
          padding: 8px 20px;
          margin: 0px;
          color:#666;
          font-weight:200;
    }
    .leia-mais {
      padding: 5px;
      margin: 9px;
      background-color: rgb(252, 105, 105);
      color: #fff;
      font-weight: 600;
    }
  /* Últimas Notícias - Sidebar */
    .onlyTabs ul {margin-top:0px;}
    .onlyTabs li {display:inline;}
    .onlyTabs li a {
      background:#999; 
      color:#FFF; 
      padding:5px;
      font-size: 13px;
      width: 100%;
      display: block;
    }
    .onlyTabs li a:hover {
      background:#e7332a; 
      color:#fff; 
      text-decoration:none;
    }
    .onlyTabs li a.selected {
      background:#e7332a; 
      color:#fff; 
      text-decoration:none;
    }
    .onlyTabs2 ul {margin-top:5px;}
    .onlyTabs2 li {display:inline;}
    .onlyTabs2 li a {
      background:#999; 
      color:#FFF; 
      padding:4px 6px;
    }
    .onlyTabs2 li a:hover {
      background:#e7332a; 
      color:#fff; 
      text-decoration:none;
    }
    .onlyTabs2 li a.selected {
      background:#e7332a; 
      color:#fff; 
      text-decoration:none;
    }
    .onlyTabs.tabs_green {
      background: transparent; 
      height: 30px;
    }
    .onlyTabs2.tabs_green {
      background: transparent; 
      height: 30px;
    }
    .list_contTabs 
    .line_list {
      background:#dedede; 
      padding:0px; 
      margin-bottom:5px; 
      list-style: none;
      width:100%;
    }
    .list_contTabs 
    .line_list:hover {background:#e1e1d1;}
    .date {
      float: left;
      margin: 10px;
      background: #ccc;
      padding: 10px;
      font-size: 14px;
    }
    div.txt {
      float: none;
      padding: 10px;
    }
    .inside_list_contTabs li{display:inline; padding:1px 5px;}
    .list_contTabs 
    .first_LI {
      background:#333; 
      color:#FFF;
    }
    .list_contTabs 
    .thrid_LI a {
      background: url("http://imgs.sites.correioweb.com.br/ragga/sprite_1.png") no-repeat; 
      display: block; 
      height: 16px; 
      margin-top: -1px; 
      text-indent: -9999px; 
      width: 16px; 
      float:left; 
      margin-left:5px;
    }
    .list_contTabs 
    .thrid_LI {float:right;
      padding-right:0px
    }
    .unit{float:left;}
    .bg_box {background:#FFF;}
    .bg_box_preto {background:#333;}
    .bg_box_preto 
    .title_news_defaut_sidebar {color:#e7332a;}
    .bg_box_preto 
    .subtitle_sidebar {color:#FFF;}
    .unit.news_sidebar.mbm 
    .bg_box_preto.box_news_sidebar.pam.unit {position:relative}
    .unit.news_sidebar.mbm 
    .bg_box_preto.box_news_sidebar.pam.unit p {float:left;margin-right:10px !important}
    .unit.news_sidebar.mbm 
    .bg_box_preto.box_news_sidebar.pam.unit img {float:right}
    .unit.news_sidebar.mbm 
    .bg_box_preto.box_news_sidebar.pam.unit img#logoehGata {float:left;bottom:10px;position:absolute;left:10px}
/*
//FIFTH GROUP
//Notícia Interna adjustment;
*/  
    .cont_superior_filme .cont_filme_img {width: 50%;}
    .gallery_ctrls { height: 22px; }
    .gallery_ctrls a { float: left; margin: 2px 8px 0px 8px; }
    .ie6 .gallery_ctrls a { margin: 2px 8px 0px 0px; }
    .gallery_ctrls p { color:#666666; float: left; margin-top:3px; }
    .ie6 .gallery_ctrls p { padding: 1px 8px 0 0 !important; }
    .gallery_ctrls p img {}
    .gallery_ctrls a input { vertical-align: bottom; }
    .font_smaller, .font_bigger { background: url("http://imgsapp.em.com.br/imgs/font.gif") no-repeat scroll 0 0 transparent; display: block; height: 16px; margin: 3px 2px 0 !important; }
    .font_smaller span, .font_bigger span { padding: 0 6px; }
    .send, .print, .slideshow, .correct { background: url("http://imgs.sites.correioweb.com.br/ragga/ctrls.png") no-repeat scroll 0 0 transparent; display: block; height: 16px; margin: 3px 7px; color:#666666; padding-left: 20px;}
    .send { background-position: 0 0; }
    .print { background-position: 0 -16px;}
    .slideshow { background-position: 0 -32px; }
    .correct { background-position: 0 -48px; }
    .barraSocial { background:url("http://imgs.sites.correioweb.com.br/ragga/bg_barra.png") repeat; border-radius: 0px; color: #333333; font-size: 12px; height: 38px; list-style: none outside none; margin: 10px auto !important; padding: 0 4px; }
    .barraSocial li { border-left: 1px solid #FFFFFF; border-right: 1px solid #C2C2C2; float: left; max-height: 38px; min-height: 18px; }
    .barraSocial li.primeiro { border-left: none; }
    .barraSocial li.ultimo { border-right: none; }
    .bsComentarios { background: url("http://imgs.sites.correioweb.com.br/ragga/bsIcoComentarios.gif") no-repeat scroll 9px 11px transparent; padding: 10px 11px 10px 29px;}
      span.bsLabel { float: left;}
      div.bsLabel { float: left; margin: 0 5px 0 0; }
    .bsAddTihs { padding: 11px 0 10px 11px; }
    .addthis_toolbox { float: left; }
    .comparacao .legenda_ad { background-color: #F6F6F6; color: #949494; font-size: 17px; padding: 2px 5px; }
    .comparacao .legenda_ad a { color: #990033; font-size: 17px; }
    /*.letras { width:200px;}
    .letras li{ float:left; margin-right:5px; margin-top:3px; color:#666666;} */
    .tags {padding:7px; margin-right:7px; font-size:13px; font-weight:bold;}
    .tags.b {background:#ededed;}
    .tags.b a{color:#666;}
    .box-noticias { border-top:4px solid #e7332a; /*width:270px;*/ }
    /*.box-noticias .tit { float:left; font-weight:bold; margin-top:7px; margin-bottom:10px; font-family:"trebuchet ms"; font-size:20px; text-transform:uppercase;  }*/
    .box-noticias li { clear:both; float:left; border-top:1px solid #dfe3e5; list-style:none; font-size:13px; padding:6px;  }
    .box-noticias li a{ text-decoration:none; color:#939393; width:100%; display:block; }
    .box-noticias li a:hover{ color:#e7332a;  }
    .link { color:#e7332a; text-decoration:none; font-size:13px;}
    .link:hover { text-decoration:underline; font-size:13px;}
    .tit2 {color:#e7332a;}
    .data { font-size:11px; margin-right:10px;}
    .data2 { font-size:11px; margin-left:10px; color:gray;}
    .descricao { color: #949494; display: block;}
    .red {color:#e7332a; margin-top:15px;}
    .ultimas-noticias {margin-top:20px;}
    .date2 {background:#333; color:#FFF; font-size:16px; float:left; padding:1px 5px; margin-right:8px;}
    .date {background:#333; color:#FFF; float:left; padding:4px; margin-right:8px;}
    .desc { color:#666666; font-size:12px; display:block; clear:both;}
    .lista-10 {margin-bottom:5px; display:block; font-size:16px; background:#f1f1e8; padding:10px; margin-bottom:5px; text-decoration:none;}
    .lista-10:hover {background:#e1e1d1; text-decoration:none;}
    .comentario { width:100%; padding:5px;}
    .comentario textarea { color:#666666; font-size:11px; border:1px solid #dfe6e9; width:100%; padding:3px; margin-bottom:5px}
    .comentario .label { color:#666666; display:block; margin-top:5px; }
    .titulo { margin: 28px 0px 9px 0px; font-size:24px; color:#666666;}
    .subtitulo { margin-top:10px; padding-top:10px; color: #333333; font-size: 20px; text-transform:uppercase; border-top:6px solid #e7332a; color:#666666; margin-left:5px; width:479px;}
    .box_msg {margin-left:5px; margin-top:20px; width:100%; overflow:auto; height:290px; }
    .box_msg .msg {padding:10px;  color:#666666;}
    .box_msg .nome {color:#ff9900;}
    .box_msg .bg {background:#ededed;}
    .line2 { width:100%; height:10px; clear:both; display:block; margin-bottom:10px; border-bottom:1px solid #DFE3E5}
    .bto {cursor:pointer; background:#e7332a; border:0px; padding:5px; color:white; font-size:13px; font-weight:bold;}
    .ff {width: 50%;}
    .cbox { margin-right:2px; color: #666666; padding:3px; width: 205px;  border: 2px solid #dfe3e5; font-weight: bold; }
    .nbox2 {color:#666666;}
    .cine a {text-decoration:none; }
    .cine a:hover { text-decoration:none; color:#e7332a; }
    .horarios { font-size:12px;}
    .cartaz { height:188px; padding:10px; display:inline-block; width:294px;}
    .cartaz:hover { background:#eaf3dd; text-decoration:none; }
    .tcine a{ font-weight:bold; text-transform:uppercase; color:#e7332a; font-size:14px; display:block;}
    .tcine a:hover{ font-weight:bold; text-transform:uppercase; color:#e7332a; font-size:14px; display:block; text-decoration:none;}
    .tsalas { color:#666666; font-weight:bold; }
    .txt3 a{ color:#666666; font-size:11px;}
    .txt3 a:hover{ text-decoration:none;}
    .gal { width:148px; color:#666666; text-decoration:none;}
    .gal:hover {text-decoration:none;}
    .gal .tbox { height:50px;}
    .gal .s { height:100px;}
    .gal b { color:#f88f06; font-weight:bold;}
    .gal img { margin-bottom:5px;}
    .bg-box2{ background:white;}
    .preestreia { position:relative; z-index:1; font-size:11px; color:white; font-weight:bold; background:#e7332a; padding:5px;}
    .preestreia img { position:absolute;   right: 36px;  top: -11px;}
    .fcine {z-index:99; position:relative;}
    .legenda {font-size: 12px; margin-left: 10px; margin-top: 10px;}
        
    /*-- Paginação --*/
    ul.paginacao li {
    	list-style:none;
    }
  
  /* Galeria de Fotos */
    /*STILOS DA GALERIA GRANDE*/
      .all_galeria {overflow:hidden;}
      .cabecalho_galeria {height: 90px;}
      .cabecalho_galeria ul {list-style: none;}
      .desc_galeria {
        height: auto;
        background: rgba(0, 0, 0, 0.4);
        position: absolute;
        bottom: 0px;
        z-index: 21;
        width: 100%;
      }
      .desc_galeria span { color:#FFF; text-shadow:#000 1px 1px 2px; padding: 10px;}
      .data_galeria {color:#e7332a;}
      .btn_acao_stilo {float:left; margin-top:5px;}
      .btn_acao_stilo a {
        padding:3px 8px 4px 17px;
        font-size:13px;
        text-decoration: none;
        background:#e7332a;
      }
      .btn_acao_stilo a:hover {color: #fff; text-decoration:none !important;}
      .btn_fix {padding:3px 10px 4px 10px !important;}
      .btn_acao_stilo #slide {
        background:url("http://imgs.sites.correioweb.com.br/fac/icone_slideShow.png") no-repeat 7px 5px #e7332a;
      }
      .btn_acao_stilo .contador {
        padding:3px 8px 4px 8px !important;
        color: #FFF;
        cursor:auto;
        margin-right: 5px;
      }
      .galeria_int {list-style: none;} 
      .galeria_mascara_int {list-style: none; }
      .seta_esq, .seta_dir {
        list-style: none;
        position:absolute;
        z-index:10;
        opacity:0.8;
      }
      .seta_esq a{
        background: url("http://imgs.sites.correioweb.com.br/fac/img-seta-esq.png");
        display:block;
        text-indent:-9999px;
        width:90px;
        height:30px;
      }
      .seta_esq a:hover {
        background: url("http://imgs.sites.correioweb.com.br/fac/img-seta-esq-hover.png");
        display:block;
        text-indent:-9999px;
        width:90px;
        height:30px;
      }
      .seta_dir a{
        background: url("http://imgs.sites.correioweb.com.br/fac/img-seta-dir.png");
        display:block;
        text-indent:-9999px;
        width:90px;
        height:30px;
      }
      .seta_dir a:hover {
        background: url("http://imgs.sites.correioweb.com.br/fac/img-seta-dir-hover.png");
        display:block;
        text-indent:-9999px;
        width:90px;
        height:30px;
      }
      .seta_esq {top:30%;}
      .seta_dir {right:0px; top:30%;}
      li.selected img{opacity:1 !important;}
      #miniaturas {
        background: rgba(255,255,255,0.5);
        height: auto;
        position: absolute;
        top: 104px;
        width: 100%;
        padding:10px;
        display:none;
        z-index:22;
      }
      #miniaturas li { float:left; overflow:hidden;}
      #miniaturas li img {opacity:0.5;}
      #img_ampliada {margin:0 auto;}
      #container_img_g img {max-width: 100%; max-height: auto;} 
      
      .lista_galerias {background: #dedede; padding: 10px; border-top: solid 2px #e7332a;}
      .item-relacionados {min-height: 200px;}
  /* TOOL TIPS */
    #easyTooltip{
      padding:5px;
      border:none;
      background:#f1f1f1;
      color:#666666;
      }
  
  /* Comentarios */
    .socialbox {margin:20px 0 0px 0px; float:left; background-color:#ededed;  border:1px solid #d2d8b8; clear:both;  width:607px;  height:214px}
    .socialbox .h3 {color:#e7332a; font-size:20px; font-weight:bold;}
    .socialbox .zebra {background-color:#fff;}
    .socialbox .cor1 { color:#e7332a; text-decoration:none; font-size:13px; font-weight:bold;}
    .socialbox textarea { color:#7f7f7f; width:240px; height:70px; background-color:#e1e8cf; border:1px solid #d1d8bf; float:left; margin-bottom:10px;}
    .socialbox .comments {width:350px;height:214px;margin:-1px;float:right;overflow:hidden;}
    .socialbox .comments #div_comentarios {width:350px;height:231px;overflow:scroll;}
    .socialbox .send_comment { margin-left:23px;}
    .socialbox .contador { margin-bottom:6px; padding-bottom:3px; border-bottom:1px solid #e1e8cf; width:100%;}
    .comment_loggin {height:213px; color:#666666;}
    .comment_loggin label {display:block;}
    .comment_loggin .btn {background:url(http://imgsapp.em.com.br/imgs/send_comment.gif) center;}
  
  /* Ademais */
    .c1 { padding-left:5px; color:#666666; width:200px;  float:left; border:1px solid #DFE3E5; height:28px;}
    .c2 { padding-left:5px; color:#666666; width:140px;  float:left; border:1px solid #DFE3E5; height:28px;}
    .txt a{ display:block; text-decoration:none;}
    .abas{ margin-bottom:20px;}
      div.abas ul { border-bottom: 1px solid #dfe3e5; margin: 30px 0 5px; padding-left: 10px; padding-bottom:5px; }
      div.abas li { display: inline; }
      div.abas li a {  background:#e7332a; font-size:15px; color: #FFFFFF; padding: 5px 15px 5px; text-decoration: none;}
      div.abas li a.a2 {  background:#e7332a; font-size:15px; color: #FFFFFF; padding: 5px 15px 5px; text-decoration: none;}
      .selecionado a { text-decoration:none;  -moz-border-bottom-colors: none; -moz-border-image: none; -moz-border-left-colors: none; -moz-border-right-colors: none; -moz-border-top-colors: none; background:#FFFFFF !important; border-color: #dfe3e5 #dfe3e5 #FFFFFF; border-style: solid; border-width: 1px; color:#666666 !important;}
    /*  div.nbox, .nbox2{display:none} */
    .titulo_noticia {
        color: #666666;
        font-size: 24px;
    }
      
    .login p { color:#666666#666666}
    .msgs { width:610px; border-top:1px solid #DFE3E5;  color:#666666; padding:10px;}
    .msgs2 { width:453px; border-top:1px solid #DFE3E5;  color:#666666; padding:10px 10px 10px 0px;}
    .msgs2 .nome { font-size:14px; color:#666666; font-weight:bold;}
    .msgs .nome { font-size:14px; color:#666666; font-weight:bold;}
    .comentarios {border-top: 4px solid #e7332a;}
    .comentario2 { /* width:621px; */ height:50px; border:1px solid #DFE3E5; color:#666666; padding:3px; }
    .comentario3 { /* width:472px; */ height:50px; border:1px solid #DFE3E5; color:#666666; padding:3px; }
    .num { font-size:24px; color:gray;}
    .num.red { color:red;}
    .mTabs .bg_box { width:630px;}
    .mTabs .bg_box2 { width:649px; background:white;}
    .scroll { overflow:auto; height:311px; }
    .scroll2{ overflow:auto; height:411px; color:#666666; }
    .vejamais { text-transform:uppercase;  font-weight:bold; cursor:pointer; clear:both; height:24px; padding-top:4px; color:white; text-align:center; font-size:15px; background:#e7332a;}
    .vejamais:hover { background:#e7332a;}
    .vejamais2 { text-transform:uppercase;  font-weight:bold; cursor:pointer; clear:both; height:24px; padding-top:4px; color:white; text-align:center; font-size:15px; background:#e7332a;}
    .vejamais2:hover { background:#e7332a; color:#FFC52A; }
    .lista li{ list-style:disc; margin-left:15px; color:#666666; height:20px }
    .lista li b{margin-right:5px;}
    .sc {margin-top:14px;}
    .noline:hover{ text-decoration:none;}
    .relative{position:relative;}
    .cell { background:white; float:left; width:206px; margin-bottom:15px; color:#666666; position:relative;}
    .cell .date {background:black; font-weight:bold; font-size:17px; color:#e7332a;  padding:3px 5px 3px 5px; }
    .cell p {margin-bottom:5px;}
    .tit {font-size:14px; font-weight:bold; color:#e7332a; }
    .tit.bg1 {background:#d85194;}
    .tit.bg2 {background:#e7332a;}
    .tit.bg3 {background:#227ec1;}
    .tit.bg4 {background:#ff8308;}
    .tit3 { font-size:16px; font-weight:bold; color:#e7332a;}
    .mr { margin-right:15px;}
    .mb15 {margin-bottom:15px;}
    .g4 { bottom:42px; left:10px; margin-bottom:-21px; position:absolute; text-align:right; width:178px; z-index: 2;}
    .g { bottom:69px; left:13px; margin-bottom:-21px; position:absolute; text-align:right; width:178px; z-index: 2;}
    .lh22 {line-height: 22px;}
    .g3 {position: absolute; width:164px; z-index: 2; bottom:65px; left:15px;}
    .reg {border-left:3px solid #fc8e00; margin-left:10px;}
    .bar1 { background:#e7332a; color:white; text-decoration:none; }
    .mr5 { margin-right:5px;}
    .bto3 { background:none repeat scroll 0 0 #663300; color:white; height:23px; padding-top:7px; text-align:center; width:37px;}
    .bto3:hover {text-decoration:none;}
    .bto {font-weight:bold; cursor:pointer; background:#c7c7c7; border:0px; padding:6px 8px; height:30px; color:white; font-size:13px; font-weight:bold;}
    .bto:hover {background:#e7332a; color:#FFC52A; text-decoration:none;}
    .bto:active {background:#7eb6de;  }
    .bto2 { background:#FC8E00; color:white; float:left; font-size:15px; height:23px; padding-top: 5px; text-align:center; width:268px;}
    .bto2:hover { background:#fb9c21; text-decoration:none;}
    .tc1 { color:#ffa041; font-size:15px; font-weight:bold; display:block;}
    .lista a:hover {text-decoration:none !important;}
    .tc2 { color:#666666; font-size:13px;}
    .body .innerborder, .innerborder img { float: left; overflow: hidden; }
    .body a:hover .innerborder { border: 3px solid #f88f06; cursor: pointer; }
    .body a:hover .innerborder img { cursor: pointer; margin: -3px !important; }
    .body a.active .innerborder { border: 3px solid #f88f06; cursor: pointer; }
    .body a.active .innerborder img { cursor: pointer; margin: -3px !important; }
  
  
/*
//SIXTH GROUP
//Footer adjustment;
*/
  .footer-main {
    clear:both;
    background-color:#e7332a; 
    color:#fff;
} 
	
  .footer-main a {
    color:#fff
  }
  .footer-main a:hover, .footer-main a:focus {
    color:#fff;
    text-decoration: underline;
  }
/*
//SEVENTH GROUP
//Other components adjustment;
*/
  /*Slider Caption*/
    .carousel-caption {
      background: none repeat scroll 0 0 rgba(231, 51, 42, 0.5);
        bottom: 0;
        left: 0;
        right: 0;
        padding-bottom: 15px;
        padding-top: 0;
        color: #fff;
        text-shadow: none;
    }
	a.left > span {
	    top: 49%;
	    display: inline-block;
	    position: absolute;
	    font-size: 50px;
	    left: 30px;
	   }
	a.right > span {
	    top: 49%;
	    display: inline-block;
	    position: absolute;
	    font-size: 50px;
	    right: 30px;
	   }
/*
//SECOND GROUP
//Text modification
*/
  #manchete_span5 a>p.texto,
  #manchete_span7 a>p.texto {color: #666;}
  a {color:#666;}
  a:hover, a:focus {color: #e7332a; text-decoration: none;}