/* CSS Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a { outline:none; outline:0; }



/* BACKGROUND DO SITE */
body { background:#f6f6f6 url(../imagens/bg-site.gif) repeat-x top left; }


/* FLOAT */
clearBoth {
	clear:both;
	display:block;
}
floatLeft {
	display:block;
	float:left;
}
floatRight {
	display:block;
	float:right;
}


/* DEFININDO PROPRIEDADES DAS FONTES */
body,table,h1,h2,h3,h4,h5,h6,p,input,select,textarea,button,div,a {
	color:#666;
	font:normal 11px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
}


/* DEFININDO ALINHAMENTO DO SITE */
#alinhamento {
	margin:0 auto;
	text-align:left; /* Para voltar o alinhamento dos textos */	
}
	#site {
		display:block;
		margin:3px auto 15px auto;
		padding:23px 23px 20px 22px;
		width:945px;
		background-color:#fff;
	}


/* PROPRIEDADES DO SITE */

.esconde {display:none; }

#informacoes-topo {
	display:block;
	float:right;
	width:210px;
	height:75px;
	text-align:right;
	padding:15px 15px;
	color:#ccc;
}
#informacoes-topo input.campo-pesquisa {
	padding:5px 30px 5px 5px;
	margin:10px 0;
	border:1px solid #ccc;
	width:165px;
}
#informacoes-topo .lupa {
	position:absolute;
	top:42px;
	left:50%;
	margin-left:458px;
}
#informacoes-topo li {
	display:inline;
}
#informacoes-topo li a {
	color:#ccc;
	padding:0 3px;
}
#informacoes-topo li a:hover {
	text-decoration:underline;
	color:#fff;
}
#informacoes-topo p {
	color:#ccc;
}
.Botoes {
	text-align:right;
	background-color:#ededed;
	margin:10px 0 25px 0;
	clear:both;
	display:block;
}
.Botoes.EventosBotoes {
	margin-right:30px;
}
.Botoes input {
	color:#fff;
	background-color:#900;
	border:none;
	border-left:2px solid #fff;
	padding:10px;
	cursor:pointer;
}
.Botoes input:hover {
	background-color:#600;
}

#s3slider {
	width: 945px; /* important to be same as image width */
	height: 465px; /* important to be same as image height */
	position: relative; /* important */
	overflow: hidden; /* important */
	background-color:#000;
	display:block;
}
#s3sliderContent {
	width: 945px; /* important to be same as image width or wider */
	position: absolute; /* important */
	top: 0; /* important */
	margin-left: 0; /* important */
}
.s3sliderImage {
	float: left; /* important */
	position: relative; /* important */
	display: none; /* important */
}
.s3sliderImage span {
	position: absolute; /* important */
	left: 0;
	font: 11px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	padding: 10px 13px;
	width: 919px;
	background-color: #000;
	filter: alpha(opacity=70); /* here you can set the opacity of box with text */
	-moz-opacity: 0.7; /* here you can set the opacity of box with text */
	-khtml-opacity: 0.7; /* here you can set the opacity of box with text */
	opacity: 0.7; /* here you can set the opacity of box with text */
	color: #fff;
	display: none; /* important */
	top: 432px;
	text-align:right;/*
       if you put
       top: 0; -> the box with text will be shown at the top of the image
       if you put
       bottom: 0; -> the box with text will be shown at the bottom of the image
   */
}
#slider ul, #slider li{
	margin:0;
	padding:0;
	list-style:none;
	}
#slider, #slider li{ 
	width:903px;
	display:inline-block;
	overflow:hidden;
	margin-bottom:20px;
	}
#slider{ 
	margin:0 21px;
	display:block;
	clear:both;
	}	

span#prevBtn{ position:absolute; top:645px; left:50%; cursor:pointer; margin-left:-480px;}
span#nextBtn{ position:absolute; margin-left:450px; left:50%; top:645px; cursor:pointer;}
span#prevBtn.logrestrito { position:absolute; top:695px; left:50%; cursor:pointer; margin-left:-480px;}
span#nextBtn.logrestrito{ position:absolute; margin-left:450px; left:50%; top:695px; cursor:pointer;}
.FotoSlider {
	display:block;
	float:left;
	margin:0 10px;
	_margin:0 5px 0 10px;
}
.FotoSlider img {
	border:none;
}
.FotoSlider h3 {
	border:1px solid #e2e2e2;
	padding:10px;
	background:url(../imagens/bg-titulo-slider.gif) no-repeat bottom left;
	margin:15px 0 5px 0;
	width:183px;
}
#menu-topo {
	width:auto;
	height:40px;
	padding:55px 0 10px 0;
	overflow:auto;
}
#menu-topo li {
	display:block;
	float:left;
}
#menu-topo li a {
	background:url(../imagens/marc-menu-topo.gif) no-repeat top right;	
	font-size:1.30em;
	_font-size:1.25em;
	color:#fff;
	font-weight:600;
	padding:0 10px 10px 30px
}
#menu-topo li a:hover {
	color:#c00;
}
#Submenu_inst {
	width:150px;
	position:absolute;
	background-color:#f4f4f4;;
	display:none;
	z-index:100;
	padding:5px 10px;
	left:50%;
	margin-left:-200px;
	top:75px;
	border:1px solid #ccc;
}
#Submenu_inst li {
	clear:both;
	margin:5px 0;
}
#Submenu_inst li a {
	background:url(../imagens/marc-submenu.gif) no-repeat top left;
	font-size:12px;
	font-weight:normal;
	padding:5px 5px 5px 10px;
	color:#666;
}

