/* CSS Document */
html{
/*	background:#339999 (../gfx/bg_fundo.jpg) center top repeat-y;*/
	font-family:Verdana;	
	font-size:11px;
	text-align:justify;
	color:#888888;
}
body{
	margin:0px auto; 
	background:url(../gfx/bg_fundo.jpg) center top no-repeat;
	line-height:18px;
	background-color:#ffffff;
}

#testeTopo{
	margin:0px auto;
	padding-top:0px;
}
#geral{
	margin:0px auto;
	padding-top:0px;
	width:928px;
	min-height:700px;
	background-color:#ffffff;
	
}


#conteudo{
padding-top:0px;
background-color:#ffffff;
}


#coluna1{
	width:252px;
	padding-left:10px;	
	float:left;
}

#coluna2{
	width:350px;
	padding-left:20px;
	padding-right:10px;
	float:left;

}

#coluna3{
	width:257px;
	float:left;
}

#mediacenterEsq{
	width:454px;
	padding-left:10px;	
	float:left;
}
#mediacenterDir{
	width:454px;
	padding-left:10px;	
	float:left;
}

#detalheDownload{
	width:454px;
	padding-left:40px;	
	float:left;
}

#rodape{
	clear:both;
	text-align:center;
	background:url(../gfx/bg_rodape.jpg) center repeat-x;
	height:70px;

}

.titulo{
	font-size:16px ;
	color:#507920;
	text-align:left;
	font-weight:bold;
}

.tituloHome{
	font-size:13px ;
	color:#507920;
	text-align:justify;
	font-weight:bold;
}

.titulo2{
	font-size:16px ;
	text-align:left;
}

.colorTitulo{
	color:#507920;
}



#emptyDiv{
	clear:both;
	height:10px;
	padding-top:10px;
	padding-bottom:10px;

}

.link{
	font-size:11px;
	font-weight:normal;
}
.normalFont
{
	color:#888888;
	font-weight:normal;

}
.boldCinza{ 
	text-decoration:none;
	color:#999999;
	font-weight:bold;
}

b{ 
	text-decoration:none;
	color:#507920;
	font-weight:bold;
}

a{ 
	text-decoration:none;
	color:#507920;
	font-weight:bold;
}

a:hover {
	color:#ef6b00;
}
input, textarea{
	border:#dedede solid 1px;
	background-color:#FFFFFF;
	color:#1b3a4c;
	
}

#hover img{
	display:none;
}

.normal #hover{
	display:none;
}

.hover #normal{
	display:none;
}

.hover{
	margin-bottom:-3px;
	cursor:pointer;
}

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=""
   )
  );
}

.nuvem {
    font-family: arial;
    width: 340px;
    text-align: justify;
	float:left;
    border: 0px solid black;
    padding: 5px;
}

.tag10 {
    font-size: 40px;
}
.tag9 {
    font-size:38px;
}
.tag8 {
    font-size: 34px;
}
.tag7 {
    font-size: 30px;
}
.tag6 {
    font-size: 28px;
}
.tag5 {
    font-size: 24px;
}
.tag4 {
    font-size: 22px;
}
.tag3 {
    font-size: 20px;
}
.tag2 {
    font-size: 18px;
}
.tag1 {
    font-size: 18px;
}
.tag0 {
    font-size: 13px;
}
