/* --------- Componente Abas ------------- */
.c-abas {
	position: relative;
	border-top: 1px solid #E3E4E4;
	display: inline-block;
	float: left;
	font-family: 'Open Sans';
	margin-bottom: 8%;
	width: 100%;
}

.c-abas .c-aba {
	float: left;
	width: 100%
}

.c-abas .c-titulo {
	cursor: pointer;
	margin-bottom: 0;
	color: #134D86;
	display: block;
	text-align: center;
	text-transform: uppercase;
	padding: 0.4em;
	font-size: 1em;
}

.c-abas .c-titulo a {
	display: block;
}

.c-abas .c-titulo:hover {
	text-decoration: none;
	border-bottom: solid 2px #134D86;
}

.c-abas .c-cont {
	width: 100%;
	padding: 0.5em 0 0 0;
	border-top: 1px solid #E3E4E4;
}

.c-abas .c-chamada {
	border-top: none;
	padding-top: 0;
	margin: 0
}

.c-abas .aba-ativa .c-titulo {
	border-bottom: solid 2px #134D86;
}

.tabs-2 .c-titulo {
	width: 50%;
}

.tabs-3 .c-titulo {
	width: 33%;
}

.tabs-4 .c-titulo {
	width: 25%;
}

.tabs-2 .c-cont li,
.tabs-3 .c-cont li {
	display: inline-block;
	border-bottom: 1px dotted #CCC;
	padding: 5px 0 5px 0;
	width: 100%;
}

.tabs-2 .c-cont li a,
.tabs-3 .c-cont li a,
.tabs-2 .c-cont li article {
	display: table-cell;
	vertical-align: middle;
	color: #000;
	text-decoration: none;
	line-height: 130%;
	font-size: 12px;
}

.tabs-2 .c-cont li a:hover,
.tabs-3 .c-cont li a:hover {
	text-decoration: underline;
}

.tabs-2 .c-cont span,
.tabs-3 .c-cont span {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	width: 4em;
	font-size: 13px;
}

.tabs-2 .c-cont span img,
.tabs-3 .c-cont span img {
	width: 70%;
	border: 1px solid #DFDEDE;
	padding: 0.2em;
}

.tabs-2 .c-cont .comments,
.tabs-3 .c-cont .comments {
	font-size: 100%;
	color: #666;
	display: block;
	text-align: left;
	font-weight: normal;
}

.tabs-2 .aba2 {
	position: absolute;
	right: 0px;
	top: 0;
}

.tabs-3 .aba2 {
	position: absolute;
	left: 26%;
	top: 0;
}

.tabs-3 .aba3 {
	position: absolute;
	right: 0px;
	top: 0
}

.ballon {
	background: #ededed;
	position: relative;
	width: 78%;
	height: 25px;
	text-align: center;
	line-height: 25px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	display: block;
	margin: 0 auto 0.3em
}

.ballon:before {
	content: "";
	position: absolute;
	bottom: -7px;
	left: 11px;
	border: 0;
	border-right-width: 15px;
	border-bottom-width: 10px;
	border-style: solid;
	display: block;
	width: 0;
	border-color: transparent #ededed;
}

.social {
	height: 21em;
	width: 300px;
	margin-top: 0;
	margin-bottom: 25px
}

.social .c-titulo {
	font-size: 0.750em;
	padding: 0.7em 0.1em 0.7em 2.2em;
}

.social .fb {
	background-image: url("../../_imagens/sprite-icones-sociais.png");
	background-repeat: no-repeat;
	background-position: 0 -40px;
	background-size: 24px auto;
	width: 92px;
}

.social .tw {
	background-image: url("../../_imagens/sprite-icones-sociais.png");
	background-repeat: no-repeat;
	background-position: 10px -84px;
	background-size: 24px auto;
	left: 33%;
}

.social .inst {
	background-image: url("../../_imagens/sprite-icones-sociais.png");
	background-repeat: no-repeat;
	background-position: 0 -172px;
	background-size: 24px auto;
}
/*-- Exce��es para IE --*/
.ie8 .social .fb {
	background-image: url("../../_imagens/sprite-icones-sociais_IE.png");
	background-repeat: no-repeat;
	background-position: 0 -42px;
	width: 92px;
}
.ie8 .social .tw {
	background-image: url("../../_imagens/sprite-icones-sociais_IE.png");
	background-repeat: no-repeat;
	background-position: 10px -88px;
	left: 33%;
}
.ie8 .social .inst {
	background-image: url("../../_imagens/sprite-icones-sociais_IE.png");
	background-repeat: no-repeat;
	background-position: 0 -180px;
}
/*--*/



.social .fb_iframe_widget iframe {
	position: relative
}

.autores .c-cont li {
	width: 100%;
	display: table;
	border-bottom: none
}

.autores .p-chamada .c-img {
	float: left;
	margin: 0 4% 0 0;
	width: 26%;
}

.autores .c-sobretitulo {
	font-size: 0.8em
}

.autores .c-tit-autores {
	color: #000;
	font-weight: 600;
	text-transform: none;
	font-size: 120%;
	padding-bottom: 4%;
}

.autores .link-ver-mais {
	border-top: 1px dotted #CCC;
}

.colunistas .c-cont li {
	padding: 10px 0 0;
	border-bottom: 1px dotted rgb(204, 204, 204);
}

.colunistas .c-img img {
	display: table-cell;
	vertical-align: bottom
}

.colunistas .link-ver-mais {
	border-top: none;
}

.tabs-2 li a.link-ver-mais {
	border-bottom: 1px dotted #CCC;
	width: 100%;
	padding: 10px 0;
	text-align: right;
	color: #108CBF;
	font-size: 12px;
	display: block;
	line-height: 0.3em
}

.tabs-3 li a.link-ver-mais {
	border-bottom: 1px dotted #CCC;
	width: 100%;
	padding: 10px 0;
	text-align: right;
	color: #108CBF;
	font-size: 12px;
	display: block;
	line-height: 0.3em
}

.gp-lateral .c-abas:first-child {
	border-top: 0
}

.abas-sociabilizacao .c-titulo {
	font-size: 0.9em
}

.abas-sociabilizacao .t-lidas {
	width: 75px;
	margin-right: 0.3em
}

.abas-sociabilizacao .t-comentadas {
	margin-left: 0.2em;
	margin-right: 0.2em;
	width: 113px
}

.abas-sociabilizacao .t-quem-mais-comentou {
	width: 101px
}

.abas-sociabilizacao .mais-comentou span.comments{
	width:auto;
}

.c-abas .maislidas li article {
	display: table-cell;
	vertical-align: middle;
}

.aba-ultimas .c-cont li { padding: 10px 0; }
.aba-ultimas .c-cont li:last-child {
	border-bottom: none
}

.aba-ultimas .c-cont li h2 { font-weight: 600; }

.aba-ultimas .c-titulo {
	width: 25%;
	padding: 0.4em 0;
}