@charset "utf-8";
/* CSS Document */

/* REGISTRO DA TIPOGRAFIA "Frutiger77BlackCondensed" */
	@font-face {
		font-family: 'Frutiger77BlackCondensed';
		src: url('frutiger-blackcn-webfont.eot');
		src: local('☺'), url('frutiger-blackcn-webfont.woff') format('woff'), url('frutiger-blackcn-webfont.ttf') format('truetype'), url('frutiger-blackcn-webfont.svg#webfontzthxadLQ') format('svg');
		font-weight: normal;
		font-style: normal;
	}
	
	@font-face {
		font-family: "Frutiger 67 Condensed";
		src: url('975372315-Frutiger-BoldCn_0.eot');
		src: url('975372315-Frutiger-BoldCn_0.eot?#iefix') format('embedded-opentype'),
		url('975372315-Frutiger-BoldCn_0.svg#Frutiger 67 Condensed') format('svg'),
		url('975372315-Frutiger-BoldCn_0.woff') format('woff'),
		url('975372315-Frutiger-BoldCn_0.ttf') format('truetype');
		font-weight: normal;
		font-style: normal;
	}

/* DEFINIÇÃO DE CONFIGURAÇÕES BÁSICAS DE TODAS AS PÁGINAS */
	body {
		/*width:990px;*/
		border:none;
		margin: 0px;
		padding: 0px;
		background-color: #FFF;
		background-image:url(http://www.cursocriar.com/imagens/fundo_site_sombras.png);
		background-repeat:no-repeat;
		background-position:top center;
		background-attachment:fixed;
		/*margin:0 auto;*/
	}

/* FORMATAÇÃO DAS ÁREAS DO SITE (div) */
	#div_site {
		width: 990px;
		float:left;
		background-color:#fff;
		position:absolute;
		left: 50%;
		margin-left: -495px;
		border-left-style:solid;
		border-left-color:#FFF;
		border-left-width:10px;
		border-right-style:solid;
		border-right-color:#FFF;
		border-right-width:10px;
	}
	#div_topo {
		width:990px;
		float:left;
		background-color:#FFF;
		clear:both;
		padding:0;
		margin:0;
		border:none;
		margin-bottom:5px;
	}
	#div_menu {
		width:190px;
		float:left;
		padding-top:5px;
		background-color:#FFF;
	}
	#div_slider {
		width:990px;
		height:260px;
		float:left;
		background-color:#FFF;
		clear:both;
		padding:0;
		margin:0;
		border:none;
		margin-bottom:20px;
		overflow:hidden;
	}
	#div_cursos {
		width:990px;
		float:left;
		clear:both;
		padding:0;
		border:none;
		margin-bottom: 18px;
		background-color:#FFF;
	}
	#div_miolo {
		width:990px;
		float:left;
		background-color:#FFF;
		clear:both;
		margin:0;
		padding:0;
		border:none;
	}
	#div_rodape {
		width:990px;
		float:left;
		background-color:#FFF;
		clear:both;
		padding:0;
		margin:0;
		border:none;
		margin-top:0px;
	}

/* div_conteudo */
	/* div_conteudo da INDEX */
	#div_conteudo {
		width:990px;
		float:left;
		padding-top:5px;
		padding-bottom:20px;
	}
	/* div_conteudo das páginas internas */
	#div_conteudo2 {
		width:990px;
		float:right;
		padding-top:5px;
		padding-bottom:20px;
	}
/* DIV que carrega o conteúdo das páginas internas */
	#div_recheio {
			width:990px;
			float:left;
			padding-top:5px;
		}
/* DIV para conteúdos extras */
	#div_extra {
		background-color:#EEE;
		border-top: solid 3px #e8b011;
		padding:5px;
		margin-bottom:20px;
	}

/* DEFINIÇÃO DE LAYOUT DOS LINKS DA PÁGINA TODA */

/* LINK ATIVO: SEM SUBLINHAR E COR GRAFITE */
	a:link, a:visited {
		color:#000;
		text-decoration:none;
	}

