body {
	background: url(../img/comum/bg.png) repeat-x top center #0d1e34;
}

.box-noticias  {
	margin-bottom: 17px;
}

.box-noticias .titulo {
	background-image: url(../img/comum/bg-maior-titulo.gif);
	margin-bottom: 0px;	
}

.box-noticias .titulo h2{
	background: url(../img/titulos/noticias-recentes.gif) no-repeat 0 0;
	width: 190px;
}

.box-noticias .noticia-principal {
	padding-top: 15px;
	float: left;
	width:368px;

        position: relative;
	z-index: 0;
}

.box-noticias .noticia-principal img{
	float: left;
	margin-bottom: 10px;
}
.box-noticias .noticia-principal h3 {
	color: #27578e;
	font-size: 24px;
	font-weight: bold;
	line-height: 24px;
	padding-bottom: 19px;
}
.box-noticias .noticia-principal h3 a{
	color: #27578e;
	text-decoration:none;
	position: relative;
}
.box-noticias .noticia-principal h3 a:hover {
	text-decoration: underline;
}
.box-noticias .noticia-principal p.txt {
	font-size: 11px;
	color: #474747;
	font-weight: bold;
	margin-bottom: 18px;
}

.box-noticias .noticia-principal p.txt a{
	color: #474747;
}

.box-noticias .noticia-principal p.txt a:hover {
	background-color: #eaeaea;
	position: relative;
}

.box-noticias .lista-noticias {
	float: right;
	width: 345px;
}

.box-noticias .lista-noticias .content {
	height: 425px;
	overflow: hidden;
	margin-bottom: 3px;
}

.box-noticias .lista-noticias .seta-cima {
	background: url(../img/comum/mapeamento.png) no-repeat -168px 0;
	width: 340px;
	height: 23px;
	margin: 0 auto 4px auto;
	display: none;
}

.box-noticias .lista-noticias .seta-baixo {
	background: url(../img/comum/mapeamento.png) no-repeat -511px 0px;
	width: 340px;
	height: 32px;
	margin: 0 auto 0 auto;
	display: none;
}

.box-noticias .lista-noticias li {
	background: url(../img/comum/mapeamento.png) no-repeat 0px -90px;
	width: 315px;
	height: 51px;
	overflow: hidden;
	padding: 9px 15px 0 15px;
	cursor: pointer;
	margin-bottom: 1px;
}

.box-noticias .lista-noticias li.destaque {
	background: url(../img/comum/mapeamento.png) no-repeat 0px -213px;
}

.box-noticias .lista-noticias li.hover {
	background: url(../img/comum/mapeamento.png) no-repeat 0px -153px;
}

.box-noticias .lista-noticias li .infos {
	border-top: none;
	padding-top: 0px;
	border-bottom: 1px solid #ebebeb;
	padding-bottom: 3px;
	margin-bottom: 3px;
}

.noticia-principal .infos .ico-comentarios {
	float: right;
}

.box-noticias .lista-noticias li .infos p {
	margin-right: 0px;
	margin-left: 4px;
}

.box-noticias .lista-noticias li a {
	color: #474747;
}


.box-noticias .lista-noticias li .txt {
	font-size: 10px;
	line-height: 11px;
}

.box-noticias .lista-noticias li .txt strong {
	color: #df2125;
}

.box-noticias .lista-noticias li .txt em {
	font-style: italic;
}

.box-noticias .lista-noticias li.destaque .infos .data-hora,
.box-noticias .lista-noticias li.destaque .txt a {
	color: #fff;
}

.box-noticias .lista-noticias li .txt a {
	display: block;
	width: 100%;	
}

.box-noticias .lista-noticias li.destaque .ico-camera,
.box-noticias .lista-noticias li.hover .ico-camera {
	background-position: -19px 0px;
}

.box-noticias .lista-noticias li.destaque .ico-cam-inativo,
.box-noticias .lista-noticias li.hover .ico-cam-inativo {
	background-position: -19px -9px;
}

.box-noticias .lista-noticias li.destaque .ico-foto,
.box-noticias .lista-noticias li.hover .ico-foto {
	background-position: -16px 0px;
}

.box-noticias .lista-noticias li.destaque .ico-foto-inativo,
.box-noticias .lista-noticias li.hover .ico-foto-inativo {
	background-position: -16px -9px;
}

.box-noticias .lista-noticias li.destaque .ico-audio,
.box-noticias .lista-noticias li.hover .ico-audio {
	background-position: -12px 0px;
}

.box-noticias .lista-noticias li.destaque .ico-audio-inativo,
.box-noticias .lista-noticias li.hover .ico-audio-inativo {
	background-position: -12px -13px;
}

