/* ******************************************************************* CLASSES PADRÕES DO FIVEEDIT */
.Left{
	float:left;
	margin-right:10px;
	border:1px solid #CCC;
	padding:0px;
}
.noticiasTexto .Left{
	float:left;
	margin-right:10px;
	border:0px solid #CCC;
	padding:0px 5px 8px 0px;
}
.Right{
	float:right;
	margin-left:1em;
	border:1px solid #C7D8DF;
	padding:3px;
}
.videoLeft{
	float:left;
	margin-right:10px;
	border:0px solid #CCC;
	padding:2px;	
}
.mCreditos{
	font-size:1em;
	font-style:italic;
	margin:0;
	line-height:normal;
}
.mLegenda{
	font-size:1.1em;
	margin:0;
	line-height:normal;
}
.cor1{
	color:#000;
}
.cor2{
	color:#990099;
}
.cor3{
	color:#838383;
}
/* ******************************************************************* FONTES E LINKS */
body{
	background:url(../../imagens/bg.jpg) #CCC;
	margin:0 auto;
} 
div, dl, dt, dd, ul, ol, li, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td{
	margin:0 auto;
	font-family:Tahoma;
	color:#666666;
	font-size:12px;
}
h1{
	font-size:14px;
	font-weight:bold;
	color:#000;
	font-family:Verdana;
}
h2{
	font-size:20px;
	color:#000;
	font-family:Tahoma;
}
h3{
	font-size:15px;
	color:#390;
	font-family:Tahoma;
}
h4{
	color:#000;
	font-size:12px;
	font-weight:bold;
	font-family:Tahoma;
}
a, a:visited, a:active, a:link {
	text-decoration:none;
}
a:hover{
	text-decoration:none;
}
/* ******************************************************************* SITE */
.Site{
	width:100%;
	height:100%;
	float:left;
}
.Conteudo{
	border:#090 solid 0px;
	width:950px;
	height:auto;
	margin:0 auto;
}
.Corpo{
	width:950px;
	height:auto;
	float:left;
}
/* ******************************************************************* LOGO */
.Logo{
	width:auto;
	height:auto;
	margin-top:50px;
	margin-left:40px;
	display:inline;
	float:left;
}
/* ******************************************************************* BANNER */
.Banner{
	width:580px;
	height:290px;
	float:right;
}
/* ******************************************************************* DESTAQUE */
.Destaque{
	margin-top:20px;
	width:500px;
}
/* ******************************************************************* MAPA */
.MapaHome{
	width:20px;
	height:150px;
	margin-top:50px;
	float:right;
}
/* ******************************************************************* MENU */
.Menu{
	width:500px;
	height:auto;
	position:absolute;
	margin-top:170px;
	margin-left:40px;
	_margin-left:-133px;
	*margin-left:-133px;
}
.LinksMenu li{
	margin-right:10px;
	height:auto;
	float:left;
}
.LinksMenu li a{
	font-family:Arial;
	font-size:14px;
	font-weight:bold;
	color:#FFF;
}
.LinksMenu li a:hover{
	color:#CCC;
}
.link1, .link2, .link3, .link4, .link5{
	padding:2px 2px 2px 2px;
}
/* ******************************************************************* SUBMENU */
.LinksSubmenu{
	width:auto; 
	height:auto;
	margin-top:4px;
	margin-right:10px;
	float:left;
}
.LinksSubmenu a{
	font-family:Arial;
	font-size:11px;
	font-weight:bold;
	color:#CCC !important;
}
.LinksSubmenu a:hover{
	color:#999 !important;
}