#Submenu_gale {
	width:150px;
	position:absolute;
	background-color:#f4f4f4;;
	display:none;
	z-index:100;
	padding:5px 10px;
	left:50%;
	margin-left:-100px;
	top:75px;
	border:1px solid #ccc;
}
#Submenu_gale li {
	clear:both;
	margin:5px 0;
}
#Submenu_gale li a {
	background:url(../imagens/marc-submenu.gif) no-repeat top left;
	font-size:12px;
	font-weight:normal;
	padding:5px 5px 5px 10px;
	color:#666;
}

/* ACESSO RESTRITO */
#logado {
	padding:10px;
	background-color:#f4f4f4;
	border:1px solid #ccc;
	text-align:right;
	margin-bottom:10px;
	color:#ccc;
}
#logado span {
	color:#900;
	font-weight:bold;
}
#logado a {
	color:#666;
	padding:0 5px;
}
#logado a:hover {
	text-decoration:underline;
	color:#900;
}
#acesso-restrito {
	width:715px;
}
	#acesso-restrito fieldset {
		clear:both;
		padding:40px 20px;
		text-align:left;
		width:675px;
	}
		#acesso-restrito fieldset label {
			display:block;
			clear:both;
			margin:0 0 15px 0;
			width:675px;
		}
			#acesso-restrito fieldset label span {
				display:block;
				float:left;
				padding:3px 5px 0 0;
				text-align:right;
				width:280px;
			}
			#acesso-restrito fieldset label .campo {
				width:130px;
			}
	#acesso-restrito fieldset .botao {
		margin-left:373px;
		width:50px;
	}


/* EVENTOS */
#EventosCapa {
	width:455px;
	float:left;
	padding:0 0 0 30px;
	display:block;
}
#ListaEventosCapa {
	clear:both;
	display:block;
	overflow:auto;
}
#ListaEventosCapa li {
	width:197px;
	float:left;
	display:block;
	margin:0 30px 10px 0;
	padding:0 0 3px 0;
	background:url(../imagens/pontilhado.gif) repeat-x bottom left;
}
#ListaEventosCapa li a {
	width:187px;
	display:block;
	padding:0 0 0 10px;
	background:url(../imagens/marc-lista-capa.gif) no-repeat top left;
}
#ListaEventosCapa li a:hover {
	color:#900;
}


/* NOTICIAS */
#NoticiasCapa {
	width:430px;
	float:right;
	padding:0 30px 0 0;
	display:block;
}
#ListaNoticiasCapa {
	clear:both;
	display:block;
	overflow:auto;
}
#ListaNoticiasCapa li {
	width:430px;
	display:block;
	clear:both;
	margin:0 0 10px 0;
	padding:0 0 3px 0;
	background:url(../imagens/pontilhado.gif) repeat-x bottom left;
}
#ListaNoticiasCapa li a {
	width:420px;
	display:block;
	padding:0 0 0 10px;
	background:url(../imagens/marc-lista-capa.gif) no-repeat top left;
}
#ListaNoticiasCapa li a:hover {
	color:#900;
}


/* ESCONDE */
.esconde { display:none; }


/* RODAPE */
#rodape {
	clear:both;
	display:block;
	text-align:center;
	width:943px;
	background:url(../imagens/bg-rodape.gif) repeat-x bottom left;
	border:1px solid #e2e2e2;
	padding:10px 0;
}
	#rodape .copyright {
		font-style:normal;
		text-align:center;
		width:943px;
		padding:7px 0;
		clear:both;
		display:block;
	}
	#rodape .assinatura {
		text-align:center;
		width:943px;
	}
#ListaLinksRodape {
	display:block;
	width:943px;
	clear:both;
	text-align:center;
	color:#ccc;	
}
#ListaLinksRodape li {
	display:inline;
}
#ListaLinksRodape li a {
	color:#666;
}
#ListaLinksRodape li a:hover {
	color:#c00;
}


/* FLASH */
#topo {
	clear:both;
	display:block;
	height:105px;
	margin:0 auto;
	width:990px;
}
#flash-logo {
	display:block;
	float:left;
	height:105px;
	width:270px;
}
.anyClass {
	list-style:none;
}
.anyClass li {
	display:inline;
}


/* Titulos */
h2 { 
	display:block;
	text-indent:-5000px;
	height:35px;
	width:auto;
	clear:both;
	background-repeat:no-repeat;
	background-position:top left;
}
h2.TituloEventosCapa { background-image: url(../imagens/tit-eventos-capa.gif); }
h2.TituloNoticiasCapa { background-image: url(../imagens/tit-noticias-capa.gif); }
h2.informativos {	background-image: url(../imagens/tit-informativos.gif); }
h2.depoimentos { background-image: url(../imagens/tit-depoimentos.gif); }
