/* CSS 
--------------------------------------------------------- */



a.zippy {
  display: block;
  margin-top: .3em;
  color: #00c;
  text-decoration:none;
  cursor: pointer;
}
a.zippy-expand {
  background: url(zippy_minus_sm.gif) no-repeat 2px 2px;
  padding-left: 15px;
}
a.zippy-collapse {
  background: url(zippy_plus_sm.gif) no-repeat 2px 2px;
  padding-left: 15px;

}
.zippy-content-expand {
  margin-top: 0;
  padding-top: 0;
  display: block;
}
.zippy-content-collapse {
  display: none;
}
a.expand{
  background: url(zippy_minus_sm.gif) no-repeat 0 0;
  padding-left: 15px;
  font-size:12px;
  font-weight:bold;
  color: #2F6A9B;
  text-decoration:none;
  font-family: "Arial";
}
a.collapse{
  background: url(zippy_plus_sm.gif) no-repeat 0 0;
  padding-left: 15px;
  font-family: "Arial";
  font-size:12px;
  font-weight:bold;
  color:#666;
  text-decoration:none;
}
a.collapse:hover
{
  background: url(zippy_plus_sm.gif) no-repeat 0 0;
  padding-left: 15px;
  font-size:12px;
  font-weight:bold;
  color: #2F6A9B;
  text-decoration:none;
  font-family: "Arial";
}



/* separador ultimas + lidas, + comentadas */

.shadetabs{
	padding: 1px 0;
	margin-left: 0;
	margin-top: 1px;
	margin-bottom: 0;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
	font-family: "Arial";
	font-size: 12px;
	font-weight: bold;
	
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
	text-decoration: none;
	position: relative;
	z-index: 1;
	padding: 3px 4px;
	margin-right: 3px;
	background-image:url(ddlevelsfiles/f_menu_sep_hover.png);
	background-repeat:no-repeat;
	color: #666;
	background-position: left top;

}

.shadetabs li a:visited{
	color: #666;
}

.shadetabs li a:hover{
	text-decoration: none;
	color: #22aedd;
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
top: 1px;
}

.shadetabs li a.selected
{ /*selected main tab style */
background-image:url(ddlevelsfiles/f_menu_sep.png);
background-repeat:no-repeat;
width:72px;
color:#22aedd;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}

.modernbricksmenu2{
padding: 0;
width: 362px;
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
}

.modernbricksmenu2 ul{
margin:0;
margin-left: 5px; /*margin between first menu item and left browser edge*/
padding: 0;
list-style: none;
}

.modernbricksmenu2 li{
display: inline;
margin: 0 2px 0 0;
padding: 0;
text-transform:uppercase;
}

.modernbricksmenu2 a{
	float: left;
	display: block;
	font: bold 11px Arial;
	color: white;
	text-decoration: none;
	margin: 0 1px 0 0; /*Margin between each menu item*/
	padding: 2px 5px;
	background-color: black; /*Brown color theme*/
}

.modernbricksmenu2 a:hover{
background-color: #D25A0B; /*Brown color theme*/ 
color: white;
}

.modernbricksmenu2 a.selected{ /*currently selected tab*/
background-color: #D25A0B; /*Brown color theme*/ 
color: white;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}

.indentmenu{
font: bold 13px Arial;
width: 100%; /*leave this value as is in most cases*/
}

.indentmenu ul{
margin: 0;
padding: 0;
float: left;
/* width: 80%; width of menu*/
background: black url(indentbg.gif) center center repeat-x;
}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
float: left;
color: white; /*text color*/
padding: 5px 11px;
text-decoration: none;
}

.indentmenu ul li a:visited{
color: white;
}

.indentmenu ul li a.selected{
color: white !important;
padding-top: 6px; /*shift text down 1px*/
padding-bottom: 4px;
background: black url(indentbg2.gif) center center repeat-x;
}


