/*--------------------------------------------------
  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: 10px 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: #eeeeee;
 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: #ffffff;
 color: #000000;
 border-bottom: 2px solid #ffffff;
}

ul.tabbernav li.tabberactive a:hover
{
 color: #000000;
 background: eeeeee;
 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:11px;
 font-family: verdana;
 color:#39a24a;
 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;
	}
	
/*GERAL*/
#content
{
  position: relative;
  left: 50%;
  width: 1000px;
  margin: 0 0 0 -500px;
}
#img{border: solid 3px;}
#img a{border: solid 3px;}
#img a:hover{border: solid 3px;}
.border
{ 
	padding:3px; 
	border: 1px solid #cccccc; 
	margin:5px;	
}
.border:hover
{ 
	padding: 3px; 
	border: 1px solid #eeeeee; 
	margin:5px;	
}
.bloquote
{	
	color: #ffffff;
	font-size: 11px;
	font-family: arial;
	text-align: left;
	background: #ce1717;
/*	border: 1px dotted #127f84;*/
	padding: 5px 5px 5px 5px;
	margin:10px;
}
body 
{
	background: url(../img/corpo.jpg);
	margin:0px;
	padding:0px;
	font-size: 12px;
	font-family: Verdana;
	color: #333;
}
#fundo
{
    position: absolute;
	left:0px; 
	top:320px; 
	width:1000px; 
	height:600px; 
	background: url(../img/back.jpg) repeat-y;
	z-index:1
}
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;
}


/*FIM GERAL*/
/*CORPO*/
#corpo
{
	position:absolute;
	left:0px;
	top:430px;
	width:1000px;
	height:560px;
	z-index:6;
	background: url(../img/flash.jpg) no-repeat;
	z-index:1;
}
.cor{ color:808080;}
/*FIM CORPO*/
/*TOPO*/
#topo
{	 
	position:absolute;
	left:0px; 
	top:0px; 
	width:1000px; 
	height:680px;
	z-index:6;
	background: url(../img/topo.png);
	z-index:2;
}
#topo #busca
{	 
	position:absolute;
	left:30px; 
	top:364px; 
	width:300px; 
	height:120px;
	z-index:1;
}
/*FIM TOPO*/
/*FOOTER*/
#fim
{
	position:absolute; 
	left:0px; 
	top:1000px; 
	width:1000px; 
	height:220px;
	/*background: url(../img/fim.jpg);*/
	z-index:6
}
#fim #txtfim
{
	position:absolute; 
	left:10px; 
	top:10px; 
	width:800px; 
	height:25px; 
	font-family:arial; 
	font-size:12px;
	text-align:left;
	color: #fff;
	z-index:7
}
#fim #btn
{
	position:absolute; 
	left:750px; 
	top:200px; 
	width:250px; 
	height:25px; 
	font-family:arial; 
	font-size:12px;
	text-align:left;
	color: #fff;
	z-index:7
}
#fim #links
{
	position:absolute; 
	left:10px; 
	top:270px; 
	width:900px; 
	height:25px; 
	font-family:arial; 
	font-size:12px;
	text-align:left;
	color: #fff;
	z-index:7
}
#fim #p1
{
	position:absolute; 
	left:250px; 
	top:10px; 
	width:240px; 
	height:auto; 
	font-family:arial; 
	font-size:12px;
	text-align:left;
	color: #000000;
	z-index:7
}
#fim #p2
{
	position:absolute; 
	left:500px; 
	top:10px; 
	width:240px; 
	height:auto; 
	font-family:arial; 
	font-size:12px;
	text-align:left;
	color: #ffffff;
	z-index:7
}
#fim #p3
{
	position:absolute; 
	left:750px; 
	top:10px; 
	width:240px; 
	height:auto; 
	font-family:arial; 
	font-size:10px;
	text-align:left;
	color: #ffffff;
	z-index:7
}

