@charset "utf-8";

/* CSS Document */


li{
	list-style:none;

}

.barrabusca td{
	padding: 7px;	
}

.barrabusca select{
	padding: 5px;
	width: 98%;
	border: 1px solid #ccc;
}
.fb-comments span{
	height:120px!important; 
}

.content{
	width:980px;
	background-color:#FFF;
	margin: 0px auto 10px;
	padding:20px 10px 10px 10px;
	overflow:hidden;
	
	
-webkit-box-shadow:  0px 14px 10px 10px rgba(0, 0, 0, 0.1);
        
        box-shadow:  0px 14px 10px 10px rgba(0, 0, 0, 0.1);

	
}

.coluna-1{

	width:540px;
	float:left;
	overflow:hidden;
}

.coluna-2{
	width:420px;
	float:right;
	overflow:hidden;
}

.titulo-01{
	font-size:25px;
	color:#000;
	width:100%;
	text-align:justify;
	margin:10px 0px;
}

.titulo-02{
	font-size:20px;
	color:#fff;
	width:99%;
	text-align:justify;
	margin:10px auto;
	background-color:#FF0600;
	padding:5px ;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.titulo-03{
	font-size:20px;
	color:#fff;
	width:99%;
	text-align:justify;
	margin:10px auto;
	background-color:#005300;
	padding:5px ;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

/* ---------------- logos clubes --------------------*/

.clubesinicio{
	text-align: center;
	overflow: hidden;
}

.clubesinicio ul{
	
	display: inline-block;
	margin: 0 auto 7px auto;
	
	
}

.clubesinicio ul li{
		float: left;
		margin: 0 0px;
	}

/*-----------------Notícias-------------------------*/

.box-noticias{
	width:510px;
	padding:10px;	
	border:1px solid #CCC;
	background-color:#efefef;
}

.noticia-preview{
	overflow:hidden;
	border-bottom:1px dotted #006600;
	margin-top:10px;
}

.tit-preview{
	color:#006600;
	font-weight:bold;
	margin:10px 0px;
}

.data-noticia{
	color:#999;
	font-size:14px;
	margin:5px 0px;
}

.txt-preview{
	color:#333;
	font-size:14px;
	text-align:justify;
	line-height:24px;
	padding-bottom:15px;
}

.tit-list{
	margin-bottom:10px;
}

.tit-list a{
	font-size:15px;
	color:#030;
	margin-bottom:10px;
}

.tit-list a:hover{
	color:#F00;
}


/*--------------------JOGOS-------------------------*/
.box-jogos{
	width:960px;
	padding:10px;	
	border:1px solid #CCC;
	background-color:#fff;
	overflow:hidden;
	margin-bottom:10px;
	

}

.time{
	width:80px;
	overflow:hidden;
	float:left;
	text-align:center;
}

.time-02{
	width:90px;
	overflow:hidden;
	float:left;
	text-align:center;
}

.vs{
	width:20px;
	overflow:hidden;
	float:left;
	text-align: center;
	margin-top:30px;
}

.vs-02{
	width:50px;
	overflow:hidden;
	float:left;
	text-align: center;
	margin-top:40px;
}

.placar{
	width:60px;
	overflow:hidden;
	float:left;
	text-align: center;
	margin-top:20px;
	font-size:35px;
	background-color:#fff;
	color:#666;
	border:1px solid #CCC;
	
}

.dados-jogo{
	color:#666;
	font-size:12px;
	float:left;
	width:280px;
	margin-left:10px;
	border-left:1px solid #bbb;
	border-right:1px solid #bbb;
	padding-left:20px;
	height:95px;
}

.dados-jogo p{
	margin-top:5px;
}

.dados-jogo-detalhes{
	color:#666;
	font-size:30px;
	float:left;
	width:290px;
	text-align:center;
	margin-top:20px;
	margin-left:15px;
}

.curtir_face{
	color:#666;
	font-size:12px;
	float:right;
	margin-top:25px;
	width:60px;
	text-align:right;

}

.separador{
	height:22px;
}

/*----------------------BANNER---------------------------*/

.banner{
	overflow:hidden;
	margin-top:20px;
}


/*----------------- REDES SOCIAIS -----------------------*/

.facebook{
	margin-top:20px;
}

/*----------------- PATROCINADORES ----------------------*/

#patrocinadores{
	width:980px;
	overflow:hidden;
	margin:0px auto;
	background-color:#FFF;
	padding:10px;

}

#patrocinadores ul{

	text-align:center;

}


#patrocinadores ul li{

	float:left;

	margin:10px 15px 0px 0px;

	height:70px;

	overflow:hidden;

	display:inline;

	text-align:center;
	
	padding:10px;

}


#patrocinadores ul li img{

	height:100%;

}











/*---------------- TEXT --------------------*/


.text {
	text-align:justify;
	color:#333;
	font-size:12px;
	line-height:20px;
	padding:5px;
}


.text p{
	margin-bottom:20px;
}

/*------------------------------------------*/
/*-------------------------- Jogadores------------------------*/

.box-list-jogador{
	margin:10px auto;
	overflow: hidden;
}





.box-jogador{
	width:220px;
	overflow:hidden;
	float:left;
	margin:10px 10px 20px 13px;
	background-image: linear-gradient(bottom, rgb(240,240,240) 100%, rgb(237,230,237) 3%);
	background-image: -o-linear-gradient(bottom, rgb(240,240,240) 100%, rgb(237,230,237) 3%);
	background-image: -moz-linear-gradient(bottom, rgb(240,240,240) 100%, rgb(237,230,237) 3%);
	background-image: -webkit-linear-gradient(bottom, rgb(240,240,240) 100%, rgb(237,230,237) 3%);
	background-image: -ms-linear-gradient(bottom, rgb(240,240,240) 100%, rgb(237,230,237) 3%);
	background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(1, rgb(240,240,240)),
	color-stop(0.03, rgb(237,230,237))
);
	-webkit-border-radius: 8px;





	-moz-border-radius: 8px;





	border-radius: 8px;





	border:1px solid #ccc;





	





	-moz-box-shadow: 2px 0px 10px #666;





	-webkit-box-shadow: 2px 0px 10px #666;





	box-shadow: 2px 0px 10px #666;











}











