html, body {
    background: url(../img/bg_body.jpg) left top repeat;
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000000;
    line-height: normal;
}

* {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    vertical-align: baseline;
    outline: none;
}

.clear {
    clear: both;
}

a {
    text-decoration: none;
    color: #000000;
}

a:hover {
    text-decoration: underline;
}

.conteudo {
    width: 980px;
    margin: 0px auto;
    position: relative;
}

/* TOPO */

#topo {
    background: url(../img/bg_header.jpg) center top no-repeat;
    width: 100%;
    height: 460px;
    float: left;
}

#topo .conteudo {
    width: 1050px;
    height: 460px;
}

#topo #logo-topo {
    width: 390px;
    height: 95px;
    position: absolute;
    top: 30px;
    left: 30px;
}

#topo #logo-topo a {
    width: 100%;
    height: 100%;
    float: left;
}

#topo #menu-1 {
    width: 470px;
    position: absolute;
    top: 17px;
    right: 40px;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #3B3B3B;
    text-shadow: 1px 1px #D8D8D8;
    text-align: center;
}

#topo #menu-1 a {
    color: #3B3B3B;
}

#topo #busca-topo {
    background: url(../img/bg_busca.png) left top no-repeat;
    width: 425px;
    height: 30px;
    position: absolute;
    padding: 14px 14px 14px 31px;
    top: 40px;
    right: 40px;
}

h1 {
    color:#000;
    font-family:FuturaXBlkBTExtraBlack, Arial, Helvetica, sans-serif;
    font-size:12px;
    font-weight:bold;
    margin:4px;
    text-transform:uppercase;
}
h2 {
    color:#000;
    font-family:FuturaXBlkBTExtraBlack, Arial, Helvetica, sans-serif;
    font-size:15px;
    font-weight:bold;
    margin:4px;
}

#topo #busca-topo .input-busca {
    background: transparent;
    width: 380px;
    height: 30px;
    line-height: 30px;
    vertical-align: middle;
    float: left;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    color: #5E5E5E;
}

#topo #busca-topo .bt-busca {
    background: url(../img/bt_busca.png) left top no-repeat;
    width: 30px;
    height: 30px;
    float: right;
    text-indent: -9090px;
    cursor: pointer;
}

#topo #menu-2 {
    width: 458px;
    height: 39px;
    line-height: 39px;
    vertical-align: middle;
    position: absolute;
    top: 112px;
    right: 44px;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #FFC4C4;
    text-align: center;
    text-shadow: 1px 1px #7B0A07;
}

#topo #menu-2 a {
    background: url(../img/seta1.png) left 3px no-repeat;
    color: #FFC4C4;
    padding-left: 7px;
    margin: 0px 7px;
}

#topo ul#menu-3 {
    width: 1050px;
    height: 57px;
    line-height: 57px;
    vertical-align: middle;
    position: absolute;
    top: 151px;
    left: 0px;
    text-align: center;
}

#topo ul#menu-3 li {
    background: url(../img/seta2.png) left 24px no-repeat;
    display: inline-block;
    font-size: 13px;
    font-weight: bold;
    color: #FFFFFF;
    text-shadow: 1px 1px #000000;
    text-transform: uppercase;
    padding-left: 12px;
    margin: 0px 7px;
}

#topo ul#menu-3 li a {
    color: #FFFFFF;
}

#topo ul#banners-topo {
    width: 960px;
    position: absolute;
    padding: 0px 45px;
    left: 0px;
    bottom: 0px;
}

#topo ul#banners-topo li {
    width: 300px;
    float: left;
    margin: 0px 10px;
}

#topo ul#banners-topo li img {
    float: left;
}

/* TOPO */

/* MEIO */

#meio {
    width: 100%;
    float: left;
    margin: 20px 0px;
}

#barra-980px {
    background: url(../img/bg_barra_980px.png) left top no-repeat;
    width: 920px;
    height: 57px;
    line-height: 57px;
    vertical-align: middle;
    float: left;
    padding: 0px 30px;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
}