/*FIM FOOTER*/
/*CORPO*/
#post
{
	position:absolute;
	left:0px;
	top:430px;
	width:1000px;
	height:541px;
	text-align: left;
	font-family:verdana;
	font-size:11px;
	color: #000000;
	background-color:#ffffff;
	padding:5px;
	overflow:auto;
	z-index:50
}
#post2
{
	position:absolute; 
	left:245px; 
	top:135px; 
	width:520px; 
	height:383px;
	text-align: left;
	font-family:arial; 
	font-size:11px;
	font-weight:bolder;
	color: #333333; 
	z-index:6
}
/*FIM CORPO*/
/*MENU*/
#menu
{
	position:absolute;
	top: 86px;
	left:250px;
	width:750px;
	font-size:11px;
	font-family:verdana;
	color:#000000;
	font-weight:bold;
	text-align:center;
	z-index:50;
}
#menu li a
{
	text-decoration:none;
	color:#ffffff;
	padding: 6px;
}
#menu li a:hover
{	
	text-decoration:none;
	color:#000000;
	background-color:#a6b328;
	padding: 6px;
}
.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;padding:0px;}
 .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;  padding:0px; }
 .menu-hv li ul, .menu-vv li ul { position: relative; visibility: hidden; background-color: #0d3252;}
 .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: 105px;}
 .menu-vv li { width: 105px;}
 /*.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:15px; 
	top:140px; 
	width:220px; 
	height:29px; 
	z-index:4
}


#fcontato
{
	position:absolute; 
	left:238px; 
	top:198px; 
	width:486px; 
	height:337px;
	font-family:arial; 
	font-size:12px;
	font-weight:bolder;
	color: #CA4825; 
	z-index:8
}

#tops
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	text-align: left;
	color: #ffffff;
	text-indent:10pt;
	font-weight:bold;
	width:auto;
	background-image: url("../img/backtops.png");
	height:32px;
	padding: 5px 5px 5px 5px;
	text-transform: uppercase;
}
#tops2
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	text-align: left;
	color: #ffffff;
	text-indent:10pt;
	font-weight:bold;
	width:auto;
	background-image: url("../img/backtops2.png");
	height:32px;
	padding: 5px 5px 5px 5px;
	text-transform: uppercase;
}
.day
{
	color: #999999;
	font-size: 9px;
	font-family: tahoma;
	text-align: left;
}
#titulo
{
	font-weight:bolder;
	font-family:verdana; 
	font-size:12px;
	color: #b9ca26;
    text-align:left;
}
#anuncio
{
	position:absolute;
	left:84px;
	top:400px;
	width:520px;
	height:150px;
	z-index:45
}

#news
{
	position:absolute;
	left:780px;
	top:202px;
	width:206px;
	height:654px;
	font-size: 10px;
	font-family: Verdana;
	color: #000000;
	z-index:10
}

/*LINKS*/
a.um:link {text-decoration: none;color: #333333;font-weight:bold;}
a.um:visited {text-decoration: none;color: #333333;font-weight:bold;}
a.um:hover {text-decoration: none; color: #911975;font-weight:bold;}
a.um:active {text-decoration: none;color: #333333;font-weight:bold;}

a.dois:link {text-decoration: none;color: #ffffff;font-weight:bold;font-size:12px;}
a.dois:visited {text-decoration: none;color: #ffffff;font-weight:bold;font-size:12px;}
a.dois:hover {text-decoration: underline; color: #ffffff;font-weight:bold;font-size:12px;}
a.dois:active {text-decoration: none;color: #ffffff;font-weight:bold;font-size:12px;}

a.artigo:link {text-decoration: none;color: #333333;}
a.artigo:visited {text-decoration: none;color: #333333;}
a.artigo:hover {text-decoration: underline; color: #333333;}
a.artigo:active {text-decoration: none;color: #333333;}

a.artigoindex:link {text-decoration: none;color: #eeeeee;}
a.artigoindex:visited {text-decoration: none;color: #eeeeee;}
a.artigoindex:hover {text-decoration: underline; color: #eeeeee;}
a.artigoindex:active {text-decoration: none;color: #eeeeee;}

a.branco:link {text-decoration: none;color: #fff;}
a.branco:visited {text-decoration: none;color: #fff;}
a.branco:hover {text-decoration: underline; color: #fff;}
a.branco:active {text-decoration: none;color: #fff;}

a.mais:link {text-decoration: none;color: #c90e0e; font-weight:bold; font-family:verdana; font-size:13px;}
a.mais:visited {text-decoration: none;color: #c90e0e; font-weight:bold; font-family:verdana; font-size:13px;}
a.mais:hover {text-decoration: underline; color: #c90e0e; font-weight:bold; font-family:verdana; font-size:13px;}
a.mais:active {text-decoration: none;color: #c90e0e; font-weight:bold; font-family:verdana; font-size:13px;}
/* FIM LINKS*/

#bloco1
{
	position:absolute;
	left:0px;
	top:275px;
	width:250px;
	font-size: 12px;
	font-family: Verdana;
	color: #ffffff;
	z-index:50;
	height: 280px;
}
#bloco2
{
	position:absolute;
	left:260px;
	top:275px;
	width:250px;
	font-size: 12px;
	font-family: Verdana;
	color: #ffffff;
	z-index:50;
	height: 280px;
}
#bloco3
{
	position:absolute;
	left:679px;
	top:5px;
	width:316px;
	font-size: 12px;
	font-family: Verdana;
	color: #ffffff;
	z-index:50;
	height: 253px;
}
#bloco4
{
	position:absolute;
	left:520px;
	top:275px;
	width:250px;
	font-size: 12px;
	font-family: Verdana;
	color: #333333;
	padding:3px;
	background-color:#eeeeee;
	z-index:50;
	height: 280px;
}
#bloco5
{
	position:absolute;
	left:780px;
	top:275px;
	width:221px;
	font-size: 11px;
	font-family: Verdana;
	color: #666666;
	/*background-color:#ffffff;*/
	z-index:50;
	height: 280px;
}
h5
{
	font-family:verdana; 
	font-size:10px;
	color: #333333;
    text-indent: 10pt;
	height: 15px;
    padding: 1px 1px 1px 1px;
    background-color: #acd5af;
	text-align:left;
}
p
{
	font-family:verdana; 
	font-size:11px;
	color: #000000;
    text-indent: 10pt;
	padding-left: 5px;
	padding-right: 5px;
	text-align:justify;
}
h6
{
	font-weight:bolder;
	font-family:verdana; 
	font-size:10px;
	color: #666666;
    text-indent: 10pt;
	padding-left: 5px;
	padding-right: 5px;
	text-align:justify;
}
h2
{
	font-family:arial;
	font-size:12px;
	color: #666666;
	border-bottom: 1px solid #666666;
	padding-bottom: 5px;
	text-indent: 10pt;
	padding-left: 5px;
	padding-right: 5px;
	text-align:left;
	text-transform: uppercase;
}
h3
{
	font-weight:bolder;
	font-family:verdana; 
	font-size:11px;
	color: #333333;
    text-indent: 10pt;
	padding-left: 5px;
	padding-right: 5px;  
	text-align:center;
}
h4
{
	font-weight:bolder;
	font-family:verdana; 
	font-size:11px;
	color: #a82a78;
	border-bottom: 1px solid #999999;
    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: #0b7284; 
	text-align:left;
}
h8
{
	font-weight:bolder;
	font-family:verdana; 
	font-size:15px;
	color: #ff3300;
 	text-align:center;
	
}
h9
{
	font-weight:bolder;
	font-family:verdana; 
	font-size:12px;
	color: #cc9933;
   	text-align:center;
}
td
{
	font-family:arial; 
	font-size:11px;
	color: #000000;
   	text-align:left;
}


#banner
{
	position:absolute;
	left:0px;
	top:0px;
	margin:0px;
	padding:0px;
	width:660px;
	height:264px;
	z-index:3
	
}
#data
{
	position:absolute; 
	left:680px; 
	top:130px; 
	height:75px; 
	font-family: verdana;
	font-size: 11px;
	text-align: left;
	color: #000000;
	z-index:20
}

#lateral
{
	position:absolute; 
	left:5px; 
	top:680px; 
	width:140px; 
	height:421px;
	font-family:verdana; 
	font-size:10px;
	color: #ffffff; 
	padding:0px;
	text-align:justify;
	z-index:50
}

a.design:link
{
	font-family: verdana;
	font-size: 11px;
	text-align: left;
	color: #000000;
	text-indent:10pt;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	background-color: #CEE8D6;
	display: block;
	text-decoration:none;
	padding: 3px 3px 3px 3px; 
	z-index:9
}
a.design:visited
{
	font-family: verdana;
	font-size: 11px;
	text-align: left;
	color: #000000;
	text-indent:10pt;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	background-color: #E2EFE7;
	display: block;
	text-decoration:none;
	padding: 3px 3px 3px 3px; 
	z-index:9
}
a.design:hover
{
	font-family: verdana;
	font-size: 11px;
	text-align: left;
	color: #000000;
	text-indent:10pt;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	background-color: #E2EFE7;
	display: block;
	text-decoration:none;
	font-weight:bold;
	padding: 3px 3px 3px 3px; 
	z-index:9
}
a.design:active
{
	font-family: verdana;
	font-size: 11px;
	text-align: left;
	color: #000000;
	text-indent:10pt;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	background-color: #CEE8D6;
	display: block;
	text-decoration:none;
	font-weight:bold;
	padding: 3px 3px 3px 3px; 
	z-index:9
}

a.pages:link, a.pages:visited, a.pages:active
{
    font-family: verdana;
	font-size: 11px;
	text-align: left;
	color: #000000;
	border: 1px solid #999999;
	background-color: #eeeeee;
	text-decoration:none;
	padding: 3px 6px 3px 6px; 
}
a.pages:hover
{
    font-family: verdana;
	font-size: 11px;
	text-align: left;
	color: #000000;
	border: 1px solid #999999;
	background-color: #ffffff;
	text-decoration:none;
	padding: 3px 6px 3px 6px; 
}

/*SLIDE*/



/*FIM SLIDE*/