/* LINK AO PASSAR O MOUSE: SUBLINHAR E COR PRETA */
	a:hover, a:active {
		color:#000;
		text-decoration:underline;
	}
	
/* LINK TABELA RODAPÉ */
	#tabelarodape a, #tabelarodape a:visited{
		color:#fff;
		text-decoration:none;
	}
	#tabelarodape a:hover, #tabelarodape a:active{
		color:#fff;
		text-decoration:underline;
	}

/* LAYOUT DE LETRAS */
	.layoutletras_titulos {
		font-family: 'Frutiger77BlackCondensed', "Frutiger 77 Black Condensed", Arial;
		font-size:28px;
		color:#000;
	}
	.layoutletras_box_criaronline {
		font-family: 'Frutiger77BlackCondensed', "Frutiger 77 Black Condensed", Arial;
		font-size:16px;
		color:#868686;
	}
	.layoutletras_box_criaronline a:link, .layoutletras_box_criaronline a:visited {
		text-decoration:none;
		color:#868686;
		/* TRANSIÇÃO */
  		transition: color .25s ease-in-out;
		-moz-transition: color .25s ease-in-out;
		-webkit-transition: color .25s ease-in-out;
	}
	.layoutletras_box_criaronline a:hover, .layoutletras_box_criaronline a:active {
		text-decoration:none;
		color:#ffb31c;
	}
	.layoutletras_destaqueitalico {
		font-family: Arial, Helvetica, sans-serif;
		font-size:14px;
		color:#666;
		font-style:italic;
	}
	.layoutletras_mini {
		font-family: Arial, Helvetica, sans-serif;
		font-size:12px;
		color:#504949;
	}
	.layoutletras_texto_semalinhamento {
		font-family: Arial, Helvetica, sans-serif;
		font-size:14px;
		line-height:18px;
	}
	.layoutletras_texto_endereco_semalinhamento {
		font-family: Arial, Helvetica, sans-serif;
		font-size:16px;
	}
	.layoutletras_texto_justificado {
		font-family: Arial, Helvetica, sans-serif;
		font-size:14px;
		line-height:18px;
		text-align:justify;
	}
	.layoutletras_texto_unidades_fotos {
		font-family: 'Frutiger77BlackCondensed', "Frutiger 77 Black Condensed", Arial;
		font-size:18px;
		color:#646464;
		font-weight:bold;
	}
	.layoutletras_texto_unidades_fotos22px {
		font-family: 'Frutiger77BlackCondensed', "Frutiger 77 Black Condensed", Arial;
		font-size:22px;
		color:#646464;
		font-weight:bold;
	}
/* LISTAGEM DE TÓPICOS */
	.redecriar_lista_linha {
		border-bottom:#DDD 1px dotted;
		width:100%;
		margin-top:2px;
		margin-bottom:2px;
		height:0;
	}
	.redecriar_lista_linha_vertical {
		border-left:#DDD 1px dotted;
	}
	.redecriar_lista_linha_grossa {
		border-bottom:#504949 3px solid;
		width:100%;
	}
	.redecriar_lista_data {
		font-family: Arial, Helvetica, sans-serif;
		font-size:14px;
		color:#D58E0B;
		font-weight:bold;
	}
	.redecriar_lista_data2 {
		font-family: Arial, Helvetica, sans-serif;
		font-size:14px;
		color:#ffba00;
		font-weight:bold;
	}
	.redecriar_lista_data_ultimoseventos {
		font-family: Arial, Helvetica, sans-serif;
		font-size:14px;
		color:#ffb600;
		font-weight:bold;
	}
	.redecriar_lista a:link, .redecriar_lista a:visited {
		font-family:Arial, Helvetica, sans-serif;
		font-size:14px;
		color:#000;
		background-color:transparent;
		display:block;
		padding:4px 0 4px 0;
	}
	.redecriar_lista a:hover, .redecriar_lista a:active {
		text-decoration:none;
		background-color:#EEE;
	}
	.ultimoseventos_tr_hover {
		background-color:#fff;
		/*padding:0 4px 0 4px;*/
	}
	.ultimoseventos_tr_hover:hover {
		background-color:#EEE;
	}

