/*--------------------------------------------------
  REQUIRED to hide the non-active tab content.
  But do not hide them in the print stylesheet!
  --------------------------------------------------*/
.tabberlive .tabbertabhide {
 display:none;
}

/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/
.tabber {
}
.tabberlive {
 margin-top:2em;
}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav
{
 margin:0;
 padding: 3px 0;
 border-bottom: 2px solid  #9d3183;
 font: bold 11px Verdana, sans-serif
}

ul.tabbernav li
{
 list-style: none;
 margin: 0;
 display: inline;
}

ul.tabbernav li a
{
 padding: 3px 0.5em;
 margin-left: 3px;
 border: 1px solid #9d3183;
 border-bottom: none;
 background: #e9dec8;
 text-decoration: none;
}

ul.tabbernav li a:link { color: #000000; }
ul.tabbernav li a:visited { color: #000000; }

ul.tabbernav li a:hover
{
 color: #ffffff;
 background-color: #9d3183;
 border-color: #333333;
}

ul.tabbernav li.tabberactive a
{
 background-color: #159750;
 color: #ffffff;
 border-bottom: 2px solid #9d3183;
}

ul.tabbernav li.tabberactive a:hover
{
 color: #000;
 background: white;
 border-bottom: 2px solid white;
}

/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabberlive .tabbertab {
 padding:5px;
 border:0px ;
 font-size:12px;
 font-family: verdana;
 color:#39a24a;
 font-weight: bold;
 border-top:0;

 /* If you don't want the tab size changing whenever a tab is changed
    you can set a fixed height */

 /* height:200px; */

 /* If you set a fix height set ov????AE???C??¹??erflow to auto and you will get a
    scrollbar when necessary */

 /* overflow:auto; */
}

/* If desired, hide the heading since a heading is provided by the tab */
.tabberlive .tabbertab h2 {
 display:none;
}
.tabberlive .tabbertab h3 {
 display:none;
}

/* Example of using an ID to set different styles for the tabs on the page */
.tabberlive#tab1 {
}
.tabberlive#tab2 {
}
.tabberlive#tab2 .tabbertab {
 height:200px;
 overflow:auto;
}


#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
		
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	
		}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #eeeeee;
	}

/*CORPO*/
#img{border: solid 3px;}
#img a{border: solid 3px;}
#img a:hover{border: solid 3px;}

#content
{
	position: relative;
	left: 50%;
	width: 1092px;
	margin: 0 0 0 -546px;

}
.border
{ 
	padding:3px; 
	border: 1px solid #cccccc; 
	margin:5px;	
}
.border:hover
{ 
	padding: 3px; 
	border: 1px solid #cccccc; 
	margin:5px;	
}
.borda
{ 
	margin:5px;	
	padding: 3px; 
	border: 1px solid #b0bf0c; 	
}
.borda:hover
{ 
	margin:5px;	
	padding: 3px; 
	border: 1px solid #0093dd; 
}
body 
{
	background : url(../img/back.jpg) repeat-x;
	margin:0px;
	padding:0px;
	font-family:arial; 
	font-size:11px;
	color: #000000;
	border: 0px;
}
.bloquote
{	
	color: #0093dd;
	font-size: 11px;
	font-family: verdana;
	text-align: left;
	background: #eeeeee;
	border: 1px dotted #0093dd;
	padding: 5px 5px 5px 5px;
	margin:10px;
}
/*TOP*/
#top  {
	position:absolute;
	background : url(../img/topo.jpg);
	height :1074px;
	width : 1092px;
	top:0px;
	left:0px;
	margin : 0px;
	padding : 0px;
	border:0px;
	z-index:2;
}
#top #anuncio
{
	position:absolute;
	left:373px;
	top:219px;
	width:600px;
	height:160px;
	text-align:center;
	z-index:3
}
/*#top #logo  {
	position:absolute;
	background-image : url(../img/top.png);
	width :775px;
	height : 260px;
	float : left;
	border : 0px;
	top:0px;
	left:0px;
	margin : 0 0 0 130px;
	padding : 0 0 0 0;
	border:1px solid #000000;
	list-style-type : none;
	z-index: 1;
}*/


