@CHARSET "UTF-8";
/* Meyer CSS Reset */ /*Removidos, table, caption, tbody, tfoot, thead, tr, th, td*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    text-decoration: none;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

table /* tables still need 'cellspacing="0"' in the markup */ {
    border-collapse: collapse;
    border-spacing: 0;
}

select {
    height: 20px;
    padding: 1px;
}

.fLeft{
	float:left;
}
.fRight{
	float:right;
}
/**/

a, a:visited{
	color:#ddd;
	font-weight:bold;
}
a:hover{
	color:#fff;
}

h1{
	width:922px;
	font-size:23px;
	line-height:120%;
	padding:0px 0 3px 0;
	margin:0 14px 25px 14px;
	border-bottom:1px solid #999;
	color:#fff;
}
h2{
	font-size:18px;
	line-height:120%;
	padding:0 0 10px 0;
}
h3{
	font-size:16px;
	line-height:120%;
	padding:0 0 10px 0;
}
h5{
	font-size:100%;
	padding:20px 0 10px 0;
}
h6{
	margin-bottom:5px;
}

/**/
.lateral{
	width:170px;
	float:left;
}
.lateral ul{
	padding:5px 15px;
	font-size:14px;
}
.lateral ul li{
	padding:0 0 5px 0;
	margin-bottom:12px;
	font-size:14px;
	background:url(../img/estrutura/bordaPontilhadaHorizonal.gif) repeat-x bottom left;
}

.central{
	width:740px;
	float:right;
	padding-right:20px;
}
.central ul li{
	padding-bottom:10px;
	
}

.principalInternas
{
	overflow:hidden;
	font-size:12px;
	line-height:150%;
	margin-bottom:20px;
	background:url(../img/estrutura/background-internas.gif) repeat-y 0 0;
}


.principalInternas p{
	margin-bottom:10px;
}


/**/
html, body{
	height:100%;
	margin:0;
	padding:0;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#fff;
}

body {
	line-height:120%;
	text-align:center;
    background: #000;
}

#container {
	position:relative;
    width: 952px;
	min-height:100%;
    margin: 0 auto;
	text-align:left;
    background-color: #222;
}

#header {
	position:relative;
    background:url(../img/imgTopo.jpg) no-repeat top center;
	overflow:hidden;
    height: 250px;
	margin-bottom:20px;
}

#header #menu {
    position: absolute;
	width:100%;
    height: 43px;
	bottom:0;
	left:0;
	text-align:center;
    background: transparent url(../img/estrutura/backgroundMenu.png) no-repeat bottom left;
}

#header #menu ul
{
	height:30px;
	padding-top:15px;
}

#header #menu li
{
	height:15px;
	display:inline;
	margin:0px 18px;
}
#header #menu li ul
{
	display:none;
}
#header #menu a {
    font-size: 17px;
    font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight:bold;
    color: #fff;
	cursor:pointer;
    text-decoration: none;
}
#header #menu a:hover {
    color:#ccc;
}

#content {
    position: relative;
	height:auto;
    padding-bottom: 40px;
}

#footer {
    position: absolute;
    bottom: 0;
    left: 0;
    margin-top: -35px;
	width:100%;
	height:35px;
}
#conteudoFooter{
	width:952px;
	margin:0 auto;
	font-size:9px;
	text-align:center;
	color:#ccc;
	height:100%;
	padding-top:10px;
    background: #000 url(../img/estrutura/backgroundFooter.png) no-repeat bottom left;
}
#conteudoFooter p{
	padding-bottom:0px;
}
.linksFooter{
	padding-bottom:7px;
}
.linksFooter a{
	color:#000;
	font-weight:bold;
	margin:0 10px;
	text-transform:uppercase;
}
.linksFooter a:hover{
	color:#ddd;
}



/*HOME*/
.home
{
	position:relative;
}
.topoHome{
	height:371px;
	padding:0 7px;
}
.noticiasDestaque
{
	float:left;
	width:670px;
	height:360px;
	padding:0 0 10px 0;
	background:#000;
}
.noticiasDestaque .links{
	position:relative;
	text-align:center;
}
.noticiasDestaque .links a{
	display:inline;
	margin:0 50px;
	padding:0;
	color:#000;
} 
.topoSessao{
height:20px;
	padding-left:4px;
	font-weight:bold;
	font-size:12px;
	font-family:"Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	color:#000;
	background:url(../img/estrutura/topoDestaquesHome.gif) no-repeat top left;
}
.topoSessao div{
	height:20px;
	line-height:20px;
	background:url(../img/estrutura/topoDestaquesHome.gif) no-repeat bottom right;
}
.noticiasDestaque .links a
{
	color:#888;
}
.noticiasDestaque .links a.ativo
{
	color:#000;
}
.slides
{
	position:relative;
	height:330px;
	padding:5px;
	font-size:13px;
	line-height:130%;
	overflow:hidden;
}
.slides img
{
	float:left;
	margin:0 10px 10px 0;
}
.slides div{
	position:absolute;
	top:10px;
	left:10px;
	width:645px;
	height:100%;
	display:none;
}
.slides div.ativo{
	display:block;
}
.jogos
{
	float:right;
	width:250px;
	height:360px;
	padding:0 0 10px 0;
	background:#000;
}
.conteudoJogos
{
	padding:5px;	
}
.conteudoJogos img
{
	margin:5px;
	vertical-align:middle;
}
.ultimoJogo{
	margin-bottom:15px;
}
.proximoJogo h6{
	margin-top:15px;
}
.resultado
{
	font-size:35px;
	font-weight:bold;
	text-align:center;
	margin-bottom:5px;
	font-family:trebuchet MS, Arial, Helvetica, sans-serif;
}
.destaqueRotativo{
	height:15px;
	margin:10px 0;
	padding:10px 0;
	overflow:hidden;
	background:url(../img/estrutura/degradeDestaqueCentro.gif) repeat-x 0 0;
}

