*, *:before, *:after {
    box-sizing: content-box !important;
}
body .body #all_banner{width: 99.9%;}
body, html{
	min-width: auto;
	background: #fff;
}
#barra-globocom{
	display: none;
}
#container_cenario, 
#container_cenario * {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
#container_cenario li{
	list-style: none;
}
#container_cenario {
	width: 940px;
	height: auto;
	overflow: hidden;
	background-color: #edf0f5;
	border: 1px solid #dadfe7;
	padding-top: 10px;
	margin: 20px auto;
}

#quiz,
#container_perguntas .pergunta,
#container_perguntas .fim {
	width: 920px;
	min-height: 530px;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
	position: relative;
	float: left;
}

#container_perguntas .fim {
	/*background: url(../images/menos-3.png) no-repeat 20px center;*/
}

#container_perguntas .inicio {
	text-align: center;
	padding-top: 20px;
}

#container_perguntas .fim #total_acertos {
	width: 540px;
	height: auto;
	overflow: hidden;
	display: block;
	text-align: center;
	font-size: 30px;
	line-height: 50px;
	position: absolute;
	font-weight: normal;
	font-family: OgloboCondensedRegular, "Times New Roman", Times,serif;
	left: 203px;
	top: 120px;
}

#container_perguntas .fim #total_acertos span {
	display: block;
	font-size: 80px;
	font-family: OgloboCondensedSemibold, "Times New Roman", Times,serif;;
}

#container_perguntas .fim img {
	margin-left: 400px;
	margin-top: 50px;
}

#container_cenario #btn_jogarnovamente {
	width: 153px;
	height: 33px;
	display: none;
	font-family: OgloboCondensedMedium,"Times New Roman",Times,serif;
	color: #28344d;
	font-size: 20px;
	text-decoration: none;
	background: url(../images/btn_jogarnovamente.png) no-repeat 0 0;
	float: right;
	padding: 4px 0 0 15px;
	margin: 10px 10px 10px 0;

}

#quiz {
	background-color: #fff;
	border-radius: 4px;
	border: 1px solid #dadfe7;
	margin-left:10px;
}

#container_perguntas {
	width: 14100px;
	height: auto;
	overflow: hidden;
	/*margin-left: -920px;*/
}


#container_perguntas .pergunta * {
	position: relative;
}

.pergunta {
	min-height: 480px;
}
.pergunta .comentario{
	position: absolute;
	top: 400px;
	left: 0px;
	width: 410px;
	z-index: 5;
	font-family: arial, tahoma;
	font-size: 12px;
	line-height: 16px;
	color: #7c818e;
	display: none;
}

.pergunta .label,
.pergunta h3,
.pergunta p,
.pergunta .questao,
.pergunta .opcoes {
	float: left;
	clear: both;
	margin-left: 920px;
}

#container_perguntas .pergunta .label {
	font-family: OgloboCondensedLight, "Times New Roman",Times;
	color: #acb2c1;
	font-size: 18px;
	margin-top: 90px;
	background-color: transparent;
}

#container_perguntas .pergunta h3 {
	width: 300px;
	color: #28344d;
	font-size: 30px;
	font-family: OgloboCondensedMedium,"Times New Roman",Times,serif;
	margin-top: 10px;
	line-height: 26px;
}

#container_perguntas .pergunta p {
	width: 300px;
	color: #7c818e;
	font-size: 12px;
	font-family: arial, tahoma;
	margin-top: 10px;
	font-weight: normal;
	line-height: 16px;
	padding: 0 !important;
}

#container_perguntas .pergunta .questao {
	width: 300px;
	color: #28344d;
	font-size: 14px;
	font-family: arial, tahoma;
	margin-top: 10px;
	display: block;
}

#container_perguntas .pergunta img {
	float: right;
	top: 63px;
	left: 920px;
	position: absolute;
}

#container_perguntas .opcoes {
	margin-top: 20px;
}

#container_perguntas .opcoes li {
	width: 300px;
	height: auto;
	border: 1px solid #e5e9f1; 
	border-radius: 5px;
	color: #7c818e;
	font-size: 12px;
	font-family: arial, tahoma;
	line-height: 16px;
	padding: 7px 0 2px 30px;
	margin-bottom: 6px;
	cursor: pointer;
	background: url(../images/check0.png) no-repeat 10px 9px;
}

#container_perguntas .opcoes li:hover {
	background-color: #edf0f5;
}

#container_perguntas .opcoes.ok .respondido.errado span {
	width: 12px;
	height: 9px;
	background: url(../images/certo_errado.png) no-repeat 0 -3px;
	display: block;
	float: right;
	margin: 1px 10px 0 0;
}


#container_perguntas .opcoes.ok .certo span {
	width: 12px;
	height: 9px;
	background: url(../images/certo_errado.png) no-repeat -16px -3px;
	display: block;
	float: right;
	margin: 1px 10px 0 0;
}

#container_perguntas .opcoes .respondido {
	background: url(../images/check1.png) no-repeat 10px 9px;
}

#container_perguntas .opcoes.ok li:hover {
	background-color: inherit;
}

#container_perguntas .opcoes.ok .certo {
	background-color: #93ab4b;
	color: #e4f8a8;
}

#container_perguntas .opcoes.ok .certo:hover {
	background-color: #93ab4b;
}

#container_perguntas .opcoes.ok .errado.respondido {
	color: #b95d4e;
}

#atual_qtd {
	color: #c8cbd5;
	font-size: 14px;
	font-family: arial, tahoma;
	background-color: #fff;
	padding: 3px 9px;
	display: inline-block;
	border-radius: 5px;
	margin: 10px 0 10px 10px;
	float: left;
}

#container_cenario #marcacoes,
#marcacoes ul {
	width: 272px;
	height: auto;
}

#container_cenario #marcacoes {
	float: left;
	margin: 25px 0 0 280px;
	position: relative;
}

#container_cenario #marcacoes li {
	width: 7px;
	height: 7px;
	float: left;
	background: url(../images/marks.png) no-repeat top left;
	margin-right: 15px ;
}

#container_cenario #marcacoes .errado {
	background-position: -8px top;
}

#container_cenario #marcacoes .certo {
	background-position: -16px top;
}

#container_cenario #marcacoes .last_mark {
	margin-right: 0;
}

#container_cenario #btn_proximo,
#container_cenario #btn_jogar {
	width: 108px;
	height: 32px;
	visibility:hidden;
	font-family: OgloboCondensedMedium,"Times New Roman",Times,serif;
	color: #28344d;
	font-size: 20px;
	text-decoration: none;
	background: url(../images/btn_proximo.png) no-repeat 0 0;
	float: right;
	padding: 4px 0 0 16px;
	margin: 10px 10px 10px 0;
}

#container_cenario #btn_jogar {
	display: block;
	padding-left: 25px;
}

#mark_atual {
	width: 7px;
	height: 7px;
	position: absolute;
	display: none;
	background: url(../images/ind_mark.png) no-repeat 0 0;
	top: -10px;
	left: -22px;
}