/* main CSS Document */
/* general styling first */
/* reset css styles individually instead of universal selector. */
/* based on http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */
html, body{
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	border-left:0;
} 
div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

ol, ul {list-style: none;}
table {
	border-collapse: separate;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}
/* end reset styles */

/* clearing technique */
.clearfix:after {
    display:block; 
    height:0; 
    clear:both; 
    visibility:hidden;
}
/* .clearfix {display:inline-block;}*/
/* mac hide \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
 /* End hide */
/*........... do not change or amalgamate the above clearfix styles ......*/

p, h1,h2,h3,h4,h5,h6,ol {margin-bottom:2px}
a img,img{border:none;display:block;}
a{
	text-decoration:none;
	color:#252e1c;
}
h1,h2,h3,h4,h5,h6{
	font-weight:bold;
}
h1{font-size:20px}/* 26px */
h2{font-size:18px}/* 24px */
h3{font-size:16px}/* 22px */
h4{font-size:14px}/* 20px */
h5{font-size:12px}/* 18px */
h6{font-size:10px}/* 16px */


#outer {
	background-color:#ffffff;
	background:url(../img/bckg.jpg);
	background-repeat:repeat-x;
	height:auto;
}
#outerTestes {
	background-color:#ffffff;
	background:url(../img/bckg_testes.jpg);
	background-repeat:repeat-x;
	height:auto;
}

/*div principal contem todas as div's*/
#container {
	margin:auto;/* center the page*/
	width:960px;
	z-index:10;
	/*height:900px;*/
}

/*logo + menu + slogan*/
#header {
	width:960px;
	height:119px;
}

.logotipo {
	width:300px;
	float: left;
	padding-top: 15px;
	padding-bottom: 17px;
	/*position:relative;
	/*padding-right:300px;*/
}
#menu {
	width:660px;
	float: right;
	padding-top:30px;
	/*position:relative;
	/*padding-right:300px;*/
}
.btMenu {
	width:100px;
	height:51px;
	padding-top:7px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style:bold;
	color:#FFFFFF;
	/*background-color:#000000;*/
	background:url(../img/bt_off.png);
	background-repeat:no-repeat;
	background-position:left top;
	/*-moz-border-radius: 8px;
	border-radius: 8px;
	-khtml-border-radius: 8px;
    -Webkit-border-radius: 8px;*/
	float:left;
	cursor:pointer;
}

.btMenu:hover {
	background:url(../img/bt_on.png);
	background-repeat:no-repeat;
	background-position:right top;
}

.btMenuAtivo {
	width:100px;
	height:51px;
	padding-top:7px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style:bold;
	color:#FFFFFF;
	/*background-color:#000000;*/
	background:url(../img/bt_on.png);
	background-repeat:no-repeat;
	background-position:left top;
	/*-moz-border-radius: 8px;
	border-radius: 8px;
	-khtml-border-radius: 8px;
    -Webkit-border-radius: 8px;*/
	float:left;
	cursor:pointer;
}
.banner {
	width:960px;
	height:308px;
	/*position:relative;
	/*padding-right:300px;*/
}

