@charset "utf-8";
/* CSS Document */
* {
    padding: 0;
    margin: 0;
    border: 0;
}
img{
	border: 0;
}
body{
	background:url(../imagens/bg.png) top repeat-x;
	font-family: 'Archivo Narrow', sans-serif;
	overflow-x: hidden;
}
.centro{
	width:950px;
	left:50%;
	margin-left:-475px;
	position:relative;
	overflow: hidden;
}
#DivTopo{
	height:148px;
	overflow:hidden;
}
.logo{
	float:left;
	margin-top: 15px;
}
#DivMenu{
	width:700px;
	height:60px;
	float:right;
	background:url(../imagens/fundo_Menu.png) center no-repeat;
	margin-top:40px;
	padding-top:1px;
}
ul#menu {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: right;
	font-size: 16px;
	clear: both;
	margin-top:15px;
	margin-left:10px;
}

#menu li {
	overflow: hidden;
	display: inline;
	float: left;
	text-align: right;
	margin-left: 8px;
	margin-right: 0px;
}

#menu li a,#menu li a:visited {
	width: 100%;
	height: 100%;
	display: block;
	color: #fff;
	text-decoration: none;
	text-shadow: 1px 1px #759B0D;
}
#menu li a:hover{
	width: 100%;
	height: 100%;
	display: block;
	color: #f4f4f4;
	text-decoration: none;
	text-shadow: 1px 1px #759B0D;
}
#DivBusca{
	float:right;
	background:url(../imagens/fundo_Busca.png) no-repeat;
	width:126px;
	height:36px;
	position:absolute;
	left:82%;
	top:85px;
}
#DivBusca input{
	width:70px;
	padding:2px;
	margin-left:10px;
	margin-top:10px;
	outline:0;
	background:transparent;
	float:left;
	color:#555555;
	font-size:11px;
	text-transform:uppercase;
}
#DivBusca a{
	float:right;
	margin-right:5px;
	margin-top:12px;
}
#DivBanner{
	height:251px;
	margin-bottom:180px;
}
#DivConteudo{
	height:auto;
	clear:both;
	font-family: 'Archivo Narrow', sans-serif;
	overflow:hidden;
	margin-bottom: 50px;
		font-size: 16px;
}
#DivEsquerda{
	float: left;
	overflow: hidden;
	height: auto;
	font-size: 16px;
	width: 657px;
}
#DivDireita{
	float: right;
	width: 290px;
}
#DivDestaques{
	float:left;
	width:655px;
	clear: left;
}
.conteudo-destaque{
	margin-top:10px;
	font-size:14px;
	line-height:20px;
	background:url(../imagens/fundo_Noticia.png) center bottom no-repeat;
	float: left;
	width: 100%;
}
.conteudo-destaque h2{
	font-size: 1em;
}
.conteudo-dest{
	margin-top:10px;
	font-size:14px;
	line-height:20px;
	float: left;
	width: 100%;
}
.tit{
	color:#2880E2;
	font-size:17px;
	text-decoration:none;
	width:100%;
	float:left;
	margin-bottom:10px;
}
.tit:hover{
	color:#1A67BD;
	font-size:17px;
	text-decoration:none;
}

.conteudo-dest h2{
	color: #2880E2;
	font-size: 17px;
	text-decoration: none;
	width: 100%;
	float: left;
	margin-bottom: 30px;
}

.fotonoticia{
	float:left;
	margin-right:5px;
}
.fotonoticia li img{
	border: 1px solid #E1E1E1;
	padding: 10px;
}
#DivYoutube{
	padding-bottom: 30px;
}
.resumo{
	color:#666;
	text-decoration:none;
}
.resumo:hover{
	color:#333;
	text-decoration:none;
}
.mais{
	text-align:right;
	margin-top:10px;
	clear: both;
}
.maisconteudo{
	text-align:left;
	margin-top:40px;
	float: left;
	clear: both;
}

/* documentos de conteudo*/

h2.titulo{
	padding-top: 50px;
}

