/* Os estilos de cada info vão neste CSS */
#submenu {
	width:936px;
	background:#eceae7;
	height:34px;
	overflow:hidden;
	position:relative;
}
#submenu * {
	list-style:none;
	padding:0; margin:0;
}
#submenu li {
	float:left;
	font-size:11px;
	font-weight:bold;
}
#submenu ul { color:#beb7af; margin:9px 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:#56b600;
}
#submenu li a.faltando, .faltando {
	color:#d60000;
}
#submenu li a:hover, #submenu li a.sel {
	color:#f90;
}
#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-color: #ECEAE7;
    border-right: 3px solid #ECEAE7;
    border-style: none solid solid;
    border-width: 0 3px 3px;
    clear: both;
    float: left;
    height: auto;
    padding: 20px;
    width: 890px;
	min-height:350px;
	_height:548px;
}

div.pergunta {
	clear: both;
    display: none;
    left: 20px;
    top: 20px;
}
div#p1 {
	display:block;
}

div.titulo {
	width:100%;
	overflow:hidden;
}

div.titulo * {
	float:left;
}

#box-perguntas div.titulo strong {
	display:block;
	background:#f90;
	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: 815px;
}

div.respostas {
    clear: both;
    margin: 20px 0 0 !important;
    width: 893px;
	position:relative;
}

div.respostas p {
	width:666px;
	margin-bottom:20px;
	line-height:20px;
	color:#978e81;
}

div.respostas img {
	position:absolute;
	top:0;
	right:0;
}

div#navegacao {
    bottom: 0;
    height: 24px;
    margin: 10px 0 0;
    padding: 0 0 0;
    width: 893px;
	left:20px;
}

a#botao-proxima {
	display:block;
	cursor:pointer;
	height:24px;
	width:109px;
	text-indent:-5000px;
	overflow:hidden;
	background:url(info/botao-proximaquestao.gif) no-repeat 0 0;
}
a#botao-proxima:hover {
	background-position:0 -30px;
}