#destaques {
	width:960px;
	height:185px;
	margin-top:-50px;
	position:relative;
	z-index:100;
	
}
#destaque1 {
	width:226px;
	height:185px;
	margin-right:18px;
	float:left;
	background-image:url(../img/bckg_destaques.png);
	background-position: left;
	background-repeat:no-repeat;
	
}
#destaque2 {
	width:226px;
	height:185px;
	margin-right:18px;
	float:left;
	background-image:url(../img/bckg_destaques.png);
	background-position: left;
	background-repeat:no-repeat;
	
}
#destaque3 {
	width:226px;
	height:185px;
	margin-right:18px;
	float:left;
	background-image:url(../img/bckg_destaques.png);
	background-position: left;
	background-repeat:no-repeat;
	
}
#destaque4 {
	width:226px;
	height:185px;
	float:left;
	background-image:url(../img/bckg_destaques.png);
	background-position: left;
	background-repeat:no-repeat;
	
}
.destDescricao {
	margin-top:25px;
	background-color:#a4c2d6;
	padding-left:25px;
	padding-right:25px;
	padding-bottom:10px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #0f3145;
	line-height:140%;
	text-align:justify;
	height:100px;
}
.destNome {
	padding-top:12px;
	background-color:#2971a0;
	padding-left:25px;
	padding-right:25px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	height:30px;	
}
.destNome a {
	text-decoration:none;
	color: #fff;	
}
.destNome a:hover {
	text-decoration:underline;
	color: #fff;	
}
#conteudo {
	width:960px;
	margin-top:30px;
	/*position:relative;
	/*padding-right:300px;*/
}
#colEsquerda {
	width:570px;
	float:left;
	margin-right:80px;
	margin-bottom:30px;
	/*position:relative;
	/*padding-right:300px;*/
}
#colDireita {
	width:310px;
	float:left;
	margin-bottom:30px;
	/*position:relative;
	/*padding-right:300px;*/
}
#colEsquerdaGaleria {
	width:730px;
	float:left;
	margin-right:40px;
	margin-bottom:30px;
}
#colDireitaGaleria {
	width:190px;
	float:left;
	margin-bottom:30px;
}
#colEsquerdaContactos {
	width:470px;
	float:left;
	margin-right:80px;
	margin-bottom:30px;
}
#colDireitaContactos {
	width:410px;
	float:left;
	margin-bottom:30px;
}
#colEsquerdaCursos {
	width:590px;
	float:left;
	margin-right:60px;
	margin-bottom:30px;
	/*position:relative;
	/*padding-right:300px;*/
}

#borderForm {
	border: 2px solid #d3dae2;
	padding:10px;
}
#notDestaque {
	margin-left:26px;
}
.titNoticia {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #5e7988;
	margin-bottom:5px;
}
.descNoticia {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height:140%;
	color: #5e7988;
	margin-bottom:5px;
	text-align:justify;
}
.linkNoticia {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #5e7988;
	background-image:url(../img/linha_not.png);
	background-position:bottom left; 
	background-repeat:no-repeat;
	padding-bottom:27px;	
}
.linkNoticia a {
	color: #d20101;
	text-decoration:none;
}
.linkNoticia a:hover {
	color: #d20101;
	text-decoration:underline;
}
.linkNoticiasTodas {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #d20101;
	padding-bottom:27px;
	margin-left:26px;
	padding-top:10px;	
}
.linkNoticiasTodas a {
	color: #d20101;
	text-decoration:none;
}
.linkNoticiasTodas a:hover {
	color: #d20101;
	text-decoration:underline;
}

.titulos {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #042236;
	padding-bottom:20px;
	padding-left:26px;
	padding-top:18px;
	background-image:url(../img/seta_titulos.png);
	background-position:left;
	background-repeat:no-repeat;
}
.titulos a {
	color: #042236;
	text-decoration:none;
}
.titulos a:hover {
	color: #d20101;
	text-decoration:none;
}
.tituloCurso {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #042236;
	padding-bottom:20px;
	padding-left:26px;
}
.tituloSelect {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #434343;
	padding-bottom:30px;
	margin-left:20px;
	padding-top:18px;
}
.subSelect {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #434343;
	margin-left:20px;
	margin-bottom:10px;
}
#noticialista {
	margin-left:26px;
	margin-bottom:25px;
}
#noticialista:hover {
	margin-left:26px;
	margin-bottom:25px;
	color:#d20101;
	cursor:pointer;
}
.tituloNoticia {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #042236;
	padding-bottom:20px;
	padding-left:26px;
}
.tituloNoticiaLista {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #042236;
	padding-bottom:10px;
	/*padding-left:26px;*/
}
.tituloNoticiaLista a {
	color: #042236;
	text-decoration:none;
}
.tituloNoticiaLista a:hover {
	color: #d20101;
	text-decoration:none;
}
.data {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #ababab;
	padding-left:26px;
}
.txtNoticiaLista {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height:140%;
	color: #042236;
	/*margin-left:26px*/
	margin-bottom:20px;
	text-align:justify;
	border-bottom:1px dotted #879eaa;
	padding-bottom:10px;
}
.imaNoticia {
	margin-left:26px;
	margin-bottom:25px;
}
.txtPadding {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height:140%;
	color: #042236;
	margin-left:26px;
	margin-bottom:20px;
	text-align:justify;
	line-height:160%;
}
.txtPadding a {
	color: #d20101;
	text-decoration:none;
}
.txtPadding a:hover {
	color: #d20101;
	text-decoration:underline;
}


