<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Os estilos de cada info vÃ£o neste CSS */
#submenu {
	width:936px;
	background:#eceae7;
	height:47px;
	overflow:hidden;
	position:relative;
}
#submenu * {
	list-style:none;
	padding:0; margin:0;
}
#submenu li {
	float:left;
	font-size:16px;
	font-weight:bold;
}
#submenu ul { color:#beb7af; margin:18px 0 0; }
#submenu li a {
	color:#7f7871;
	padding:0 10px;
	border-right:1px solid #beb7af;
	display:block;
	text-decoration:none;
	line-height:13px;
	cursor:pointer;
}
#submenu li a.respondida {
	color:#0A9604;
}
#submenu li a.faltando, .faltando {
	color:#d60000; 
}
#submenu li a:hover, #submenu li a.sel {
	color: #003e64;
}
#submenu #prox_ant {
	top:5px; right:5px;
}

/* perguntas */

#box-perguntas {
	width:936px;
	float:left;
	position:relative;
}

#box-perguntas * {
	list-style:none;
	padding:0;
	margin:0;
}

#perguntas { 
	border:3px solid #eceae7; 
	border-top:0; 
	padding:20px; 
	clear:both;
	height:318px;
}

div.pergunta {
	clear:both;
	position:absolute;
	top:20px;
	left:20px;
	display:none;
}
div#p1 {
	display:block;
}

div.titulo {
	width:100%;
	overflow:hidden;
}

div.titulo * {
	float:left;
}

#box-perguntas div.titulo strong {
	display:block;
	background:#003e64;
	color:#fff;
	font-weight:bold;
	font-size:30px;
	padding:5px 15px;
	margin-right:10px;
}

div.titulo h6 {
	width:750px;
	margin:0;
	font-size:10px;
	color:#beb7af;
}

div.titulo h2 {
	font-size:26px;
	width:837px;
}

div.respostas {
	border-bottom: 1px solid #ECEAE7;
    clear: both;
    margin: 20px 0 0 !important;
    width: 893px;
}

div.respostas ul {
	margin-top:20px;
	display:block;
}

div.respostas li {
	display:block;
	clear:both;
	line-height:50px;
	height:50px;
	border-top:1px solid #eceae7;
	*margin-bottom:-3px !important;
}

div.respostas li label {
	font-size:20px;
	color:#7f7871;
	font-weight:bold;
}

div.respostas p {
	width:600px;
	margin-bottom:20px;
}

#p22 div.respostas { border:none; }

.jqTransformRadioWrapper {
    margin: 16px 10px 0 0 !important;
}

div#navegacao {
	border-bottom: 1px solid #ECEAE7;
    bottom: 0;
    height: 36px;
    margin: 10px 0 20px;
    padding: 0 0 0;
    position: absolute;
    width: 893px;
	left:20px;
}

a#botao-proxima {
	display:block;
	cursor:pointer;
	width:110px;
}

.padraoBT {
    padding: 5px !important;
    text-align: center !important;
    background: #003e64;
    color: #fff;
    text-decoration: none;
}
    .padraoBT:hover {
        background: #4d5e68;
        color: #fff;
        text-decoration: underline;
    }

a#botao-refazer {
	display:block;
	cursor:pointer;
	width:110px;
	display:none;
}
a#botao-refazer:hover {
	background-position:0 -30px;
}

div#expectativa {
	position:absolute;
	top:90px;
	right:23px;
	width:249px;
	height:249px;
	background:#eceae7;
}
div#expectativa b {
	font-size:200px;
	color:#003e64;
	display:block;
	text-align:center;
	line-height:160px;
}
div#expectativa.menor b {
	font-size:145px;
}
div#expectativa p {
	font-weight:bold;
	padding:10px;
	font-size:18px;
	color:#978e81;
}


#p12 li {
    border-top: 1px solid #ECEAE7;
    clear: none;
    display: block;
    float: left;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    width: 326px;
}


#link-facebook, #link-twitter {
    background: url("botao-face.gif") no-repeat scroll 0 0 transparent;
    color: #003e64;
    display: block;
    font-weight: bold;
    height: 22px;
    line-height: 22px;
    text-decoration: none;
    text-indent: 30px;
    width: 300px;
}

#link-facebook:hover, #link-twitter:hover {
	text-decoration:underline;
}

#link-twitter {
    background: url("botao-twitter.gif") no-repeat scroll 0 0 transparent;
}
#conteudo{
	height : 396px;
}


#comentarios{
	background-color : #eceae7;
	width : 936px;
	height:670px;
	float : left;
	margin : 0;
	position:relative;
	left:0;
	top:0;
	display:block;
}
#comentarios{
	padding : 15px 0;
}
#comentarios .banner{
	position:absolute;
	left:620px;
	top:5px;
}
#comentarios .comentarios{
	width : 600px;
	overflow : auto;
	height : 650px;
	display : block;
	position:absolute;
	left:0;
	top:5px;
}
</pre></body></html>