/* ******************************************************************* BLOCOS */
.BlocoTopo{
	background:url(../../imagens/bg-banner.jpg) no-repeat;
	width:950px;
	height:290px;
	float:left;
}
.BlocoMenu{
	width:500px;
	height:auto;
	float:left;
}
.BlocoSubmenu{
	width:500px;
	height:auto;
	float:left;
}
.BlocoFundo{
	background:url(../../imagens/bg-corpo.jpg) top repeat-x #FFF;
	width:950px;
	height:auto;
	float:left;
}
.BlocoCorpo{
	background:url(../../imagens/bg-coluna.jpg) 610px top repeat-y;
	width:870px;
	height:auto;
	padding:0px 40px 0px 40px;
	float:left;
}
.BlocoDestaque{
	background:url(../../imagens/bg-destaque.jpg) no-repeat;
	width:550px;
	height:280px;
	text-align:center;
	margin-bottom:25px;
	float:left;
}
.BlocoNossosCursos{
	width:550px;
	height:auto;
	float:left;
}
.BlocoNossosCursos2{
	width:280px;
	height:auto;
	margin-bottom:25px;
	float:left;
}
.BlocoAgenda{
	width:280px;
	height:auto;
	float:right;
	padding-bottom:55px;
}
.BlocoColunaBusca{
	width:280px;
	height:auto;
	float:right;
	padding-bottom:25px;
}
.BlocoCursosDestaque{
	width:280px;
	height:auto;
	float:right;
	padding-bottom:25px;
}
.BlocoNewsletter{
	width:280px;
	height:auto;
	float:right;
	padding-bottom:25px;
}
.BlocoInternas{
	width:550px;
	height:auto;
	float:left;
}
.BlocoInternas ul{
	list-style-type:disc;
	margin-bottom:10px;
}
.BlocoInternas ul li{
	margin:5px;
	margin-left:15px;
}
.ForaBlocoRodape{
	width:950px;
	height:190px;
	margin:0 auto;
}
.BlocoRodape{
	background:url(../../imagens/bg-rodape.png) no-repeat;
	width:950px;
	height:190px;
	float:left;
}
/* ******************************************************************* COLUNAS */
.ColunaEsquerda{
	width:550px;
	float:left;
}
.ColunaDireita{
	width:280px;
	float:right;
}
/* ******************************************************************* TITULOS */
.TituloEsquerda{
	width:590px;
	margin-bottom:15px;
	float:left;
}
.TituloDireita{
	width:280px;
	margin-bottom:15px;
	float:left;
}
.TituloGrande{
	width:350px;
	float:left;
}
.TituloPequeno{
	width:280px;
	float:left;
}
/* ******************************************************************* FERRAMENTAS */
.Ferramentas{
	/*background:url(../../imagens/bg-ferramentas.png) no-repeat;*/
	width:200px;
	height:28px;
	text-align:right;
	float:left;
}
.FerramentasBotoes{
	width:115px;
	margin-top:5px;
	float:right;
}
.FerramentasBotoes a {
	width:20px;
	height:19px;
	padding-left:2px;display:table;
	float:left;
}
/* ******************************************************************* NOSSOS CURSOS */
.NossosCursos{
	background:url(../../imagens/bg-nossoscursos.jpg) no-repeat;
	width:550px;
	height:80px;
	padding-top:5px;
	padding-left:5px;
	margin-bottom:0px;
	float:left;
}
.ImagemNossosCursos{
	width:130px;
	height:73px;
	text-align:center;
	float:left;
}
.TextosNossosCursos{
	width:340px;
	height:70px;
	float:left;
}
.TituloNossosCursos{
	width:340px;
	height:auto;
	margin-top:5px;
	margin-bottom:5px;
	float:left;
}
.TituloNossosCursos h1 a{
	color:#000;
}
.TituloNossosCursos h1 a:hover{
	color:#C00;
}
.DescricaoNossosCursos{
	width:340px;
	height:40px;
	overflow:hidden;
	float:left;
}
.BotaoNossosCursos{
	width:75px;
	text-align:right;
	height:auto;
	margin-top:11px;
	float:right;
}
.BotaoNossosCursos a{
	background:url(../../imagens/botao-nossoscursos.jpg) center no-repeat;
	width:44px;
	height:44px;
	margin-right:15px;
	float:right;
}
.BotaoNossosCursos a:hover{
	background:url(../../imagens/botao-nossoscursos2.jpg) center no-repeat;
	width:44px;
	height:44px;
	margin-right:15px;
	float:right;
}
/* ******************************************************************* NOSSOS CURSOS LATERAL */
.NossosCursos2{
	background:url(../../imagens/bg-nossoscursos2.jpg) no-repeat;
	width:280px;
	height:80px;
	padding-top:5px;

	margin-bottom:0px;
	float:left;
}
.ImagemNossosCursos2{
	width:120px;
	height:73px;
	text-align:center;
	float:left;
}
.TextosNossosCursos2{
	width:90px;
	height:70px;
	float:left;
}
.TituloNossosCursos2{
	width:90px;
	height:auto;
	margin-top:5px;
	margin-bottom:5px;
	display:inherit;
	float:left;
}
.TituloNossosCursos2 h1 a{
	color:#000;
}
.TituloNossosCursos2 h1 a:hover{
	color:#C00;
}
.BotaoNossosCursos2{
	width:70px;
	text-align:right;
	height:auto;
	margin-top:11px;
	float:right;
}
.BotaoNossosCursos2 a{
	background:url(../../imagens/botao-nossoscursos.jpg) center no-repeat;
	width:44px;
	height:44px;
	margin-right:15px;
	float:right;
}
.BotaoNossosCursos2 a:hover{
	background:url(../../imagens/botao-nossoscursos2.jpg) center no-repeat;
	width:44px;
	height:44px;
	margin-right:15px;
	float:right;
}
/* ******************************************************************* AGENDA */
.ItemAgenda{
	width:280px;
	height:auto;
	float:left;
}
.DiaAgenda{
	width:30px;
	height:auto;
	float:left;
}
.DiaAgenda p{
	color:#FFF;
	font-family:Arial;
	font-weight:bold;
	font-size:24px;
}
.MesAgenda{
	width:30px;
	height:auto;
	float:left;
}
.MesAgenda p{
	width:30px;
	height:auto;
	text-transform:uppercase;
	font-family:Arial;
	font-size:14px;
	color:#FFF;
}
.CalendarioAgenda{
	background:url(../../imagens/bg-calendario.jpg) no-repeat;
	width:44px;
	height:50px;
	padding:9px 8px 5px 8px;
	margin-right:10px;
	float:left;
}
.TituloAgenda{
	width:210px;
	height:auto;
	float:left;
}
.TituloAgenda h1 a{
	color:#000;
}
.TituloAgenda h1 a:hover{
	color:#C00;
}
.DescricaoAgenda{
	width:210px;
	height:auto;
	float:left;
}
.LinkAgenda{
	width:210px;
	height:auto;
	margin-top:5px;
	float:left;
}
.LinkAgenda p a{
	color:#C00;;
}