/*FOOTER*/
#fim {
	position:absolute; 
	background : url(../img/footer.jpg);
	height : 129px;
	width : 1092px;
	margin : 0px;
	border:0px;
	top: 1070px;
}
#txtfim
{
	position:absolute; 
	left:100px; 
	top:40px; 
	width:800px; 
	height:50px; 
	font-family:verdana; 
	font-size:12px;
	font-weight:bold;
	text-align:left;
	color: #d0d0d0;
	z-index:7
}
#logowid
{
	position:absolute; 
	left:850px; 
	top:30px; 
	width:160px; 
	height:59px; 
	font-family:verdana; 
	font-size:12px;
	font-weight:bold;
	text-align:left;
	color: #d0d0d0;
	z-index:7
}
.day
{
	color: #666666;
	font-size: 9px;
	font-family: tahoma;
	text-align: left;
}
.sub_titulo
{
	color: #0093dd;
	font-size: 12px;
	font-family: verdana;
	text-align: left;
}

#contador
{
	position:absolute; 
	left:200px; 
	top:220px; 
	height:75px; 
	width:320px;
	font-family: verdana;
	font-size: 11px;
	text-align: center;
	color: #ffffff;
	z-index:20
}

/*MENU*/
#menu
{
	position:absolute;
	top:95px;
	left:410px;
	width:628px;
	font-size:12px;
	font-family:arial;
	color:#ffffff;
	text-align:center;
	z-index:50;
}
#menu li a
{
	text-decoration:none;
	background-color: #161616;
	color:#ffffff;
	padding: 10px;
}
#menu li a:hover
{	
	text-decoration:none;
	background-color: #0093dd; 
	color:#ffffff;
	padding: 10px;
}
.menu-hv, .menu-vv { position: relative; margin: 0; padding: 0; display: block; zoom: 1;}
 .menu-hv * ,    .menu-vv * { margin: 0; padding: 0 ; list-style: none}
 .menu-hv li ,   .menu-vv li { position: relative; line-height: 1.2em; vertical-align: top }
 .menu-hv a ,    .menu-vv a { display: block; zoom: 1; line-height: 1.2em }
 .menu-hv li ul, .menu-vv li ul { position: absolute; visibility: hidden  }
 .menu-hv li:hover ul,  .menu-vv li:hover ul,
 .menu-hv li.hover ul,  .menu-vv li.hover ul { visibility: visible }
 .menu-hv li:hover ul ul,  .menu-vv li:hover ul ul,
 .menu-hv li.hover ul ul,  .menu-vv li.hover ul ul { visibility: hidden }
 .menu-hv li li:hover ul,  .menu-vv li li:hover ul,
 .menu-hv li li.hover ul,  .menu-vv li li.hover ul { visibility: visible }
 .menu-hv li li:hover ul ul,  .menu-vv li li:hover ul ul,
 .menu-hv li li.hover ul ul,  .menu-vv li li.hover ul ul { visibility: hidden }
 .menu-hv li li li:hover ul,  .menu-vv li li li:hover ul,
 .menu-hv li li li.hover ul,  .menu-vv li li li.hover ul { visibility: visible }
 /* características horizontal-vertical */
 .menu-hv:after, .menu-hv.after { content: "."; line-height: 0px; clear: both; display: block; visibility: hidden}
 .menu-hv li { float: left; }  
 .menu-hv li ul li { float: none; }
 .menu-hv li ul li ul { position: absolute; left: 100%; top: 0; }
 /* características vertical-vertical */
 .menu-vv { float: left; } 
 .menu-vv li ul { left: 100%; top: 0; }
 /* ****************************************
   ALTERE ABAIXO. defina a largura dos itens do seu menu abaixo
   ou apague as linhas se for definir em outro lugar */
 .menu-hv li { width:78px;}
 .menu-vv li { width: 78px;}
 /*.menu-hv li a:hover { 
 	background-color: #3cb5c8;  
	border-bottom: 1px solid #1d96a9;
	font-size:11px;
	font-family:arial;
	color:#ffffff;
	padding: 3px;
	}
 .menu-vv li a:hover {
 	background-color: #3cb5c8;  
	border-bottom: 1px solid #1d96a9;
	font-size:11px;
	font-family:arial;
	color:#ffffff;
	padding: 3px;
	}*/
