@charset "utf-8";
* {
	margin: 0;
	padding: 0;
	font-family: "trebuchet MS";
	font-size: 12px;
	text-decoration: none;
	border: none;
	outline: none;
}
header, section, footer {
	display: block;
	width: auto;
	height: auto;
	overflow: hidden;
}
html {
	background: url(../images/bg-html.jpg) center repeat;
}
#bg-truck {
	background: url(../images/bg-body.jpg) center top no-repeat;
}
#bg-kids {
	background: url(../images/bg-body-kids.jpg) center top no-repeat;
	background-color: #fff;
}
.f-Left{
	float:left;
}

.f-Right{
	float:right;
}

/* ------------------------------------------ ADICIONAIS / PADRÃO ------------------------------------------ */
form {
	margin-bottom: 20px;
	display: block;
	width: auto;
	height: auto;
	overflow: hidden;
}
form span {
	margin-right: 10px;
	padding-top: 5px;
	display: block;
	width: auto;
	height: auto;
	overflow: hidden;
	float: left;
}
form input, form textarea, form select {
	padding: 5px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	border: 1px solid #999;
	float: left;
}
form select {
	margin-right: 10px;
}
form .button input {
	margin-left: 170px;
	width: 100px;
	height: auto;
	background: #ddd;
	background: -moz-linear-gradient(top, #cde2bd, #fff);
	background: -webkit-gradient(linear, left top, left bottom, from(#cde2bd), to(#fff));
 filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#cde2bd', EndColorStr='#ffffff', GradientType=0);
	border-color: #66a533;
	border-bottom-color: #3b8500;
	font-weight: bold;
	font-size: 15px;
	color: #2a5f1b;
}
form .button input:hover {
	background: #ddd;
	background: -moz-linear-gradient(top, #ddd, #fff);
	background: -webkit-gradient(linear, left top, left bottom, from(#469d01), to(#377a01));
 filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#dddddd', EndColorStr='#ffffff', GradientType=0);
	text-shadow: 1px 1px #459b01;
	border-bottom-color: #1e4200;
	cursor: pointer;
}
h1, h2 {
	display: block;
	width: auto;
	height: auto;
	font-size: 18px;
	color: #1c1c1c;
	text-transform: uppercase;
	text-shadow: 1px 1px #fff;
}
h3 {
	margin-bottom: 10px;
	padding: 5px;
	display: block;
	width: auto;
	height: auto;
	background: #900;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
}
.subscrito {
	display: block;
	width: auto;
	height: auto;
	overflow: hidden;
	font-size: 11px;
	color: #222;
	text-shadow: 1px 1px #fff;
	font-weight: bold;
}
.collor-red {
	color: #ce0100;
}
.date {
	display: block;
	width: auto;
	height: auto;
	overflow: hidden;
	font-size: 11px;
	color: #000;
	font-weight: bold;
}


.date-contador {
	display: block;
	width: auto;
	height: auto;
	overflow: hidden;
	font-size: 15px;
	color: #fff;
	font-weight: bold;
}


.see-more {
	padding-top: 3px;
	padding-left: 10px;
	display: block;
	width: 77px;
	height: 21px;
	background: url(../images/bg-seemore.png) left top no-repeat;
	font-size: 11px;
	color: #fff;
	text-shadow: 1px 1px #000;
}
.see-more-link {
	font-size: 12px;
	color: #a01414;
	font-weight: bold;
	text-shadow: 1px 1px #fff;
}
article .title{
	margin-bottom: 20px;
	width: auto;
	height: 38px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	border: 1px solid #bfbfbf;
	border-right-color: #fff;
	border-bottom-color: #fff;
	background: url(../images/bg-title.jpg) center repeat-x;
}
article .title h1, article .title h2 {
	margin-top: 8px;
	margin-left: 10px;
}

article .box-redator{
	margin-bottom: 20px;
	padding: 10px;
	width: auto;
	height: auto;
	overflow: hidden;
	border: 1px solid #aaa;
	border-top-color: #ddd;
	border-left-color: #ddd;
	background: rgb(238, 238, 238, 0.5);
}

article .box-redator img{
	margin-right: 20px;
	float: left;
}

article .box-redator a{
	margin: 20px 0 0 0;
	float: left;
	
	font-size: 16px;
	color: #900;
}

/*
article .box-redator a:after{
	content: "Facinho!";
}
*/


.share {
	margin-top: 20px;
	padding: 10px;
	padding-left: 560px;
	width: auto;
	height: auto;
	overflow: hidden;
	background: url(../images/bg-share.png) center repeat;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
.share-small {
	margin-top: 0;
	width: auto;
	height: auto;
	overflow: hidden;
	float: right;
}
.share p, .share-medium p {
	margin-right: 5px;
	float: left;
}
.share .fb, .share-medium .fb, .share-small .fb {
	margin-left: 5px;
	display: block;
	width: 20px;
	height: 20px;
	
	float: left;
}
.share .twitter-share-button, .share-medium .twitter-share-button, .share-small .twitter-share-button {
	margin-left: 5px;
	display: block;
	float: left;
}
.navigation {
	margin-top: 20px;
	padding: 10px;
	width: auto;
	height: auto;
	overflow: hidden;
	background: url(../images/bg-share.png) center repeat;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
.navigation ul {
	display: block;
	width: auto;
	height: auto;
	overflow: hidden;
}
.navigation ul li {
	margin: 2px;
	display: block;
	width: auto;
	overflow: hidden;
	float: left;
}
.navigation ul li a {
	padding: 3px 5px;
	display: block;
	width: auto;
	min-width: 20px;
	height: auto;
	overflow: hidden;
	border-radius: 4px;
	color: #000;
	text-align: center;
}
.navigation ul li a:hover, .navigation ul li .active {
	padding: 2px 4px;
	background: url(../images/bg-main.png) center repeat;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
.navigation ul li .active:hover {
	background: url(../images/bg-share.png) center repeat;
}
.space {
	width: auto;
	height: 20px;
}
/* ------------------------------------------ HEADER ------------------------------------------ */

header {
	margin: auto;
	margin-bottom: 10px;
	width: 990px;
	position: relative;
}
header .logo {
	width: auto;
	height: auto;
	overflow: hidden;
}
header .logo img {
	margin: auto;
	display: block;
}

header .slogan {
	position:absolute;
	top:164px;
	left:350px;
	font-weight:bold;
	font-size:14px;
	text-shadow:1px 1px #D5D5D5;
	-moz-text-shadow:1px 1px #D5D5D5;
	-webkit-text-shadow:1px 1px #D5D5D5;
	-o-text-shadow:1px 1px #D5D5D5;
}

header .search {
	width: auto;
	height: auto;
	overflow: hidden;
	position: absolute;
	top: 156px;
	right: 2px;
}
header .search span {
	margin-top: 2px;
	margin-right: 10px;
	display: block;
	float: left;
	font-size: 16px;
	text-shadow: 1px 1px #d5d5d5;
	text-transform: uppercase;
	font-weight: bold;
}
header .search form {
	display: block;
	width: 177px;
	height: auto;
	overflow: hidden;
	background: url(../images/bg-ipt-search.png) left top no-repeat;
	float: left;
}
header .search form input {
	padding: 0 5px 0 5px;
	width: 167px;
	height: 24px;
	background: none;
	color: #6c6c6c;
	border: none;
}
header .search form input:focus {
	color: #333;
}
header nav {
	padding-bottom: 1px;
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
}
header nav ul {
	margin: auto;
	display: block;
	width: 990px;
	height: auto;
	overflow: hidden;
	border-radius: 6px;
	-moz-border-radius: 6px;
	box-shadow: 1px 1px #dfdfdf;
}
header nav ul li {
	display: block;
	width: auto;
	height: auto;
	overflow: hidden;
	float: left;
}
header nav ul li:first-child a {
	padding-left: 15px; /* 18px */
	padding-left: 10px\0/IE9; /* hack para ie9 */
	border-radius: 6px 0 0 6px;
}
header nav ul li:last-child a {
	padding-right: 14px; /* 18px */
	padding-right: 10px\0/IE9; /* hack para ie9 */
	border-radius: 0 6px 6px 0;
}
header nav ul li a {
	padding: 13px 15px;
	display: block;
	color: #FFF;
	background: #010101;
	background: -moz-linear-gradient(top, #45484c, #010101);
	background: -webkit-gradient(linear, left top, left bottom, from(#45484c), to(#010101));
 filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#45484c', EndColorStr='#010101', GradientType=0);
	text-shadow: 1px 1px #000;
}
header nav ul li a:hover {
	background: #b91a19;
	background: -moz-linear-gradient(top, #f00c0d, #b91a19);
	background: -webkit-gradient(linear, left top, left bottom, from(#f00c0d), to(#b91a19));
 filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#f00c0d', EndColorStr='#b91a19', GradientType=0);
}
/* ------------------------------------------ SECTION ------------------------------------------ */

section {
	padding-bottom: 50px;
	background: url(../images/bg-section.png) center 47px repeat-x;
}
section .center {
	margin: auto;
	width: 990px;
	height: auto;
	overflow: hidden;
}
/* ------------------------------------------ SECTION ARTICLE ------------------------------------------ */

section .center article {
	display: block;
	width: 672px;
	height: auto;
	overflow: hidden;
	float: left;
}

section .center .biggest{
	width: 100%;
}

section .center article .banner {
	padding-top: 7px;
	width: 100%;
	height: 314px;
	background: url(../images/bg-banner.png) left top no-repeat;
	position: relative;
}
section .center article .banner .rotator {
	padding: 10px;
	width: 150px;
	height: 42px;
	background: url(../images/bg-rotator.png) center repeat;
	position: absolute;
	right: 18px;
	bottom: 25px;
	z-index: 999;
}
/*
section .center article .banner .rotator ul {
	display: block;
	width: auto;
	height: auto;
	overflow: hidden;
	float: right;
}
section .center article .banner .rotator ul li {
	display: block;
	width: auto;
	height: auto;
	overflow: hidden;
	float: left;
}
*/
section .center article .banner .rotator a {
	padding: 10px;
	display: block;
	width: auto;
	height: auto;
	font-family: arial;
	font-size: 18px;
	color: #fff;
	text-shadow: 1px 1px #000;
	float: left;
}
section .center article .banner .rotator a:hover, section .center article .banner .rotator .activeSlide {
	color: #ea0e0f;
}
section .center article .banner .images {
	margin-left: 7px;
	display: block;
	width: 647px;
	height: 289px;
	overflow: hidden;
}
section .center article .banner .images li {
	display: block;
	width: 100%;
	height: 289px;
	position: relative;
}
section .center article .banner .images img {
	max-width: 647px;
	max-height: 289px;
}
section .center article .banner .images a {
	display: block;
	width: auto;
	height: auto;
	overflow: hidden;
}
section .center article .banner .images p {
	padding: 10px;
	display: block;
	width: 457px;
	height: 42px;
	background: url(../images/bg-rotator.png) center repeat;
	position: absolute;
	bottom: 0;
	left: 0px;
	font-family: arial;
	font-size: 15px;
	color: #fff;
	text-shadow: 1px 1px #000;
}
section .center article .banner .images p span {
	display: block;
	width: auto;
	height: auto;
	overflow: hidden;
	font-size: 16px;
	color: #ffda27;
}
/**********************************************/

section .center article .container {
	margin-top: 40px;
	width: auto;
	height: auto;
	overflow: hidden;
}
section .center article .container .title .subscrito {
	margin-top: 12px;
	margin-right: 10px;
	float: right;
}
/**********************************************/

section .center article .container .latest-news {
	width: 418px;
	height: auto;
	overflow: hidden;
	float: left;
}
section .center article .container .latest-news ul {
	display: block;
	width: auto;
	height: auto;
	overflow: hidden;
	float: right;
}
section .center article .container .latest-news ul img {
	padding: 6px;
	display: block;
	max-width: 163px;
	max-height: 163px;
	background: #cdcdcd;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	float: left;
}
section .center article .container .latest-news ul .featured {
	padding-top: 0;
	border-top: none;
}
section .center article .container .latest-news ul .featured a {
	font-size: 14px;
	color: #ce0100;
	text-shadow: 1px 1px #fff;
	font-weight: bold;
}
section .center article .container .latest-news ul li {
	margin-left: 10px;
	padding: 10px 0 10px 0;
	display: block;
	width: 230px;
	height: auto;
	overflow: hidden;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #c4c4c4;
	line-height: 14px;
	float: left;
}
section .center article .container .latest-news ul li:last-child {
	border-bottom: none;
}
section .center article .container .latest-news ul li a {
	font-size: 11px;
	color: #000;
}
section .center article .container .latest-news ul li a:hover {
	color: #F00;
}
section .center article .container .tweets {
	padding-top: 40px;
	width: 228px;
	height: 215px;
	background: url(../images/twitter-api.png) center no-repeat;
	float: right;
	position: relative;
}
section .center article .container .tweets .follow {
	display: block;
	width: auto;
	height: auto;
	position: absolute;
	top: 14px;
	right: 10px;
	font-size: 11px;
	color: #fff;
	font-weight: bold;
	text-shadow: 1px 1px #000;
}
section .center article .container #twitter .carregando {
	margin: auto;
	margin-top: 50px;
	width: 70%;
	height: auto;
	overflow: hidden;
}
section .center article .container #twitter .carregando a {
	margin-top: 10px;
	color: #0089b3;
}
section .center article .container #twitter .tweet-list {
	padding: 0 12px 0 12px;
	display: block;
	width: auto;
	height: 219px;
	overflow: auto;
	list-style: none;
}
section .center article .container #twitter .tweet-list li {
	padding: 10px 0 10px 0;
	display: block;
	width: auto;
	height: auto;
	overflow: hidden;
 transition: .3s;
 -moz-transition: .3s;
 -webkit-transition: .3s;
 -o-transition: .3s;
}
section .center article .container #twitter span {
	font-size: 12px;
	color: #000;
	font-weight: bold;
	text-shadow: 1px 1px #fff;
}
section .center article .container #twitter span a, section .center article .container #twitter .hash {
	color: #0089b3;
	text-shadow: 1px 1px #fff;
}
section .center article .container #twitter .time a {
	display: block;
	width: auto;
	height: auto;
	font-size: 10px;
	color: #575757;
}
section .center article .container .list-media {
	display: block;
	width: auto;
	height: auto;
	overflow: hidden;
}
section .center article .container .list-media li {
	margin: 0 5px;
	display: block;
	width: 326px;
	height: auto;
	overflow: hidden;
	float: left;
}
section .center article .container .list-media li .type {
	display: block;
	width: auto;
	height: auto;
	overflow: hidden;
	font-size: 16px;
	color: #cd0000;
	font-weight: bold;
	text-transform: uppercase;
}
section .center article .container .list-media li img {
	margin: 0 0 0 0;
	padding: 6px;
	display: block;
	width: 310px;
	height: 233px;
	background: #cdcdcd;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
section .center article .container .list-media li p {
	margin-bottom: 15px;
	font-size: 11px;
	color: #222;
	text-shadow: 1px 1px #fff;
	font-weight: bold;
}
section .center article .container .list-media .video, section .center article .container .list-media .picture {
	width: 326px;
	height: auto;
	overflow: hidden;
}
section .center article .container .list-media li .video-play {
	margin-top: 10px;
	width: auto;
	height: auto;
	overflow: hidden;
}
section .center article .container .aba {
	margin-top: 7px;
	width: auto;
	height: auto;
	overflow: hidden;
	float: right;
}
section .center article .container .aba a {
	margin: 0 6px 0 6px;
	padding: 3px 6px;
	display: block;
	width: auto;
	height: auto;
	overflow: hidden;
	border-radius: 5px;
	-moz-border-radius: 5px;
	float: left;
	font-size: 14px;
	color: #919191;
	text-transform: uppercase;
	font-weight: bold;
	text-shadow: 1px 1px #fff;
}
section .center article .container .aba a:hover {
	color: #008aff;
}
section .center article .container .aba .active {
	padding: 2px 5px;
	background: #fff;
	background: -moz-linear-gradient(top, #fff, #f1f1f1);
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f1f1f1));
 filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#ffffff', EndColorStr='#f1f1f1', GradientType=0);
	border: 1px solid #b7b7b7;
	border-top-color: #d9d9d9;
	border-left-color: #d9d9d9;
	color: #008aff;
}
section .center article .container .pilotos {
	margin-right: 28px;
	background: url(../images/bg-topsix-pilotos.png) left top no-repeat;
}
section .center article .container .marcas {
	background: url(../images/bg-topsix-marcas.png) left top no-repeat;
}
section .center article .container .box {
	width: 322px;
	height: 570px;
	float: left;
}
section .center article .container .box ul {
	margin-top: 20px;
	margin-left: 67px;
	display: block;
	width: auto;
	height: auto;
	overflow: hidden;
}
section .center article .container .box ul li {
	margin-bottom: 17px;
	display: block;
	width: auto;
	height: auto;
	overflow: hidden;
}
section .center article .container .box ul li img {
	margin-right: 10px;
	padding: 3px 15px 6px 3px;
	display: block;
	width: 60px;
	height: 60px;
	background:url(../images/bg-photo-topfive.png) left top no-repeat;
	float: left;
}
section .center article .container .box ul li p {
	margin-top: 25px;
	display: block;
	width: auto;
	height: auto;
	overflow: hidden;
	float: left;
	font-size: 14px;
	color: #1c1c1c;
	text-shadow: 1px 1px #fff;
	font-weight: bold;
}
section .center article .container .box .see-more {
	margin-right: 10px;
	float: right;
}
section .center article .box {
	width: auto;
	height: auto;
	overflow: hidden;
}
section .center article .box .pic-piloto {
	margin-right: 5px;
	padding-right: 5px;
	width: 235px;
	height: auto;
	overflow: hidden;
	border-right: 4px solid #ccc;
	float: left;
}
section .center article .box .editor {
	width: 400px;
	height: auto;
	overflow: hidden;
	float: left;
}
section .center article .main {
	width: auto;
	height: auto;
	overflow: hidden;
	padding: 10px;
	background: url(../images/bg-main.png) center repeat;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

section .center article .main .box-pole-position, .box-vitorias{
	margin-right:50px;
	float:left;
	width:270px;
	height:auto;
	display:block;
	

}

section .center article .main .box-pole-position span, .box-vitorias span{
	float:right;
	margin-right:80px;
	font-weight:bold;

}

section .center article .main h2 {
	margin-bottom: 20px;
	font-size: 16px;
	color: #900;
}
section .center article .main .alert {
	margin: 1px;
	margin-bottom: 20px;
	padding: 10px;
	width: auto;
	height: auto;
	overflow: hidden;
	background: #edf6fe;
	border: 1px solid #fff;
	outline: 1px solid #5689b5;
}
section .center article .main .alert p, section .center article .main .alert p a {
	font-size: 15px;
}
section .center article .main .alert a {
	color: #5689b5;
	text-decoration: underline;
}
section .center article .main .list-pilotos, section .center article .main .list-fotos, section .center article .main .list-fotos-galeria, section .center article .main .list-tv, section .center article .main .list-calendario, section .center article .main .list-noticias, section .center article .main .list-imprensa {
	display: block;
	width: auto;
	height: auto;
	overflow: hidden;
}
section .center article .main .list-pilotos li {
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
	display: block;
	width: 206px;
	height: 100px;
	min-height: 255px;
	overflow: hidden;
	background: url(../images/bg-share.png) center repeat;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	float: left;
}
section .center article .main .list-pilotos li .number {
	margin-right: 10px;
	padding-top: 85%;
	padding-bottom: 5px;
	display: block;
	width: 50px;
	height: auto;
	overflow: hidden;
	border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	background: #000;
	float: left;
	font-size: 25px;
	color: #fff;
	font-weight: bold;
	text-align: center;
}
section .center article .main .list-pilotos li a {
	font-size: 16px;
	color: #900;
	float: left;
	width: 140px;
}
section .center article .main .list-pilotos li img {
	margin-top: 10px;
	margin-bottom: 10px;
	display: block;
	width: 100px; /* auto */
	height: auto;
	max-width: 137px;
	max-height: 137px;
	float: left;
}
section .center article .main .list-pilotos li p {
	display: block;
	width: 140px;
	height: 70px;
	float: left;
}
section .center article .main .list-pilotos li .share-small {
	margin-right: 10px;
}
section .center article .main .list-pilotos li .share-small p {
	display: none;
}
section .center article .main .list-fotos li {
	padding: 5px;
	display: block;
	width: auto;
	height: auto;
	overflow: hidden;
	border-bottom: 1px dashed #ccc;
}
section .center article .main .list-fotos li:hover {
	background: url(../images/bg-main.png) center repeat;
}
section .center article .main .list-fotos li img {
	margin-right: 10px;
	max-width: 100px;
	float: left;
}
section .center article .main .list-fotos li h2 {
	margin-bottom: 10px;
	width: 530px;
	float: left;
}
section .center article .main .list-fotos li p {
	display: block;
	width: 550px;
	height: 35px;
	float: left;
}
section .center article .main .list-fotos li a {
	margin-right: 20px;
	float: left;
}
section .center article .main .list-fotos-galeria li {
	margin: 0 5px;
	padding: 0;
	width: 120px;
	height: 90px;
	overflow: hidden;
	float: left;
}

@-moz-document url-prefix() {
  section .center article .main .list-fotos-galeria li{
	  margin-bottom: 10px;
  }
}

section .center article .main .list-fotos-galeria li a{
	margin: 0;
	padding: 0;
	display: block;
	width: inherit;
	height: 90px;
}

section .center article .main .list-tv li {
	margin-bottom: 10px;
	padding: 5px;
	display: block;
	width: auto;
	height: auto;
	overflow: hidden;
	background: url(../images/bg-share.png) center repeat;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
section .center article .main .list-tv li .details {
	margin-right: 10px;
	padding: 4px;
	width: 196px;
	height: 100%;
	float: left;
	background: url(../images/bg-main.png) center repeat;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
section .center article .main .list-tv li .details p {
	display: block;
	width: auto;
	height: 255px;
}
section .center article .main .list-tv li .details .share-small {
	width: auto;
	height: auto;
	overflow: hidden;
}
section .center article .main .list-tv li .player {
	width: 425px;
	height: auto;
	overflow: hidden;
	float:left;
}
section .center article .main .list-calendario li {
	padding: 5px 0 5px 0;
	display: block;
	width: auto;
	height: auto;
	overflow: hidden;
	border-bottom: 1px dashed #ccc;
}
section .center article .main .list-calendario li:last-child {
	border: none;
}
section .center article .main .list-calendario li:hover {
	background: url(../images/bg-main.png) center repeat;
}
section .center article .main .list-calendario li .date {
	margin: 25px 17px 0 17px;
	width: 41px;
	height: 47px;
	background: url(../images/bg-date.png) left top no-repeat;
	float: left;
}
section .center article .main .list-calendario li .date .mouth {
	padding-top: 2px;
	display: block;
	width: auto;
	height: auto;
	font-size: 11px;
	text-transform: uppercase;
	color: #fff;
	text-align: center;
}
section .center article .main .list-calendario li .date .day {
	padding-top: 2px;
	display: block;
	width: auto;
	height: auto;
	font-size: 20px;
	text-transform: uppercase;
	color: #1c1c1c;
	text-align: center;
	text-shadow: 1px 1px #fff;
}
section .center article .main .list-calendario li p {
	margin-top: 20px;
	display: block;
	width: 280px;
	height: auto;
	overflow: hidden;
	font-size: 12px;
	color: #333;
	font-weight: bold;
	text-shadow: 1px 1px #fff;
	float: left;
}
section .center article .main .list-calendario li .featured {
	display: block;
	width: 100%;
	font-size: 14px;
}
section .center article .main .list-calendario li img {
	margin-right: 5px;
	max-width: 280px;
	max-height: 100px;
	float: right;
}
section .center article .main .list-calendario li a {
	float: left;
}
section .center article .main .menu {
	width: auto;
	height: auto;
	overflow: hidden;
	background: #a91616;
	background: #aaa;
	background: -moz-linear-gradient(top, #aaa, #a91616);
	background: -webkit-gradient(linear, left top, left bottom, from(#ec2122), to(#a91616));
 filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#aaaaaa', EndColorStr='#a91616', GradientType=0);
	border-radius: 3px;
	-moz-border-radius: 3px;
}
section .center article .main .menu ul, section .center article .main .menu ul li, section .center article .main .menu ul li a {
	display: block;
	width: auto;
	height: auto;
	overflow: hidden;
}
section .center article .main .menu ul {
	padding: 10px;
	padding-left: 250px;
}
section .center article .main .menu ul li {
	margin: 0 5px;
	padding: 4px;
	background: #aaa;
	background: -moz-linear-gradient(top, #aaa, #ccc);
	background: -webkit-gradient(linear, left top, left bottom, from(#aaa), to(#ccc));
 filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#aaaaaa', EndColorStr='#cccccc', GradientType=0);
	border-radius: 3px;
	-moz-border-radius: 3px;
	float: left;
}
section .center article .main .menu ul li a {
	padding: 5px 15px;
	background: #eee;
	background: -moz-linear-gradient(top, #eee, #fff);
	background: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#aaa));
 filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#eee', EndColorStr='#ffffff', GradientType=0);
	color: #000;
	text-shadow: 1px 1px #f1f1f1;
}
section .center article .main .menu ul li a:hover {
	background: #555;
	color: #fff;
	text-shadow: none;
}
section .center article .main .content {
	margin-top: 20px;
	width: auto;
	height: auto;
	overflow: hidden;
}
section .center article .main .content h1 {
	margin-bottom: 15px;
}
section .center article .main .content .galeria, section .center article .main .content .galeria li {
	display: block;
	width: auto;
	height: auto;
	overflow: hidden;
}
section .center article .main .content .galeria li {
	margin: 5px;
	padding: 5px;
	width: 197px;
	height: auto;
	float: left;
	background: #eee;
}
section .center article .main .content .galeria li p {
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: bold;
}
section .center article .main .content .galeria li img {
	margin: auto;
	display: block;
	max-width: 100%;
	max-height: 100px;
}
section .center article .main .content .galeria li span {
	margin-top: 10px;
	padding: 0 10px;
	display: block;
	width: auto;
	height: auto;
	overflow: hidden;
	font-size: 11px;
	line-height: 13px;
}
section .center article .main .legend {
	margin-bottom: 10px;
	padding: 5px;
	width: auto;
	height: auto;
	overflow: hidden;
	border: 1px solid #ccc;
	border-radius: 3px;
	-moz-border-radius: 3px;
	background:#fff;
}

section .center article .main .legend span a{
	color: #900;
	text-decoration:none;
}

section .center article .main .legend span a:hover{
	text-decoration:underline;
}

section .center article .main .legend span {
	color: #900;
	font-weight: bold;
}
section .center article .main .legend .list-legend {
	display: block;
	width: auto;
	height: auto;
	overflow: hidden;
}
section .center article .main .legend .list-legend li {
	margin-right: 5px;
	display: block;
	width: auto;
	height: auto;
	overflow: hidden;
	float: left;
	font-size: 11px;
}
section .center article .main .legend .list-legend li span {
	font-size: 11px;
	font-weight: bold;
}
section .center article .main table {
	font-size: 11px;
}
section .center article .main table .linhainpar {
	background: #ccc;
}
section .center article .main table .linhapar {
	background: #eee;
}
section .center article .main table thead {
	color: #fff;
	background: #8a0000;
}
section .center article .main table tbody td {
	height: 30px;
}
section .center article .main .list-noticias li {
	padding: 10px;
	display: block;
	width: auto;
	height: auto;
	overflow: hidden;
	border-bottom: 1px dashed #666;
 transition: .3s;
}
section .center article .main .list-noticias li:last-child {
	border: none;
}
section .center article .main .list-noticias li:hover {
	background: url(../images/bg-main.png) top repeat;
}
section .center article .main .list-noticias li .date {
	margin-right: 10px;
	padding: 5px;
	display: block;
	width: auto;
	height: auto;
	overflow: hidden;
	border-radius: 3px;
	-moz-border-radius: 3px;
	background: #000;
	color: #fff;
	float: left;
}
section .center article .main .list-noticias li p {
	margin-right: 10px;
	padding-top: 5px;
	display: block;
	width: 430px;
	height: auto;
	overflow: hidden;
	float: left;
}
section .center article .main .list-noticias li a {
	padding-top: 5px;
	display: block;
	float: left;
	color: #900;
}
section .center article .main .list-imprensa li {
	margin-bottom: 10px;
	padding-bottom: 10px;
	display: block;
	width: auto;
	height: auto;
	overflow: hidden;
	border-bottom: 1px dashed #666;
 transition: .3s;
}
section .center article .main .list-imprensa li span {
	display: block;
	width: 15px;
	height: auto;
	overflow: hidden;
	font-size: 14px;
	color: #900;
	float: left;
}
section .center article .main .list-imprensa li:last-child {
	border: none;
}
section .center article .main .list-imprensa li a {
	color: #000;
}
section .center article .main .list-imprensa li a:hover {
	text-decoration: underline;
}
section .center article .comments {
	margin-top: 30px;
	width: auto;
	height: auto;
	overflow: hidden;
}
section .center article .comments .form {
	margin-top: 20px;
}
section .center article .comments .commented {
	margin-top: 10px;
	width: auto;
	height: auto;
	overflow: hidden;
}
section .center article .comments .commented .box {
	margin: 5px;
	margin-top: 10px;
	padding: 10px;
	width: 95%;
	height: auto;
	overflow: hidden;
	background: #fff;
	border-top: 4px solid #aaa;
	-webkit-box-shadow: 0 -1px 5px #aaa;
	-moz-box-shadow: 0 -1px 5px #aaa;
	border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
}
section .center article .comments .commented .box strong {
	font-size: 16px;
	font-weight: bold;
	color: #900;
}
section .center article .comments .commented .box span {
	margin-left: 10px;
	padding: 10px 0 10px 10px;
	display: block;
	width: 92%;
	height: auto;
	overflow: hidden;
	border-left: 4px solid #ccc;
	font-size: 13px;
	color: #333;
	font-style: italic;
	line-height: 22px;
}
section .center article form {
	display: block;
	width: auto;
	height: auto;
	overflow: hidden;
}
section .center article form .line {
	margin-bottom: 15px;
	width: auto;
	height: auto;
	overflow: hidden;
}
section .center article form .line p {
	margin-right: 20px;
	padding-top: 5px;
	display: block;
	width: 150px;
	height: auto;
	overflow: hidden;
	float: left;
	font-size: 16px;
	text-align: right;
	font-style: italic;
	text-shadow: 1px 1px #fff;
}
section .center article form .line .tam120 {
	width: 120px;
}
section .center article form .line .tam200 {
	width: 200px;
}
section .center article form .line .tam300 {
	width: 300px;
}
section .center article form .line input, section .center article form .line textarea {
	font-size: 14px;
}
section .center article form .line textarea {
	width: 300px;
	height: 120px;
	max-width: 300px;
	max-height: 300px;
}

section article .main .youtube{
	margin-bottom: 10px;
	width: auto;
	height: auto;
	overflow: hidden;
}
/* ------------------------------------------ SECTION ASIDE ------------------------------------------ */

section .center aside {
	display: block;
	width: 306px;
	height: auto;
	overflow: hidden;
	float: right;
}
section .center aside .agenda {
	padding-top: 60px;
	width: auto;
	height: 254px;
	background: url(../images/bg-agenda.png) left top no-repeat;
}
section .center aside .agenda .place {
	margin-left: 33px;
	width: 242px;
	height: 133px;
	position: relative;
}
section .center aside .agenda .place img {
	width: 242px;
	height: 133px;
}
section .center aside .agenda .place span {
	padding: 5px;
	display: block;
	width: 232px;
	height: auto;
	overflow: hidden;
	background: url(../images/bg-rotator.png) center repeat;
	position: absolute;
	left: 0;
	bottom: 0;
	font-size: 20px;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
}
section .center aside .agenda .info {
	width: auto;
	height: auto;
	overflow: hidden;
}
section .center aside .agenda .info .date-contador {
	margin: auto;
	width: 245px;
	height: auto;
	overflow: hidden;
}
section .center aside .agenda .info .date p {
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	float: left;
}
section .center aside .agenda .info .date-contador .buy-ingress {
	display: block;
	width: 132px;
	height: 33px;
	background: url(../images/btn-buy-ingress.png) center no-repeat;
	float: right;
}

section .center aside .agenda .info .date .ao-vivo{
	display: block;
	width: 132px;
	height: 33px;
	background: url(../images/btn-tempo-ao-vivo.png) center no-repeat;
	float: right;
}

section .center aside .agenda .info .time {
	margin-top: 20px;
	margin-left: 142px;
	width: 135px;
	height: 33px;
}
section .center aside .agenda .info .time li {
	margin-right: 3px;
	padding-top: -25px;
	display: block;
	width: 41px;
	height: auto;
	overflow: hidden;
	float: left;
	font-size: 14px;
	color: #e61e1e;
	font-weight: bold;
	text-align: center;
}
/**********************************************/
section .center aside .box {
	margin-top: 35px;
	margin-left: 15px;
	width: auto;
	height: auto;
	overflow: hidden;
}
section .center aside .box .title {
	margin-bottom: 18px;
	width: auto;
	height: 41px;
	background: url(../images/bg-title-aside.png) left top no-repeat;
}
section .center aside .box .title h2 {
	margin-top: 8px;
	margin-left: 10px;
	width: 65%;
	float: left;
}
section .center aside .box .title .big {
	width: auto;
	font-size: 16px;
}
section .center aside .box .title .subscrito {
	margin-top: 12px;
	margin-right: 20px;
	float: right;
}
section .center aside .box ul {
	display: block;
	width: auto;
	height: auto;
	overflow: hidden;
}
section .center aside .box ul li {
	padding: 10px 0 10px 0;
	display: block;
	width: auto;
	height: auto;
	overflow: hidden;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #c4c4c4;
	line-height: 14px;
}
section .center aside .box ul li p {
	font-size: 12px;
	color: #222;
	text-shadow: 1px 1px #fff;
	font-weight: bold;
}
section .center aside .box ul li .featured {
	text-transform: uppercase;
}
section .center aside .box ul li a {
	font-weight: bold;
	text-shadow: 1px 1px #fff;
}
/**********************************************/

section .center aside .box .list-eventos li:first-child {
	border-top: none;
}
section .center aside .box .list-eventos li:last-child {
	border-bottom: none;
}
section .center aside .box .list-eventos li .date {
	margin-left: 17px;
	margin-right: 17px;
	width: 41px;
	height: 47px;
	background: url(../images/bg-date.png) left top no-repeat;
	float: left;
}
section .center aside .box .list-eventos li .date .mouth {
	padding-top: 2px;
	display: block;
	width: auto;
	height: auto;
	font-size: 11px;
	text-transform: uppercase;
	color: #fff;
	text-align: center;
}
section .center aside .box .list-eventos li .date .day {
	padding-top: 10px;
	display: block;
	width: auto;
	height: auto;
	font-size: 20px;
	text-transform: uppercase;
	color: #1c1c1c;
	text-align: center;
	text-shadow: 1px 1px #fff;
}
section .center aside .box .list-colunistas li:first-child {
	border-top: none;
}
section .center aside .box .list-colunistas li:last-child {
	border-bottom: none;
}
section .center aside .box .list-colunistas img {
	margin-right: 10px;
	display: block;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	float: left;
}
section .center aside .banners {
	margin-top: 35px;
	margin-left: 15px;
}
section .center aside .banners a {
	margin-bottom: 5px;
	display: block;
}
section .center aside .news {
	margin-left: 15px;
	padding-top: 43px;
	width: 292px;
	height: 109px;
	background: url(../images/bg-newsletter.png) left top no-repeat;
}
section .center aside .news p {
	margin-left: 18px;
	display: block;
	width: 205px;
	height: auto;
	overflow: hidden;
	font-size: 12px;
	color: #000;
	text-transform: uppercase;
	text-shadow: 1px 1px #fff;
	font-weight: bold;
	font-style: italic;
	line-height: 10px;
}
section .center aside .news form {
	margin: auto;
	margin-top: 10px;
	display: block;
	width: 255px;
	height: auto;
	overflow: hidden;
}
section .center aside .news .line {
	margin-bottom: 5px;
	width: auto;
	height: auto;
	overflow: hidden;
	position: relative;
}
section .center aside .news .line input {
	padding: 0 5px 0 5px;
	width: 244px;
	height: 28px;
	background: url(../images/bg-input.png) left top no-repeat;
	border: none;
}
section .center aside .news .line .mail {
	padding-right: 64px;
	width: 189px;
}
section .center aside .news .line .btn {
	padding: 0;
	width: 54px;
	height: 24px;
	background: url(../images/bg-btn.png) left top no-repeat;
	position: absolute;
	top: 2px;
	right: 2px;
	font-size: 11px;
	color: #ddd;
}
/* ------------------------------------------ FOOTER ------------------------------------------ */
footer {
	padding-bottom: 15px;
	padding-top: 18px;
	background: url(../images/bg-footer.png) top repeat-x;
}
footer nav {
	margin: auto;
	margin-bottom: 30px;
	width: 990px;
	height: auto;
	overflow: hidden;
}
footer nav ul {
	padding-left: 7px;
	display: block;
	width: auto;
	height: auto;
	overflow: hidden;
	border-radius: 5px;
	-moz-border-radius: 5px;
	border: 1px solid #bdbdbd;
	border-right-color: #fff;
	border-bottom-color: #fff;
	background: url(../images/bg-nav-footer.png) center repeat;
}
footer nav ul li {
	padding: 4px 0;
	display: block;
	width: auto;
	height: auto;
	overflow: hidden;
	float: left;
}
footer nav ul li:last-child a {
	border: none;
}
footer nav ul li .noBorder {
	border: none;
}
footer nav ul li a {
	padding: 3px 14px; /* 3px 15px; */
	display: block;
	height: auto;
	overflow: hidden;
	transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	-o-transition: .3s;
	border-right: 1px dotted #333;
	color: #333;
	text-shadow: 1px 1px #fff;
}

footer nav ul li a:hover {
	color: #F00;
}
footer .container {
	margin: auto;
	width: 990px;
	height: auto;
	overflow: hidden;
}
footer .container .center {
	margin-left: 32px;
	margin-right: 33px;
}
footer .container .box {
	width: auto;
	min-width: 287px;
	max-width: 347px;
	height: auto;
	overflow: hidden;
	float: left;
}
footer .container .box h2 {
	font-style: italic;
}
footer .container .box .logos {
	padding: 10px;
	width: auto;
	height: auto;
	min-height: 75px;
	overflow: hidden;
	border-radius: 5px;
	-moz-border-radius: 5px;
	background: url(../images/bg-box-footer.png) center repeat;
}
footer .container .box .logos img {
	margin: auto;
	display: block;
}
footer .copyright {
	margin: auto;
	margin-top: 10px;
	width: 990px;
	height: auto;
	overflow: hidden;
	text-align: center;
}
footer .copyright p {
	margin-bottom: 5px;
	font-size: 11px;
	color: #000;
	font-weight: bold;
}
footer .copyright a {
	color: #000;
}
footer .copyright a span {
	display: block;
	font-family: arial;
	font-size: 10px;
	font-weight: bold;
}
#pop-treinoAoVivo{
	z-index: 9999999;
	width: auto;
	height: auto;
	overflow: hidden;
	position:absolute;
	left: 800px;
	top: 220px;
}
.editor div{
	font-size: 14px;
	text-align:justify;
}

.titulo-classificacao-marca {
	display: block;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.select-temp{
	margin-left: 500px;
}

.select-temp form{
	margin: 0;
}