@charset "utf-8";
/* CSS Document */

/*corrige problema com o botão do Facebook*/
.box-compartilhe{
	overflow:visible; 
}

#mainContainer{
	width: 980px;
	margin-left:-16px;
}

#topContainer{
	width:980px;
	height:510px;
	border-bottom: 8px solid #cb4c1b;
	overflow:visible;
	float:left;
}

#topContainer.team1{
	border-bottom: 8px solid #cb4c1b;
}
#topContainer.team2{
	border-bottom: 8px solid #c33236;
}
#topContainer.team3{
	border-bottom: 8px solid #04699b;
}
#topContainer.team4{
	border-bottom: 8px solid #5d8d65;
}

#topContainer p{
	margin: 0 0 18px 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:18px;
	color: #333;
}

#bottomContainer{
	width:980px;
	overflow:visible;
}

.leftColumn, .middleColumn{
	width: 345px;
	margin-right:20px;
	float:left;
	overflow:hidden;
}

.rightColumn{
	width: 245px;
	float:right;
	overflow:hidden;
}

.textContainer{
	border: 1px solid #ebe6e4;
	padding:20px;
	overflow:hidden;
	float: left;
	z-index:100;
	background-color: #fff;
	width: 303px;
	margin:10px 0 0 0;
}

.rightFloated{
	display:inline-block;
	float:right;
	margin:5px 0 0 10px;
}

.leftFloated{
	display:inline-block;
	float:right;
}

.playerBlock{
	margin:0;
	clear:both;
}

.titleBlock1{
	height:30px;
	width:210px;
	float:left;
	
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-bottom-left-radius: 6px;
	border-bottom-left-radius: 6px;
	
	-webkit-border-bottom-right-radius: 6px;
	-moz-border-bottom-right-radius: 6px;
	border-bottom-right-radius: 6px;
	
	margin:0 15px;
	padding:7px 15px;
}

.smallBlock{
	margin:30px 0 0 0;
	clear:both;
}
.noMargin{
	margin:0;
}

.noMargin .smallBlockText{
	width:100%;
	margin:0;
}

.noMargin .titleBlock2{
	width:100%;
	margin:30px 0 0 0;
}

.smallBlockText{
	font-size:12px;
	width:330px;
	margin:10px 0 0 15px;
	clear:both;
}
.playerText1{
	font-size:12px;
	width:230px;
	float:left;
	margin:10px 0 0 15px;
}

.titleBlock2{
	margin:30px 0 0 15px;
}

.titleBlock1 h3{
	text-indent: -1000px;
	margin:0;
	padding: 0;
	height:30px;
}

.imgStats{
	margin-top:14px;
}

/************************************/
/* uso geral */
.clearFix{
	clear:both;
}

/************************************/
/* players */

#player1{
	background: url('https://infograficos.estadao.com.br/public/esportes/copa-confederacoes/img/jogador-espanha.jpg') no-repeat bottom left;
	height:510px;
}
#player2{
	background: url('https://infograficos.estadao.com.br/public/esportes/copa-confederacoes/img/jogador-taiti.jpg') no-repeat bottom left;
	height:510px;
}
#player3{
	background: url('https://infograficos.estadao.com.br/public/esportes/copa-confederacoes/img/jogador-uruguai.jpg') no-repeat bottom left;
	height:510px;
}
#player4{
	background: url('https://infograficos.estadao.com.br/public/esportes/copa-confederacoes/img/jogador-nigeria.jpg') no-repeat bottom left;
	height:510px;
}


.titleBlock1.teamTitle1{
	background: #cb4c1b;
}
.titleBlock1.teamTitle2{
	background: #c33236;
}
.titleBlock1.teamTitle3{
	background: #04699b;
}
.titleBlock1.teamTitle4{
	background: #5d8d65;
}


.titleBlock2.teamTitle1{
	background: url('https://infograficos.estadao.com.br/public/esportes/copa-confederacoes/img/titulo-bg-espanha.jpg') repeat-x center;
}
.titleBlock2.teamTitle2{
	background: url('https://infograficos.estadao.com.br/public/esportes/copa-confederacoes/img/titulo-bg-taiti.jpg') repeat-x center;
}
.titleBlock2.teamTitle3{
	background: url('https://infograficos.estadao.com.br/public/esportes/copa-confederacoes/img/titulo-bg-uruguai.jpg') repeat-x center;
}
.titleBlock2.teamTitle4{
	background: url('https://infograficos.estadao.com.br/public/esportes/copa-confederacoes/img/titulo-bg-nigeria.jpg') repeat-x center;
}


#tituloPlayer1{
	background: url('https://infograficos.estadao.com.br/public/esportes/copa-confederacoes/img/titulo-jogador-espanha.png') no-repeat left center;
}
#tituloPlayer2{
	background: url('https://infograficos.estadao.com.br/public/esportes/copa-confederacoes/img/titulo-jogador-taiti.png') no-repeat left center;
}
#tituloPlayer3{
	background: url('https://infograficos.estadao.com.br/public/esportes/copa-confederacoes/img/titulo-jogador-uruguai.png') no-repeat left center;
}
#tituloPlayer4{
	background: url('https://infograficos.estadao.com.br/public/esportes/copa-confederacoes/img/titulo-jogador-nigeria.png') no-repeat left center;
}
#teamTactics{
	height:510px;
	background: #e9e9e9;
}
