/*ESQUERDA*/
	#content_solucoes {
	float: left;
	width: 250px;
	padding:0px;
	background-image: url(http://www.jotacamargomudancas.com.br/images/bg2.jpg);
	background-repeat: repeat;
	height: auto;
	clear: none;
		/*border-right: solid 1px #F0F0F0;*/
		/*border: solid 1px green;*/
	}
	.produtos {
		background-image: url(../images/produtos_fundo.gif);
		background-repeat: no-repeat;
		background-position: center top;
		margin: 0px;
		padding-top: 5px;
		padding-right: 7px;
		padding-bottom: 5px;
		padding-left: 7px;
		height: 135px;
		width: 245px;
	}
	#content_solucoes img {
	padding-left: 0px;
	padding-right: 0px;
	}
	#content_solucoes p, #content_noticias p {
	border-top-style: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	color: #999999;
	}
/*DIREITA*/
	#content_noticias {
	background-image: url(fundotb.jpg);
	background-repeat: repeat;
	float: right;
	width: 300px;
	padding:2px;
	height: 300px;
		/*border-left: solid 1px #F0F0F0;*/
		/*border: solid 1px red;*/
	}
	#content_noticias h2{
	text-align:center
	}




/*CENTRO*/
	#content_center {
	float: left;
	width: 520px;
	padding: 0px;
	height: auto;
	background-color: #FFFFFF;
		/*border: solid 1px yellow;*/
	}
	#content_center h2{
		padding-top: 4px;
		padding-bottom: 5px;
		margin-bottom:2px;
	}
	#lista_diferenciais {
		padding-left:5px;
		}
	#lista_diferenciais ul{
		padding-left: 15px;
		list-style-image: url(../images/Geral/estrela.gif);
	}
	#lista_diferenciais strong, #content_center strong{
	color:#666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