.voltar {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height:140%;
	color: #d20101;
	margin-left:26px;
	margin-bottom:20px;
	margin-top:30px;
}
.voltar a {
	color: #d20101;
	text-decoration:none;
}
.voltar a:hover {
	color: #d20101;
	text-decoration:underline;
}
.linkNoticialista {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height:140%;
	color: #d20101;
	margin-left:26px;
	margin-bottom:20px;
}
#cursos {
	margin-left:26px;
	margin-bottom:3px;
	background-color:#ebeff0;
	
}
#cursoLink {
	background-color:#e2e5e7;
	height:40px;
	float:left;
	margin-left:26px;
	margin-bottom:2px;
	padding-bottom:5px;
}
#cursoLink:hover {
	background-color:#d8e1e9;
	height:40px;
	cursor:pointer;
}
.cursosCol1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height:140%;
	color: #042236;
	padding:8px;
	/*padding-left:8px;
	padding-bottom:5px;
	padding-right:8px;
	margin-right:2px;
	margin-bottom:2px;*/
	border-bottom:2px solid #fff;
	border-right:2px solid #fff;
	/*padding-top:5px;*/
	float:left;
	/*background-color:#ebeff0;*/
}
.txtContactos {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height:140%;
	color: #042236;
	margin-left:26px;
	margin-bottom:10px;
}
.txtContactos a {
	color: #d20101;
	text-decoration:none;
}
.txtContactos a:hover {
	color: #d20101;
	text-decoration:underline;
}
.btTestes {
	margin-left:22px;
	margin-bottom:20px;
}
.btTestes {
	margin-left:22px;
	margin-bottom:20px;
}
.galeria {
	margin-left:22px;
	margin-bottom:20px;
	width:145px;
	margin-right:10px;
	background-color:#0066CC;
	float:left;
}
.borderNot {
	border: 1px solid #a4c2d6;
}
.borderGaleria {
	border: 2px solid #a4c2d6;
}
.borderGaleria:hover {
	border: 2px solid #2971a0;
}
.borderBranco {
	border: 2px solid #fff;
}
.submenuDir {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #fff;
	/*padding-bottom:10px;*/
	margin-left:26px;
	width:102px;
	height:42px;
	padding-top:4px;
	background:url(../img/submenu_on.gif);
	background-repeat:no-repeat;
	background-position:left top;
	cursor:pointer;	
	float: left;
}
.submenuDir:hover {
	text-decoration:none;
	color: #fff;
	background:url(../img/submenu_on.gif);
	font-weight: bold;
	background-repeat:no-repeat;
	background-position:right top;
}
#linhaInscricao {
	margin-left:26px;
	margin-bottom:20px;
}
.txtInscricao {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #042236;
	float:left;
}
.formInscricao {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #436a84;
	width:214px;
	border:solid 1px #000;
	background-color:#CCCCCC;
}