.box-noticias .lista-noticias li.destaque .infos .data-hora strong,
.box-noticias .lista-noticias li.destaque .txt a strong{
	color: #57cffd;
}

.box-noticias .lista-noticias li.destaque .data-hora a {
	color: #fff;
}

.box-noticias .lista-noticias li.destaque .ico-comentarios{
	background-position: -756px -123px;
}

.box-noticias .lista-noticias li.hover .ico-comentarios {
	background-position: -783px -123px;
}

.box-noticias .lista-noticias li.hover * {
	color: #fff !important;
}

.box-noticias .lista-noticias .ver-mais-noticias {
	background: url(../img/comum/mapeamento.png) no-repeat -348px -90px;
	width: 340px;
	height: 33px;
	margin-top: 6px;
}

/*------------- BOX BANNERS ----------------*/

#box-banners {
	background: url(../img/comum/bg-sombra-box.gif) no-repeat 0 0;
	height: 90px;
	padding-top: 15px;
	margin-bottom: 17px;
}

#box-banners .banner {
	float: left;
	height: 90px;
}

#box-banners .bn2 {
	padding: 0 4px;
}

/*------------- GALERIA DE FOTOS ----------------*/


#galeria-fotos {
	background: url(../img/comum/bg-sombra-box.gif) no-repeat 0 0;
	padding-top: 19px;
	margin-bottom: 22px;
    height: 390px;
}


#galeria-fotos h2 {
	background: url(../img/titulos/galeria-de-fotos.gif) no-repeat 0 0;
	width: 175px;
	height: 15px;
}

#galeria-fotos .ft-gd {
	float: left;
	width: 368px;
	height: 273px;
	overflow: hidden;
}

#galeria-fotos .thumb {
	float: left;
	width: 364px;
}

#galeria-fotos .thumb li {
	float: left;
	display: inline;
	margin: 0 0 1px 1px;
}

#galeria-fotos .thumb li * {
	float: left;
}

#galeria-fotos .thumb li a.bd {
	position: relative;
	width: 177px;
	height: 132px;
	overflow: hidden;
	border: 2px solid #000000;
}

#galeria-fotos .thumb li a.bd img {
	position: absolute;
	top: -2px;
	left: -2px;
}

#galeria-fotos .galeria {
	padding-bottom: 5px;
	height: 330px;
}

#galeria-fotos .box-foot .mais-fotos{
	background: url(../img/comum/mapeamento.png) no-repeat -348px -153px;
	width: 627px;
	height: 27px;
	float: left;
	padding: 5px 0 0 6px;
}

#galeria-fotos .box-foot .mais-fotos .seta-voltar {
	background: url(../img/comum/mapeamento.png) no-repeat -854px 0px;
	width: 11px;
	height: 17px;
	float: left;
	cursor: pointer;
}
#galeria-fotos .box-foot .mais-fotos .seta-avancar {
	background: url(../img/comum/mapeamento.png) no-repeat -886px 0px;
	width: 11px;
	height: 17px;
	float: left;
	cursor: pointer;
}
#galeria-fotos .box-foot .mais-fotos .relogio {
	width: 15px;
	height: 17px;
	float: left;
	padding: 0 5px;
}

#galeria-fotos .box-foot .bt-mais-fotos {
	background: url(../img/comum/mapeamento.png) no-repeat -711px -35px;
	width: 91px;
	height: 32px;
	float: right;
}

 .bt-mais-fotos2 {
	background: url(../img/comum/mapeamento.png) no-repeat -711px -35px;
	width: 91px;
	height: 32px;
	float: right;
}

/*-------------- BOX SEGUIR VASCO ---------------*/

#box-seguir-vasco {
	background: url(../img/comum/bg-sombra-box.gif) no-repeat 0 0;
	padding-top: 19px;
	margin-bottom: 25px;
}

#box-seguir-vasco h2 {
	background: url(../img/titulos/siga-o-vasco.gif) no-repeat 0 0;
	width: 131px;
	height: 15px;
}


#box-seguir-vasco .titulo .seguir {
	background: url(../img/comum/mapeamento.png) no-repeat -711px -90px;
	width: 203px;
	height: 22px;
	float: right;
	margin-top: -1px;
}

#box-seguir-vasco .titulo .seguir p{
	float: left;
	display: inline;
	height: 18px;
}

#box-seguir-vasco .titulo .seguir .twitter {
	background: url(../img/comum/mapeamento.png) no-repeat -805px -35px;
	width: 49px;
	margin: 0 20px 0 13px;
}

