*{
	margin:0;
	padding:0;
}

body{
	font-family: 'roboto_condensedregular';
	background: #000 url(images/background.png)  0px 80px no-repeat;
 }

#topo{
	width:960px;
	height:184px;
	margin:auto;
	position:relative;            
}


h1{
	background:url(images/logo) no-repeat;
	text-indent:-99999px;
	width:431px;
	height:159px;
	position:absolute;
	bottom:0;
	left:0;
}

#barra_vermelha{
	background:#99281a;
	height:80px;
	width:100%;
}
#barra_vermelha2{
	background:#99281a url(images/background_vermelho.jpg);
	height:575px;
	border-top:10px solid #7e1c0f;
	border-bottom:10px solid #7e1c0f;
}


#barra_cinza{
	background: #222222;
	height: 40px;

}
#barra_central{

	width: 960px;
	padding-top: 5px;
	margin: auto;
	color:#5f5f5f;
	font-size: 20px;
	text-align: left;
	text-transform: uppercase;
}

	
#logo_fiba{
	position:absolute;
	background:url(images/logo_fiba.png) no-repeat;
	width:188px;
	height:86px;
	left:500px;
	top:55px;
	padding-left:15px;
	padding-right:15px;
	border-left:1px solid #333;
	border-right:1px solid #333;
}

#menu{
	width:960px;	
	margin:auto;
	color:#FFF;
	position:relative;
}



#slider {
	margin:auto !important;
	position:relative;
	width:960px;
	height:398px;
	background: url(images/slider.png) no-repeat;
	/*overflow:hidden;*/
	color:#FFF;
}
#slider h2{
	margin-bottom:15px;
	font-size:32px;
	color:#FFF;
}

#slider #previa{
	width:400px;
	position:absolute;
	right:0;
	top:50px;
	color:#CCC;
}
#slider #previa p{
	margin-bottom:25px;
	font-size: 18px; 
}

#previa a:link, #previa a:visited{
	text-decoration:none;
	color: #999;
	border:1px solid #333;
	padding:8px;
	font-size: 20px;
	
}
#previa a:hover{
	background: #f1a32c;
	color: #FFFFFF;
	-webkit-transition:0.3s ease-out; 
  	-moz-transition: 0.3s ease-out; 
  	-ms-transition:0.3s ease-out; 
  	-o-transition:0.3s ease-out; 
  	transition: 0.3s ease-out;
	
}

#mapa{
	background:url(images/mapa.png) 0px 30px no-repeat;
	height:600px;
	width:960px;
	margin:auto;
	position:relative;
}

#pino{
	background: url(images/pino.png);
	width: 24px;
	height: 43px;
	position: absolute;
}
.madri{
	top: 220px;
	left: 470px;

}
.barcelona{
	top: 150px;
	left: 720px;
}
.granada{
	top: 420px;
	left: 480px;
}
.barakaldo{
	top: 50px;
	left: 520px;
}
.seville{
	top: 410px;
	left: 370px;
}
.las_palmas{
	top: 360px;
	left: 125px;
}


#rodape{
	height:217px;
	background:#333;
	width: 100%;
	clear:both;
}
.centralizar{
	width: 960px;
	margin: auto;
	padding-top: 40px;
	position: relative;
}


#conteudo{
	margin: auto;
	width: 960px;
	color: #FFFFFF;
	padding: 30px;
}
#conteudo p{
	margin-bottom:15px;
	color: #CCCCCC;
}

#menu_mapa{
	color:#FFF;
	list-style-type:square;
	font-size:24px;
	position:absolute;
	top:30px;
	left:20px;
}

#menu_mapa  li a:link, #menu_mapa  li a:visited{
	margin-bottom:15px;
	color:#FFFFFF;
	text-decoration:none;
}

#menu_mapa  li a:hover{
	margin-bottom:15px;
	color:#f1a32c;
	text-decoration:none;
}


#redes_sociais{
	position: absolute;
	right: 0;
	top:70px;
}


#facebook{
	width:55px;
	background:transparent url(images/redes_sociais.png) no-repeat;
	height:55px;
	display:block;
	float:left;
	margin-right:26px;
	margin-left:20px;
	text-indent:-999999px;
	-webkit-transition:0.3s ease-out; 
  	-moz-transition: 0.3s ease-out; 
  	-ms-transition:0.3s ease-out; 
  	-o-transition:0.3s ease-out; 
  	transition: 0.3s ease-out;
}
#facebook:hover{

	background:url(images/redes_sociais.png) -0px -62px no-repeat;


}

#twitter{
	width:55px;
	background:transparent url(images/redes_sociais.png) -60px -0px no-repeat;
	height:55px;
	display:block;
	float:left;
	margin-right:26px;
	text-indent:-999999px;
	-webkit-transition:0.3s ease-out; 
  	-moz-transition: 0.3s ease-out; 
  	-ms-transition:0.3s ease-out; 
  	-o-transition:0.3s ease-out; 
  	transition: 0.3s ease-out;
}
#twitter:hover{

	background:url(images/redes_sociais.png) -60px -62px no-repeat;


}


