#conteudo h1{
	background-color:#F7F7F7;
	background-image: url(imagens/seta1.jpg);
	background-repeat: no-repeat;
	background-position: 12px top;
	text-indent:30px;
	height:32px;
	line-height:32px;
	font-size: 15px;
	color: #006600;
	font-weight: bold;
	margin-bottom:10px;
}

#conteudo h2{
	background-color:#F8FDF3;
	text-indent:10px;
	font-size: 12px;
	color: #009900;
	font-weight: bold;
	margin-bottom:10px;
	line-height:30px;
}

#conteudo h3{
	background:url(imagens/barra.gif) repeat-x center;
	text-indent:10px;
	clear:both;
	margin-bottom:10px;
}

#conteudo h3 em{
	background-color:#FFFFFF;
	color:#003399;
	padding:0 5px 0 5px;
	font-size:13px;
	font-weight:bold;
}

#conteudo h6{
	line-height:35px;
	text-align:right;
	padding:5px;
}

#conteudo h4{
	font-size:14px;
	color:#113F8D;
	font-weight:bold;
	margin:6px;
}

#conteudo h6 a{
	border:solid 1px #009900;
	padding:5px;
	background:#F8FDF3;
}

#conteudo h6 a:hover{
	background:#EAEFF5;
}

#conteudo p{
	margin-bottom:7px;
	text-align:justify;
}

#conteudo p a{
	color:#666666;
}

#conteudo p a:hover{
	color:#333333;
}

#conteudo img{
	float:left;
	padding:1px;
	border:#CCCCCC 1px solid;
	margin:4px;
}

/*////////////////////////////////////////////////////*/

#conteudo p.not_home{
	height:auto;
}

#conteudo p.not_home a{
	font-weight:bold;
	color:#003366;
	padding-left:10px;
	background:url(imagens/seta3.jpg) no-repeat left 5px;
}

#conteudo .not_home a:hover{
	color:#003366;
}

#conteudo .casos_home .primeiro{
	float:left;
	width:220px;
	background-color:#F7F7F7;
	border-right:#F7F7F7 10px solid;
}

#conteudo .casos_home p{
	text-align:left;
}

#conteudo .casos_home .segundo{
	float:right;
	width:220px;
	background-color:#F7F7F7;
	border-right:#F7F7F7 10px solid;
	margin-bottom:10px;
}

/*////////////////////////////////////////////////////*/

#conteudo p.data{
	padding:3px 0 3px 0;
	background:url(imagens/seta3.jpg) no-repeat 80px 8px;
}

#conteudo p.data em {
	height:16px;
	line-height:16px;
	width:75px;
	text-align:center;
	background:url(imagens/data.gif) no-repeat center;
	float:left;
	color:#003399;
	font-weight:bold;
	margin-right:16px;

}

#conteudo p.data a {
}

/*///////////////  SLIDER  ////////////////////*/

#conteudo .dest_sub{
	clear:both;
	padding-top:5px;
}

#conteudo .cx_1{
	width:224px;
	float:left;
	height:198px;
	background-color:#EAF8DC;
	overflow:hidden;
	padding-bottom:7px;
	margin-right:7px;
	margin-bottom:10px;
}

#conteudo .cx_1 img.destaque{
	padding:4px;
	border:none;
}

#conteudo .nav_dest{
	background-color:#000000;
	border-bottom:#EAF8DC 4px solid;
	position:relative;
	width:210px;
	bottom:44px;
	left:8px;
	
}

#conteudo .nav_dest table{
	width:100%;
	height:40px;
	float:left;
	background-color:#000000;
	/*- Filtros Transparencia -*/
	opacity:0.80;
	-moz-opacity: 0.80;
	filter: alpha(opacity=80);
}

#conteudo .nav_dest table .nav_table{
	vertical-align:middle;
}

#conteudo .nav_dest table td.legenda_table{
	width:90%;
	text-align:center;
}

#conteudo .nav_dest a{
	text-align:center;
	color:#FFFFFF;
	font-style:normal;
}

#conteudo .cx_1 .nav_dest img{
	border:#000000 3px solid;
}

/*------->> Caixa 2 <<--------*/


#conteudo .home .cx_2{
	width:260px;
	float:right;
	margin-left:10px;
}

#conteudo .home .cx_2 h1{
	color:#003366;
	font-size:17px;
	margin-bottom:5px;
	background:none;
	height:auto;
	text-indent:0;
	border:none;
}

#conteudo .home .cx_2 p a{
	color:#666666;
}

#conteudo .home .cx_2 p{
	margin-bottom:7px;	
	text-align:justify;
}

#conteudo .home .cx_2  a.not_tit{
	color:#003366;
	font-weight:bold;
	background:url(imagens/seta.gif) no-repeat left;
	padding-left:10px;
	display:block;
	margin-bottom:7px;
}

/*///////////////  ADM  ////////////////*/