.tabcontentstyle{ /*style of tab content oontainer*/
width: 450px;
margin-bottom: 1em;
padding: 10px;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}
/* fim separador ultimas + lidas, + comentadas */


#containner
{
	float:left;
	width:960px;
	background-color: #FFFFFF;
	float:left;
	margin-bottom:7px;
	margin-left: 0px;
	display:table;

}
#containner_center
{
	float:left;
	width:715px;
	margin-left:3px;
	padding-top:5px;
	padding-left:5px;
	padding-right:5px;
}

#containner_right_home
{

	background-repeat:no-repeat;
	float:left;
	width:270px;
	float:left;
	padding-top:5px;
	padding-left:25px;
	margin-left:-20px;
}

#containner_center_home
{
	
	background-repeat:no-repeat;
	float:left;
	width:455px;
	padding-top:5px;
	padding-left:5px;
	padding-right:5px;
	margin-left:-8px;
}

#containner_left
{
	float:left;
	width:260px;
	float:left;
	margin-left:3px;
	background-color:#FFF;
	display:table;
}

#containner_left_home
{
	
	background-repeat:no-repeat;
	float:left;
	width:237px;
	height:510px;
	margin-left:-23px;
	background-color:#fff;
	
}

#containner_right
{
	float:left;
	width:242px;
	padding-top:5px;
	padding-left:25px;
	margin-left:-20px;
	display:table;
}


#ver_mais a
{

	font-family: "Arial";
	background-position:right;
	font-size:12px;
	font-weight:bold;
	color:#22aedd;
	text-decoration:none;
}
#ver_mais a:hover
{
	font-size:12px;
	color: #ff9900;
	text-decoration:underline;
	font-family: "Arial";
}

#ver_mais2
{

	font-family: "Arial";
	background-position:right;
	font-size:12px;
	font-weight:bold;
	color:#5a8bac;
	text-decoration:none;
}
#ver_mais2:hover
{
	font-size:12px;
	color: #ff9900;
	text-decoration:underline;
	font-family: "Arial";
}


#ver_mais1 a
{

	font-family: "Arial";
	font-size:13px;
	color:#F90;
	font-weight:bold;
	text-decoration:none;
}
#ver_mais1 a:hover
{
	font-size:13px;
	color: #F90;
	font-weight:bold;
	text-decoration:none;
	font-family: "Arial";
}

#email a
{

	font-family: "Arial";
	font-size:13px;
	color:#F90;
	font-weight:bold;
	text-decoration:none;
}
#email a:hover
{
	font-size:13px;
	color: #F90;
	font-weight:bold;
	text-decoration:underline;
	font-family: "Arial";
}

/* ICONS */
#icons
{
	width:970px;
	margin-top:-30px;
	margin-right: auto;
	float:left;
	margin-bottom:10px;
	
}







