/* TAGS ******************************************************/
#htmltagcloud {
  font-family: verdana, 'lucida grande', trebuchet, 'trebuchet ms', arial, helvetica, sans-serif;
  line-height: 30px;
  text-align: center;
  height: 250px;
  overflow: hidden;
  background: #FFF4D8;
  filter: alpha(opacity=75);
  opacity: 0.75;
  padding: 5px;
  margin: 0px 0px 15px 0px;        
}
  
#htmltagcloud a, a:link, a:visited, a:active {
  text-decoration: none;
  padding: 3px 5px;
  color: #F6B468;
  text-shadow: 1px 1px 1px #383933;
}
  
#htmltagcloud a:hover {
	text-decoration: none;
	color: #FFF4D8;
	background-color: #383933;
  padding: 3px 5px;
  text-shadow: 1px 1px 2px #000000;
}

span.tagcloud1 a {
	font-size: 12px;
	color: #ACC1F3;
}

span.tagcloud2 a {
	font-size: 16px;
	color: #86A0DC;
}

span.tagcloud3 a {
	font-size: 20px;
	color: #86A0DC;
}
  
span.tagcloud4 a {
	font-size: 24px;
	color: #607EC5;
}
 
  
span.tagcloud5 a {
	font-size: 28px;
	color: #607EC5;
}  
  
span.freq {
	font-size: 10pt !important;
	color: #bbb
}

#fundo {
	position:absolute;
	width:980px;
	height:600px;
	margin: 0px auto;
  z-index: -1;     
}

#projeto-01 {
	position:absolute;
	left:0px;
	top:0px;
	width:200px;
	height:150px;
}

#projeto-02 {
	position:absolute;
	left:200px;
	top:0px;
	width:200px;
	height:150px;
}

#projeto-03 {
	position:absolute;
	left:400px;
	top:0px;
	width:200px;
	height:150px;
}

#projeto-04 {
	position:absolute;
	left:600px;
	top:0px;
	width:200px;
	height:150px;
}

#projeto-05 {
	position:absolute;
	left:800px;
	top:0px;
	width:180px;
	height:150px;
}

#projeto-06 {
	position:absolute;
	left:0px;
	top:150px;
	width:200px;
	height:151px;
}

#projeto-07 {
	position:absolute;
	left:200px;
	top:150px;
	width:200px;
	height:151px;
}

#projeto-08 {
	position:absolute;
	left:400px;
	top:150px;
	width:200px;
	height:151px;
}

#projeto-09 {
	position:absolute;
	left:600px;
	top:150px;
	width:200px;
	height:151px;
}

#projeto-10 {
	position:absolute;
	left:800px;
	top:150px;
	width:180px;
	height:151px;
}

#projeto-11 {
	position:absolute;
	left:0px;
	top:301px;
	width:200px;
	height:150px;
}

#projeto-12 {
	position:absolute;
	left:200px;
	top:301px;
	width:200px;
	height:150px;
}

#projeto-13 {
	position:absolute;
	left:400px;
	top:301px;
	width:200px;
	height:150px;
}

#projeto-14 {
	position:absolute;
	left:600px;
	top:301px;
	width:200px;
	height:150px;
}

#projeto-15 {
	position:absolute;
	left:800px;
	top:301px;
	width:180px;
	height:150px;
}

#projeto-16 {
	position:absolute;
	left:0px;
	top:451px;
	width:200px;
	height:149px;
}

#projeto-17 {
	position:absolute;
	left:200px;
	top:451px;
	width:200px;
	height:149px;
}

#projeto-18 {
	position:absolute;
	left:400px;
	top:451px;
	width:200px;
	height:149px;
}

#projeto-19 {
	position:absolute;
	left:600px;
	top:451px;
	width:200px;
	height:149px;
}

#projeto-20 {
	position:absolute;
	left:800px;
	top:451px;
	width:180px;
	height:149px;
}

/* ARREDONDAMENTO ************************************************/
#htmltagcloud a {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

/* SOMBRAS  ************************************************/
#htmltagcloud a:hover {
  -moz-box-shadow: 1px 1px 1px #000000;
  -ms-box-shadow: 1px 1px 1px #000000;
  -o-box-shadow: 1px 1px 1px #000000;
  -webkit-box-shadow: 1px 1px 1px #000000;
  box-shadow: 1px 1px 1px #000000;
}
