/* CSS Document */

html, body {
    height: 100%;
    margin: 0;
    background-color:#e6e6e6;
}

#wrapper {
    position: absolute;
    width: 50%;
    height: 50%;
    top: 15%;
    left: 25%;
}

a:link {
color:#666666;
text-decoration:none;
}
a:visited {
color:#666666;
text-decoration:none;
}
a:hover {
color:#666666;
text-decoration:underline;
}
a:active {
color:#666666;
text-decoration:none;
}

input, textarea, select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
   	  
}

form {
   color: #666;
   font-family: Trebuchet MS;
   font-size: 11px;	
   text-align:left;
   margin-left: 15px;      
}

.tablojas {
   color: #666;
   font-family: Trebuchet MS;
   font-size: 12px;	
   font-weight: bold;
   text-align:center
}

h1 {
	font-size:12px;
	font-weight: bold;
}

h2 {
	font-size:14;
	font-weight: bold;
	margin-left:35px;

}

.tit {
	font-size:14;
	font-weight: bold;
	margin-left:0px;

}

h3 {
	font-size:14;
	font-weight: bold;
	margin-left:5px;

}

.form {
	text-align:right;

}

.negrito {
	font-weight: bold;

}

.pcentro {
	text-align:center;
}

.pprevnext {
	text-align:center;
	font-weight: bold;
}

#hgeral {
	position:absolute;
	left:50%; /*pra centralizar vertical, acrescenta top:50%; abaixo dessa linha do left*/
	top:0px;
	margin-left:-450px; /*metade do width*/
	margin-top:0px; /*se quiser centralizar vertical, coloca metade (negativa) do height*/
	width:900px;
	height:620px;
	z-index:1;
}
#geral {
	position:absolute;
	left:69px;
	top:46px;
	width:868px;
	height:590px;
	z-index:2;
	background-color: #FFF;
}
#logo {
	position:absolute;
	left:69px;
	top:46px;
	width:398px;
	height:68px;
	z-index:3;
}
#fullbanner {
	position:absolute;
	left:468px;
	top:53px;
	width:460px;
	height:55px;
	z-index:4;
}
#menu {
	position:absolute;
	left:69px;
	top:115px;
	width:868px;
	height:34px;
	z-index:12;
	background:url(../images/bg_menu.gif) no-repeat;
	padding:5px 0 0 45px;
}
#bannerhome {
	position:absolute;
	left:81px;
	top:163px;
	width:644px;
	height:376px;
	z-index:6;
}

#bgdestaque1 {
	position:absolute;
	left:736px;
	top:161px;
	width:191px;
	height:225px;
	z-index:7;
	background-color: #e6e6e6;
	}
#bgdestaque2 {
	position:absolute;
	left:736px;
	top:399px;
	width:191px;
	height:225px;
	z-index:8;
	background-color: #e6e6e6;
}
#destaquerod1{
	position:absolute;
	left:81px;
	top:550px;
	width:180px;
	height:73px;
	z-index:9;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	}

#fotodestaque1 {
	position:absolute;
	left:743px;
	top:283px;
	width:178px;
	height:95px;
	z-index:11;
}
#textodestaque1 {
	position:absolute;
	left:743px;
	top:174px;
	width:178px;
	height:105px;
	z-index:13;
	font:"Trebuchet MS"
	font-size: 12px;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#textodestaque2 {
	position:absolute;
	left:743px;
	top:410px;
	width:178px;
	height:105px;
	z-index:14;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
#fotodestaque2 {
	position:absolute;
	left:743px;
	top:521px;
	width:178px;
	height:95px;
	z-index:15;
}
#fotodestaquerod1 {
	position:absolute;
	left:264px;
	top:550px;
	width:124px;
	height:73px;
	z-index:16;
}
#destaquerod2 {
	position:absolute;
	left:418px;
	top:550px;
	width:180px;
	height:73px;
	z-index:17;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
#fotodestaquerod2 {
	position:absolute;
	left:601px;
	top:550px;
	width:124px;
	height:73px;
	z-index:18;
}

#conteudo {
	position:absolute;
	left:83px;
	top:161px;
	width:634px;
	height:366px;
	z-index:6;
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #666;
	background: #e6e6e6;
	padding: 5px;
	overflow: auto;
}

.divAbas {
	float:left;
	/*width:95%;*/
	padding:10px;
		
}

 #header {
       float:left;
       width:97%;
       font-size:100%;
       line-height:normal;
	   padding-left:10px;
	   /*margin-left:60;
	   margin-right:60;*/
	   }
     #header ul {
       margin:0;
       padding:4px 0px 59;
       list-style:none;
       }
     #header li {
       float:left;
       background:url("../images/left.gif") no-repeat left top;
       margin:0;
       padding:0 0 0 9px;
       }
     #header a {
       float:left;
       display:block;
       background:url("../images/right.gif") no-repeat right top;
       padding:5px 15px 4px 6px;
       text-decoration:none;
       font-weight:bold;
       color:#666;
       }
     /* Commented Backslash Hack
        hides rule from IE5-Mac \*/
     #header a {float:none;}
     /* End IE5-Mac hack */
     #header a:hover {
	color:#007532;
	text-align: center;
       }
     #header #current {
       background-image:url("../images/left_on.gif");
       border-width:0;
       }
     #header #current a {
       background-image:url("../images/right_on.gif");
       color:#007532;
       padding-bottom:5px;
	  }  	  
