/* CSS Document */
#fundo {
	padding:0;
	margin:0;
	font-family: Arial;
	color:#000000;
}

.fundooo{
	width:560px;
	height:600px;
}
@media screen and (max-width: 360px) {
    .fundooo{
      width:300px;
			height:321px;
    }
}
@media screen and (max-width: 320px) {
    .fundooo{
      width:300px;
			height:321px;
    }
}

.titulo {
	width: 480px;
	height: 25px;
	margin-left:5px;
	padding:6px;
	background: #000;	
	font-family: Arial;
	font-size:21px;
	color:#fff;
}

.subtitulo {
	width: 350px;
	font-family: Arial;
	font-size:18px;
	color:#000;
	margin-left:5px;
	line-height:1.0em;
	margin-left:90px;
}

.pergunta {
	width: 480px;
	font-size:15px;
	font-weight:bold;
	color:#84c98b;
	margin-left:5px;
}
@media screen and (max-width: 360px) {
    .pergunta{
      width:286px;
    }
}
@media screen and (max-width: 320px) {
    .pergunta{
      width:286px;
    }
}

.resposta{
	width: 480px;
	font-size:14px;
	cursor: pointer;	
}
@media screen and (max-width: 360px) {
    .resposta{
      width:286px;
    }
}
@media screen and (max-width: 320px) {
    .resposta{
      width:286px;
    }
}

#resultado{
	width: 560px;
	position:absolute;
	top:0;
	left:8px;
}
@media screen and (max-width: 360px) {
    #resultado{
    	top:-3px;
      width:300px;
    }
}
@media screen and (max-width: 320px) {
    #resultado{
    	top:-3px;
      width:300px;
    }
}

.resultadooo{
	width: 560px;
	height:600px;
	position:absolute;
	top:0;
	left:-8px;
}
@media screen and (max-width: 360px) {
    .resultadooo{
      width:300px;
      height:321px;
      top:3px;
    }
}
@media screen and (max-width: 320px) {
    .resultadooo{
      width:300px;
      height:321px;
      top:3px;
    }
}

#A{
	background-color:#d3f9d7;
	height:35px;
	padding:5px;
}
@media screen and (max-width: 360px) {
    #A{
      height:50px;
    }
}
@media screen and (max-width: 320px) {
    #A{
      height:50px;
    }
}
#B{
	background-color:#d3f9d7;
	height:35px;
	padding:5px;
}
@media screen and (max-width: 360px) {
    #B{
      height:50px;
    }
}
@media screen and (max-width: 320px) {
    #B{
      height:50px;
    }
}


.azul {
	color:#84c98b;
}

.credito{
	font-size:12px;
	color:#000000;
	margin-left:5px;
}
	
.invisivel {
	display:none;
}

#btnRefazer {
	width: 70px;
	height: 25px;
	position:absolute;
	top:616px;
	left:203px;
	cursor: pointer;
	z-index:1000;
}
@media screen and (max-width: 360px) {
    #btnRefazer{
      top:345px;
			left:115px;
    }
}
@media screen and (max-width: 320px) {
    #btnRefazer{
      top:345px;
			left:115px;
    }
}

hr{
	width: 490px;
	margin-left:0;
}