#direitaTop {
	width:400px;
	float:right;
	margin-right:30px;
}
#login {
	width:264px;
	margin-left:26px;
	background-image:url(../img/login.png);
	background-position:top left;
	background-repeat:no-repeat;
	height:158px;
}
.linhaLogin {
	width:210px;
	margin-left:23px;
	margin-bottom:10px;
	float:left;
}
.txtLogin {
	width:62px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	float:left;
}
.formLogin {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #4f6681;
	background-color: #fff;
	border: 1px solid #7f9db9;
	width:142px;
	float:left;
}
.btLogin {
	width:59px;
	margin-left:62px;
	background-image:url(../img/bt_login.gif);
	background-position:top left;
	background-repeat:no-repeat;
	height:38px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #ffffff;
	border:1px solid #a4c2d6;
	padding-bottom:16px;
	cursor:pointer;
}
.txtAreaReservada {
	width:264px;
	margin-left:26px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height:120%;
	color: #1d5899;
	margin-top:20px;
}
.txtCalendarioEuropeu {
	width:264px;
	margin-left:26px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height:120%;
	color: #d20101;
	margin-top:20px;
}
.txtCalendarioEuropeu a {
	color: #d20101;
	text-decoration:none;
}
.txtCalendarioEuropeu a:hover {
	color: #d20101;
	text-decoration:underline;
}
.txtInscricaoDir {
	margin-left:26px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height:140%;
	color: #1d5899;
	padding-bottom:10px;
}
.txtInscricaoDirTrac {
	margin-left:26px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height:140%;
	color: #1d5899;
	border:dotted 2px #d1dbe1;
	padding:8px;
}

.txtInscricaoCampos {
	margin-left:26px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height:140%;
	color: #3f75b0;
	padding-top:30px;
}
/*rodape*/
#footer {
	height:20px;
	background-color:#687c87;
	width:100%;
	padding:20px 0 20px 0;
	overflow:hidden;
	position:relative;
	
}
#footerCenter {
	width:960px;
	margin:auto;/* center the page*/
}

.copyright {
	font-size:10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #1b2f45;
	padding-bottom:5px;
	float:left;
	margin-left:20px;
	width:655px;
	right: 280px;
}

.desenvolvido {
	font-size:10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #1b2f45;
	float:right;
	/*margin-right:260px;*/
	/*width:285px;*/
	width:230px;
	overflow:hidden;
	position:relative;
	z-index:100;
}
.desenvolvido a {
	color: #1b2f45;
	text-decoration:none;
}
.desenvolvido a:hover {
	color: #1b2f45;
	text-decoration:none;
}
#colEsquerdaTestes {
	width:420px;
	float:left;
	margin-right:10px;
	margin-bottom:30px;
	/*position:relative;
	/*padding-right:300px;*/
}
#colDireitaTestes {
	width:530px;
	float:left;
	margin-bottom:30px;
	/*position:relative;
	/*padding-right:300px;*/
}
#colEsquerdaResultado {
	width:480px;
	float:left;
	margin-bottom:30px;
	/*position:relative;
	/*padding-right:300px;*/
}
#colDireitaResultado {
	width:460px;
	float:right;
	margin-right:5px;
	margin-bottom:30px;
	/*position:relative;
	/*padding-right:300px;*/
}
#linhaSelect {
	width:420px;
	margin-bottom:20px;
}
#linhaSelectTemas {
	width:380px;
	margin-bottom:20px;
	margin-top:5px;
	margin-left:50px;
	float:left;
}
.selectTema {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #434343;
	padding: 3px;
	border: 1px solid #e5e5e5;
	background-color:#e5e5e5;
	margin-bottom:3px;
	margin-right:3px;
	width:170px;
}
.selectTestes{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #434343;
	padding-bottom:20px;
	padding-top:3px;
	float:left;
	padding-left:50px;
	width:130px;
}
.tituloModulo{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #434343;
	padding-bottom:20px;
	margin-top:134px;
	float:left;
	width:100px;
}
.selectModulo{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #434343;
	margin-top:130px;
	border: 1px solid #e5e5e5;
	background-color:#e5e5e5;
	margin-bottom:3px;
	margin-right:3px;
	padding: 3px;
}
.listaTemas{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #636363;
	padding:10px;
	float:left;
	width:400px;
	background-color:#FFFFFF;
	border:solid 1px #e5e5e5;
	-moz-border-radius: 5px;
   border-radius: 5px;
   -Webkit-border-radius: 5px;
	margin-bottom:10px;
}
.listaTemas:hover{
	border:solid 1px #d20101;
	cursor:pointer;
}
.btIniciarTeste {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	background-image:url(../img/bt_iniciar_teste.png);
	background-repeat: no-repeat;
	width: 93px;
	height: 20px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	padding: 3px;
	margin-top:30px;
	cursor:pointer;
}
.btTerminarTeste {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	background-image:url(../img/bt_terminar_teste.png);
	background-repeat: no-repeat;
	width: 104px;
	height: 20px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	padding: 3px;
	margin-bottom:30px;
	cursor:pointer;
}
#containerSelectTeste {
	width:960px;
	/*height:500px;*/
	background-color:#f6f6f6;
	border:1px solid #c2d7eb;
	-moz-border-radius: 5px;
   border-radius: 5px;
   -Webkit-border-radius: 5px;
   margin-bottom:20px;
   /*padding:20px;*/
   overflow:hidden;
	position:relative;
}

