.shadow1 {
	margin: 40px;
	background-color: rgb(68,68,68); /* Needed for IEs */

	-moz-box-shadow: 5px 5px 5px rgba(68,68,68,0.6);
	-webkit-box-shadow: 5px 5px 5px rgba(68,68,68,0.6);
	box-shadow: 5px 5px 5px rgba(68,68,68,0.6);

	filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=3,MakeShadow=true,ShadowOpacity=0.30);
	-ms-filter: "progid:DXImageTransform.Microsoft.Blur(PixelRadius=3,MakeShadow=true,ShadowOpacity=0.30)";
	zoom: 1;
}
.shadow1 .content {
	position: relative; /* This protects the inner element from being blurred */
	padding: 3px;
	background-color: #DDD;
}

/* Colunas - Divisãoes -------------------------------------------------*/ 
#coluna_esquerda_gestor {
float: left;
width: 48%; height: auto;

}

#coluna_direita_gestor {
float: left;
width: 48%; height: auto;
margin-left:20px;
}

#coluna_total {
clear:both;
width: 100%; height: auto;
}

/* Seçoes --------------------------------------------------------------*/ 

#Identificador {
	font: 100% tahoma, arial, hevetica, sans-serif;	
	color:#999999;
	font-size:large;
	height: 68px;

}
#Identificador_ico {
	float:left;
	background: url(modelos/image/ico_resumo.png) 0px 0px no-repeat;
	width: 46px;
	height: 38px;
}
#Identificador_dtlh {
	font: 70% tahoma, arial, hevetica, sans-serif;	
	color:#999999;
	margin-left: 45px;
	padding-bottom: 20px;
	

}

legend {
  color: #808040;
  font-family: Tahoma, "Trebuchet MS", Verdana, Arial, sans-serif;
  margin-bottom: 1px;
  margin-left: -9px;
  padding-right: 4px;
  vertical-align: middle;
  padding-left: 2px;
  font-size: 13px;

}

fieldset {
  border: none;
  border-top: 1px solid #808040;
  margin: 0px 0;
  padding: 10px 0 0 0;
  width: 100%;
  margin-bottom: 20px;
}

#box_dados {
	font-family: Tahoma, "Trebuchet MS", Verdana, Arial, sans-serif;
	width:100%; 
	vertical-align:top;
	font-size: 11px;
	color: #3B3B3B;
}

#restrito {
	background-color:#DDDDDD;
    border-top: 1px solid #336699;
	margin-top: 5px;
	float:right;
	width: 330px;
	padding: 5 5 5 5;
	}
#texto_geral {
	font-family: Tahoma, "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #3B3B3B; 
}
#pj {
	font-family: Tahoma, "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #3B3B3B; 
}
#pf {
	font-family: Tahoma, "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #009900; 
}

/* Auxiliares --------------------------------------------------------------*/ 
#selec_recentes{
	font-family:tahoma; 
	color: #808040;
	font-size: 11px;
	width: 100%;
	border: 1px solid #808040;
}
#bt_edit {width:22px; height: 22px; padding-left:0px; margin-left:-1; cursor:pointer; cursor:hand;}
#comandos {float:left; width: 24px;}
#registro {float:right; width: 90%;}
#link_azul a{color:#0066CC; text-decoration: underline;}
.linha_pont td {border-bottom-color:#666666; border-bottom-width: 1px; border-bottom-style:dotted;}

#box_mensagem{
	height:auto; 
	width:200px; 
	margin:20 auto;
	text-align: center;
	padding-top:40px;
	padding-bottom: 30px;
	padding-left:0px;
	padding-right:0px;
	vertical-align:middle;
	background: #F4F4F4 url(../criaform/img/exclamacao.png) center 0 no-repeat;
	border-left:1px solid #c3c3c3;
	border-right:1px solid #c3c3c3;
	border-bottom:1px solid #ddd;
	border-top:1px solid #7c7c7c;
	}


/* Formulário --------------------------------------------------------------*/ 
#gtext {
	    border: 1px solid #336699;
		font-family: Tahoma, "Trebuchet MS", Verdana, Arial, sans-serif;
		font-size: 12px;
		color: #3B3B3B;
		padding:2px;
		float:left;
		height: 22px;
		margin-right:2px;
	  }

#gtext1 {
	    border: 1px solid #FF6600;
		font-family: Tahoma, "Trebuchet MS", Verdana, Arial, sans-serif;
		font-size: 12px;
		color: #3B3B3B;
		padding:2px;
		float:left;
		height: 22px;
		margin-right:2px;
	  }

#gtext_box {
	    border: 1px solid #336699;
		float:left;
		padding:2px;
		height: 16px;
		margin-right:2px;

	  }

#gtext_box1 {
	    border: 1px solid #FF6600;
		float:left;
		padding:2px;
		height: 16px;
		margin-right:2px;

	  }

#branco {
	    border: 0px solid #cccccc;
		font-family: Tahoma, "Trebuchet MS", Verdana, Arial, sans-serif;
		font-size: 12px;
		color: #3B3B3B;
		float:left;
		height: 16px;
		background-color:#FFFFFF;
	  }
#branco1 {
	    border: 0px solid #cccccc;
		font-family: Tahoma, "Trebuchet MS", Verdana, Arial, sans-serif;
		font-size: 12px;
		color: #3B3B3B;
		float:left;
		height: 16px;
		background-color:#FFFFFF;
	  }
#vermelho {
		color: #FF0000;
		font-weight: bold;
}
#cf_botao { 
		font-size:12px;
		font-family:"Trebuchet MS", Tahoma, Verdana, Arial;
		height: 25px; width:150px;
		}

