/************************************************************
 * PRINCIPAL												*
 ************************************************************/

#principal
{
	background-image: url("http://wiseup.tecnologia.ws/assets/WUP/images/layout/background-faq.jpg");
	background-color:#FAFAFA;
	background-position:top;	
	border: 1px solid #EBEBEB;
	height: auto;
	float: left;
	width: 940px;
	
}

#secundario
{
	background-repeat: no-repeat;
	
	/*background-position: left center;*/
	position: relative; /* IE depende disso para exibir corretamente. */
	float: left;
	width: 942px;
	height: 100%;
	min-height: 153px;
}

html > body #secundario
{
		height: 100%;
}
/************************************************************
 * PRINCIPAL DESTAQUE										*
 ************************************************************/

#principal-destaque
{
	float: left;
	background-image: url("http://wiseup.tecnologia.ws/assets/WUP/images/layout/bg-faq.jpg");
	background-repeat:no-repeat;
	/*background-position: left center;*/
	height: 500px;
	width: 800px;
	float:left;
	margin-left: 30px;
	margin-top: 5px;
}

html > body #principal-destaque
{
	margin-left: 80px;
}

#perguntas ul 
{	

	width:100%;
	float:left;
	margin-left: 20px;
	margin-top: 70px;
}

html > body #perguntas  ul
{
	margin-left:30px;
}

#perguntas .estilo
{
	width:50%;	
	width:330px;
	margin-right:25px;
	float:left;
	background-image: url("http://wiseup.tecnologia.ws/assets/WUP/images/layout/icon.png");
	background-position:left;
	background-repeat:no-repeat;
	padding-left:15px;
	list-style:none;
	color:#676766;
}

#perguntas .estilo
{
	width:50%;	
	width:330px;
	margin-right:25px;
	float:left;
	background-image: url("http://wiseup.tecnologia.ws/assets/WUP/images/layout/icon.png");
	background-position:left;
	background-repeat:no-repeat;
	padding-left:15px;
	list-style:none;
	color: #535353;
}


#perguntas  li a
{
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 11px;
	color:#676766;
	text-decoration:none;
	cursor:pointer;
	
}

.borda
{
	border-bottom: dotted 1px #b3b3b0;
	margin-bottom:3px;
	padding-bottom:6px;
	margin-top:6px;
	width:320px;
}

.semBorda
{
	margin-bottom:0px;
	padding-bottom:10px;
	margin-top:7px;
	width:330px;
}

.limpo
{
	border-bottom: solid 1px #ffffff;
	margin-bottom:5px;
	padding-bottom:10px;
	margin-top:2px;
	
}

#imagem
{
	/*background-image: url("http://wiseup.tecnologia.ws/assets/WUP/images/layout/mulher.png");*/
	background-repeat:no-repeat;
	height:366px;
	width:128px;
	float:left;
	margin-left:55px;
	margin-top:100px;
}

#resposta
{
	line-height: 20px;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #535353;
	float: left;
	width: 460px;
	height: 220px;
	padding: 170px 0px 0px 20px;
}

html > body #resposta
{
	width: 530px;
}

h4
{
	color:#bc1858;
	font-size:13px;
	margin-bottom: 30px;
}

#principal-destaque #btn_voltar a:hover {
background-image: url("http://wiseup.tecnologia.ws/assets/WUP/images/layout/hover_fechar.gif");
	height: 31px;
	/*background-color: red;*/
	margin: 20px 58px 0px 0px;
	width: 96px;
}

#principal-destaque #btn_voltar a span{
	display:none;
}
#principal-destaque #btn_voltar a    {
	float: right;
	background-image: url("http://wiseup.tecnologia.ws/assets/WUP/images/layout/fechar_btn.jpg");
	height: 31px;
	margin: 20px 58px 0px 0px;
	width: 96px;
	cursor: pointer;
}