#containerTeste {
	width:960px;
	height:500px;
	background-color:#f6f6f6;
	border:1px solid #c2d7eb;
	-moz-border-radius: 5px;
   border-radius: 5px;
   -Webkit-border-radius: 5px;
   margin-bottom:20px;
   background-image:url(../img/teste.png);
   background-repeat:no-repeat;
   background-position:top center;
   /*padding:20px;*/
}

.numPergunta {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 71px;
	font-weight: bold;
	color: #434343;
	width: 70px;
	height: 50px;
	padding-left:20px;
	margin-bottom:20px;
	float:left;
}
.cronometro {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 71px;
	font-weight: bold;
	color: #434343;
	width: 70px;
	height: 50px;
	margin-bottom:20px;
	float:right;
	margin-right:37px;
	padding-right:25px;
}
.pergunta {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #434343;
	height: 43px;
	margin-bottom:8px;
	padding-left:37px;
	padding-right:37px;
	padding-top:45px;
	padding-bottom:20px;
	float:left;
	width:885px;
}
.resposta1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #434343;
	height: 20px;
	margin-bottom:8px;
	margin-top:30px;
	margin-left:72px;
	padding-left:10px;
	padding-right:10px;
	padding-top:11px;
	padding-bottom:10px;
	float:left;
	width:803px;
}
/*.assinala1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #434343;
	height: 20px;
	margin-bottom:8px;
	margin-top:30px;
	margin-left:10px;
	padding-left:10px;
	padding-right:10px;
	padding-top:11px;
	padding-bottom:10px;
	float:left;
	width:22px;
}*/
.assinala1 a {
	height: 20px;
	float:left;
	width:22px;
	cursor:pointer;
	
}
.assinala1 a:hover {
	height: 20px;
	float:left;
	width:22px;
	cursor:pointer;
	
}
.btAssinala1 {
	height: 20px;
	margin-bottom:8px;
	margin-top:30px;
	margin-left:12px;
	float:left;
	width:43px;
	height:43px;
	background-image:url(../img/x_teste_of.png);
	background-position:center;
	background-repeat:no-repeat;
	color:#0F0;
	border:0;
	cursor:pointer;
}