/* BOTÕES CURSOS - HOME */
#botoes_cursos, #botoes_cursos_projetos {
	width:240px;
	height:85px;
	float:left;
	font-family: 'Frutiger77BlackCondensed', "Frutiger 77 Black Condensed", Arial;
	font-size:24px;
	line-height:22px;
	/*color:#211f1f;*/
	color:#666;
	text-align:center;
}
#botoes_cursos a, #botoes_cursos_projetos a {
	display:block;
	text-decoration:none;
	width:240px;
	height:85px;
	/*color:#211f1f;*/
	color:#666;
	background-image:url('../imagens/botao_cursos_home_240px.png');
	background-position:top left;
	background-repeat:no-repeat;
	padding-top:25px;
	/* TRANSIÇÃO BACKGROUND */
	transition: background-image .25s ease-in-out;
	-moz-transition: background-image .25s ease-in-out;
	-webkit-transition: background-image .25s ease-in-out;
	/* TRANSIÇÃO COR */
	transition: color .25s ease-in-out;
	-moz-transition: color .25s ease-in-out;
	-webkit-transition: color .25s ease-in-out;
}
#botoes_cursos_projetos a {
	/*padding-top:15px;*/
	padding-top:7px;
	background-image:url('../imagens/botao_cursos_home3.png');
	background-position:top left;
	background-repeat:no-repeat;
	/* TRANSIÇÃO COR */
	transition: color .25s ease-in-out;
	-moz-transition: color .25s ease-in-out;
	-webkit-transition: color .25s ease-in-out;
}
#botoes_cursos a:hover, #botoes_cursos_projetos a:hover {
	background-image:url('../imagens/botao_cursos_home_240px_2.png');
	background-position:top left;
	background-repeat:no-repeat;
	color:#000;
}
#botoes_cursos_projetos a:hover {
	color:#999;
	background-image:url('../imagens/botao_cursos_home3.png');
	background-position:top left;
	background-repeat:no-repeat;
}

/* DESTAQUES INDEX */
	.destaque_index {
		background-image:url(../imagens/fundo_linha_destaque_index_hover_amarelo.jpg);
		background-repeat:repeat-x;
		background-position:left bottom;
		
		font-family: 'Frutiger77BlackCondensed', "Frutiger 77 Black Condensed", Arial;
		font-size:22px;
		color:#504949;
		text-align:left;
		letter-spacing:-1px;
		font-variant:normal;
		vertical-align:bottom;
		height:22px;
	}
/* MUDANÇA DE COR DA LINHA E DA LETRA AO PASSAR O MOUSE SOBRE O DESTAQUE DA INDEX */
	.destaque_index:hover {
		background-image:url(../imagens/fundo_linha_destaque_index_hover_amarelo.jpg);
		background-repeat:repeat-x;
		background-position:left bottom;
		color:#e6b012;
	}
	.destaque_index:hover a:link {
		color:#e6b012;
	}
/* COMPORTAMENTO DO LINK DO DESTAQUE DA INDEX */
	.destaque_index a:link, .destaque_index a:visited {
		color:#504949;
		text-decoration:none;
		display:block;
		/* TRANSIÇÃO */
		transition: color .25s ease-in-out;
		-moz-transition: color .25s ease-in-out;
		-webkit-transition: color .25s ease-in-out;
	}
	.destaque_index a:hover, .destaque_index a:active {
		color:#e6b012;
		text-decoration:none;
		display:block;
	}
/* COR DE FUNDO DA LINHA DE DESTAQUE DA INDEX */
	.destaque_fundo {
		background-color:#504949;
		height:3px;
	}
/* DESIGN DO CONTORNO DA TABELA FOLHA */
	.redecriar_tabela {
		border-left:#DDD 1px solid;border-right:#DDD 1px solid;border-bottom:#DDD 1px solid;
	}	

