#bgPreto{
	position: fixed;
	background-color: #000;
	opacity: 0.7;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 10;
	display: none;
}
#container_video{
	width: 825px;
	height: 623px;
	background: #000;
	position: absolute;
	z-index: 11;
	top: 215px;
	left: 72px;
	display: none;
}
#container_video .vid{
	display: none;
	width: 726px;
	height: 409px;
	margin-top: 107px;
	margin-left: 50px;
}
#container_video #ico_fechar{
	width: 20px;
	height: 20px;
	background: transparent url("../imgs/fechar.png") 0 0 no-repeat;
	position: absolute;
	right: 15px;
	top: 15px;
	cursor: pointer;
}
#corpoInfo {
	width: 940px;
	height: auto;
	overflow: hidden;
	margin-left: -10px;
	margin-bottom: 30px;
	margin-top: 30px;
	position: relative;
}
#corpoInfo .ogloboRegular{
	font-family: OGloboCondensedRegular, Arial, Tahoma, sans-serif;
}
#corpoInfo .ogloboLight{
	font-family: OGloboCondensedLight, Arial, Tahoma, sans-serif;
}
#corpoInfo .left{
	float: left;
}
#corpoInfo #legenda {
	height: 100px;
}
#corpoInfo #desafio{
	height: 848px;
	width: 940px;
	background-color: #f1f1f1;
}
#corpoInfo #desafio #esq{
	width: 239px;
	padding-top: 115px;
	margin-left: 70px;
	position: relative;
	z-index: 1;
}
#corpoInfo #desafio #esq .video{
	position: relative;
	width: 169px;
	height: 103px;
	border-right: 15px solid #000;
	margin-bottom: 27px;
}
#corpoInfo #desafio #esq .pandeiro{
	width: 80px;
	height: 84px;
	position: absolute;
	right: -65px;
	top: 11px;
	cursor: pointer;
	background: transparent url("../imgs/pandeiro.png") 0 0 no-repeat;
}
#corpoInfo #desafio #tentativas{
	width: 110px;
	height: 52px;
	padding-top: 10px;
	background: transparent url("../imgs/bg_tentativas.png") 0 0 repeat-y;
	font-size: 19px;
	color: #d1d1d1;
	text-align: center; 
	margin-top: 30px; 
	margin-left: 100px;
}
#corpoInfo #desafio #tentativas .total{
	font-size: 30px;
}
#corpoInfo #desafio #dir{
	width: 280px;
	margin-left: 93px;
	padding-top: 115px;
}
#corpoInfo #desafio #dir .escola{
	position: relative;
	width: 282px;
	height: 103px;
	overflow: hidden;
	margin-bottom: 27px;
	font-size: 19px;
	color: #929291;
}
#corpoInfo #desafio #dir .apito{
	margin-top: 80px;
	cursor: pointer;
}
#corpoInfo #desafio #dir .pandeiro{
	width: 80px;
	height: 84px;
	position: absolute;
	left: 20px;
	top: 11px;	
	background: transparent url("../imgs/pandeiro_dir.png") 0 0 no-repeat;
}
#corpoInfo #desafio #dir .pandeiro.ativo{
	width: 90px;
	height: 90px;
}
/*#corpoInfo #desafio .escola #dir #dropIlha.pandeiro.ui-droppable.ativo{
	background: transparent url("../imgs/acerto-uniao.png") 0 0 no-repeat;	
}
#corpoInfo #desafio .escola #dir #dropMocidade.pandeiro.ui-droppable.ativo{
	background: transparent url("../imgs/acerto-mocidade.png") 0 0 no-repeat;	
}
#corpoInfo #desafio .escola #dir #dropImperio.pandeiro.ui-droppable.ativo{
	background: transparent url("../imgs/acerto-imperio.png") 0 0 no-repeat;	
}
#corpoInfo #desafio .escola #dir #dropMangueira.pandeiro.ui-droppable.ativo{
	background: transparent url("../imgs/acerto-mangueira.png") 0 0 no-repeat;	
}
#corpoInfo #desafio .escola #dir #dropSalgueiro.pandeiro.ui-droppable.ativo{
	background: transparent url("../imgs/acerto-salgueiro.png") 0 0 no-repeat;	
}*/
#corpoInfo #desafio #dir .borda{
	margin-left: 55px;
	width: 11px;
	height: 103px;
}
#corpoInfo #desafio #dir .nomeEscola{
	width: 161px;
	height: 75px;
	background: transparent url("../imgs/bg_escola.png") 0 0 repeat-y;
	font-size: 19px;
	padding-left: 30px;
	padding-top: 28px;
}
#corpoInfo #desafio #dir .nomeEscola .bold{
	color: #555555;
}
#corpoInfo #result{
	width: 940px;
	height: 397px;
	padding-top: 100px;
	font-size: 18px;
	display: none;
	background: transparent url("../imgs/bgResultado.png") 0 0 repeat-x;
}
#corpoInfo #container_result {
	width: 940px;
	height: 196px;
}
#corpoInfo #result #icone{
	margin-left: 202px;
	margin-right: 20px;
}
#corpoInfo #result #tituloRes{
	margin-top: 30px;
	width: 400px;
	font-size: 22px;
	color: #1a1a1a;
}
#corpoInfo #result #textoRes{
	margin-top: 10px;
	width: 400px;
	color: #434142;
}
#corpoInfo #result .opc{
	width: 150px;
	text-align: center;
	cursor: pointer;
}
#corpoInfo #result #jogarDenovo{
	margin-left: 336px;
}