.b1 {border: 1px dotted #999999}
.b0{ border-top: 1px dotted #999999}
.b01{ border-top: 1px dotted #999999; border-right: 1px dotted #999999}
.b2 {border-left: 1px dotted #999999; border-right: 1px dotted #999999}
.b3 {border-left: 1px dotted #999999; border-right: 1px dotted #999999; border-bottom: 1px dotted #999999}
.b31 {border-left: 1px dotted #999999; border-right: 1px dotted #999999; border-top: 1px dotted #999999}
.b32 {border-left: 1px dotted #999999; border-right: 1px dotted #999999; border-top: 1px dotted #999999; border-bottom: 1px dotted #999999}

.b4 {border: 1px solid #FFFFFF}
.b5 {border-left: 1px solid #999999; border-right: 1px solid #999999}
.b6 {border-left: 1px solid #999999; border-right: 1px solid #999999; border-bottom: 1px solid #999999}

.Limites {
	border: 1px dotted #DCDDDF;
}


.visitas{
visibility:hidden;
}


#imagemCentro {
	clear: both;
	height: 200px;
	overflow: hidden;
	background:#FFFFFF;
	margin-top: 5px;
}


a.news2 {
	text-decoration: underline;
	color:#336699;
	text-decoration:none;
}

a.news2:hover {
	text-decoration: none;
	color:#FF9900;
}

a.downloads {
	text-decoration: underline;
	color:#336699;
	text-decoration:none;
}

a.downloads:hover {
	text-decoration: none;
	color:#FF9900;
}


a.news {
	text-decoration: underline;
	color:#99CC33;
	text-decoration:none;
}

a.news:hover {
	text-decoration: none;
	color:#FF9900;
}



#rodape a {
	text-decoration:none; 
	color:rgb(90,140,186);
}

#rodape a:hover {
	text-decoration:none; color:#FF9900;
}

#link_newslatter a {
	text-decoration:none; 
	color:rgb(90,140,186);
}

#link_newslatter a:hover {
font-family: bold;
	text-decoration:none; 
	color:#FF9900;
}

#ver a {
	text-decoration:none;
	color:#FFFFFF;	
}

#ver a:hover {
	color:#FF9900;
}




a.mails  {    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#336699;
	padding-left: 2px;
	margin-top: 9px;    }  
	
	a.mails:hover  {    color:#FF6600;    text-decoration:underline;
	font-family: Verdana, Arial, Helvetica, sans-serif;    }




.titulos  {    

	font-size: 15px;
	color:#3399CC;
	padding-left: 2px;
	margin-top: 14px;    
	} 
	
.titulosPortefolio  {    
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#FF9900;
	padding-left: 2px;
	margin-top: 14px;    
	}

#menus_rigt{
background-color:#FF6600;
color:#FFFFFF;
text-align:center
}

#caminhopagina {
	margin: 0 -22px 10px;
	padding: 7px 6px;
	display: block;
	background: #FFFFFF repeat-x bottom left ;
	font-size: 1em;
	line-height: normal;
	text-indent: 15px;
	
}

#caminhopagina img {
	margin: 0 5px 1px;
}

* {
	margin: 0;
	padding: 0;
}

.texto {
	color: #545454;
	background: #FFFFFF;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size:12px;
	line-height: 150%;
}

.arearestrita {
	color: #0066CC;
	background: #FFFFFF;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size:16px;
	line-height: 150%;
}

body {
	color: #545454;
	background: #FFFFFF;
	font-family: "Trebuchet MS", Arial, sans-serif;
	line-height: 150%;
	margin-top:-15px;
	
}



body.contentpane {
	width: auto; 
	margin: 1em 2em;
	background: #FFFFFF;
	color: #333333;
	font-size: 12pt;
	font-family: serif;
	line-height: 140%;
}


body.fs3{
	font-size: 12px;
}

a {
	color:#5a8bac;
	text-decoration:none;
}

a:hover, a:active, {

	color: #FF9900;
	text-decoration:none;
}

a.banner {
color:#FFFFFF;
	text-decoration:none;
}

a.banner:hover {

	color: #FF9900;
	text-decoration:none;
}

.small, .smalldark, .createdate, .modifydate, .mosimage_caption,
.back_button, .pagenavcounter, .pagenav, .pagenavbar, a.readon {
}

h1 {
	font-size: 160%;
	color:#3366CC;
}

h2 {
	font-size: 140%;
}

h3 {
	font-size: 120%;
}

h4 {
	font-size: 100%;
	text-transform: uppercase;
}

p {
	margin: 5px 0 15px;
}


ul {
	margin-top: 5px;
	margin-bottom: 15px;
	list-style: none;
}

ul li {
	padding-left: 35px;
	background: no-repeat 20px 5px;
	line-height: 170%;
}

ol {
	margin-top: 5px;
	margin-bottom: 15px;
}

ol li {
	margin-left: 35px;
	line-height: 170%;
}

th {
	padding: 4px;
	font-weight: bold;
	text-align: left;
}


a img {
	border: none;
}

td, div {
	font-size: 100%;
}