/* NOME SESSÃO */
	#box_nome_sessao {
		width:990px;
		height:95px;
		float:left;
		background-image:url(http://www.cursocriar.com/imagens/fundo_toposessao.jpg);
		background-position:top left;
		background-repeat:no-repeat;
	}
	#nome_sessao {
		width:925px;
		margin: 13px 0 0 65px;
		padding:0;
		float:left;
		
		font-family: 'Frutiger77BlackCondensed', "Frutiger 77 Black Condensed", Arial;
		font-size:38px;
		color:#504949;
		text-align:left;
		letter-spacing:-2px;
		font-variant:normal;
	}
	
	/* LINK PARA A SESSAO, NO PRÓPRIO NOME DA SESSÃO */
		#nome_sessao a:link, #nome_sessao a:visited {
			color:#504949;
			text-decoration:none;
			/* TRANSIÇÃO */
			transition: color .25s ease-in-out;
			-moz-transition: color .25s ease-in-out;
			-webkit-transition: color .25s ease-in-out;
		}
		#nome_sessao a:hover, #nome_sessao a:active {
			color:#777;
			text-decoration:none;
		}
	
/* BOX VOCÊ ESTÁ AQUI - GUIA DO SITE */
	#box_voceestaaqui {
		padding:0;
		margin:-1px 0 0 0;
		float:right;
		
		font-family: Arial, Helvetica, sans-serif;
		font-size:12px;
		color:#999;
		text-align:right;
		font-variant:normal;
		font-style:italic;
	}
	/* LINKS DO BOX VOCÊ ESTÁ AQUI */
		#box_voceestaaqui a:link, #box_voceestaaqui a:visited {
				color:#999;
				text-decoration:none;
		}
		#box_voceestaaqui a:hover, #box_voceestaaqui a:active {
				color:#999;
				text-decoration:underline;
		}

/* TRATAMENTO DE IMAGENS */
	.criar_espacamento_imagens {
		margin:10px;
	}

/* BORDA INTERNA EM IMAGENS */
	a.innerborder, a.innerborder img {
		float: left;
		overflow:hidden;
	}
	a.innerborder_right, a.innerborder_right img {
		float: right;
		overflow:hidden;
	}
	a.innerborder:hover, a.innerborder_right:hover {
		border:3px solid #fcb31c;
	}
	a.innerborder:hover img, a.innerborder_right:hover img {
		margin: -3px;
	}
	div #quebrafloat {
		display:table;
	}
	
/* LISTAS */
	.criar_estilo_lista {
		list-style-image:url(../imagens/bolinha_lista.png);
		list-style-position:inside;
		padding-left:20px;
	}

/* LINHA QUE DIVIDE QQ OISA */
	.redecriar_linha_divisoria {
		background-color:#E0E0E0;
		width:100%;
		height:1px;
		margin-bottom:10px;
	}
	.criar_box_sidebarhome{
		list-style-type:none;
		padding:0;
		margin:0;
		text-align:center;
	}

/* BOX ANOS DOS APROVADOS (aprovados.php) */
	#box_ano_aprovados {
		width:970px;
		line-height:35px;
		position:relative;
		float:left;
		padding-left:10px;
		padding-right:10px;
		margin-top:5px;
		background-color:#EEE;
	}
	/* LINKS DO BOX ANOS DOS APROVADOS */
		#box_ano_aprovados a:link, #box_ano_aprovados a:visited {
				color:#666;
				text-decoration:none;
		}
		#box_ano_aprovados a:hover, #box_ano_aprovados a:active {
				color:#666;
				text-decoration:underline;
		}

/* TOOLTIP */
	#easyTooltip{
		padding:0;
		margin:0;
		border:none;
		background-color:transparent;
	}
	#box_tooltip_0{
		margin:0;
		padding:0;
		width:261px;
	}
	#box_tooltip_1{
		background-image:url(../imagens/seta_esquerda_box_tooltip.png);
		background-position:top left;
		background-repeat:no-repeat;
		width:11px;
		height:22px;
		float:left;
		display:inline;
	}
	#box_tooltip_2{
		background-color:#504949;
		float:left;
		display:inline;
		width:250px;
		height:22px;
		line-height:22px;
	}
	#box_tooltip_3{
		background-color:#fff;
		float:right;
		display:inline;
		width:236px;
		padding:5px;
		border:solid 2px #504949;
		font-family:Arial, Helvetica, sans-serif;
		font-size:14px;
		color:#000;
		text-align:left;
		clear:both;
	}