/*FIM MENU*/


#form
{
	position:absolute; 
	left:540px; 
	top:6px; 
	width:220px; 
	height:29px; 
	z-index:4
}


#up
{
	font-family: arial;
	font-size: 11px;
	text-align: left;
	color: #ffffff;
	text-indent:10pt;
	border-left: 6px solid #86c225;
	background-color: #0291e3;
	display: block;
	font-weight:bolder;
	padding: 3px 3px 3px 3px; 
	z-index:9
}


a.um:link {text-decoration: none;color: #000000;}
a.um:visited {text-decoration: none;color: #000000;}
a.um:hover {text-decoration: underline; color: #000000;}
a.um:active {text-decoration: none;color: #000000;}

a.dois:link {text-decoration: none; color: #000000;}
a.dois:visited {text-decoration: none;color: #000000;}
a.dois:hover {text-decoration: none; color: #666666;}
a.dois:active {text-decoration: none;color: #000000;}

a.tres:link {text-decoration: none; color: #a3b507;}
a.tres:visited {text-decoration: none;color: #a3b507;}
a.tres:hover {text-decoration: underline; color: #a3b507;}
a.tres:active {text-decoration: none;color: #a3b507;}

a.artigo:link {text-decoration: none;color: #000000;}
a.artigo:visited {text-decoration: none;color: #000000;}
a.artigo:hover {text-decoration: underline; color: #000000;}
a.artigo:active {text-decoration: none;color: #000000;}

textarea, select {
	font-size: 11px;
	font-family: Verdana;
	color: #666666;
	border: 1px solid #cccccc; 
    background-color: #ffffff;
}

input {
	font-size: 11px;
	font-family: Verdana;
	color: #666666;
	border: 1px solid #cccccc; 
	background-color: #ffffff;
}

#ltop a {
	display: block;
	color: #ffffff;
	text-decoration: none;
	padding: 3px 3px 3px 3px;
	font-weight:bolder;
	font-family:arial; 
	font-size:11px;
	letter-spacing:2px;
	padding-bottom: 0.6em;
	padding-top:0.6em;
	text-align:center;
	list-style: none
}


#ltop a:hover { 
	display: block;
	color: #ffffff;
	text-decoration: none;
	padding: 3px 3px 3px 3px;
	background-color: #775c51;
	font-weight:bolder;
	font-family:arial; 
	font-size:11px;
	padding-bottom: 0.6em;
	padding-top:0.6em;
	letter-spacing:2px;
	text-align:center;
	list-style: none
}

#btnhome
{
	position:absolute; 
	left:2px; 
	top:3px; 
	width:80px; 
	height:20px; 
	z-index:50
}

#btnpalavra
{
	position:absolute; 
	left:85px; 
	top:3px; 
	width:100px; 
	height:20px; 
	z-index:50
}

#btnencontro
{
	position:absolute; 
	left:186px; 
	top:3px; 
	width:100px; 
	height:20px; 
	z-index:50
}

#btncelulas
{
	position:absolute; 
	left:290px; 
	top:3px; 
	width:100px; 
	height:20px; 
	z-index:50
}

#btncontato
{
	position:absolute; 
	left:390px; 
	top:3px; 
	width:100px; 
	height:20px; 
	z-index:50
}

#calendar
{
	position:absolute; 
	left:241px; 
	top:445px; 
	width:232px; 
	height:155px; 
	z-index:2
}

#destaque1
{
	position:absolute; 
	left:180px; 
	top:350px; 
	width:555px; 
	height:155px; 
	z-index:20
}

#bloco2
{
	position:absolute;
	left:710px;
	top:540px;
	width:300px;
	/*	background-color: #ffffff;*/
	padding:6px;
	z-index:20;
	height: 475px;
	z-index:90;
}
#bloco1
{
	position:absolute;
	left:382px;
	top:540px;
	width:300px;
	font-family: arial;
	font-size: 11px;
	text-align: left;
	/*background-color: #ffffff;*/
	color: #594338;
	padding:6px;
	z-index:20;
	height: 475px;
	z-index:90;
}
#bloco3
{
	position:absolute;
	left:382px;
	top:970px;
	width:629px;
	background-color: #ffffff;
	padding:6px;
	z-index:20;
	height: 87px;
	z-index:90;
}
#post
{
	position:absolute;
	left:370px;
	top:550px;
	width:660px;
	height:490px;
	font-family:verdana;
	font-size:11px;
	color: #000000;
	background:#ffffff;
	border:2px solid #ffffff;
	padding: 3px;
	overflow:auto;
	-moz-border-radius: 10px;
	z-index:20
}

#textopr
{
	position:absolute; 
	left:475px; 
	top:700px; 
	width:275px; 
	height:159px;
	font-weight:bold;
    font-family: arial;
	font-size: 11px;
	text-align: left;
	color: #594338; 
	z-index:80
}

h2
{
	font-family:verdana; 
	font-size:15px;
	margin:0;
	padding:0px;
	border-bottom: 1px solid #99cc33;
	font-weight: bolder;
	color: #666666;
}

h3
{
	font-family:verdana; 
	font-size:12px;
	margin:0;
	padding:0px;
	font-weight: bolder;
	color: #99cc33;
}

h5
{
	font-weight:bolder;
	font-family:verdana; 
	font-size:12px;
	color: #333333;
    text-indent: 10pt;
    width: 260px;
	height: 15px;
    padding: 1px 1px 1px 1px;
    background-color: #ecece3;
	text-align:left;
}

h6
{
	font-weight:bolder;
	font-family:verdana; 
	font-size:10px;
	color: #666666;
    text-indent: 10pt;
	padding:0px;
	text-align:justify;
}

h4
{
	font-weight:bolder;
	font-family:verdana; 
	font-size:12px;
	color: #a82a77;
    border-bottom: 1px solid #d6d6b9;
    padding-bottom: 5px;
    text-indent: 10pt;
	padding-left: 5px;
	padding-right: 5px;
	text-align:left;
}


h1
{
	font-weight:bolder;
	font-family:verdana; 
	font-size:11px;
	color: #ffffff;
    text-indent: 10pt;
	padding-left: 5px;
	padding-right: 5px; 
	padding-bottom: 2px;
	padding-top: 2px;
	background: #99cc33; 
	text-align:left;
}

h7
{
	font-weight:bolder;
	font-family:verdana; 
	font-size:12px;
	color: #4283a5;
    text-indent: 10pt;
	text-align:left;
}

h8
{
	font-family:verdana; 
	font-size:11px;
	color: #0099cc;
    text-indent: 10pt;
	text-align:left;
	font-style: italic;
}


p
{
	font-family:verdana; 
	font-size:11px;
	color: #000000;
 	padding: 0px;
	margin: 0px;
	text-align:left;
}

td
{
	font-family:verdana; 
	font-size:10px;
	margin:0;
	padding:0px;
	border-bottom: 0px solid #99cc33;
	color: #000000;
}
#tops
{
	color: #d0d0d0;
	font-size:20px;
	height: 25px;
	text-indent: 5pt;
	padding:5px;
	font-weight:bold;
	font-family: verdana;
	text-align:left;

}
#lateral
{
	position:absolute; 
	left:50px; 
	top:220px; 
	width:300px; 
	height:780px;
	font-family:arial; 
	font-size:10px;
	color: #666666; 
	padding:0px;
	text-align:center;
	z-index:50
}
/*GERAL*/
#newsindex
{
	position:absolute;
	left:-320px;
	top:428px;
	width:279px;
	height:405px;
	z-index:50
}
/*TWITTER*/
#twitter_div ul {
	margin: 0;
	padding: 2px;
	font-size: 10px;
    font-family: verdana;
	color:  #000000;
	list-style-type: none;
	z-index:51;
}

#twitter_div ul li {
	font-size:10px;
    font-family: verdana;
	color:  #000000;
	padding: 2px;
	border-bottom: 1px solid #cccccc;
	z-index:51;
	
}

#twitter_div ul li a {
	text-decoration:none;
	font-size: 10px;
    font-family: verdana;
	color:  #999999;
	z-index:51;
}
#twitter_div ul li a:hover {
	text-decoration:none;
	font-size: 10px;
    font-family: verdana;
	color:  #999999;
	z-index:51;
}
/*TWITTER*/