.lista li {
        margin-left: -25px;
        padding: 0;
}

.lista h2 {
	font-size: 1.2em;
	font-weight:normal;
	color:#333;

}

.lista2 li {
        margin-left: -20px;
        padding: 0;
        list-style-type: none;

}
.lista3 li {
        padding: 0;
        list-style-type: disc;
		margin-left: 15px;
}





	.bloco1 {
		background-color:#818141;
		color: #FFF;
		padding: 5px;
		font-size: 14px;
		}
	.bloco2 {
		background-color:#ADAD5A;
		color: #FFF;
		padding: 5px;
		font-size: 12px;
		}
	.bloco2 {
		height: 3px;
		}

/*
NOTICIAS
*/
.box_geral {width: 98%;}


.box_noticias{
	 /*border: 1px solid #330;
	 background-color: #EFEFDE;
	 padding: 5px;*/
	background-color: #EFEFDE;
	color: #000;
	/*padding: 10px;*/
	margin-bottom: 10px;
	width: 100%;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	
		box-shadow: 2px 2px 2px #ccc;
		-webkit-box-shadow: 2px 2px 2px #ccc;
		-moz-box-shadow: 2px 2px 2px #ccc;
	}
.box_noticias p, ul {font-size: 14px; } 
.box_noticias_margem {
	padding: 10px 20px 0px 10px;
}
.box_noticias h3 {
	color: #000;
	font-size:16px;
	margin-top: 0; margin-bottom: 0;
	}
.box_noticias h5 {
	color: #333;
	font-size:12px;
	font-weight:normal;
	margin-top: 0; margin-bottom: 0;
	}


.box_noticias_apresentacao{
	 /*border: 1px solid #330;
	 background-color: #EFEFDE;
	 padding: 5px;*/
	background-color: #EFEFDE;
	color: #000;
	/*padding: 10px;*/
	margin-bottom: 50px;
	width: 100%;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	
		box-shadow: 2px 2px 2px #ccc;
		-webkit-box-shadow: 2px 2px 2px #ccc;
		-moz-box-shadow: 2px 2px 2px #ccc;
	}
.box_noticias_apresentacao p, ul {font-size: 14px; } 
.box_noticias_apresentacao h3 {
	color: #000;
	font-size:16px;
	margin-top: 0; margin-bottom: 0;
	}
.box_noticias_apresentacao h5 {
	color: #333;
	font-size:12px;
	font-weight:normal;
	margin-top: 0; margin-bottom: 0;
	}



.box_noticias_home{
	 /*border: 1px solid #330;
	 background-color: #EFEFDE;
	 padding: 5px;*/
	color: #000;
	padding: 10px;
	width: 100%;
		}
.box_noticias_home h3 {
	color: #000;
	font-size:16px;
	margin-top: 0; margin-bottom: 0;
	}
.box_noticias_home h5 {
	color: #333;
	font-size:12px;
	font-weight:normal;
	margin-top: 0; margin-bottom: 0;
	}
		
.OfYoutube {display:none;}
.OnYoutube {display:block;}
.ofFlickr {display:none; float:left}
.ofFlickr embed{width:0; height:0}
.OnFlickr {display:block;}
.onFlickr embed{width:560; height:315}


/*.box_noticias_apresentacao {
	font-size:16px; 
	}
.box_noticias_apresentacao h2{
	font-size: 1.6em;
	line-height:180%;
	}
*/	
	
.conteudo_ano {
	color: #9C9C4E;
	font-size: 22px;
	font-family: tahoma,arial;
	font-weight: bold;
	border-bottom:double;
	padding-top: 20px;
	/*margin-bottom: 10px;*/
	padding: 20px 0px 0px 0px;
	width: 100%;
	}
	.conteudo_ano a{color:#B1B165;}

.conteudo_mes {
	color: #9C9C4E;
	font-size: 16px;
	font-family: tahoma,arial;
	font-weight: bold;
	border-bottom: dotted;
	padding-top: 20px;
	margin-bottom: 10px;
	padding: 20px 0px 0px 0px;
	width: 100%;
}

.chamada_2{
	color:#666600;
	font-size: 12px;
	font-family: tahoma,arial;
	font-style: italic;
	padding-top: 10px;

}
.conteudo_data {
	color: #666600;
	font-size: 16px;
	padding-top: 15px;
}
.conteudo_data a{
	color: #666600;
}

.conteudo_titulo{
	color: #004080;
	font-size: 14px;
	font-weight: bold;
	border-bottom: 2px solid #BEBE7C;

}
.conteudo_titulo a{
	color: #004080;
}
.conteudo_titulo_data{
	color: #BEBE7C;
	font-size: 14px;
	font-weight: bold;
	float:right;
	text-align:right;
	width: 80px;

}
.conteudo_mes_content {
	width:90%;
	margin: 0 auto;
	padding: 0;
}
.conteudo_post_content {
	width:590px;
	margin: 0 auto;
	padding: 0;
}

.resultado {
	text-align:center;
	width:100%;
	margin-bottom: 20px;
	background-color:#E1E1E1;
	border-bottom: 1px solid #ccc;	

	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	
		box-shadow: 2px 2px 2px #ccc;
		-webkit-box-shadow: 2px 2px 2px #ccc;
		-moz-box-shadow: 2px 2px 2px #ccc;

}
.resultado b{font-size:16px; color:#F00}
.resultado a{color:#333;}
.resultado_margem {padding: 10px;}