#box-seguir-vasco .titulo .seguir .facebook {
	background: url(../img/comum/mapeamento.png) no-repeat -857px -35px;
	width: 45px;
	margin-right: 18px;
}

#box-seguir-vasco .titulo .seguir .orkut {
	background: url(../img/comum/mapeamento.png) no-repeat -905px -35px;
	width: 44px;
}

#box-seguir-vasco .content {
	background: url(../img/comum/bg-box-seguir.gif) repeat-x 0 0;
	height: 271px;
	padding: 10px 0 0 10px;
}

#box-seguir-vasco .content li {
	width: 215px;
	height: 110px;
	float: left;
	display: inline;
	margin: 0 25px 15px 0;
}

#box-seguir-vasco .content h3 {
	background: url(../img/titulos/twitter.gif) no-repeat 0 0;
	width: 239px;
	height: 27px;
	margin-bottom: 4px;
	
}

#box-seguir-vasco .content .foto {
	background: url(../img/comum/mapeamento.png) no-repeat -348px -185px;
	width: 51px;
	height: 51px;
	padding: 3px 0 0 3px;
	overflow: hidden;
	float: left;
	margin-right: 3px;
	display: inline;
}

#box-seguir-vasco .content .twitter-text {
	font-family: Verdana;
	float: left;
	width: 158px;
	font-size: 10px;
	font-weight: bold;
	color: #777;
}

#box-seguir-vasco .content .twitter-text .txt {
	line-height: 12px;
	padding-bottom: 5px;
}

#box-seguir-vasco .content .twitter-text a {
	color: #777;
}

#box-seguir-vasco .content .twitter-text a:hover {
	background-color: #fff;
	position: relative;
}

#box-seguir-vasco .content .twitter-text h5 {
	padding-top: 1px;
}

#box-seguir-vasco .content .twitter-text h5 a{
	color: #df2125;
}

#box-seguir-vasco .content .twitter-text .horario {
	font-style: italic;
}

#box-seguir-vasco .foot {
	background: url(../img/comum/bg-foot-box-seguir.gif) repeat-x 0 0;
	height: 32px;
}

#box-seguir-vasco .foot .bt-vermais {
	background: url(../img/titulos/veja-mais-posts.gif) no-repeat 0px 0px;
	width: 74px;
	height: 6px;
	float: left;
	display: inline;
	margin: 11px 0px 0 8px;
}

#box-seguir-vasco .foot .ico-vermais {
	background: url(../img/comum/mapeamento.png) no-repeat -902px 0px;
	width: 19px;
	height: 17px;
	float: right;
	display: inline;
	margin: 5px 4px 0 0;
}

/*------------ AGENDA DO VASCO ------------*/

#box-agenda {
	background: url(../img/comum/bg-sombra-box.gif) no-repeat 0 0;
	padding-top: 19px;
	margin-bottom: 25px;
}

#box-agenda h2 {
	background: url(../img/titulos/agenda-do-vasco.gif) no-repeat 0 0;
	width: 179px;
	height: 15px;
}

#box-agenda .content {
	background: url(../img/comum/bg-box-agenda.gif) repeat-x 0 0;
	height: 110px;
	overflow: hidden;
}

#box-agenda .anterior {
	width: 18px;
	height: 110px;
	float: left;
}

#box-agenda .anterior a {
	background: url(../img/comum/mapeamento.png) no-repeat -405px -185px;
}

#box-agenda .anterior a:hover {
	background: url(../img/comum/mapeamento.png) no-repeat -426px -185px;
}

#box-agenda .proximo {
	width: 18px;
	height: 110px;
	float: right;
}

#box-agenda .proximo a {
	background: url(../img/comum/mapeamento.png) no-repeat -448px -185px;
}

#box-agenda .proximo a:hover {
	background: url(../img/comum/mapeamento.png) no-repeat -469px -185px;
}
/*
#box-agenda .agenda {
	width: 683px;
	height: 93px;
	overflow: hidden;
	float: left;
	padding: 12px 0 0 8px;
}*/

#box-agenda .agenda ul {
	width: 10000000px;
	white-space: nowrap;	
	height:93px;
}

#box-agenda .agenda li {
	background: url(../img/comum/mapeamento.png) no-repeat -490px -185px;
	width: 169px !important;
	height: 93px;
	float: left;
	overlfow: hidden;
	display: inline;
	margin-right: 2px;
}

#box-agenda .agenda li.ativo {
	background: url(../img/comum/mapeamento.png) no-repeat -783px -379px;
}

#box-agenda .agenda .head {
	padding: 13px 8px 12px 6px;
}