#barra-980px a {
    float: right;
    font-size: 12px;
    font-weight: normal;
    color: #787878;
    text-decoration: underline;
}

#barra-980px h1 {
    font-size: 20px;
    float: left;
}

#coluna-665px {
    width: 665px;
    float: left;
    margin-right: 15px;
}

#coluna-300px {
    width: 300px;
    float: left;
}

#coluna-300px ul {
    width: 100%;
    float: left;
}

#coluna-300px ul li {
    width: 100%;
    float: left;
    margin-bottom: 20px;
}

#coluna-300px ul li img {
    float: left;
}

ul.listagem-coluna {
    width: 100%;
    float: left;
}

ul.listagem-coluna li {
    width: 158px;
    float: left;
    margin: 0px 11px 13px 0px;
}

ul.listagem-coluna.categoria li {
    margin: 0px 11px 22px 0px;
}

ul.listagem-coluna li.last {
    margin-right: 0px;
}

ul.listagem-coluna .imagem {
    margin-bottom: 8px;
}

ul.listagem-coluna .imagem img {
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

ul.listagem-coluna .titulo {
    font-weight: bold;
    color: #C50000;
    margin-bottom: 2px;
}

ul.listagem-coluna .titulo a {
    color: #C50000;
}

ul.listagem-coluna .dados {
    font-size: 11px;
    color: #818181;
    margin-bottom: 4px;
}

ul.listagem-coluna .estrelas img {
    float: left;
    margin-right: 1px;
}

ul.listagem-linha {
    width: 100%;
    float: left;
}

ul.listagem-linha li {
    width: 100%;
    float: left;
    margin-bottom: 13px;
}

ul.listagem-linha li .imagem {
    float: left;
    margin-right: 10px;
}

ul.listagem-linha li .imagem img {
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

ul.listagem-linha li .titulo {
    margin: 10px 0px 6px;
    font-weight: bold;
    color: #C50000;
}

ul.listagem-linha li .titulo a {
    color: #C50000;
}

ul.listagem-linha li .descricao {
    color: #5E5E5E;
    margin-bottom: 6px;
}

ul.listagem-linha li .dados {
    font-size: 11px;
    color: #818181;
}

ul.listagem-linha li .dados div {
    width: 110px;
    float: left;
}

ul.listagem-linha li .dados div strong {
    width: 100%;
    float: left;
    color: #494949;
    margin-bottom: 2px;
}

ul.listagem-linha li .dados div img {
    float: left;
    margin-right: 1px;
}

.paginacao {
    width: 100%;
    height: 28px;
    float: left;
    text-align: center;
}

.paginacao span,
.paginacao a {
    background: url(../img/bg_paginacao.png) center top repeat-x;
    height: 28px;
    line-height: 28px;
    vertical-align: middle;
    padding: 0px 8px;
    display: inline-block;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
    color: #333333;
    margin: 0px 1px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.paginacao span.pages,
.paginacao a.last {
    color: #C50000;
}

.paginacao span.current {
    background-position: center bottom;
    color: #FFFFFF;
}

/* MEIO */

/* RODAPE */

#rodape {
    background: url(../img/bg_rodape.jpg) center bottom no-repeat;
    width: 100%;
    height: 720px;
    float: left;
    padding-top: 20px;
}

#rodape #listas-rodape {
    width: 100%;
    min-height: 320px;
    float: left;
}

#rodape ul.lista {
    width: 230px;
    float: left;
    margin-right: 20px;
}

#rodape ul.lista .titulo-lista {
    background: url(../img/bg_barra_230px.png) left top no-repeat;
    width: 210px;
    height: 43px;
    line-height: 43px;
    vertical-align: middle;
    float: left;
    padding-left: 20px;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 8px;
}

#rodape ul.lista.last {
    margin-right: 0px;
}

#rodape ul.lista li {
    background: url(../img/bg_pontos.png) center top repeat-x;
    width: 100%;
    float: left;
    list-style: url(../img/seta3.png) inside;
    padding: 6px 0px;
}

#rodape ul.lista li a {
    color: #494949;
}