.LinkAgenda p a:hover{
	color:#900;
}

.DescricaoAgenda .LinkAgenda{
	width:210px;
	height:auto;
	margin-top:5px;
	float:left;
}
.DescricaoAgenda .LinkAgenda a{
	color:#C00;;
}

.DescricaoAgenda .LinkAgenda a:hover{
	color:#900;
}
.ListaCompletaAgenda{
	width:280px;
	height:auto;
	float:left;
}
.ListaCompletaAgendaBotao{
	width:15px;
	height:auto;
	float:left;
}
.ListaCompletaAgendaLink{
	width:260px;
	height:auto;
	font-family:Tahoma;
	font-size:13px;
	float:right;
}
.ListaCompletaAgenda p a{
	color:#C00;
	font-size:13px;
}
.ListaCompletaAgenda p a:hover{
	color:#900;
	font-size:13px;
}
/* ******************************************************************* BUSCA COLUNA */
.ImagemColunaBusca{
	width:60px;
	height:auto;
	margin-right:10px;
	float:left;
}
.TextoColunaBusca{
	width:120px;
	height:auto;
	float:left;
}
.BotaoColunaBusca{
	width:90px;
	height:auto;
	margin-top:20px;
	float:left;
}
/* ******************************************************************* NEWSLETTER */
.ImagemNewsletter{
	width:60px;
	height:auto;
	margin-right:10px;
	float:left;
}
.TextoNewsletter{
	width:210px;
	height:auto;
	float:left;
}
.FormNewsletter{
	width:280px;
	height:auto;
	margin-bottom:10px;
	float:left;
}
/* ******************************************************************* NEWSLETTER FORM */
.NewsletterCampo1{
	width:216px;
	height:auto;
	margin-top:5px;
	margin-bottom:5px;
	color:#333333;
	font-size:12px;	
	float:left;
}
.captcha-container input, .NewsletterCampo1 input{
	background:url(../../imagens/bg-formmeio.jpg) repeat-x;
	width:200px;
	height:19px;
	margin-top:5px;
	padding:4px 3px 0px 3px;
	border:#CCC 0px solid;
	color:#666666;
	float:left;
}
.captcha-container input{
	width:50px;
	margin-top:0;
}
.NewsletterCampo2{
	width:216px;
	height:auto;
	margin-bottom:5px;
	color:#333333;
	font-size:12px;	
	float:left;
}
.NewsletterCampo2 input{
	background:url(../../imagens/bg-formmeio.jpg) repeat-x;
	width:200px;
	height:19px;
	margin-top:0px;
	padding:4px 3px 0px 3px;
	border:#CCC 0px solid;
	color:#666666;
	float:left;
}
.NewsletterBotao{
	width:50px;
	height:auto;
	text-align:right;
	float:right;
}
/* ******************************************************************* CERTIDÕES */
.CertidoesLista{
	width:550px;
	height:auto;
	float:left;
}
.CertidoesItem{
	width:550px;
	height:auto;
	margin-bottom:10px;
	float:left;
}
.CertidoesIcone{
	width:20px;
	height:auto;
	float:left;
}
.CertidoesLinks{
	width:530px;
	height:auto;
	float:left;
}
.CertidoesLinks a{
	color:#C00;
}
.CertidoesLinks a:hover{
	color:#900;
}
/* ******************************************************************* TIPOS DE CURSOS */
.ItemTipoCursos{
	width:550px;
	height:auto;
	margin-bottom:25px;
	float:left;
}
.FotoTipoCursos{
	width:150px;
	height:auto;
	float:left;
}
.TextoTipoCursos{
	width:400px;
	height:auto;
	float:left;
}
.ItemTipoCursos a{
	color:#C00;
}
.ItemTipoCursos a:hover{
	color:#900;
}
/* ******************************************************************* BUSCA DE CURSOS */
.video{
	background:url(../../imagens/bg-video.jpg) no-repeat;
	width:300px;
	height:250px;
	padding:10px 10px 10px 10px;
	margin-right:15px;
	float:left;
}
/* ******************************************************************* BUSCA DE CURSOS */
.BuscaCurso{
	background:url(../../imagens/bg-busca.gif) no-repeat;
	width:550px;
	height:40px;
	margin-bottom:25px;
	float:left;
}
.BuscaCurso2{
	width:550px;
	height:auto;
	margin-bottom:25px;
	float:left;
}
.BotoesBuscaCurso{
	width:532px;
	height:24px;
	margin-top:8px;
	text-align:center;
}
.BuscaPorTema{
	width:74px;
	height:24px;
	margin-right:13px;
	float:left;
}
.BuscaPorPalavraChave{
	width:115px;
	height:24px;
	margin-right:13px;
	float:left;
}
.BuscaPorMes{
	width:65px;
	height:24px;
	margin-right:13px;
	float:left;
}
.BuscaPorEstado{
	width:80px;
	height:24px;
	margin-right:13px;
	float:left;
}
.BuscaTodos{
	width:74px;
	height:24px;
	float:left;
}
.BuscaCursoEsquerda{
	width:265px;
	height:auto;
	margin-right:10px;
	float:left;
}
.BuscaCursoDireita{
	width:265px;
	height:auto;
	float:left;
}
.BuscaTema{
	width:265px;
	height:auto;
	float:left;
}
.ItemBuscaTema{
	width:265px;
	height:auto;
	margin-bottom:25px;
	float:left;
}
.ItemAssunto{
	width:265px;
	height:20px;
	float:left;
}
.marcador{
	width:20px;
	float:left;
}
.assunto{
	width:245px;
	float:left;
}
/* ******************************************************************* BUSCA POR PALAVRA CHAVE */
.BuscaPalavra{
	width:550px;
	height:auto;
	margin-bottom:10px;
	float:left;
}
.BuscaPalavraChave{
	width:216px;
	margin-right:10px;
	float:left;
}
.BuscaPalavraChave input{
	background:url(../../imagens/bg-formmeio.jpg) repeat-x;
	width:200px;
	height:23px;
	padding:4px 3px 0px 3px;
	border:#CCC 0px solid;
	color:#333;
	float:left;
}
.BotaoPalavraChave{
	width:60px;
	height:auto;
	float:left;
}
/* ******************************************************************* BUSCA POR ESTADO E MES */
.BuscaSelect{
	width:218px;background:url(../../imagens/bg-formpq.jpg) no-repeat;
	height:27px;
	padding:2px 2px 0px 3px;
	float:left;
}
.BuscaSelect select{
	width:205px;
	height:auto;
	background:none;
	border:none !important;
	padding:1px 3px 0px 3px;
	font-family:Tahoma;
	font-size:11px;
	color:#333;
	float:left;
}
/* ******************************************************************* BUSCA RESULTADO TODOS */
.BuscaResultados{
	width:550px;
	height:auto;
	margin-bottom:10px;
	float:left;
}
.BuscaItemResultados{
	width:550px;
	height:auto;
	float:left;
}
.BuscaMensagem{
	width:550px;
	height:auto;
	float:left;
}
.BuscaResultados a h4{
	color:#C00 !important;
}
.BuscaResultados a:hover h4{
	color:#900 !important;
}

