﻿@charset "utf-8";

/* Coluna central */

#apewebCentro {
  position: relative;
  float: right;
  width: 800px;
  margin-top: 5px;
  z-index: 0;
}

/* Coluna central > Topo */

/* Chamada principal */

#apewebDestaquetopo {
  position: relative;
  float: left;
  width: 609px;
  height: 236px;
  z-index: 1;
}

#apewebChamadas {
  position: relative;
  z-index: 2;
}

.apewebChText {
  position: relative;
  float: left;
  width: 184px;
  height: 236px;
  background: #aaa;
}

.apewebChText h2 {
  padding: 15px 10px;
  font-size: 18px;
  color: #fff;
}

.apewebChText a {
  color: #fff;
  text-decoration: none;
}

.apewebChText h4 {
  padding: 0 10px;
  font-size: 13px;
  color: #fff;
}

.apewebTab {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  height: 16px;
  color: #666;
  z-index: 3;
}

.apewebTab a {
  padding: 0 6px;
  background: #fff;
  color: #666;
  text-decoration: none;
}

.apewebTab a.activeSlide {
  padding: 0 6px;
  background: #ddd;
  color: #666;
}

.apewebChImg {
  position: relative;
  float: right;
  width: 425px;
  height: 236px;
  background: #ddd;
  overflow: hidden;
}

.apewebChImg img {
  width: 424px;
  height: 236px;
}

/* Twitter */

#apewebTwitter {
  position: relative;
  float: right;
  width: 191px;
  height: 237px;
  text-align: center;
}

#apewebTwitter .twitter_badge {
  position: relative;
  top: -12px;
}

#apewebTwitter .follow {
  background: url(../images/twitterlogo.jpg) no-repeat center bottom;
  display: block;
  width: 123px;
  height: 43px;
  padding: 0 33px;
  text-indent: -9999px;
}

/* Coluna central > Lado Esquerdo */

#apewebCentroEsquerdo {
  position: relative;
  float: left;
  width: 480px;
  z-index: 1;
}

/* Destaques */

#apewebDestaques {
  width: 470px;
  margin: 35px 5px 15px;
}

.apewebSubContainer {
  position: relative;
  float: left;
  margin: 0 20px 5px 0;
  width: 215px;
  z-index: 2;
}

.apewebTitulo {
  float: left;
  width: 140px;
  height: 130px;
  padding: 5px;
  overflow: hidden;
}

.cinza {
  background: #eee;
  margin-bottom: 10px;
}

.apewebTitulo h3 {
  color: #c00;
  font-size: 11px;
  padding-right: 50px;
  text-transform: uppercase;
}

.apewebTitulo p {
  color: #333;
  font-size: 11px;
  padding-right: 50px;
}

.apewebSubContainer img {
  position: absolute;
  right: 0;
  width: 107px;
  height: 125px;
}

/* Notas */

#apewebNotas {
  width: 450px;
  margin: 0 5px;
  border-top: 12px solid #9d9d9d;
}

#apewebNotas h4 {
  color: #000;
  font-size: 13px;
  padding: 5px 0;
  text-transform: uppercase;
}

.apewebNota {
  margin-bottom: 8px;
}

.apewebNota h5 {
  color: #c00;
  font-size: 12px;
}

.apewebNota span {
  color: #333;
  font-size: 11px;
  padding-right: 10px;
}

.apewebNota a {
  color: #f30;
}

.apewebBtnNotas {
  background: transparent url(../images/btnnotas.jpg) no-repeat center center;
  float: right;
  display: block;
  width: 90px;
  height: 20px;
  text-indent: -9999px;
}

/* Coluna central > Lado Direito */

#apewebCentroDireito {
  position: relative;
  float: right;
  width: 320px;
}

/* Pensamento */

#apewebPensamento {
  background: transparent url(../images/pensamento.jpg) no-repeat center bottom;
  width: 299px;
  height: 108px;
  margin: 35px 10px 15px;
}

#apewebPensamento h4 {
  color: #000;
  font-size: 13px;
  padding-bottom: 5px;
  text-transform: uppercase;
}

#apewebPensamento h5 {
  color: #c2272d;
  font-size: 11px;
  padding: 10px 100px 0 10px;
}

#apewebPensamento p {
  color: #666;
  font-size: 10px;
  padding: 0 100px 0 10px;
}

#apewebPensamento a {
  color: #f30;
}

/* YouTube */

#apewebVideo {
  margin: 35px 10px 15px;
}

#apewebVideo h4 {
  color: #000;
  font-size: 10px;
}

/* Artigos */

#apewebArtigos {
  margin: 20px 10px 0;
}

.apewebArtigo {
  border-bottom: 1px solid #bbb;
  margin-bottom: 10px;
  padding-bottom: 5px;
}

.apewebArtigo h4 {
  color: #000;
  font-size: 13px;
  padding-bottom: 5px;
  text-transform: uppercase;
}

.apewebArtigo img {
  position: relative;
  float: left;
  width: 65px;
  height: 64px;
}

.apewebArtigo h5 {
  color: #c2272d;
  font-size: 10px;
  margin-left: 70px;
}

.apewebArtigo p {
  color: #666;
  font-size: 10px;
  margin-left: 70px;
}

.apewebArtigo a {
  color: #f30;
  font-size: 10px;
  margin-left: 5px;
}

/* Tags */

#apewebTags p {
  margin: 20px 10px 15px;
  color: #c2272d;
  font-size: 11px;
  border-left: 2px solid #f0960a;
  padding-left: 5px;
}