.destaqueCentral
{
	width:935px;
	height:420px;
	margin:0 9px 10px 9px;
	overflow:hidden;
	background:url(../img/estrutura/backgroundBoxCentro.png) no-repeat 0 0;
}
.destaqueCentral ul{
	float:left;
	width:465px;
	padding:15px 3px;
}
.destaqueCentral li
{
	float:left;
	width:206px;
	height:180px;
	padding:3px;
	margin:0 10px 20px 10px;
	line-height:120%;
	text-align:center;
	font-size:9px;
	background:#000;
}
.destaqueCentral li p{
	text-align:left;
}
.destaqueCentral img
{
	display:block;
	margin:0 auto 10px auto;
}
.destaqueCentral .videoYoutube{
	float:right;
	margin:15px 10px 0 0;
	width:430px;
	height:372px;
	padding:10px;
	color:#fff;
	background:#000;
	overflow:hidden;
}
.destaqueCentral .videoYoutube p{
	font-size:13px;
	padding:10px 0;
	line-height:150%;
}

.boxNoticias, .boxCaravana, .boxPublicidade, .boxLoja
{
	float:left;
	width:295px;
	margin:11px;
	height:295px;
	background:#000;
}
.boxLoja, .boxPublicidade{
	float:right;
	background:#989898;
}
.boxNoticias, .boxLoja{
	position:relative;
	width:612px;
}
.boxNoticias tr td
{
	padding:5px;
	font-size:9px;
}
.boxNoticias a{
	font-weight:normal;
}
.boxNoticias a.leiaMais{
	margin:10px;
}
.boxLoja{
	background:#fff;
}


.boxCaravana
{
	position:relative;
	background:#fff url(../img/onibuscaravana.jpg) no-repeat center 50px;
	color:#000;
	text-align:left;
	font-size:10px;
}
.boxCaravana h3
{
	position:relative;
	margin-top:-10px;
	color:#000;
	font-size:20px;
	text-align:center;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
.boxCaravana .informacoesCaravana
{
	position:absolute;
	padding:9px;
	bottom:0;
}
.boxCaravana a
{
	color:#000;
	font-weight:bold;
}
.boxCaravana p
{
	margin:0;
	padding:0;
}

a.leiaMais{
	font-weight:bold !important;
}
.videoPrincipal, .imagemPrincipal{
	text-align:center;
	padding-bottom:30px;
	height:400px;
}
.imagemPrincipal{
	display:none;
	height:400px;
	overflow:hidden;
	background:url(../img/estrutura/loading.gif) no-repeat center;	
}

.videos ul li, .comandos ul li{
	width:165px;
	height:130px;
	float:left;
	padding:10px;
	text-align:center;
}
.videos span, .comandos span, .fotos span{
	display:block;
}
.comandos ul li{
	width:350px;
	height:330px;
}
.comandos span{
	font-weight:bold;
}
.containerFotos{
	position:relative;
	height:60px;
	margin-bottom:30px;
	padding:10px 20px;
	overflow:hidden;
	background:#000000 none repeat scroll 0 0;
}
.fotos ul li {
	float:left;
	height:120px;
	padding:10px;
	text-align:center;
	width:160px;
}
.fotos .outFotos{
	height:60px;
	width:700px;
	margin:0 auto;
	overflow:hidden;
}
.outFotos #rolarEsquerda, .outFotos #rolarDireita{
	display:block;
	position:absolute;
	height:60px;
	width:15px;
	text-indent:-9999px;
	background:url(../img/estrutura/setas-fotos.gif) no-repeat;	
}
.outFotos #rolarEsquerda{
	left:5px;
	top:10px;
	background-position:top left;
}
.outFotos #rolarDireita{
	right:5px;
	top:10px;
	background-position:top right;
}
.outFotos #rolarEsquerda:hover{
	background-position:bottom left;
}
.outFotos #rolarDireita:hover{
	background-position:bottom right;
}


.outFotos ul li{
	display:inline;
	float:none;
	height:auto;
	padding:0;
	text-align:center;
	width:auto;
	
	white-space:nowrap;
	margin:5px;
}
.fotos ul.listaFotos li{
	width:90px;
	height:60px;
	padding:5px;
	overflow:hidden;
	background:#000;
}

.fotos ul li img{
	height:60px;
	width:80px;
}


.outrosLinks{
	padding:0 5px;
}
.outrosLinks li{
	display:inline;
	margin:0 20px;
}


.clear
{
	clear:both;
}
