
/*------------------------------- ESTRUTURA PRINCIPAL -------------------------------*/

* {
  margin: 0 ; padding: 0;  border: 0; /* zerando a margem de todas as tags */
}


html,
body {
  height:100%;
}

body {
	font-family: Verdana, Arial;
	font-size: 12px;
	text-align: left;
	background-image: url('../imagens/fundo_site.jpg');
	background-position:top left;
	background-repeat:repeat-x;
	background-color:#FFFFFF;
	color:#000000;
}

a {
	color: #00F;
	text-decoration: none;
}

a:hover {
	color: #00F;
	text-decoration: underline;
}

h1 span{
	float: left;
}

h1 {
	background-image: url('../imagens/faixa_titulo.png');
	background-position: left bottom;
	background-repeat: no-repeat;
	height: 18px;
	clear: both;
}

h1 div {
	background-image: url('../imagens/faixa_titulo.png');
	background-repeat: repeat-y;
	color: #EAEAEA;
	display: block;
	float: left;
	font-family: 'Trebuchet MS';
	font-size: 10px;
	font-weight: bold;
	height: 17px;
	padding-left: 3px;
	padding-top: 1px;
	width: auto;
}

h1 span.canto_titulo {
	background-image: url('../imagens/canto_titulo.png');
	background-position: right top;
	display: inline;
	height: 18px;
	margin-top: -5px;
	width: 16px;
}

#tudo {
	background-color: #FFFFFF; 
	border: 0px solid black;
	margin: 0 auto;
	min-height: 100%;
	position: relative;  /*Contexto de posicionamento */
	text-align: left;
	width: 998px; /* 960px - 32px do padding (espaç para o degrade lateral; */
}

* html #tudo {height: 100%;} /* para manter compatibilidade com outros browsers */


#topo, #menu, #container, #rodape {

	border: 0px solid blue;

}

#barraLateral {
  /* height: 90%; */
  margin: 20px 0px 20px 10px;
  border: 1px solid #95A4B9;
}

#topo p {
  height: 25px;
  line-height: 25px;
  vertical-align: middle;
  margin: 0 10px 0 0;
  padding: 0px;
  text-align: right;
  color: #415b72;
  font-weight: bold;
  font-size: 10px;
}


#topo #divMenu {
	height: 33px;
	background: url(../imagens/menu_fundo.gif) repeat-x;
  text-align: right;
  color: #FFF;
}


#fake_menu_horizontal {
	height: 22px; 
	background-color: #910a1a; 
	margin-top: 3px;
}

#separador_top {
	height: 16px; 
	background-image: url(../imagens/sombra_container.jpg);
	clear: both;	
}


#divConteudo {
  border: 0px solid black;
	padding-bottom: 20px; /*descontando o tamanho do rodape */
}

#divConteudo h1 {
  height: 30px;
  margin-top: 10px;
  background-color: #95A4B9;
}


#rodape{
	clear:both;
	width: 100%;
	height: 55px;
	border-top: 1px solid #CFCFCB;
	background-color:#F1F1EF;
	font-family: Verdana;
	font-size: 11px;
	color: #858585;
	text-align:center;
	padding-top: 20px;
	margin-top: 30px;


	
	
/*  position: absolute;
	bottom: 0;
	display: block;
	clear: both;
	*/


}
#rodape a{
	color: #870A12;
	text-decoration:none;
}
#rodape a:hover{
	text-decoration:underline;
}

.clear {clear:both;}




#divCurso {
  border: 0px solid black;
	margin: 20px 10px 20px 0px;
	text-align: left;
  min-height: 500px;
  float: right; 
  width: 785px; 
}

/* 
#divCurso.bg1 { background: url("../imagens/img01.jpg") no-repeat bottom right; }

#divCurso.bg2 { background: url("../imagens/img02.jpg") no-repeat bottom right; }

#divCurso.bg3 { background: url("../imagens/img03.jpg") no-repeat right 280px; }

#divCurso.bg4 { background: url("../imagens/img04.jpg") no-repeat right 280px; }
*/

#barraLateral {
  float: left; 
	min-height: 500px;
 
}


#divCurso h1,
#divCurso #cabCurso,
#divCurso #descCurso {
	padding-left: 15px;
	font-size: 12px;
	color: #555555;
}

#divCurso h1 {
	font-size: 15px;
	font-weight: bold;
	color: #415B72;
	padding: 10px 5px 15px 15px;
	margin-top: 0px;
	background-color: #e1e1e1;
	line-height: 1.5em;
	height: auto;

}

#divCurso #divInscricao {
	border: 0px solid red;
	height: 146px;
	width: 256px;
	position: absolute;
	right: 0px;
	top: 20px;
	background: url(../imagens/qrd_inscricao.png) no-repeat;
}

#divInscricao p,
#divInscricao #frmInscricao {
		padding: 10px 40px 10px 10px;
}