#conteudo fieldset.login{
	border:#006600 1px solid;
	background-color:#F4F4F4;
	width:280px;
	margin:0 auto;
	padding-top:10px;
}

#conteudo fieldset.login ul li{
	color:#FF0000;
	background:#EAEAEA;
	padding:4px 0 5px 20px;
	margin-bottom:5px;
}

#conteudo fieldset.login p{
	height:20px;
	line-height:20px;
}

#conteudo fieldset.login label{
	width:80px;
	float:left;
	text-align:right;
	background:url(imagens/seta3.jpg) no-repeat right;
	padding-right:10px;
	font-weight:bold;
	color:#666666;
}

#conteudo fieldset.login input{
	margin-left:5px;
	border:#666666 1px solid;
	color:#666666;
	width:140px;
	padding-bottom:2px;
}

#conteudo fieldset.login .botao{
	margin-left:180px;
	background-color:#EAEAEA;
	font-weight:bold;
	border:#CCC 1px solid;
	width:60px;
	cursor:hand;
	cursor:pointer;
}

/*////////////////////////////////////////////////*/

#conteudo p.titulo{
	background-color:#EAEFF5;
	border-bottom:#C1D0E3 1px solid;
	height:24px;
	line-height:24px;
}

#conteudo p.titulo a{
	background:url(imagens/aba.gif)	no-repeat center;
	width:88px;
	display:block;
	overflow:hidden;
	margin-right:5px;
	float:left;
	text-align:center;
	margin:0 4px 0 4px;
	color:#006699;
	position:relative;
	top:1px;
}

#conteudo p.titulo a:hover{
	color:#0066CC;
}

/*//////////////////////////////////////////////*/

#conteudo .tabela_lista table{
	width:100%;
	margin-top:15px;
}

#conteudo .tabela_lista table th{
	background:url(imagens/menu_dtadm.jpg) repeat-x left bottom;
	height:19px;
	line-height:19px;
	padding-left:5px;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 12px;
	background-color:#507BAF;
}

#conteudo .tabela_lista table td{
	height:22px;
	line-height:22px;
	color:#666666;
	text-indent:5px;
}

#conteudo .tabela_lista table tr.rowcolor{
	background:#EFF3F8;
}


/*//////////////////////////////////////////////*/

#conteudo .formulario p{
	padding:3px 0 3px 0;
}

#conteudo .formulario ul li{
	font-size:10px;
	color:#FF0000;
	text-indent:60px;
	background-color:#F7F7F7;
	padding:3px;
	margin-bottom:2px;
}

#conteudo .formulario p.desc_foto{
	font-size:10px;
	color:#666666;
	height:10px;
	line-height:10px;
	margin-left:120px;
	position:relative;
	bottom:10px;
}

#conteudo .formulario p em{
	font-style:normal;
	color:#666666;
	margin-left:10px;
}

#conteudo .formulario label{
	width:100px;
	float:left;
	text-align:right;
	background:url(imagens/seta3.jpg) no-repeat right;
	padding-right:10px;
	color:#006600;
	font-weight:bold;
}

#conteudo .formulario input{
	width:220px;
	color:#666666;
	border:#006600 1px solid;
	margin-left:10px;
	padding:2px 0 0 1px;
}
#conteudo .formulario select{
	width:220px;
	color:#666666;
	border:#006600 1px solid;
	margin-left:10px;
	padding:0 0 0 1px;
}

#conteudo .formulario textarea{
	width:220px;
	height:50px;
	overflow:auto;
	color:#666666;
	border:#006600 1px solid;
	margin-left:10px;
	padding:2px 0 0 1px;
}

#conteudo .formulario input.data{
	width:30px;
	margin-left:5px;
}

#conteudo .formulario input.botao{
	background-color:#006600;
	color:#FFFFFF;
	font-weight:bold;
	width:70px;
	cursor:hand;
	cursor:pointer;
}

#conteudo .formulario input.botao2{
	background-color:#006600;
	color:#FFFFFF;
	font-weight:bold;
	width:70px;
	cursor:hand;
	cursor:pointer;
	border:none;
	height:18px;
	line-height:18px;
	padding:0;
}

#conteudo .formulario input.botao_cancelar{
	background-color:#990000;
	border:#990000 1px solid;
	color:#FFFFFF;
	font-weight:bold;
	width:70px;
	cursor:hand;
	cursor:pointer;
}

#conteudo .tabela_slide table {
	width:400px;
	text-align:left;
	margin:0 auto;
	border:#FFFFFF 10px solid;
}

#conteudo .tabela_slide p{
	background:#E1F5CD;
	color:#006633;
	font-size:12px;
	height:26px;
	line-height:26px;
	text-indent:10px;
	border-bottom:#FFFFFF 2px solid;
	border-top:#FFFFFF 2px solid;
	text-align:right;
	padding-right:10px;
	margin-bottom:0;
}

#conteudo .tabela_slide p a{
	font-weight:bolder;
	color:#006633;
	margin:0 10px 0 10px;
}

