/****************************************************************/
/* Desenvolvido por VIRTUALIZA COMUNICAÇÃO VIRTUAL	            */
/* www.virtualiza.com.br										*/
/* (48)3433-2001												*/
/****************************************************************/
@import url("index.css");
.conteudoInternas{
	float: left;
	width: 730px;
}
/*box*/
.box{
	float: left;
	width: 702px;
	padding-left: 10px;
}
.internaBox{
	float: left;
	width: 700px;
	margin-top: 20px;
	background-image: url(../imagens/imgDuvidas.jpg);
	background-repeat: no-repeat;
	background-position: 0px 40px;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 4px solid #D3CF50;
}
.txtBox{
	float: left;
	width: 400px;
	padding-left: 10px;
	margin-top: 20px;
	color: #666666;
	font-family: trebuchet MS, tahoma, verdana, arial;
	font-size: 13px;
	line-height: 160%;
}
.boxTxt{
	float: right;
	width: 410px;
	padding-left: 20px;
}
.ttl{
	width: 702px;
	height: 30px;
	text-align: center;
	background-color: #D3CF50;
}
.ttlDuvidas{
	margin-top: 7px;
	text-align: center;
}
.linkDuvidas{
	float: left;
	margin-top: 30px;
}
/*perguntas mais frequentes*/
.envolveBoxDuvidas{
	float: left;
	width: 680px;
	margin-top: 123px;
	padding-top: 2px;

}
.linhaExameHover{
	float: left;
	width: 700px;
	padding-top: 2px;
	background-color: #B5F971;
	border-bottom: 1px dashed #999999;
	cursor: pointer;
}
.pergunta{
	float: left;
	width: 690px;
	color: #666666;
	padding-top: 3px;
	padding-bottom: 2px;
	padding-left: 10px;
	font-family: trebuchet MS, tahoma, verdana, arial;
	font-size: 13px;
	background-color: #DFFCC2;
	border-bottom: 1px dashed #999999;
	font-weight: bold;
}
.perguntaHover{
	float: left;
	width: 690px;
	color: #666666;
	padding-top: 3px;
	padding-bottom: 2px;
	padding-left: 10px;
	font-family: trebuchet MS, tahoma, verdana, arial;
	font-size: 13px;
	background-color: #B5F971;
	border-bottom: 1px dashed #999999;
	font-weight: bold;
}
.resposta{
	float: left;
	width: 690px;
	color: #666666;
	padding-left: 10px;
	font-family: trebuchet MS, tahoma, verdana, arial;
	font-size: 13px;
	padding-top: 3px;
	padding-bottom: 3px;
	background-color: #FFFFFF;
	border-bottom: 1px dashed #999999;
	font-weight: normal;
}