.documentos{
	margin: -20px 0 0 -40px;
	padding-left: 45px
}
ul.documentos{
	width: 930px;
	float: left;
	clear: left;
	text-align: center;
	font-family: 'Archivo Narrow', sans-serif;
	padding-bottom: 30px;
}
.documentos li{
	margin: 30px 0 0 10px;
	float: left;
	text-align: center;
	font-family: "Helvetica Neue",sans-serif;
	line-height: 17px;
	background: -moz-linear-gradient(top, #CCFFCC, #FFFFFF) repeat-X;
	height: 110px;
	width: 170px;
	overflow: hidden;
}
ul.documentos li{
	float: left;
	border: 1px solid #E1E1E1;
	border-radius: 3px;
	padding: 10px;
}
ul.documentos img{
	height: 70px;
}

.subTituloConteudo{
	padding-bottom: 20px;
}

#DivGalerias{
	float:left;
	width:655px;
	margin-top: 17px;
	clear: left;
	
}
.dgaleria{
	width: 880px;
        height: 50px;	
	float:left;
	font-size:20px;
	color:#2880E2;
}
.dgaleria img{
       	padding-right: 810px;
}

.dgaleria span{
       	margin-top: -45px;
        float: inherit;
        margin-left: 194px;
}

.esp{
	margin-left:30px;
	margin-right:30px;
}

.DivImgHomeInf{
        width: 100px;
	text-align:center;	
	float:left;
	font-size:14px;
	color:#666;
	margin: 20px 0 0 20px;
        border: 1px solid #E1E1E1;
        border-radius: 3px;
        padding: 10px;
}
.DivImgHomeInf img{
        width:100px;
	height: 100px;
        margin-top: 10px;
}

