/**************************************************************************************************
* HOME
**************************************************************************************************/
#centro {
	padding-top: 13px;
}
#centroEsquerdo {
	background-color: #fff;
	width: 535px;
	float: left;
	
}
#centroDireito {
	float: right;
	width: 240px;
	background-image: url(../img/bg_pesquisesuapeca.gif);
	background-repeat: repeat-y;

}
#nuvemTag h2 {
	background-color:#0A8CA6; 
	padding:4px; 
	color:#FFF;
	font-size: 12px;
	font-weight: bold;
	margin-right: 10px;
}
#nuvemTag a {
	color: #A8A8A8;
	text-decoration: none;
	margin-right: 10px;
	font-weight: bold;
}
#nuvemTag a:hover {
	text-decoration: underline;
}