.BuscaResultados .BuscaItemResultados a h4{
	color:#C00 !important;
}
.BuscaResultados .BuscaItemResultados a:hover h4{
	color:#900 !important;
}
.BuscaResultados .BuscaItemResultados a:active h4{
	color:#C00 !important;
}



/* ******************************************************************* SUGERIR CURSO */
.SugerirCampo1{
	width:216px;
	height:auto;
	margin-top:10px;
	margin-bottom:5px;
	color:#333333;
	font-size:12px;	
	float:left;
}
.SugerirCampo1 input{
	background:url(../../imagens/bg-formmeio.jpg) repeat-x;
	width:200px;
	height:19px;
	margin-top:5px;
	padding:4px 3px 0px 3px;
	border:#CCC 0px solid;
	color:#666666;
	float:left;
}
.SugerirCampo2{
	width:216px;
	height:auto;
	margin-bottom:5px;
	color:#333333;
	font-size:12px;	
	float:left;
}
.SugerirCampo2 input{
	background:url(../../imagens/bg-formmeio.jpg) repeat-x;
	width:200px;
	height:19px;
	margin-top:0px;
	padding:4px 3px 0px 3px;
	border:#CCC 0px solid;
	color:#666666;
	float:left;
}
.SugerirMensagem{
	background:url(../../imagens/bg-formpq2.jpg) no-repeat;
	width:210px;
	height:80px;
	color:#333;
	font-size:11px;
	font-family:Tahoma;
	text-align:center;
	padding:0px 3px 0px 3px;
	float:left;
}
.SugerirMensagem textarea{
	background:none;
	width:200px;
	height:75px;
	padding-left:3px;
	padding-top:3px;
	border:none !important;
	overflow:auto;
	color:#666666;
	float:left;
}
.SugerirBotao{
	width:60px;
	height:auto;
	text-align:right;
	margin-top:55px;
	float:right;
}
/* ******************************************************************* INSCRICAO */
.ItemInscricao{
	width:550px;
	height:auto;
	margin-bottom:5px;
	float:left;
}
.ItemInscricao2{
	width:550px;
	height:auto;
	margin-top:5px;
	margin-bottom:5px;
	float:left;
}
.ItemInscricao .opcao{
	width:20px;
	height:17px;
	margin-right:5px;
	float:left;
}
.ItemInscricao .texto2{
	width:550px;
	height:auto;
	margin-bottom:7px;
	float:left;
}
.ItemInscricao .texto{
	width:525px;
	height:17px;
	margin-bottom:5px;
	float:left;
}
.OpcoesHorizontal{
	float:left;
}
.OpcoesHorizontal2{
	width:20px; 
	height:25px; 
	float:left; 
	margin-top:-3px;
}
.OpcoesHorizontal3{
	height:25px;
	float:left;
}
.EstadoSelect{
	background:url(../../imagens/bg-form.jpg)no-repeat;
	width:245px;
	height:22px;
	padding:2px 2px 0px 3px;
	float:left;
}
.EstadoSelect select{
	width:244px;
	height:auto;
	background:none;
	border:none !important;
	padding:1px 3px 0px 3px;
	font-family:Tahoma;
	font-size:11px;
	color:#333;
	float:left;
}
.Participantes{
	background:url(../../imagens/bg-formpq3.jpg) center no-repeat;
	width:35px;
	height:17px;
	padding:5px 0px 3px 4px;
	border:none;
	color:#333333;
	font-size:12px;	
	float:left;
}
.InscricaoCampo1{
	width:275px;
	height:auto;
	margin-bottom:5px;
	color:#333333;
	font-size:12px;	
	float:left;
}
.InscricaoCampo1 input{
	background:url(../../imagens/bg-formmeio.jpg) repeat-x;
	width:244px;
	height:17px;
	padding:3px 3px 3px 3px;
	border:#CCC 0px solid;
	color:#666666;
	float:left;
}
.InscricaoCampo2{
	width:275px;
	height:auto;
	margin-bottom:5px;
	color:#333333;
	font-size:12px;	
	float:right;
}
.InscricaoCampo2 input{
	background:url(../../imagens/bg-formmeio.jpg) repeat-x;
	width:244px;
	height:17px;
	padding:3px 3px 3px 3px;
	border:#CCC 0px solid;
	color:#666666;
	float:left;
}
/* ******************************************************************* DIVISAO */
.Divisao{
	background:url(../../imagens/divisao.jpg) center repeat-x;
	width:100%;
	height:24px;
	float:left;
}
.Divisao2{
	background:url(../../imagens/divisao2.jpg) center repeat-x;
	width:100%;
	height:5px;
	margin-bottom:10px;
	float:left;
}
/* ******************************************************************* LEIA MAIS */
.conteudoLeiamais{
	width:282px;
	height:15px;
	float:left;
}
.conteudoLeiamais2{
	width:437px;
	height:15px;
	margin-top:15px;
	float:left;
}
.conteudoLeiamais3{
	width:282px;
	height:15px;
	margin-top:5px;
	float:left;
}
.conteudoLeiamais img, .conteudoLeiamais2 img, .conteudoLeiamais3 img{
	float:left;
	margin-right:8px;
}
.conteudoLeiamais p, .conteudoLeiamais2 p, .conteudoLeiamais3 p{
	float:left;
	margin-top:-2px;
}
/* ******************************************************************* RELACIONADOS - LEIA TAMBEM, GALERIA, ARQUIVOS */
.seta{
	border:none !important;
	padding:0px !important;
	margin-right:5px !important;
}
.lista_mais{
	width:500px;
	height:auto;
	margin-top:5px;
	float:left;
}
.lista_mais li{
	width:550px;
	height:auto;
	margin-bottom:5px;
	float:left;
}
.lista_mais li a{
	padding:0px;
	margin:0px;
	color:#C00;
}
.lista_mais li a:hover{
	padding:0px;
	margin:0px;
	color:#900;
}
.titulo_mais{
	border-bottom:1px dotted #CCC;
	width:550px;
	margin-top:30px;
	float:left;
}
/* ******************************************************************* CONTATO */
.CantosForm{
	width:5px;
	float:left;
}
.MeioForm{
	background:url(../imagens/bg-formmeio.jpg) repeat-x;
	float:left;
}
.nomeCampos{
	margin-bottom:5px;
}
.contatoCampo1{
	width:275px;
	height:auto;
	margin-bottom:5px;
	color:#333333;
	font-size:12px;	
	float:left;
}
.contatoCampo1 input{
	background:url(../../imagens/bg-formmeio.jpg) repeat-x;
	width:230px;
	height:17px;
	padding:3px 3px 3px 3px;
	border:#CCC 0px solid;
	color:#666666;
	float:left;
}
.contatoCampo2{
	width:265px;
	height:auto;
	margin-bottom:5px;
	color:#333333;
	font-size:12px;	
	float:left;
}
.contatoCampo2 input{
	background:url(../../imagens/bg-formmeio.jpg) repeat-x;
	width:230px;
	height:17px;
	padding:3px 3px 3px 3px;
	border:#CCC 0px solid;
	color:#666666;
	float:left;
}
.contatoMensagem{
	width:550px;
	color:#333;
	font-size:12px;
	margin-top:10px;	
	float:left;
}
.contatoMensagem textarea{
	background: transparent url(../../imagens/bg-form2.jpg) no-repeat top right;
	_background-attachment: fixed;
	*background-position: 0% 100%;
	width:523px;
	height:127px;
	padding-left:3px;
	padding-top:3px;
	margin:5px auto;
	*margin:0 0;
	_margin:0 0;
	overflow:auto;
	color:#666666;
	border:#CCC 0px solid;
	float:left;	
}
.contatoEnviar{
	width:550px;
	height:auto;
	float:left;
}
/* ******************************************************************* ALERTAS FORMULARIOS */
.contatoResposta{
	color:#C00;
}

