@charset "utf-8";
/* CSS Document */
/*Alpha PNG support for IE
------------------------------
Aviso, este código abaixo funciona apenas para visualização na tela. Quando este documento for impresso, o bug voltará.
O Hack Abaixo faz o código rodar apenas no IE. Sendo que os outros browsers como, Firefox, Opera e Safari já tem a transparencia de PNG nativo.
*/

* html img/**/ {
filter:expression(
   this.alphaxLoaded ? "" :
   (
    this.src.substr(this.src.length-4)==".png"
    ?
    (
     (!this.complete)
     ? "" :
      this.runtimeStyle.filter=
      ("progid:DXImageTransform.Microsoft.AlphaImageLoader(src='"+this.src+"')")+
      (this.onbeforeprint="this.runtimeStyle.filter='';this.src='"+this.src+"'").substr(0,0)+
      String(this.alphaxLoaded=true).substr(0,0)+
      (this.src="blank.gif").substr(0,0)
    )
    :
    this.runtimeStyle.filter=""
   )
  );
}
/* fim alpha suporte */

body{
margin:0px;
background:url(img/bg1.jpg) repeat-x #d4d4d4;
font-family:Verdana, Arial, Helvetica, sans-serif, "Trebuchet MS";
}

p{
font-size:11px;
color:#333333;
text-align:justify;
line-height:130%;
}

h1{
font-size:24px;
color:#FF0000;
font-weight:bold;
}

#conteudo{
	width:778px;
	height:100%;
	position:absolute;
	left:499px;
	margin-left:-389px;
}

#bannerp{
margin-top:5px;
float:left;
}

#principal{
width:778px;
float:left;
padding-top:5px;
}

/*////////////// TOPO */
#logo{
width:219px;
height:51px;
background:url(img/logo_topo_index.gif);
position:relative;
float:left;
}

#menu1{
width:559px;
height:51px;
/*background-color:#FFFF00;*/
position:relative;
float:right;
margin-top:0px;
}

#menu2{
float:right;
width:559px;
bottom:0px;
margin-top:32px;
}

/* ////////////////////////////////// MENU */
a.menu {
font-size:10px;
height:51px;
/*border-top:#f4f4f4 solid 3px;*/
padding-top:4px;
padding-left:5px;
padding-right:5px;
color:#333333;
text-decoration:none;
font-weight:bold;
}

a:hover.menu {
font-size:10px;
background-color:#333333;
/*border-top:#333333 solid 3px;*/
padding-top:4px;
padding-left:5px;
padding-right:5px;
color:#FFF;
font-weight:bold;
}

a:active.menu {
font-size:10px;
background-color:#CCCCCC;
/*border-top:#333333 solid 3px;*/
padding-top:4px;
padding-left:5px;
padding-right:5px;
color:#FFF;
font-weight:bold;
}

a:active {
a:hover {
font-size:10px;
background-color:#000000;
/*border-top:#333333 solid 3px;*/
padding-top:4px;
padding-left:5px;
padding-right:5px;
color:#FFF;
font-weight:bold;
}


/*///////////////////////////////////////// MENU TOPO */

#bottom{
width:778px;
float:left;
}

#logo_25{
width:77px;
height:125px;
float:left;
}

#txt_bot{
width:701px;
margin-left:0px;
text-align:center
}