div.module h3 {
	margin: 0 0 10px 0;
	padding-bottom: 6px;
	font-size: 1em;
	text-transform: uppercase;
}
div.module {
	margin-bottom: 15px;
	padding: 0;
	float: left;
	clear: both;
	width: 100%;

}

div.module div {
	padding: 0;

}

div.module div div {
	padding: 0;
	background: #FFFFFF;
}


div.module div div div {
	padding: 5.5px 5.5px 5.5px 5.5px;
	background: #FFFFFF;
}


div.module div div div div {
	margin: 0;
	padding: 0;
	background: none;
}

#ja-wrapper {
	width: 970px;
	margin: 0 auto;
}

.wide #ja-wrapper {
	width: 970px;
}

.auto #ja-wrapper {
	width: 95%;
}

#ja-containerwrap {
	margin-top: 5px;
	text-align: left;
	background: repeat-y 80% 0% #FFFFFF;
}

#ja-container {
	padding: 0;
	background: url(../images/leftcol-right-bg.gif) repeat-y 60% 0%;
}

#ja-container-fr, #ja-container-f {
	background-color: #FFFFFF;
}

#ja-container-fr {
	padding: 0;
	background: url(../images/leftcol-left-bg.gif) repeat-y 20% 0% #FFFFFF;
}

#ja-contentwrap {
}

#ja-content {
	padding: 0 20px 15px;
	margin: 0;
	clear: both;
	display: block;
	min-height: 300px;
}

#ja-headerwrap {
background-color:#FFFFFF;5335

}

#ja-header {

	clear: both;
	text-align: left;
	line-height: normal;
	height: 170px;
	position:relative;
	
}

#ja-header h1 {
	font-size: 3em;
	position: absolute;
	top: 0px;
	left: 0;
}

#ja-header h1 a {
	text-decoration: none;
	text-transform: uppercase;
}

#ja-header h1 img {
	float: left;
}

#ja-topnavwrap {
	padding-left: 5px;
	position: absolute;
	top: 12px;
	right: 5px;
	height: 26px;
}

#ja-topnavwrap ul {
	margin: 0;
	padding: 0;
	float: left;
	height: 26px;
}

#ja-topnavwrap li {
	margin: 0;
	padding: 0;
	display: inline;
	background: none;
}

#ja-topnavwrap li a {
	padding: 0 0 0 20px;
	text-decoration: none;
	line-height: 24px;
}

#ja-topnavwrap li a:hover,
#ja-topnavwrap li a:active,
#ja-topnavwrap li a:focus {
	background: none;
}

#ja-botsl-left {
	width: 100%;
	float: left;
	background-image:url(imagens/barrafundo.png);
	background:top left #99CC00;
		color: #FFFFFF;
	padding: 1px 0;
}

#ja-botsl-right {
	width: 19%;
	float: right;
	color: #FFFFFF;
	padding: 15px 0;

}



#ja-mainbody {
	float: left;
	width: 80%;
}

#ja-mainbody #ja-contentwrap {
	float: left;
	width: 100%;
}


/* Responsável por dar a largura ŕ parte do texto*/
#ja-mainbody-fl {
	float: left;
	width: 100%;
}

#ja-mainbody-fl #ja-contentwrap {
	float: left;
	width: 100%;
}

#ja-mainbody-fr {
	float: left;
	width: 100%;
}

#ja-mainbody-fr #ja-contentwrap {
	float: right;
	width: 100%;
}

#ja-mainbody-fr #ja-leftcol {
	width: 20%;
}

#ja-mainbody-f {
	float: left;
	width: 100%;
}

#ja-rightcol {
	float: right;
	width: 19%;
}

#ja-rightcol table {
	border-collapse: collapse;
	border-spacing: 0;
}

#ja-rightcol ul li {
	padding-left: 12px;
	margin: 0;
}

#ja-rightcol ul {
	margin: 0;
}



html {
	margin-bottom: 1px;
	height: 100%!important;
	height: auto;
}