#box-agenda .agenda .head h5 {
	float: left;
}

#box-agenda .agenda .head h5 span {
	color: #df2125;
}

#box-agenda .agenda li.ativo * {
	color: #fff !important;
}

#box-agenda .agenda .head .hoje{
	background: url(../img/comum/mapeamento.png) no-repeat -924px 0px;
	width: 28px;
	height: 14px;
	float: right;
}


#box-agenda .agenda .txt {
	padding: 0 8px 0 6px;
	line-height: 12px;
	color: #4d4d4d;
}

#box-agenda .agenda .txt .desc {
	color: #777;
	white-space: normal !important;
}

/*---------- C0LUNA ANUNCIOS ---------------*/

.coluna-anuncios .box-boutique {
	padding-bottom: 17px;
}

.coluna-anuncios .box-boutique p{
	margin-bottom: 5px;
}

.coluna-anuncios .box-boutique p.replace{
	background: url(../img/comum/mapeamento.png) no-repeat -674px -185px;
	width: 212px;
	height: 34px;
}
/*------------ JOGOS E RESULTADOS DO CAMPEONATO --------------------*/

.coluna-anuncios .jogos-campeonato {
	background: url(../img/comum/mapeamento.png) no-repeat 0px -295px;
	width: 178px;
	height: 481px;
	overflow: hidden;
	padding: 68px 17px 0 17px;
	margin-bottom: 20px;
}

.coluna-anuncios .jogos-campeonato h3 {
	display: none;
}

.jogos-campeonato .tit-ultimo-jogo {
	background: url(../img/titulos/ultimo-jogo.gif) no-repeat 0 0 ;
	width: 59px;
	height: 8px;
}

.jogos-campeonato .tit-proximo-jogo {
	background: url(../img/titulos/proximo-jogo.gif) no-repeat 0 0 ;
	width: 66px;
	height: 8px;
}

.jogos-campeonato .resultado {
	height: 127px;
	margin-bottom: 17px;
}

.jogos-campeonato .placar {
	padding: 20px 0 4px 0;
}

.jogos-campeonato .placar * {
	float: left;
	display: inline;
}

.jogos-campeonato .placar .time1 {
	margin-right: 15px;
}


.jogos-campeonato .placar .time2 {
	float: right;
}

.jogos-campeonato .placar p {
	font-size: 46px;
	color: #fff;
	padding-top: 10px;
	*line-height: 36px !important;
	*margin-top: -10px;
}

.jogos-campeonato .placar p.p1 {
	margin-right: 33px; 	
}

.jogos-campeonato .txt {
	text-align: center;
	font-size: 9px;
	width: 156px;
	margin: 0 auto;
	line-height: 10px;
}

.jogos-campeonato .txt p {
	padding-bottom: 5px;
}

.jogos-campeonato .icones {
	width: 156px;
	margin: 0 auto;
}

.jogos-campeonato .icones p{
	display: inline;
	float: left;
	margin-right: 6px
}

.jogos-campeonato .icones .ico-audio {
	margin-top: -2px;
}

.jogos-campeonato .icones p.bt-mais {
	background: url(../img/comum/mapeamento.png) no-repeat -902px 0px;
	width: 19px;
	height: 17px;
	float: right;
	margin: -6px 0 0 0;
	position: relative;
}

.jogos-campeonato .icones p.bt-mais-infos {
	background: url(../img/comum/mapeamento.png) no-repeat -851px -123px;
	width: 108px;
	height: 15px;	
	margin: -3px auto 0 auto;
	position: relative;
}

.jogos-campeonato .icone-mais-infos {
	width: 108px !important;
}

.jogos-campeonato .icones .ico-comentarios {
	background-position: -809px -123px;
	margin-top: -2px;
	padding: 1px 0 0 7px;
	width: 23px;
}

.jogos-campeonato .icones .ico-comentarios a {
	padding-left: 3px;
}

.jogos-campeonato .campeonato {
	padding: 18px 0 0 0;
	height: 153px;
	margin-bottom: 3px;
}

.jogos-campeonato .campeonato h4{
	color: #303030;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 12px;	
}

.jogos-campeonato .campeonato .pos {
	width: 31px;
	padding-left: 3px;
}

.jogos-campeonato .campeonato .equipes {
	width: 97px;
}

.jogos-campeonato .campeonato .pg {
	width: 30px;
}

.jogos-campeonato .campeonato .j {
	width: 7px;
}

.jogos-campeonato .campeonato td {
	color: #010101;
	font-size: 9px;
	font-weight: bold;
}