#google{
	width:55px;
	background:transparent url(images/redes_sociais.png) -120px -0px no-repeat;
	height:55px;
	display:block;
	float:left;
	text-indent:-999999px;
	border:none;
	-webkit-transition:0.3s ease-out; 
  	-moz-transition: 0.3s ease-out; 
  	-ms-transition:0.3s ease-out; 
  	-o-transition:0.3s ease-out; 
  	transition: 0.3s ease-out;
}
#google:hover{
	background:url(images/redes_sociais.png) -120px -62px no-repeat;
}

#foto_topo{
	width: 100%;
	background: url(images/foto_apresentacao.jpg) no-repeat center;
	height: 429px;


}

#creditos{
	position: absolute;
	right: 0;
	top: 90px;
	color: #444;
}

#m_brasil{
	background: url(images/brasil.jpg) no-repeat 0px 5px; 
	padding-left: 25px;
}
#m_egito{
	background: url(images/egito.jpg) no-repeat 0px 5px; 
	padding-left: 25px;
}
#m_franca{
	background: url(images/franca.jpg) no-repeat 0px 5px; 
	padding-left: 25px;
}
#m_ira{
	background: url(images/ira.jpg) no-repeat 0px 5px; 
	padding-left: 25px;
}
#m_serbia{
	background: url(images/serbia.jpg) no-repeat 0px 5px; 
	padding-left: 25px;
}
#m_espanha{
	background: url(images/espanha.jpg) no-repeat 0px 5px; 
	padding-left: 25px;
}
#m_argentina{
	background: url(images/argentina.jpg) no-repeat 0px 5px;
	padding-left: 25px;
}
#m_croacia{
	background: url(images/croacia.jpg) no-repeat 0px 5px;
	padding-left: 25px;
}
#m_grecia{
	background: url(images/grecia.jpg) no-repeat 0px 5px;
	padding-left: 25px;
}
#m_filipinas{
	background: url(images/filipinas.jpg) no-repeat 0px 5px;
	padding-left: 25px;
}
#m_porto_rico{
	background: url(images/porto_rico.jpg) no-repeat 0px 5px;
	padding-left: 25px;
}
#m_senegal{
	background: url(images/senegal.jpg) no-repeat 0px 5px;
	padding-left: 25px;
}
#m_republica_domenicana{
	background: url(images/republica_domenicana.jpg) no-repeat 0px 5px;
	padding-left: 25px;
}
#m_finlandia{
	background: url(images/finlandia.jpg) no-repeat 0px 5px;
	padding-left: 25px;
}
#m_nova_zelandia{
	background: url(images/nova_zelandia.jpg) no-repeat 0px 5px;
	padding-left: 25px;
}
#m_turquia{
	background: url(images/turquia.jpg) no-repeat 0px 5px;
	padding-left: 25px;
}
#m_ucrania{
	background: url(images/ucrania.jpg) no-repeat 0px 5px;
	padding-left: 25px;
}
#m_usa{
	background: url(images/usa.jpg) no-repeat 0px 5px;
	padding-left: 25px;
}
#m_angola{
	background: url(images/angola.jpg) no-repeat 0px 5px;
	padding-left: 25px;
}
#m_australia{
	background: url(images/australia.jpg) no-repeat 0px 5px;
	padding-left: 25px;
}
#m_korea{
	background: url(images/korea.jpg) no-repeat 0px 5px;
	padding-left: 25px;
} 
#m_lituania{
	background: url(images/lituania.jpg) no-repeat 0px 5px;
	padding-left: 25px;
} 
#m_mexico{
	background: url(images/mexico.jpg) no-repeat 0px 5px;
	padding-left: 25px;
} 
#m_eslovenia{
	background: url(images/eslovenia.jpg) no-repeat 0px 5px;
	padding-left: 25px;
} 


#iframe{
	background: #FFF;
	border-bottom: 4px solid #333;
}

.dia_jogo{
	background: #f1a32c;
	border-left: 2px solid #cc8821;
	text-transform: uppercase;
	padding: 10px;
	line-height: 13px;
	text-align: center;
}
.dia_jogo2{
	background: #ca851d;
	border-left: 2px solid #cc8821;
	text-transform: uppercase;
	padding: 10px;
	line-height: 13px;
	text-align: center;
}
.times{
text-align: center;
background: #222222;
font-size: 12px;
border: 1px solid #444444;
padding: 10px 0px;
}
.times2{
text-align: center;
background: #1C1C1C;
font-size: 12px;
border: 1px solid #444444;
padding: 10px 0px;
}
.times img, .times2 img{
	vertical-align: middle;
	margin-right: 5px;
	margin-left: 5px; 
}

.hora{
	color: #444;
	font-size: 18px;
	margin-top: 2px;
}
.grupo{
	color:#444;
	margin-bottom: -10px;
}
#informacao_times{




}