.img-jogador{





	width:200px;





	background-color:#FFF;





	border:1px solid #ccc;





	margin:10px;





	height:200px;





}











.nome-jogador{





	font-size:15px;





	color:#000;





	text-align:center;





	font-weight:bold;





	line-height:30px;





	width:200px;





	margin:0 auto;





}











.nome-jogador span{





	font-size:20px;





	font-weight:bold;





	color:#900;





}











.dados-jogador{





	width:200px;





	margin:10px auto;





	font-size:12px;





	overflow:hidden;





	line-height:20px;





	





	-webkit-border-radius: 8px;





	-moz-border-radius: 8px;





	border-radius: 8px;





	border:1px solid #ccc;





	





	





	background-image: linear-gradient(bottom, rgb(247,247,247) 100%, rgb(227,223,227) 3%);





	background-image: -o-linear-gradient(bottom, rgb(247,247,247) 100%, rgb(227,223,227) 3%);





	background-image: -moz-linear-gradient(bottom, rgb(247,247,247) 100%, rgb(227,223,227) 3%);





	background-image: -webkit-linear-gradient(bottom, rgb(247,247,247) 100%, rgb(227,223,227) 3%);





	background-image: -ms-linear-gradient(bottom, rgb(247,247,247) 100%, rgb(227,223,227) 3%);





	





}











.dados-jogador p{





	padding:0px 5px;





}











.detalhes-jogador{





	width:200px;





	margin:10px auto;





	text-align:center;





	padding:10px 0px 10px 0px;





	





background-image: linear-gradient(bottom, rgb(36,112,4) 100%, rgb(7,56,4) 3%);





background-image: -o-linear-gradient(bottom, rgb(36,112,4) 100%, rgb(7,56,4) 3%);





background-image: -moz-linear-gradient(bottom, rgb(36,112,4) 100%, rgb(7,56,4) 3%);





background-image: -webkit-linear-gradient(bottom, rgb(36,112,4) 100%, rgb(7,56,4) 3%);





background-image: -ms-linear-gradient(bottom, rgb(36,112,4) 100%, rgb(7,56,4) 3%);











background-image: -webkit-gradient(





	linear,





	left bottom,





	left top,





	color-stop(1, rgb(36,112,4)),





	color-stop(0.03, rgb(7,56,4))





);











-webkit-border-radius: 8px;





	-moz-border-radius: 8px;





	border-radius: 8px;











}











a .detalhes-jogador {





	color:#FFF;





	text-decoration:none;





}











.detalhes-jogador:hover{





	background-image: linear-gradient(bottom, rgb(50,148,8) 100%, rgb(10,107,3) 3%);





background-image: -o-linear-gradient(bottom, rgb(50,148,8) 100%, rgb(10,107,3) 3%);





background-image: -moz-linear-gradient(bottom, rgb(50,148,8) 100%, rgb(10,107,3) 3%);





background-image: -webkit-linear-gradient(bottom, rgb(50,148,8) 100%, rgb(10,107,3) 3%);





background-image: -ms-linear-gradient(bottom, rgb(50,148,8) 100%, rgb(10,107,3) 3%);











background-image: -webkit-gradient(





	linear,





	left bottom,





	left top,





	color-stop(1, rgb(50,148,8)),





	color-stop(0.03, rgb(10,107,3))





);





}











/*---------------------------------Notícias----------------------------------*/

.noticia{
	overflow:hidden;
	text-align:justify;
	/*margin-bottom:20px;*/
}

.noticia p{
	color:#666;
	font-size:14px;
	line-height:20px;
	padding:5px 0;
	margin-bottom:10px;
}

.tit-noticia{
	font-size:22px;
	color:#006600;
	font-weight:bold;
	margin-bottom:5px;
}

.data{
	font-size:14px;
	color:#666;
	font-weight:lighter;
	margin-top:10px;
	margin-bottom:10px;
}

.fonte{
	font-size:12px;
	color:#666;
	margin:-10px 0 20px 0;
}





/*---------------------------------LISTAGEM------------------------------*/











.listagem{





	margin:0px auto;





	width:1000px;





	background-color:#FFF;





	overflow:hidden;





}











.listagem ul{





	width:205px;





	margin:20px auto;





	overflow:hidden;





}











.listagem ul li{





	float:left;





	display:inline;





	padding:5px;





	margin:0px 6px;





	color:#999;





	font-size:16px;





}











.listagem ul li:hover{





	background-color:#CCC;





}











.listagem ul .check{





	color:#F00;





	font-size:22px;





	text-decoration:underline;





}





.paginador{
	background-color:#FFF;
	text-align: center;
	margin:20px  auto 20px;
}

.paginador ul{
	display: inline-block;
	overflow: hidden;
}

.paginador a{
	color:#666;
}

.paginador ul li{
	float:left;
	display:inline;
	padding:10px;
	font-size:18px;
	color:#666;
}

.paginador ul li:hover{
	background-color:#ccc;
}

.paginador ul .current{ 
	float:left;
	display:inline;
	padding:10px;
	font-size:18px;
	color:#666;	
	border-bottom:2px solid #000; 
}