.jogos-campeonato .campeonato th {
	color: #df2125;
	font-size: 9px;
	text-transform: uppercase;
}

.jogos-campeonato .bt-vejamais {
	background: url(../img/comum/mapeamento.png) no-repeat -674px -219px;
	width: 189px;
	height: 30px;
	margin-left:-5px;
}

/*----------- BOX ENQUETE ------------*/

.box-enquete {
	background: url(../img/comum/bg-box-enquete.gif) no-repeat 0 0;
	width: 212px;
	/*min-height: 150px;*/
	overflow: hidden;
	margin-bottom: 20px;
	padding: 56px 0 45px 0px;
	position: relative;
	border-bottom: 5px solid #cacaca;
}

.box-enquete h3{
	display: none;
}

.box-enquete h5 {
	color: #df2125;
	font-weight: bold;
	margin-bottom: 5px;
	padding-left: 16px;
}

.box-enquete ul {
	padding-bottom: 10px;
	padding-left: 16px;
}

.box-enquete li {
	width: 180px;
	float: left;
}

.box-enquete li * {
	display: inline;
	float: left;
}

.box-enquete li input {
	*margin: -3px;
}

.box-enquete li label {
	padding: 0 5px;
	font-weight: bold;
	color: #010101;
}
/*
.box-enquete .bg-footer {
	background: url(../img/comum/bg-footer-box-enquete.png) no-repeat 0 0;
	width: 212px;
	height: 11px;
	overflow: hidden;
	position: absolute;
	bottom: 0px;
	display: none;
}
*/
.box-enquete .bt-votar {
	background: url(../img/comum/bt-votar.png) no-repeat 0 0;
	width: 186px;
	height: 31px;
	position: absolute;
	bottom: 10px;
	left: 14px;
}

.box-enquete li .resultado-enquete {
	display: none;
	color: #df2125;
}
#verResultadoEnquete {
	cursor: pointer;
	padding-left: 16px;
}

#enviado {
	padding-left: 16px;
}



/*------------ CARROSSEL DE JOGADORES ------------*/

#box-jogadores {
	background: url(../img/comum/bg-sombra-box.gif) no-repeat 0 0;
	padding-top: 19px;
	margin-bottom: 25px;
}

#box-jogadores h2 {
	background: url(../img/titulos/agenda-do-vasco.gif) no-repeat 0 0;
	width: 179px;
	height: 15px;
}

#box-jogadores .content {
	background: url(../img/comum/bg-box-agenda.gif) repeat-x 0 0;
	height: 194px;
	overflow: visible;
}

#box-jogadores .anterior {
	width: 18px;
	height: 110px;
	float: left;
}

#box-jogadores .anterior a {
	background: url(../img/comum/mapeamento.png) no-repeat -405px -185px;
}

#box-jogadores .anterior a:hover {
	background: url(../img/comum/mapeamento.png) no-repeat -426px -185px;
}

#box-jogadores .proximo {
	width: 18px;
	height: 110px;
	float: right;
}

#box-jogadores .proximo a {
	background: url(../img/comum/mapeamento.png) no-repeat -448px -185px;
}

#box-jogadores .proximo a:hover {
	background: url(../img/comum/mapeamento.png) no-repeat -469px -185px;
}
/*
#box-agenda .agenda {
	width: 683px;
	height: 93px;
	overflow: hidden;
	float: left;
	padding: 12px 0 0 8px;
}*/

#box-jogadores .Jogadores ul {
	width: 10000000px;
	white-space: nowrap;
	height: 194px;
}

#box-jogadores .Jogadores li {
	width: 160px !important;
	height: 194px;
	float: left;
	overlfow: visible;
	display: inline;
	margin-right: 2px;
}

#box-jogadores .Jogadores li.ativo {
	background: url(../img/comum/mapeamento.png) no-repeat -783px -379px;
}

#box-jogadores .Jogadores .head {
	padding: 13px 8px 12px 6px;
}


#box-jogadores .Jogadores .head h5 {
	float: left;
}

#box-jogadores .Jogadores .head h5 span {
	color: #df2125;
}

#box-jogadores .Jogadores li.ativo * {
	color: #fff !important;
}

#box-jogadores .Jogadores .head .hoje{
	background: url(../img/comum/mapeamento.png) no-repeat -924px 0px;
	width: 28px;
	height: 14px;
	float: right;
}


#box-jogadores .Jogadores .txt {
	padding: 0 8px 0 6px;
	line-height: 12px;
	color: #4d4d4d;
}

#box-jogadores .Jogadores .txt .desc {
	color: #777;
	white-space: normal !important;
}