/* SESSÃO PROFESSORES */
	.borda_nome_professor{
		padding-left:5px;
		background-image:url(../fotos/metodologiaematerial/fundo_letrado990.jpg);
		background-repeat:no-repeat;
		background-position:left top;
		text-align:left;
		vertical-align:middle;
		
		font-family: 'Frutiger77BlackCondensed', "Frutiger 77 Black Condensed", Arial;
		font-size:22px;
		color:#000000;
		font-weight:bold;
	}
	.cargo_professor{
		font-size:16px; color:#646464;
	}

/* FORMATAÇÃO SESSÃO Cursos Criar */
	.cursoscriar_nome_do_curso{
		font-family: 'Frutiger77BlackCondensed', "Frutiger 77 Black Condensed", Arial;
		font-size:24px;
		color:#000000;
		font-weight:bold;
		line-height:29px;
		text-align:left;
	}
	.cursoscriar_subdestaque{
		font-family: 'Frutiger77BlackCondensed', "Frutiger 77 Black Condensed", Arial;
		font-size:16px;
		color:#000000;
		font-weight:bold;
		text-align:left;
	}
	.cursoscriar_complementaresaescola_lista_detalhes{
		list-style-image:url(../imagens/sessao_cursos/bolinha_lista_complementaresaescola.png);
		padding-left:18px;
		margin:0;
		
		font-family: Arial, Helvetica, sans-serif;
		font-size:15px;
		color:#504f4f;
		font-weight:normal;
		text-align:justify;
		
		display:inline-block;
	}
	.cursoscriar_complementaresaescola_lista_atividades{
		list-style-image:url(../imagens/sessao_cursos/bolinha_lista_preta.png);
		padding-left:18px;
		margin:0;
		
		font-family: Arial, Helvetica, sans-serif;
		font-size:15px;
		color:#000;
		font-weight:normal;
		text-align:justify;
		
		display:inline-block;
	}
	.cursoscriar_complementaresaescola_lista_cargahoraria{
		font-family: Arial, Helvetica, sans-serif;
		font-size:15px;
		color:#504f4f;
		text-align:justify;
	}
	.cursoscriar_complementaresaescola_lista_cargahoraria td{
		border-bottom:solid 2px #faa900;
	}
	.cursoscriar_mercadodetrabalho_lista_detalhes{
		list-style-image:url(../imagens/sessao_cursos/bolinha_lista_mercadodetrabalho.png);
		padding-left:18px;
		margin:0;
		
		font-family: Arial, Helvetica, sans-serif;
		font-size:15px;
		color:#504f4f;
		font-weight:normal;
		text-align:justify;
		
		display:inline-block;
	}
	.cursoscriar_mercadodetrabalho_lista_cargahoraria{
		font-family: Arial, Helvetica, sans-serif;
		font-size:15px;
		color:#504f4f;
		text-align:justify;
	}
	.cursoscriar_mercadodetrabalho_lista_cargahoraria td{
		border-bottom:solid 2px #00b18d;
	}
	.cursoscriar_seniores_lista_detalhes{
		list-style-image:url(../imagens/sessao_cursos/bolinha_lista_seniores.png);
		padding-left:18px;
		margin:0;
		
		font-family: Arial, Helvetica, sans-serif;
		font-size:15px;
		color:#504f4f;
		font-weight:normal;
		text-align:justify;
		
		display:inline-block;
	}
	.cursoscriar_seniores_lista_cargahoraria{
		font-family: Arial, Helvetica, sans-serif;
		font-size:15px;
		color:#504f4f;
		text-align:justify;
	}
	.cursoscriar_seniores_lista_cargahoraria td{
		border-bottom:solid 2px #01baf2;
	}