#rodape ul.lista li.vermais {
    font-size: 11px;
    font-weight: bold;
    color: #787878;
    text-decoration: underline;
    list-style: url(../img/seta4.png) inside;
    margin-top: 2px;
}

#rodape ul.lista li.vermais a {
    color: #787878;
}

#rodape #banner-rodape {
    width: 900px;
    height: 250px;
    float: left;
    margin: 33px 45px 21px;
}

#rodape #banner-rodape img {
    float: left;
}

#rodape #menu-rodape {
    width: 100%;
    height: 37px;
    line-height: 37px;
    vertical-align: middle;
    float: left;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    color: #313131;
    text-align: center;
    text-shadow: 1px 1px #C6C6C6;
}

#rodape #menu-rodape a {
    color: #313131;
}

#rodape #infos-rodape {
    width: 100%;
    height: 57px;
    line-height: 57px;
    vertical-align: middle;
    float: left;
}

#rodape #infos-rodape .esq {
    background: url(../img/seta2.png) left 24px no-repeat;
    float: left;
    font-size: 13px;
    color: #FFFFFF;
    font-weight: bold;
    text-transform: uppercase;
    padding-left: 12px;
}

#rodape #infos-rodape .dir {
    float: right;
    font-size: 13px;
    color: #D3D3D3;
}

/* RODAPE */

/* PAGINAS INTERNAS */

.breadcrumb {
    width: 100%;
    float: left;
    margin-bottom: 12px;
}

.breadcrumb span {
    background: url(../img/seta5.png) left 4px no-repeat;
    padding: 0px 3px 0px 11px;
}

.breadcrumb a.home {
    background: none;
    padding-left: 0px;
}

.breadcrumb span {
    color: #C50000;
}

#interna-video {
    background: url(../img/bg_textura_1.jpg) left top repeat;
    width: 630px;
    float: left;
    padding: 15px 17px 15px 18px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    margin-bottom: 20px;
}

#interna-video .descricao {
    width: 100%;
    float: left;
    margin-bottom: 12px;
}

#interna-video .ligue {
    width: 100%;
    float: left;
}

#interna-video .embed {
    width: 630px;
    height: 475px;
    float: left;
    position: relative;
    margin-bottom: 10px;
}

#interna-video .embed iframe {
    width: 630px;
    height: 475px;
    position: absolute;
}

#interna-video .baixe {
    width: 100%;
    float: left;
    margin-bottom: 20px;
}

#interna-video .banners {
    width: 100%;
    float: left;
    margin-bottom: 15px;
}

#interna-video .banners .esq {
    float: left;
}

#interna-video .banners .dir {
    float: right;
}

#interna-video .dados {
    width: 100%;
    float: left;
    margin-bottom: 15px;
}

#interna-video .dados div {
    width: 25%;
    float: left;
    font-size: 18px;
    color: #818181;
}

#interna-video .dados div strong {
    width: 100%;
    float: left;
    font-size: 12px;
    color: #C50000;
    margin-bottom: 2px;
}

#interna-video .dados div a {
    color: #818181;
}

#interna-video .tags {
    width: 100%;
    float: left;
    font-size: 13px;
    color: #818181;
    margin-bottom: 15px;
}

#interna-video .tags strong {
    width: 100%;
    float: left;
    font-size: 12px;
    color: #C50000;
    margin-bottom: 2px;
}

#interna-video .tags a {
    color: #818181;
}

#interna-video .avalie {
    width: 100%;
    float: left;
    font-size: 13px;
    color: #818181;
    margin-bottom: 3px;
}

#interna-video .avalie strong {
    width: 100%;
    float: left;
    font-size: 12px;
    color: #C50000;
    margin-bottom: 2px;
}

#interna-video .avalie img {
    float: left;
    margin-right: 1px;
}

#videos-sugeridos {
    width: 100%;
    float: left;
}

#barra-665px {
    background: url(../img/bg_barra_664px.png) left top no-repeat;
    width: 605px;
    height: 57px;
    line-height: 57px;
    vertical-align: middle;
    float: left;
    padding: 0px 30px;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
}