
			/* CSS Document */
			/* @design Disnay Batista <a href ="mailto:disnay@fejal.com.br">disnay@fejal.com.br</a> */

			/* 3 COLUNAS NA PÁGINA PRINCIPAL */
			.col01, .col02, .col03 {
				float: left;
				width: 300px;
				}
			.col02 {
				margin-left:30px;
				margin-right:30px;
				}
			/* fim */

			/* CONFIGURAÇÕES PADRÕES PARA OS BOXS DE DESTAQUE DA PÁGINA PRINCIPAL */
			.novosCursos, .selecionados, .google-maps, .inscricoes, .boleto, .cursosEmAndamento, .comunidade, .newsletter, .contatos-pos {
				width:300px;
				display:block;
				margin-bottom:40px;

				float: left;
				}
			.novosCursos ul, .selecionados ul, .inscricoes ul, .boleto ul, .cursosEmAndamento ul, .comunidade ul, .newsletter ul {
				margin-top: 16px;
				display: block;
				}
			.novosCursos ul li, .selecionados ul li, .inscricoes ul li, .boleto ul li, .cursosEmAndamento ul li, .comunidade ul li, .newsletter ul li {
				border-top: 1px none #D6D6D6;
				border-right: 1px none #D6D6D6;
				border-bottom: 1px dotted #D6D6D6;
				border-left: 1px none #D6D6D6;
				padding-top: 10px;
				padding-bottom: 10px;
				background: url(../images/marcadores/marcadores.png) no-repeat left 15px;
				padding-left: 12px;
				}
			.novosCursos ul li a, .selecionados ul li a, .inscricoes ul li a, .boleto ul li a, .cursosEmAndamento ul li a, .comunidade ul li a, .newsletter ul li a {
				font-size:14px;
				}
			.novosCursos ul li a:hover, .selecionados ul li a:hover, .inscricoes ul li a:hover, .boleto ul li a:hover, .cursosEmAndamento ul li a:hover, .comunidade ul li a:hover, .newsletter ul li a:hover { text-decoration: underline; }
			/* fim */

			.comunidade { height: auto; }

			.cursosEmAndamento { height: auto; }

			.cursosEmAndamento ul { margin-top: 0px; }

			/* BOLETO */
			.boleto {
				display: block;
				-moz-border-radius: 6px;
				-webkit-border-radius: 6px;
				height:125px;
				width: 260px;
				background: #F7C303;
				padding-right: 20px;
				padding-left: 20px;
				}
			.boleto h1 {
				color: #EA3E3A;
				font: 19px Impact;
				}
			.boleto form #cpf {
				height: 35px;
				width: 255px;
				background: url(../images/index/bgCamposFormulario.png) no-repeat -8px -9px;
				}
			.boleto form #cpf .textfield {
				border: 1px solid #FFF;
				width: 205px;
				margin-top: 7px;
				margin-left: 7px;
				color: #EA3E3A;
				font-style: italic;
				float: left;
				}
			/* fim */

			/* NEWSLETTER */
			.newsletter {
				height: auto;
				background: url(../images/index/bgNewsletter.png) no-repeat right 83px;
				}
			.newsletter form #cadastro {
				height: 35px;
				width: 210px;
				background: url(../images/index/bgCamposFormulario.png) no-repeat -8px -58px;
				}
			.newsletter form #cadastro .textfield {
				border: 1px solid #FFF;
				width: 160px;
				margin-top: 7px;
				margin-left: 7px;
				color: #EA3E3A;
				font-style: italic;
				float: left;
				}
			.newsletter form span {
				margin-top: 6px;
				margin-bottom: 6px;
				display: block;
				}
			.newsletter form span a {
				font-size: 11px;
				color: #999;
				}
			.newsletter form span a:hover {
				font-size: 11px;
				color: #999;
				text-decoration: underline;
				}
			/* fim */

			.google-maps { height:auto; }

			
			.contatos-pos h3 {
				font: normal 20px Impact;
				padding-bottom: 10px;
				}
					
			.contatos-pos .linkDiferenciado { font: 16px Impact; }

			/* BOTÃO OK */
			.btnOk {
				float: right;
				padding: 0px;
				height: 35px;
				width: 28px;
				}
			/* fim */

