﻿#miolo {
	padding:38px 30px 20px;
	position:relative;
	z-index:10;
	background:#fff;
	filter:none;
}
#miolo.box {
	top:0px;
}
#miolo article {
	overflow:hidden
}
/* #miolo article div.conteudo{width: 570px;}*/
#miolo article h1 {
	font-size:18px;
	color:#373737;
	font-weight:bold;
	text-align: left;
}
#miolo article p.meta {
	font-size:9px;
	color:#767676;
	text-transform:uppercase;
	padding-top:5px;
	margin:0;
	float:none;
}
#miolo article p.meta a {
	color:#767676;
	font-weight:bold
}
#miolo article p {
	font-size:12px;
	color:#373737;
	margin:15px 0 0 0;
	line-height:22px;
}


.img-release {
	margin:0px 0 10px 10px;
	float:right;
}
#miolo footer a.bt_default {
	float:right;
	margin:10px 0 0 0
}
#miolo footer {
	clear:both;
	width:888px;
}
#miolo footer p {
	clear:both
}
#miolo footer a.baixar {
	background:url('../img/ico/banco_de_imagens_download.gif') left center no-repeat;
	color:#5a5a5a;
	font-size:14px;
	padding:7px 20px 5px 30px;
	border-right:1px solid #eaeaea;
	margin-left:20px;
}
#miolo footer a.baixar:hover {
	color:#dc363a
}
#miolo footer a.baixar:first-child {
	margin:0
}
#miolo footer a.baixar:last-child {
	border:none
}
div.relacionados-releases {
	float:left;
	padding:15px 25px 0 25px;
	min-height:90px;
	width:244px;
	margin-top:5px;
}
div.relacionados-releases span:hover,div.relacionados-releases span {
	font-size:9px;
	color:#767676;
	display:block
}
div.relacionados-releases p {
	font-size:12px;
	margin-top:1em;
	font-weight:bold
}
div.relacionados-releases p a {
	color:#202020
}
div.relacionados-releases p a:hover {
	color:#d72b2f
}
div.relacionados-imprensa {
	background:#f8f8f8;
	float:left;
	border:1px solid #efefef;
	padding:10px 15px;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	width:260px;
	margin:10px 0 0 10px;
	min-height:90px
}
div.relacionados-imprensa h4 {
	font-size:15px;
	color:#5a5a5a;
	margin:10px 0;
	font-weight:bold
}
div.relacionados-imprensa h4 a {
	color:#dd383c
}
div.relacionados-imprensa p {
	font-size:12px;
	color:#5a5a5a
}
#miolo aside {
	overflow:hidden;
}
#miolo aside div:first-child {
	margin-left:0
}
#miolo.box {
	top: -35px;
	background-color:transparent;
}
.releaser h3.tit_box {
	color: #000;
}
/** Carousel **/

.jcarousel {
    position: relative;
    overflow: hidden;
}

.jcarousel ul {
    position: relative;
    width: 20000em;
}

.jcarousel li {
    float: left;
    position:relative;
    width: 960px;
    height: 400px;
}
.jcarousel li img 
{
    max-width:960px;
}
/** Carousel Controls **/

.jcarousel-control-prev,
.jcarousel-control-next {
    background-color: #000;
    background-repeat:no-repeat;
    background-position: center;
    height: 100%;
    opacity: 0.8;
    filter:alpha(opacity=80); /* For IE8 and earlier */
    overflow:hidden;
    position: absolute;
    top: 0;
    text-decoration: none;
    text-indent: 100%;
    white-space:nowrap;
    width: 47px;
    z-index: 12;
}

.jcarousel-control-prev {
    background-image: url('../img/ico/arrow-yello-large-left.png');
    left: 0;    
}

.jcarousel-control-next {
    background-image: url('../img/ico/arrow-yello-large-right.png');
    right: 0;        
}

.jcarousel-control-prev:hover span,
.jcarousel-control-next:hover span {
    display: block;
}

.jcarousel-control-prev.inactive,
.jcarousel-control-next.inactive {
    opacity: .5;
    cursor: default;
    display:none
}

/** Carousel Pagination **/

.jcarousel-pagination {
    position: absolute;
    bottom: 0;
    left: 15px;
}

.jcarousel-pagination a {
    text-decoration: none;
    display: inline-block;
    
    font-size: 11px;
    line-height: 14px;
    min-width: 14px;
    
    background: #fff;
    color: #4E443C;
    border-radius: 14px;
    padding: 3px;
    text-align: center;
    
    margin-right: 2px;
    
    opacity: .75;
}

.jcarousel-pagination a.active {
    background: #4E443C;
    color: #fff;
    opacity: 1;
}

.bt_default
{
    float:right
}


.noticias .title-categoria {
	height: 111px;
}
.button {
    background: url('../../../Content/img/bt/download.jpg');
    width: 315px;
    height: 89px;
    background-repeat: no-repeat;
    padding-top: 48px;
    padding-left: 91px;
    cursor:pointer;
    color: #b72424;
    white-space: nowrap;
    display: table;
    clear: both;
}

.button a
{
    color: #b72424;
}