#conteudo .tabela_slide p a:hover{
	color:#009900;
}

#conteudo .tabela_slide table td{
	background:#F4F4F4;
}

#conteudo .tabela_slide table td.desc{
	background:#F4F4F4;
}

#conteudo .tabela_slide table img{
	margin:5px 10px 5px 5px;
}

/*///////////////////////////////////////////////*/

#conteudo .not_det p{
	color:#666666;
}

#conteudo .not_det p.prologo{
	text-indent:20px;
	font-style:italic;
	font-size:12px;
	color:#333333;
}

#conteudo .not_det p.data{
	font-size:10px;
	color:#999999;
	text-align:right;
}

#conteudo .not_det p.voltar a{
	color:#003366;
}

#conteudo .not_det p.download{
	text-align:right;
	font-weight:bold;
}

#conteudo .not_det p.download a {
	background:url(imagens/pdf.gif) no-repeat;
	width:40px;
	height:40px;
	display:block;
	overflow:hidden;
	text-indent:-999px;
	float:right;
}

/*////////////////////////////////////////////////*/

#conteudo .success{
	background:#F4F4F4;
	padding:5px 5px 25px 0;
	margin-bottom:10px;
	clear:both;
}

#conteudo .success img{
	background:#FFF;
	border:#CCCCCC 1px solid;
	padding:1px;
	margin:5px 10px 5px 5px;
	float:left;
}

#conteudo .success h5{
	text-indent:0;
	background:none;
}

#conteudo .success h5 a{
	color:#003399;
	font-size:14px;
	height:30px;
	font-weight:bold;
	line-height:30px;
}

#conteudo .success address{
	text-align:right;
	padding:5px;
}

#conteudo .success address a{
	background:url(imagens/pdf.gif) no-repeat right;
	padding:10px 30px 10px 0;
	color:#006600;
	font-style:normal;
}

#conteudo .success address a:hover{
	color:#009900;
}


/*//////////////////////////////////////////*/

#conteudo .cx_search{
	width:300px;
	margin:10px auto 20px auto;
}

#conteudo .cx_search select{
	border-bottom:#CCCCCC 1px solid;
	border-right:#CCCCCC 1px solid;
	border-top:#333333 1px solid;
	border-left:#333333 1px solid;
	padding:1px;
}

#conteudo .cx_search input.botao{
	border-top:#009933 1px solid;
	border-left:#009933 1px solid;
	border-bottom:#003300 1px solid;
	border-right:#003300 1px solid;
	padding:1px;
	background-color:#006600;
	color:#FFFFFF;
	font-weight:bold;
}

#conteudo table.det_ace{
	width:100%;
	border-bottom:#CCCCCC 1px solid;
	border-right:#CCCCCC 1px solid;
	border-top:#333333 1px solid;
	border-left:#333333 1px solid;
	margin-bottom:16px;
}

#conteudo table.det_ace a img{
	float:right;
}

#conteudo table.det_ace th{
	color:#003366;
	font-weight:bold;
}

#conteudo table.det_ace td{
	height:20px;
	line-height:20px;
	text-indent:7px;
}

#conteudo table.det_ace tr.rowcolor{
	background-color:#EFEFEF;
}

#conteudo table.det_ace .for{
	width:80px;
	text-align:right;
	background:url(imagens/seta3.jpg) no-repeat right;
	padding-right:10px;
	text-indent:0;
}

#conteudo table.det_ace .tit{
	height:24px;
	line-height:24px;
	font-size:12px;
	font-weight:bold;
	background-color:#D5DAE1;
	color:#003366;
	text-indent:10px;
}

#conteudo table.det_ace .tit a{
	margin-right:10px;
	font-weight:bold;
}

#conteudo table.det_ace .tit img{
	margin:0 0 0 10px;
	height:6px;
	width:6px;
	padding:0;
	float:none;
	border:none;
	background:none;
}

#conteudo p.boboi{
	background:#0066FF;
}

#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(imagens/macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 4px solid #525252;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	overflow-x:hidden;
}

/*// PARTICIPA //*/

#conteudo p.isebrae a{
	background:url(imagens/sebrae.gif) no-repeat;
	display:block;
	width:69px;
	height:35px;
	overflow:hidden;
	text-indent:-9999px;
}

#conteudo p.idest a{
	font-weight:bold;
	font-size:16px;
	color:#009900;
}

#conteudo p.idest a:hover{
	color:#006600;
}

#conteudo .homeDownloads{
	width:100%;
}

#conteudo .homeDownloads td{
	padding:4px;
	line-height:30px;
	border-bottom:#CCC 1px dashed;
}

#conteudo .homeDownloads img{
	border:none;
	margin-right:6px;
}

#conteudo .homeDownloads .rowcolor{
	background:#F1F1F1;
}

#conteudo .homeDownloads a:hover{
	text-decoration:underline;
}