#DivAgenda{
	float: right;
	width: 280px;
	top: 0;

}
.agenda-inner{
	border: 1px solid red;	
}
#DivPerguntas{
	width: 280px;
	float: right;
	margin-top: 40px;
}
.perguntas{
	width: 250px;
	margin-top: 15px;
}
.iconpergun{
	margin-left: -25px;
	position: absolute;
}
dl { width: 250px; }
dl,dd { margin: 0; }
dt{
	font-size: 13px; 
	padding: 5px; 
	margin: 2px; 
	border:1px solid #E1E1E1;
	/* Firefox v1.0+ */
	-moz-border-radius:6px ;
	/* Safari v3.0+ and by Chrome v0.2+ */
	-webkit-border-radius:6px ;
	/* Firefox v4.0+ , Safari v5.0+ , Chrome v4.0+ , Opera v10.5+  and by IE v9.0+ */
	border-radius:6px ;
	margin-bottom: 15px;
}
dt a { color: #666666;  font-size: 16px; text-decoration: none;}
dd{ 
	color: #000; 
	background-color:#E1E1E1;
	/* Firefox v1.0+ */
	-moz-border-radius:6px ;
	/* Safari v3.0+ and by Chrome v0.2+ */
	-webkit-border-radius:6px ;
	/* Firefox v4.0+ , Safari v5.0+ , Chrome v4.0+ , Opera v10.5+  and by IE v9.0+ */
	border-radius:6px ;
	margin-left: 20px;
	padding-left: 15px;

}
dd a{
	text-decoration: none;
	color: #666;

}
ul { list-style: none; padding: 5px; }
.maisper{
	text-align:right;
	margin-top:10px;
	margin-right: 25px;
}
#DivRodape{
	height: 265px;
	background: url(../imagens/rodape.jpg);
}
#DivRodape h1{
	font-size: 21px;
	font-style: italic;
	color: #fff;
	font-family: 'Archivo Narrow', sans-serif;
	margin-bottom: 10px;
}
.midias{
	width: 319px;
	float: left;
	padding-top: 10px;
}
.news{
	background: url(../imagens/fundo_News.png) no-repeat;
	width: 287px;
	height: 40px;
	margin-top: 10px;
	margin-bottom: 15px;
}
.news input{
	float: left;
	padding: 5px;
	margin-top: 7px;
	margin-left: 10px;
	width: 180px;
	color: #666;
	font-family: 'Archivo Narrow', sans-serif;
	background:transparent;
	color:#555555;
	text-transform:uppercase;
	outline: 0;
}
.btnnews{
	float: right;
	margin-top: 13px;
	margin-right: 15px;
}
.menurodape{
	width: 210px;
	padding-top: 10px;
	float: left;
	margin-left: 30px;
}
.menurodape a{
	color: #fff;
	text-decoration: none;
}
.endereco{
	width: 189px;
	padding-top: 10px;
	float: left;
	color: #fff;
}
.contato{
	width: 159px;
	padding-top: 10px;
	float: left;
	color: #fff;
	margin-left: 30px;
}
.direitos{
	clear: both;
	margin-top: 60px;
	float: left;
	width: 100%;
	color: #fff;
	text-align: right;
}
.direitos img{
	float: left;
}
.contato-prin{
	margin-top: 10px;
	float: left;
    width:530px;
}
.contato-prin input{
background: #ededed;
width: 86.5%;
margin-right: 10px;
margin-bottom: 10px;
border: 0;
height: 35px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
font-size: 18px;
padding-left: 10px;
color: #829095;
margin-top: 8px;
outline: 0;
font-family: 'Archivo Narrow', sans-serif;
border:1px solid #ccc;
}
.contato-prin input:focus{
background: #ededed;
width: 86.5%;
margin-right: 10px;
margin-bottom: 25px;
border: 0;
height: 35px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
font-size: 18px;
padding-left: 10px;
color: #829095;
margin-top: 8px;
outline: 0;
font-family: 'Archivo Narrow', sans-serif;
border: 1px solid #1D77D7;

}
.compact-form-field{
background: #ededed;
background: -moz-linear-gradient(top,#ededed 0%,#f6f6f6 100%);
background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#ededed),color-stop(100%,#f6f6f6));
background: -webkit-linear-gradient(top,#ededed 0%,#f6f6f6 100%);
background: -o-linear-gradient(top,#ededed 0%,#f6f6f6 100%);
background: -ms-linear-gradient(top,#ededed 0%,#f6f6f6 100%);
background: linear-gradient(to bottom,#ededed 0%,#f6f6f6 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed',endColorstr='#f6f6f6',GradientType=0);
width: 86.5%;
font-family: 'Archivo Narrow', sans-serif;
border: 0;
height: 165px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
font-size: 18px;
padding-left: 10px;
color: #829095;
margin-top: 8px;
font-weight: 3;
outline:0;
border:1px solid #ccc;
}
.compact-form-field:focus{
background: #ededed;
background: -moz-linear-gradient(top,#ededed 0%,#f6f6f6 100%);
background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#ededed),color-stop(100%,#f6f6f6));
background: -webkit-linear-gradient(top,#ededed 0%,#f6f6f6 100%);
background: -o-linear-gradient(top,#ededed 0%,#f6f6f6 100%);
background: -ms-linear-gradient(top,#ededed 0%,#f6f6f6 100%);
background: linear-gradient(to bottom,#ededed 0%,#f6f6f6 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed',endColorstr='#f6f6f6',GradientType=0);
width: 86.5%;
font-family: 'Archivo Narrow', sans-serif;
border: 0;
height: 165px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
font-size: 18px;
padding-left: 10px;
color: #829095;
margin-top: 8px;
font-weight: 3;
outline:0;
border: 1px solid #1D77D7;
}
.mapa{
	float: right;
	background: #4291FC;
	margin-top: 15px;
}
.g4{
	height: auto;
}
.gallery{
	width: 100%;
	color: #666;
}
.gallery li a{
	text-decoration: none;

}
.gallery li img{
	border:1px solid #E1E1E1;
	border-radius: 3px;
	padding: 10px;
	margin-top: 25px;
	margin-left: 5px;
	margin-right: 5px;
}
.resumo-videos{
	margin-top: 10px;
}
#DivGalerias-conte{
	width: 100%;
	overflow: hidden;
}
ul.image-grid{
	width: 900px;
	float: left;
	clear: left;
	font-family: 'Archivo Narrow', sans-serif;	
}
ul.image-grid b{
	font-size: 17px;
	font-family: 'Archivo Narrow', sans-serif;
}
ul.image-grid strong{
	font-size: 17px;
	font-family: 'Archivo Narrow', sans-serif;
}
ul.image-grid img{
	width: 59px;
}
ul.image-grid li{
	float: left;
	border:1px solid #E1E1E1;
	border-radius: 3px;
	padding: 10px;

}
#filter{
	clear: both;
	border-radius: 3px;
	padding: 10px;
	border: 1px solid #1D77D7;
	width: 927px;
	margin-top: 20px;
	text-align: center;
	font-size: 17px;


}
ul.gallery{
	float: left;
	overflow: hidden;
	width: 100%;	
	text-align: center;
	margin-bottom: 30px;
}
.resumo-galeria{
	margin-top: 10px;
}
#DivGaler{
	width: 100%;
}
.resumo-evento{
	margin-top: 10px;
}
span.dataev{
	font-size: 17px;
	font-weight: bold;
		font-family: 'Archivo Narrow', sans-serif;
		float: left;
		color: #729825;
}
h2.titevento{
	font-size: 27px;
	font-weight: bold;
		font-family: 'Archivo Narrow', sans-serif;
		color: #333;
		clear: both;
}
.error {
	float: left;
	color: red;
	margin-bottom:5px;
	vertical-align: top;
	font-size: 15px;
}
#mensagem{
	display:block;
    color: #666;
	background: #F2F2F2;
	font-family: 'Archivo Narrow', sans-serif;
	font-size: 18px;
    padding:10px;
    text-align:center;
}

#nomePesquisa {
width: 84%;
height: 30px;
padding-left: 10px;
border-radius: 4px;
background-color: #ededed;
color: #615050;
}

#limpar{
	border-radius: 3px;
	border: 1px solid #8AB300;
	text-decoration: none;
	text-align: center;
	font-size: 13px;
	float: right;
	color: #fff;
	background:#779C00 url(../imagens/icon_Limpar.png) 108px 8px no-repeat;
	text-transform: uppercase;
	padding-right: 25px;
	padding-left: 5px;
	padding-top: 7px;
	padding-bottom: 7px;
}
#limpar:hover{
	border-radius: 3px;
	border: 1px solid #8AB300;
	text-decoration: none;
	text-align: center;
	font-size: 13px;
	float: right;
	color: #fff;
	background: #91AF30 url(../imagens/icon_Limpar.png) 108px 8px no-repeat;
	text-transform: uppercase;
	padding-right: 25px;
	padding-left: 5px;
	padding-top: 7px;
	padding-bottom: 7px;
}
#expandir{border-radius: 3px;
	border: 1px solid #ccc;
	text-decoration: none;
	text-align: center;
	font-size: 13px;
	float: left;
	color: #666;
	background: url(../imagens/diretorio.png) 518px 0px no-repeat;
	text-transform: uppercase;
	padding-right: 25px;
	padding-left: 5px;
	padding-top: 7px;
	padding-bottom: 7px;
	width: 917px;
	clear: left;
	margin-top: 20px;
}
#associar img{
	float:	left;
}
.expandable{
	width: 100%;
	float: left;
	clear: left;
}
#associar{
	float: left;
	margin-top: 20px;
	border: 1px solid #8AB200;
	border-radius: 3px;
	width: 927px;
	padding:10px;
	color: #666;
}
.expandable-hitarea{
	background: red;
}

.highlight { background-color: yellow }
#legenda {
	width: 43%;
	height: 96px;
	background: rgba(0, 0, 0, 0.6);
	position: absolute;
	top: 200px;
	color: #fff;
	border-radius: 11px;
	margin-left: 21px;
	font-family: Rockwell, "Times New Roman", serif;
	text-align: center;
	padding-top: 30px;
	font-size: 26px;
}
#linkNoticia{
        width: 122px;
}
#DivTituloSuperior{
	text-align: right;
	padding-bottom: 32px;
}
#DivTituloSuperior h1{
	color: #2880E2;
	text-align: center;
}
#DivTituloSuperior p{
	font-style: italic;
	padding-left: 364px;
	padding-top: 10px;
	font-family: sans-serif;
}

div.imagensImportantes{
float: left;
width: 100%;
padding-top:20px;
}
div.imagensImportantes img{
	width: 220px;
}