.resposta2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #434343;
	height: 19px;
	margin-bottom:8px;
	margin-top:2px;
	margin-left:72px;
	padding-left:10px;
	padding-right:10px;
	padding-top:11px;
	padding-bottom:10px;
	float:left;
	width:803px;
}
.btAssinala2 {
	height: 20px;
	margin-bottom:8px;
	margin-left:12px;
	float:left;
	width:43px;
	height:43px;
	background-image:url(../img/x_teste_of.png);
	background-position:center;
	background-repeat:no-repeat;
	border:0;
	cursor:pointer;
}
.resposta3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #434343;
	height: 19px;
	margin-bottom:8px;
	margin-top:2px;
	margin-left:72px;
	padding-left:10px;
	padding-right:10px;
	padding-top:11px;
	padding-bottom:10px;
	float:left;
	width:803px;
}
.btAssinala3 {
	height: 20px;
	margin-bottom:8px;
	margin-left:12px;
	float:left;
	width:43px;
	height:43px;
	background-image:url(../img/x_teste_of.png);
	background-position:center;
	background-repeat:no-repeat;
	border:0;
	cursor:pointer;
}
.resposta4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #434343;
	height: 19px;
	margin-bottom:8px;
	margin-top:2px;
	margin-left:72px;
	padding-left:10px;
	padding-right:10px;
	padding-top:11px;
	padding-bottom:10px;
	float:left;
	width:803px;
}
.btAssinala4 {
	height: 20px;
	margin-bottom:8px;
	margin-left:12px;
	float:left;
	width:43px;
	height:43px;
	background-image:url(../img/x_teste_of.png);
	background-position:center;
	background-repeat:no-repeat;
	border:0;
	cursor:pointer;
}
#numeracaoTestes {
	margin-bottom:8px;
	margin-top:6px;
	margin-left:12px;
	margin-right:8px;
	float:left;
	width:840px;
	z-index:20;
}
.numeraTestes {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #434343;
	height: 14px;
	padding:5px;
	padding-top:7px;
	float:left;
	width:14px;
	background-color:#FFFFFF;
	border:solid 1px #e5e5e5;
	-moz-border-radius: 5px;
   border-radius: 5px;
   -Webkit-border-radius: 5px;
   margin-right:2px;
   margin-bottom:5px;
}
.numeraTestes:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #434343;
	height: 14px;
	padding:5px;
	padding-top:7px;
	float:left;
	width:14px;
	background-color:#FFFFFF;
	border:solid 1px #d20101;
	-moz-border-radius: 5px;
   border-radius: 5px;
   -Webkit-border-radius: 5px;
   margin-right:2px;
   margin-bottom:5px;
   cursor:pointer;
}
.numeraTestesAtivo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #434343;
	height: 14px;
	padding:5px;
	padding-top:7px;
	float:left;
	width:14px;
	background-color:#c0b9b3;
	border:solid 1px #818181;
	-moz-border-radius: 5px;
   border-radius: 5px;
   -Webkit-border-radius: 5px;
   margin-right:2px;
   margin-bottom:5px;
}
.numeraTestesRespondido {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #434343;
	height: 14px;
	padding:5px;
	padding-top:7px;
	float:left;
	width:14px;
	border:solid 1px #818181;
	background-color:#b9e698;
	-moz-border-radius: 5px;
   border-radius: 5px;
   -Webkit-border-radius: 5px;
   margin-right:2px;
   margin-bottom:5px;
}
.numeraTestesRespondidoNao {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #434343;
	height: 14px;
	padding:5px;
	padding-top:7px;
	float:left;
	width:14px;
	background-color:#e69f98;
	border:solid 1px #818181;
	-moz-border-radius: 5px;
   border-radius: 5px;
   -Webkit-border-radius: 5px;
   margin-right:2px;
   margin-bottom:5px;
}
#setaEsq {
	margin-bottom:8px;
	margin-top:20px;
	margin-left:22px;
	float:left;
	width:25px;
	z-index:10;
}
#setaDir {
	margin-bottom:0px;
	margin-top:-12px;
	margin-right:-12px;
	float:right;
	width:25px;
	z-index:10;
}