/* FORMULÁRIOS */
	.faleconsco_container {
		margin: 5px 0 5px; padding: 30px 0 20px 0;
		overflow: hidden;
		font-size: 1.2em;
		width: 990px;
		clear: both;
		background-color:#EDEDED;
		border: 0px solid #d6d6d6;
		-moz-border-radius: 8px;  
		-webkit-border-radius: 8px;
		border-radius: 8px;
	}
	.criaronline_container {
		margin: 5px 0 5px; padding: 20px 0 20px 0;
		overflow: hidden;
		font-size: 1.2em;
		width: 650px;
		clear: both;
		background-color:#EDEDED;
		border: 0px solid #d6d6d6;
		-moz-border-radius: 10px;  
		-webkit-border-radius: 10px;
		border-radius: 10px;
	}
	/* APLICAÇÃO DO ESTILO É FEITO SOBRE A TAG form */
	.faleconosco_formcontato input[type=text], .faleconosco_formcontato input[type=password], .faleconosco_formcontato select, .faleconosco_formcontato textarea, .faleconosco_formcontato input[type=number]{
		margin: 0 0 0 7px;
		padding:3px;
		width:500px;
		height:24px;
		background-color:#ffffff;
		border: 0px solid #d6d6d6;
		-moz-border-radius: 5px;  
		-webkit-border-radius: 5px;
		border-radius: 5px;
		font-family:'Frutiger77BlackCondensed', "Frutiger 77 Black Condensed", Arial;
		color:#333;
		font-size:18px;
		cursor:pointer;
	}
	.faleconosco_formcontato select{
		height:30px;
	}
	.faleconosco_formcontato input[type=radio]{
		margin: 0 0 0 7px;
		color:#333;
		font-size:18px;
		cursor:pointer;
	}
	.faleconosco_formcontato #usuario, .faleconosco_formcontato #senha{
		margin: 0 0 0 0px;
		width:375px;
	}
	.faleconosco_formcontato #curso1, .faleconosco_formcontato #universidade1, .faleconosco_formcontato #curso2, .faleconosco_formcontato #universidade2, .faleconosco_formcontato #curso3, .faleconosco_formcontato #universidade3{
		margin: 0 0 0 0px;
		width:300px;
	}
	.faleconosco_btnenviar{
		background-image:url(../imagens/btn_enviar.png);
		background-position:left top;
		background-repeat:no-repeat;
		width:110px;
		height:38px;
		padding:0;
		margin:0;
		border:none;
		
		/* TRANSIÇÃO */
 		transition: background-image .25s ease-in-out;
 		-moz-transition: background-image .25s ease-in-out;
 		-webkit-transition: background-image .25s ease-in-out;
		cursor:pointer;
	}
	.faleconosco_btnenviar:hover{
		background-image:url(../imagens/btn_enviar2.png);
	}
	.criaronline_btnacessar{
		background-image:url(../imagens/btn_acessar.png);
		background-position:left top;
		background-repeat:no-repeat;
		width:110px;
		height:38px;
		padding:0;
		margin:0;
		border:none;
		
		/* TRANSIÇÃO */
  		transition: background-image .25s ease-in-out;
		-moz-transition: background-image .25s ease-in-out;
		-webkit-transition: background-image .25s ease-in-out;
		cursor:pointer;
	}
	.criaronline_btnacessar:hover{
		background-image:url(../imagens/btn_acessar2.png);
	}