#divInscricao p {
	font-size: 15px;
	color: #415B72;
	font-weight: bold;
	line-height: 1.5em;
	color: #C00;
}

#divInscricao p span.span1 {
	font-size: 14px;
	color: #415B72;
	font-weight: bold;
	line-height: 1.5em;
}

#divInscricao p span.span2 {
	font-size: 12px;
	color: #415B72;
	line-height: 1.5em;
}

#divInscricao #frmInscricao {
	border: 0px solid #F00;

	

}

#divInscricao #cpf {
	border-width: 1px; 
	border-style: solid; 
	border-color: #CCC #999 #999 #CCC; 
	padding: 3px 20px;
	font-size: 20px;
	color: #415B72;
	width: 170px;
}

#divInscricao #cmdOk {
	border: 0px solid #00F;
	height: 28px; 
	width: 29px;
	position: absolute;
	top: 19px;
	left: 190px;
	background: url(../imagens/bt_ok.png) no-repeat;
	cursor: pointer;
}

#divInscricao #cmdOk:hover {
	border: 0px solid #F00;
	background: url(../imagens/bt_ok.png) no-repeat 0 -28px;
}

#divInscricao #divCmd {
	border: 0px solid #00F;
	position: absolute;
	bottom: 25px;
	right: 20px;

	color: #415b72;
}

#divInscricao #divCmd a {
	text-decoration: none;
	color: #415b72;
}

#divInscricao #divCmd a:hover {
	text-decoration: underline;
	color: #FF9900;
}

#divCurso #divQuadroListaInscricoes {
	border: 0px solid red;
	height: 146px;
	width: 256px;
	position: absolute;
	right: 0px;
	top: 200px;
	background: url(../imagens/qrd_inscricao.png) no-repeat;
}


#divCurso #cabCurso div {
	font-weight: bold;
	padding: 8px;
	float: left;
}
	
#divCurso #cabCurso div.caption {
	width: 160px;
	text-align: right;
	font-weight: normal;

}

#divCurso #cabCurso div.text {
	width: 550px;

}

#divCurso #descCurso {
	border-width: 1px; 
	border-style: solid; 
	border-color: #CCC #999 #999 #CCC; 
	width: 90%; 
	margin: 50px auto;
}


#divConteudo #divCmd {
  width: 100%;
	text-align: right;
}


#divLateral {
	float: right;
	width: 362px;
	margin-bottom: 40px;

}

#passoaPasso {
  margin-top: 30px;
	width: 180px;
	text-align: center;
}

#passoaPasso img {
  margin: 10px auto;
	clear: right;
  display: block;
}

#passoaPasso img.imgMarcador {
  float: right;
  position: relative;
  top: -10px; /* tem que descontar o padding da div */
  left: 19px;
  margin: 0;
}

#passoaPasso div {
  font-size: 12px;
  font-weight: bold;
	display: block;
	background-color: #FF9900;
	color: #FFF;
	margin: 0px;
	padding:  10px;
	height: 34px;
  line-height: 34px;
	text-align: center;
}


#passoaPasso div.on {
	background-color: #AD0C23;
}

#passoaPasso div.off {
	background-color: #CCC;
}

#passoaPasso img {
	position: relative;
}

table.tab {
  border: 1px solid black;
	width: 400px;
	text-align: center;
	margin: 20px;
}

table.tab tr.cab {
 color: #FFF;
 background-color: #4682B4;
 padding: 10px;
}

table.tab tr {
 background-color: #DCDCDC;

}

table.tab tr:hover,
table.tab tr.cab:hover {
	 background-color: #B0C4DE;
}

table.tab td {
	font-weight: normal;
	padding: 5px;
}

a.lnkCmd {
  font-size: 14px;
	font-weight: bold;
	background-color: #FF9900;
	color: #FFF;
	margin: 0px;
	padding: 10px;
	height: 28px;
	text-align: center;

	text-decoration: none;
}

a.lnkCmd:hover {
	background-color: #FFF;
	color: #FF9900;
	border: 1px solid #F90;

}


#formCadastro label {
	text-align: right;
}

#formCadastro #listaChk label {
	display: inline-table; 
	float: none; 
	text-align: left;
}


#divSegundaVia p,
#divSegundaVia a {
	font-size: 12px;
	font-weight: bold;
	line-height: 1.5em;

}

#divSegundaVia p {
	color: #415B72;
	margin-top: 20px;
}

#divSegundaVia a {
		color: #C00;
		text-decoration: none;
}

#divSegundaVia a:hover {
	text-decoration: underline;
}

#divSegundaVia input[type=submit]{
	padding: 3px;
	border: 1px solid #415B72;	
	
}
	
#divTarifaBancaria {
	font-size: 11px;
	font-weight: normal !important;
	margin: 5px 0;
}