#resultadoTema {
	width:445px;
	margin-bottom:20px;
	margin-top:5px;
	margin-left:20px;
	float:left;
}
.unidadesTematicasCol1{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #636363;
	padding:10px;
	float:left;
	width:290px;
	background-color:#FFFFFF;
	border:solid 1px #e5e5e5;
	-moz-border-radius: 5px;
   border-radius: 5px;
   -Webkit-border-radius: 5px;
	margin-bottom:1px;
	margin-right:1px;
}
.unidadesTematicasCol2{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #636363;
	padding:10px;
	float:left;
	width:40px;
	background-color:#FFFFFF;
	border:solid 1px #e5e5e5;
	-moz-border-radius: 5px;
   border-radius: 5px;
   -Webkit-border-radius: 5px;
	margin-bottom:1px;
	margin-right:1px;
}
.unidadesTematicasCol3{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #636363;
	padding:10px;
	float:left;
	width:40px;
	background-color:#FFFFFF;
	border:solid 1px #e5e5e5;
	-moz-border-radius: 5px;
   border-radius: 5px;
   -Webkit-border-radius: 5px;
	margin-bottom:1px;
	margin-right:1px;
}
#resultado {
	width:220px;
	margin-bottom:20px;
	margin-top:5px;
	margin-left:20px;
	float:left;
}
.questaoCol1{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #636363;
	padding:10px;
	float:left;
	width:30px;
	background-color:#FFFFFF;
	border:solid 1px #e5e5e5;
	-moz-border-radius: 5px;
   border-radius: 5px;
   -Webkit-border-radius: 5px;
	margin-bottom:1px;
	margin-right:1px;
}
.questaoCol2{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #636363;
	padding:10px;
	float:left;
	width:10px;
	background-color:#FFFFFF;
	border:solid 1px #e5e5e5;
	-moz-border-radius: 5px;
   border-radius: 5px;
   -Webkit-border-radius: 5px;
	margin-bottom:1px;
	margin-right:1px;
}
.questaoCol3{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #636363;
	padding:10px;
	float:left;
	width:65px;
	background-color:#FFFFFF;
	border:solid 1px #e5e5e5;
	-moz-border-radius: 5px;
   border-radius: 5px;
   -Webkit-border-radius: 5px;
	margin-bottom:1px;
	margin-right:1px;
}
#botoesResultado {
	width:445px;
	margin-bottom:20px;
	margin-top:5px;
	margin-left:20px;
	float:left;
}

/*Formulario*/
.formTipo {
	font-family: Arial, Helvetica, sans-serif;
}

.formTipo #texto {
	font-size: 12px;
	font-weight: normal;
	color: #042236;
	padding-top:0px;
}
.formTipo #mandatorio {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #9abc0e;
}

.formTipo #txtfield {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #6484a2;
	padding: 3px;
	border: 1px solid #d3dae2;
	background-color:#eef4f7;
	margin-bottom:3px;
}
.formTipo #txtarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #6484a2;
	padding: 3px;
	border: 1px solid #d3dae2;
	background-color:#eef4f7;
	margin-bottom:3px;
}
.formTipo #select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #6484a2;
	padding: 3px;
	border: 1px solid #d3dae2;
	background-color:#eef4f7;
	margin-bottom:3px;
	line-height:140%;
}
.formTipo #btt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	background-image: url(img/bt_enviar.png);
	background-repeat: no-repeat;
	width: 82px;
	height: 25px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	padding: 3px;
	margin-top:10px;
	cursor:pointer;
}
.formTipo #bttBranco {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	/*background-image: url(img/bt_form.png);
	background-repeat: no-repeat;*/
	background-color:#000000;
	width: 82px;
	height: 25px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	padding: 3px;
}

.formTipo #paginaEnvio {
	background-color: #ffffff;
	font-size: 12px;
	color: #042236;
	font-weight:bold;

}