#jogadores{
	float: left;
	width: 700px;
	background: #444;
}
.jogador{
	border: 3px solid #333;
	padding: 10px;
	font-size: 15px;
	float: left;
	margin-right:12px;
	margin-bottom: 20px;
	color: #CCC;
	height:500px;
}

.jogador .nome{
	font-size: 23px;
	font-family: 'roboto_condensedregular';
	margin-bottom: 10px;
	color: #FFF;
}

#titulo_jogadores{
	font-size: 50px;
	text-transform: uppercase;
	color: #333;
	margin-bottom: 10px;
}
.info_time{
	background:#f1a32c;
	font-size: 24px;
	padding: 20px;
	float:left;
	width:344px;
	height:311px;
	color:#FFFFFF;

}

.info_time ul li{
	border-bottom:2px solid #d78d1b;
	margin-bottom:10px;
	padding:0px 5px;
}


#topo_time{
	float: left;
	width: 970px;
}

.foto_time{
	float: left;
}

.regulamento_div{
	background:#222222;	
	padding:20px;
	margin:auto;
	margin-bottom:20px;
	border-bottom:2px solid #f1a32c;
	border-top:1px solid #f1a32c;
}

.regulamento_div li{
	margin-bottom:10px;
}

#info_time li{
	border-bottom:1px solid #666;
	font-size:20px;
	color:#EEEEEE;
	padding:10px 0px;
}

#madri{
	width:430px;
	background:#FFF;
	padding-right:15px;
	height:150px;
	position: absolute;
	z-index:99999;
	-webkit-box-shadow: 4px 4px 11px 0px rgba(50, 50, 50, 1);
	-moz-box-shadow:    4px 4px 11px 0px rgba(50, 50, 50, 1);
	box-shadow:         4px 4px 11px 0px rgba(50, 50, 50, 1);
	border-left:5px solid #99281a;
	top:90px;
	left:480px;

}

#barcelona{
	width:430px;
	background:#FFF;
	padding-right:15px;
	height:150px;
	position: absolute;
	z-index:99999;
	-webkit-box-shadow: 4px 4px 11px 0px rgba(50, 50, 50, 1);
	-moz-box-shadow:    4px 4px 11px 0px rgba(50, 50, 50, 1);
	box-shadow:         4px 4px 11px 0px rgba(50, 50, 50, 1);
	border-left:5px solid #99281a;
	top:190px;
	left:740px;
	
}
#granada{
	width:430px;
	background:#FFF;
	padding-right:15px;
	height:150px;
	position: absolute;
	z-index:99999;
	-webkit-box-shadow: 4px 4px 11px 0px rgba(50, 50, 50, 1);
	-moz-box-shadow:    4px 4px 11px 0px rgba(50, 50, 50, 1);
	box-shadow:         4px 4px 11px 0px rgba(50, 50, 50, 1);
	border-left:5px solid #99281a;
	top:430px;
	left:490px;

}


#barakaldo{
	width:430px;
	background:#FFF;
	padding-right:15px;
	height:150px;
	position: absolute;
	z-index:99999;
	-webkit-box-shadow: 4px 4px 11px 0px rgba(50, 50, 50, 1);
	-moz-box-shadow:    4px 4px 11px 0px rgba(50, 50, 50, 1);
	box-shadow:         4px 4px 11px 0px rgba(50, 50, 50, 1);
	border-left:5px solid #99281a;
	top:-70px;
	left:510px;

}

#seville{
	width:430px;
	background:#FFF;
	padding-right:15px;
	height:150px;
	position: absolute;
	z-index:99999;
	-webkit-box-shadow: 4px 4px 11px 0px rgba(50, 50, 50, 1);
	-moz-box-shadow:    4px 4px 11px 0px rgba(50, 50, 50, 1);
	box-shadow:         4px 4px 11px 0px rgba(50, 50, 50, 1);
	border-left:5px solid #99281a;
	top:430px;
	left:-70px;

}

#las_palmas{
	width:430px;
	background:#FFF;
	padding-right:15px;
	height:150px;
	position: absolute;
	z-index:99999;
	-webkit-box-shadow: 4px 4px 11px 0px rgba(50, 50, 50, 1);
	-moz-box-shadow:    4px 4px 11px 0px rgba(50, 50, 50, 1);
	box-shadow:         4px 4px 11px 0px rgba(50, 50, 50, 1);
	border-left:5px solid #99281a;
	top:215px;
	left:120px;

}

#img{
	float:left;
	margin-right:15px;
}

#h2{
	margin-top:15px;
	color:#99281a;
}

#oitavas{
	width:970px;
	height:800px;
	margin-bottom:10px;
}

#coluna{
	width:200px;	
}

#coluna{
	width:220px;
	height:500px;
	background:#09C;
	float:left;
	margin-right:20px;
}

#coluna h2{
	text-align:center;
	background:#333;
	padding:10px;
}


.time{
	background:#CC0;
	padding:5px;	
}