/* FORMULÁRIO LOGIN CRIAR ONLINE TOPO SITE */
	.logintopo_usuario{
		width:160px; height:22px; -moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px; border: #999 solid thin; resize:none; font-family:'Frutiger 67 Condensed', Arial, Tahoma; font-size:14px; color:#999; padding: 0 3px; cursor:pointer;}
	.logintopo_senha {
		width:100px; height:22px; -moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px; border: #999 solid thin; resize:none; font-family:'Frutiger 67 Condensed', Arial, Tahoma; font-size:14px; color:#999; padding: 0 3px; cursor:pointer;}
	.logintopo_acessar {
		width:25px; height:24px; border:none; padding:0; margin:0; position:relative; top:7px;
		background-image:url('http://www.cursocriar.com/imagens/botao_ok_criaronline1.png'); background-position:top left; background-repeat:no-repeat; background-color:transparent; cursor:pointer;
		/* TRANSIÇÃO */
  		transition: background-image .25s ease-in-out;
		-moz-transition: background-image .25s ease-in-out;
		-webkit-transition: background-image .25s ease-in-out;
		}
	.logintopo_acessar:hover {
		background-image:url('http://www.cursocriar.com/imagens/botao_ok_criaronline3.png'); background-position:top left; background-repeat:no-repeat; background-color:transparent; cursor:pointer;}
	
/* LAYOUT MELHORES REDAÇÕES */
.melhoresredacoes_container {
	margin: 5px 0 5px 0; padding: 10px; padding-left:5px;
	overflow: hidden;
	width: 975px;
	clear: both;
	background-color:#EDEDED;
	border: 0px solid #d6d6d6;
	-moz-border-radius: 8px;  
	-webkit-border-radius: 8px;
	border-radius: 8px;
}
.melhoresredacoes_lista {
	list-style-type:none;
	padding:0 0 0 0px;
	margin:0;
}
.melhoresredacoes_lista li {
	background-image:url(../imagens/bolinha_listapq.png);
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:15px;
	margin-left:10px;
}
.melhoresredacoes_titulo a:link, .melhoresredacoes_titulo a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#D58E0B;
	font-weight:bold;
	text-decoration:none;
}
.melhoresredacoes_titulo a:hover, .melhoresredacoes_titulo a:active {
	color:#333;
}
.melhoresredacoes_nome {
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#000;
	font-style:italic;
}
.melhoresredacoes_selecioneano {
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
	font-size:12px;
	font-weight:bold;
}
.melhoresredacoes_listaano a:link, .melhoresredacoes_listaano a:visited {
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}
.melhoresredacoes_listaano a:hover, .melhoresredacoes_listaano a:active {
	color:#D58E0B;
	text-decoration:none;
}

/* FORMATAÇÃO SIDEBAR TWITTER index.php */
	.redecriar_twitter, .redecriar_twitter a:link, .redecriar_twitter a:visited {
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		text-decoration:none;
		color:#333;
		text-align:justify;
		line-height:14px;
		background-color:transparent;
		padding:4px 0 4px 0;
		margin: 5px 0 5px 0;
	}
	.redecriar_twitter a:hover, .redecriar_twitter a:active {
		text-decoration:underline;
	}
	.redecriar_twitter_data {
		font-family: Arial, Helvetica, sans-serif;
		font-size:12px;
		color:#D58E0B;
		font-weight:bold;
	}
	.redecriar_twitter_tabela {
		background:url(../imagens/fundo_letrado_twitter.jpg) left top no-repeat;
		padding-left:5px; padding-right:5px;
		border-left:#DDD 1px solid;border-right:#DDD 1px solid;border-bottom:#DDD 1px solid;
	}
	.redecriar_twitter_tabela2 {
		background:none;
		padding:0;
		border:none;
	}
	
/* LAYOUTS DE TABELAS */
.tabeladicasvestibulares a, .tabeladicasvestibulares a:visited {
	display:block;
	background-color:#F6C449;
	color:#000;
	text-decoration:none;
	line-height:40px;
}
.tabeladicasvestibulares a:hover, .tabeladicasvestibulares a:active {
	display:block;
	background-color:#000;
	color:#F6C449;
	text-decoration:none;
}
/* TABELAS DAS PÁGINAS DE CURSOS */
#tabela_cursos_prevestibulares {
	background-color:#FAA900;
	border-collapse:separate;
	-moz-border-radius: 10px;  
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border:solid #FAA900 4px;
	padding:0;
}
#tabela_cursos_prevestibulares td{
	padding-left:3px;
	padding-right:3px;
	padding-bottom:5px;
}
#tabela_cursos_mercadodetrabalho {
	background-color:#EFEFEF;
	border-collapse:separate;
	-moz-border-radius: 10px;  
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border:solid #00b18d 4px;
	padding:0;
}
#tabela_cursos_mercadodetrabalho td{
	padding-left:3px;
	padding-right:3px;
}