.col1 {display: none; }
.col2 {display: none; }
.col3 {display: none; }
.col4 {display: none; }
.col5 {display: none; }

seccoes.show1 .col1 { display: table-cell; }
seccoes.show2 .col2 { display: table-cell; }
seccoes.show3 .col3 { display: table-cell; }
seccoes.show4 .col4 { display: table-cell; }
seccoes.show5 .col5 { display: table-cell; }

#seccoes
{
	visibility:hidden;
}

form
{
	font-family: "Trebuchet MS", sans-serif;
	font-size:10pt;
}

.sinao
{
	float:right;
	text-align:right;
}

td .sinao 
{
	padding:5px;
}

.genericas
{
	width:730px;
	margin:0px 15px;
}

.esq
{
	color:#333;
	width:650px;
}

.dir
{
	margin-right:0px;
	text-align:right;
	padding: 0px;
}



.escolha
{
	text-align:right;
}

.par
{
	border:1px #333;
	border-style:hidden dotted hidden hidden;
}

.impar
{
	border:1px #333;
	border-style:hidden dotted hidden hidden;
}

.cols
{
	margin-left:auto; 
	margin-right:auto;
	text-align:center;
	width:25px;
	border:1px #333;
	border-style:hidden dotted;
}

.nomes2
{
	margin-left:auto; 
	margin-right:auto;
	color:#777;
	/*background:#777;*/
	border: 1px #333;
	border-style:dotted;
}

.cinza
{
	color:#777;
}

.porque
{
	width:95px;
}

.nums
{
	width:100px;
	height:25px;
	text-align:center;
}

.nums3
{
	float:right;
	width:100px;
	height:25px;
	text-align:center;
	border:1px #333;
	border-style:hidden dotted;
}

.nums4
{
	float:right;
	width:100px;
	height:25px;
	font-weight:bold;
	text-align:center;
	color:#777;
	border:1px #333;
	border-style:dotted;
}

.nums2
{
	width:100px;
	height:25px;
	text-align:center;
	
}

.nomes
{
	color:#333;
	/*background:#777;*/
	border: 1px #333;
	border-style:dotted;
}



fieldset div {
	margin:5px 0;
	clear:both;
}
form {
	margin:0px;
	width:770px;
}

legend {
	color:#0b77b7;
	font-size:12pt;
}

input {
	/*padding:0.15em;*/
	padding:0px;
	/*width:10em;
	border:1px solid #ddd;
	background:#fafafa;*/
	font:normal 10pt "Trebuchet MS", sans-serif;
	/*-moz-border-radius:0.4em;
	-khtml-border-radius:0.4em;*/
}
input:hover, input:focus {
	/*border-color:#c5c5c5;
	background:#f6f6f6;*/
} 
fieldset {
	border:1px solid #ddd;
	padding:0 0px 5px 0px;
}


#submit-go {
	margin-top:1em;
	width:69px;
	height:26px;
	text-indent:-9999px;
	overflow:hidden;
	border:0;
	background:url(../imagens/enviar.gif) no-repeat 0 0;
	display:block;
	cursor:pointer !important; cursor:hand;
}
#submit-go:hover {
	background-position:0 -26px;
}