#response{
	background:#F4F4F4;
	border:1px #CCC dotted;
	padding:10px;
	margin-bottom:10px;
	font-size:11px;
	line-height:1.9em;
	font-family: "Tahoma";
	color:#000;
	width:91%;
	float:left;
	display:none;
}

.response{
	background:#F4F4F4;
	border:1px #CCC dotted;
	padding:10px;
	margin-bottom:10px;
	font-size:11px;
	line-height:1.9em;
	font-family: "Tahoma";
	color:#000;
	width:91%;
	float:left;
	display:none;
}

.PessoaResposta{
	background:#F4F4F4;
	border:1px #CCC dotted;
	padding:10px;
	margin-bottom:10px;
	font-size:15px;
	line-height:1.9em;
	font-family: "Tahoma";
	width:95%;
	color:#FF0000;
	float:left;
}

#respostanews{
	background:#F4F4F4;
	border:1px #CCC dotted;
	padding:10px;
	margin-top:10px;
	margin-bottom:10px;
	font-size:11px;
	line-height:1.9em;
	font-family: "Tahoma";
	color:#000;
	width:91%;
	float:left;
	display:none;
}

#respostasugerir{
	background:#F4F4F4;
	border:1px #CCC dotted;
	padding:10px;
	margin-top:10px;
	margin-bottom:10px;
	font-size:11px;
	line-height:1.9em;
	font-family: "Tahoma";
	color:#000;
	width:91%;
	float:left;
	display:none;
}
/* ******************************************************************* RODAPE */
.Rodape{
	width:870px;
	height:auto;
	margin-top:90px;
}
.ImagemRodape{
	width:70px;
	height:auto;
	float:left;
}
.TextoRodape{
	width:740px;
	height:auto;
	float:left;
}
.TextoRodape p{
	color:#FFF;
}
.FivecomRodape{
	width:60px;
	height:auto;
	margin-top:20px;
	float:left;
}

