/* CSS Document */

html{

	font-family:Arial;	

	font-size:12px;

	text-align:justify;

	color:#484848;

	font-weight:bold;

	background:#FFFFFF url(../gfx/bg.jpg) center top no-repeat;

	/*background:#FFFFFF url(../gfx/bg.jpg) -405px top no-repeat;*/



}

body{

	margin:0px auto; 

	line-height:24px;

	



}

#geral{

	width:990px;

	min-height:666px;

	margin:0px auto;

}



#topo{

	height:103px; 

}


#conteudo

{ 	/*width:950px;*/

	padding-top:60px;

	padding-left:40px;

	padding-right:20px;



	min-height:257px;

	clear:both;



}



.titulo{

	font-size:12px ;

	color:#910504;

	text-align:left;

	font-weight:bold

}



.tituloData{

	font-size:12px ;

	color:#bd6f22;

	text-align:left;

	font-weight:bold;

}





.tituloNoticia{

	font-size:14px ;

	color:#1148c5;

	font-weight:bold;



}
.bgNoticia {
	float: left;
	/*background:url(../gfx/bgNoticiasIE.png) top center no-repeat;*/ 
	padding:12px 12px 12px 12px;
	
	/*-moz-transform: rotate(-6deg); /* FF3.5+ */
	/*-o-transform: rotate(-6deg); /* Opera 10.5 */
	/*-webkit-transform: rotate(-6deg); /* Saf3.1+, Chrome */
	/*-ms-transform: rotate(-6deg); /* IE9 */
	/*transform: rotate(-6deg);*/
}
.imagemNoticia {}
.tituloEmpresa{

	font-size:21px ;

	color:#1280d5;

	text-align:left;

}



.fontColorRed{

	color:#9d0a0e;

}





.descricaoProduto{

	font-size:12px ;

	color:#8d8d8d;

	text-align:left;

	font-weight:bold;

}

.barraNavegacao{

	font-size:10px ;

	text-align:left;

	color:#000000;

}



.colorData{

	color:#bd6f22;

}

.colorTitulo{

	color:#910504;

}



.itemMenu{ 

	text-decoration:none;

	font-size:11px;

	color:#0066a1;

	font-size:14px;

	font-weight:bold;

}



#emptyDiv{

	clear:both;

	height:10px;

	padding-top:10px;

	padding-bottom:10px;

}



.link{

	font-size:11px;

	font-weight:normal;

}



.normalFont

{

	font-size:12px;

	color:#484848;

	font-weight:bold;

}



a{ 

	text-decoration:none;

	font-size:11px;

	color:#910504;

	

}



a:hover {

	text-decoration:none;

}



a.semunderline {

	text-decoration:none;

}



input, textarea{

	font-family:Arial;	

	font-size:11px;

	border:#cccccc solid 1px;

	background-color:#FFFFFF;

	color:black;

	

}



img{border:0px;}

img,input{ /*IE sucks! must have a code to make png alpha opacity works*/

 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="gfx/blank.gif").substr(0,0)

	 :

      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="gfx/blank.gif").substr(0,0)

    )

    :

    this.runtimeStyle.filter=""

   )

  );

}



.valign, .valign *{

	vertical-align:middle;

}