/* ******************************************************************* INDICAR MATERIA */
.mais_ferramentas { position:absolute; background:white; padding:10px; border:1px #ccc solid; top:318px; left:615px; display:none; text-align:center; }
.mais_ferramentas h3 { font-size:14px; font-weight:normal; margin:0 0 5px 0; text-align:center; color:#838383; }
.mais_ferramentas label, input , textarea{ float:left; font-size:11px; color:#838383; }
.mais_ferramentas label { width:80px; text-align:left; }
.mais_ferramentas input, textarea { width:150px; border:1px #ccc solid; }
.mais_ferramentas textarea { height:50px; }
.mais_ferramentas .submit { width:auto; float:none; margin:5px 0 0 0; cursor:pointer; background:#fff; color:#838383; }
.mais_ferramentas br { clear:left; margin:2px 0 0 0; }
.mais_ferramentas p { border:1px #717100 solid; background:#FFFFF0; text-align:left; margin:5px 0; padding:5px; display:none; }
.mais_ferramentas .botao_visite_site { display:block; float:left; background:url('../../imagens/botoes/bt_visite-o-site.jpg') center no-repeat; height:19px; width:91px; text-indent:-9999px; }
/*tabela

/*::::::::::::::::::::::::::::::::*/
.tabela{
float:left;
width:510px;
border-collapse:collapse;
}
.tabela td{
padding:2px;
border-bottom:#FFFFFF solid 2px;
}
.tabela .coluna1{
font-weight:bold;
text-align:left;
vertical-align:top;
width:10%;
}

.tabela .coluna2{
font-weight:bold;
text-align:left;
vertical-align:top;
}

.addCupar { font-size: 13px; font-weight: bold; float: right; color: blue;}

