


Cadastro de Receita*html img {   
	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="/common/img/blank.png").substr(0,0)) : this.runtimeStyle.filter = ""));
}

*	{
	margin:0px;
	padding:0px;
	border:0px;
	list-style:none;
	text-decoration:none;
}

body {
	text-align:center;
	
	font-family:Arial, Tahoma, Verdana;
	font-size:11px;
	color:#bbac8c;
	
	background:#fff;
}

.widget .intro{ width: 400px; float: left; }
.widget .baixe-widget{ float: right; width: 370px; background-color: #f5e9d1; padding: 8px; padding-top: 15px; position: relative; height: 257px }

	.baixe-widget dl{ position: relative; margin-top: 15px; }
	.baixe-widget dt{ float: left; background-color: #ece4c3; padding: 4px 10px; margin-right: 3px; font-weight: bold; font-size: 14px; color: #9b8873; cursor: pointer; }
	.baixe-widget dd{ position: absolute; top: 26px; left: 0; height: 170px; background-color: #faf4ea; width: 340px; display: none; padding: 15px; }
	.baixe-widget .on dt{ background-color: #faf4ea; color: #9b8873; }
	.baixe-widget .on dd{ display: block; }
	.baixe-widget a{ display: block; width: 250px; height: 18px; text-indent: -2000px; overflow: hidden; }
	.baixe-widget .windows a{ background: url(/common/img/baixar-widget_windows.gif) no-repeat top left; }
	.baixe-widget .mac a{ background: url(/common/img/baixar-widget_mac.gif) no-repeat top left; }
	.baixe-widget .linux a{ background: url(/common/img/baixar-widget_linux.gif) no-repeat top left; }*{ margin:0; padding:0;}
	
	
.home-areautil,
.menu-areautil	{
	width:1000px;
	display:table;
	text-align:left;
}
.home-areautil_:hover	{
	background:#f6efe2;
}

#webdoor	{
	width:100%;
	height:382px;
	display:table;
}

#home-header	{
	width:100%;
	height:412px;
	background-image: url(../../common/img/home-header-bg.jpg);
	background-repeat:no-repeat;
	background-position:top center;
}

#interna-header	{
	width:100%;
	height:412px;
}

#home-destaques	{
	width:100%;
	height:401px;
	background-image: url(../../common/img/home-destaques-bg.jpg);
	background-repeat:no-repeat;
	background-position:top center;
}

#home-conteudos	{
	width:100%;
	height:350px;
	background-image: url(../../common/img/home-conteudos-bg.jpg);
	background-repeat:no-repeat;
	background-position:top center;
}

#home-footer	{
	width:100%;
	height:425px;
	margin: 0;
	.margin: 0 0 0 0;
	background-image: url(../../common/img/home-footer-bg.jpg);
	background-repeat:no-repeat;
	background-position:top center;
}

#interna-footer	{
	height:195px;
	background:#ebdbc1;
}

#menu-principal	{
	width:970px;
	height:27px;
	margin-top:2px;
	display:table;
}
#menu-principal a	{
	float:left;
}
	#menu-principal a div					{height:27px; background-repeat:no-repeat; background-position:0px 0px; cursor:pointer;}
	
	#menu-principal a div.home			{width:56px; background-image: url(../../common/img/menu-home-bg.gif);}
	#menu-principal a div.produtos {
		width:70px;
		border: 1px solid #F8F2E4;
		background-image: url(../../common/img/menu-produtos-bg.gif);
	}
	#menu-principal a div.receitas		{width:71px; background-image: url(../../common/img/menu-receitas-bg.gif);}
	#menu-principal a div.pordentro		{width:118px; background-image: url(../../common/img/menu-pordentro-bg.gif);}
	#menu-principal a div.dicas			{width:124px; background-image: url(../../common/img/menu-dicas-bg.gif);}
	#menu-principal a div.entretenimento	{width:106px; background-image: url(../../common/img/menu-entretenimento-bg.gif);}
	#menu-principal a div.culinaria		{width:134px; background-image: url(../../common/img/menu-culinaria-bg.gif);}
	#menu-principal a div.concurso		{width:135px; background-image: url(../../common/img/menu-concurso-bg.gif);}
	#menu-principal a div.empresa			{width:75px; background-image: url(../../common/img/menu-empresa-bg.gif);}
	#menu-principal a div.contato			{width:76px; background-image: url(../../common/img/menu-contato-bg.gif);}
	
	#menu-principal a div:hover, 
	#menu-principal a div.hover,
	#menu-principal a div.current			{background-position:0px -27px;}

	

	a div.contato			{width:76px; background-image: url(../../common/img/menu-contato-bg.gif);}

	
#destaque-esquerda	{
	width:535px;
	display:table;
	float:left;
}

#destaque-direita	{
	width:455px;
	display:table;
	float:left;
}

#home-blog	{
	width:370px;
	height:185px;
	float:right;
	margin-top:80px;
}
	
	.home-blog-item	{
		width:365px;
		cursor:pointer;
		display:table;
	}
		.home-blog-item .descricao	{
			width:315px;
			float:left;
			display:table;
			margin-left:5px;
			font-size:11px;
			color:#b69e73;
			font-weight:bold;
		}
		
		.home-blog-item:hover .descricao,
		.home-blog-item-on .descricao		{
			color:#543b3c !important;
		}
		
		.home-blog-item .conteudo	{
			width:350px;
			margin-left:45px;
			color:#cec2b3;
			display:table;
		}
		
		.home-blog-item:hover .conteudo,
		.home-blog-item-on .conteudo		{
			color:#a18e79 !important;
		}
		
		

	#home-blog p	{
		margin-top:10px;
		text-align:right;
	}
	
	#destaque-esquerda #home-destaque-1	{
		width:325px;
		margin-left:190px;
		display:table;
	}
	#destaque-direita #home-destaque-2	{
		width:360px;
		margin-left:100px;
		margin-top:20px;
		display:table;
	}
	#destaque-direita #home-destaque-3	{
		width:360px;
		margin-left:0px;
		margin-top:10px;
		display:table;
	}

	
		#home-destaque-1 .destaque-imagem,
		#home-destaque-2 .destaque-imagem,
		#home-destaque-3 .destaque-imagem		{
			width:150px;
			float:left;
			display:table;
			
		}
		#home-destaque-1 .destaque-descricao {
			width:175px;
			float:right;
			font-size:11px;
			color:#c6b695;
			
		}
		#home-destaque-2 .destaque-descricao,
		#home-destaque-3 .destaque-descricao	{
			width:205px;
			float:left;
			display:table;
			font-size:11px;
			color:#c6b695;
		}
			#home-destaque-1 .destaque-descricao h1,
			#home-destaque-2 .destaque-descricao h1,
			#home-destaque-3 .destaque-descricao h1	{
				color:#c6b695;
				font-size:14px;
				font-weight:bold;
				margin-top:10px;
				margin-bottom:10px;
			}
		
		#home-destaque-1 p,
		#home-destaque-2 p,
		#home-destaque-3 p	{
			clear:both;
			text-align:right;
			margin-top:10px;
		}
	
	
	

	
#home-pordentro	{
	width:330px;
	float:left;
	display:table;
	margin-top:95px;
}
	
	.home-pordentro-item	{
		width:315px;
		cursor:pointer;
		display:table;
	}
		.home-pordentro-item .descricao	{
			width:260px;
			float:left;
			display:table;
			margin-left:5px;
			font-size:11px;
			color:#b69e73	;
			font-weight:bold;
		}
		
		.home-pordentro-item:hover .descricao	{
			color:#777777;
		}
		
	#home-pordentro p	{
		margin-top:10px;
		text-align:right;
	}
	
#home-receitas-news	{
	width:430px;
	float:left;
	margin-top:95px;
}
	#home-receitas-news p.botao	{
		width:100%;
		text-align:right;
		margin-top:10px;
		display:table;
	}
		#home-receitas-news p.botao img {
			margin-right:10px;
		}
	
	#home-news-descricao	{
		width:200px;
		margin-top:60px;
		float:left;
		display:table;
		font-size:11px;
		color:#494949;
	}
	
	#home-news-formulario	{
		width:205px;
		margin-top:18px;
		margin-left:10px;
		float:left;
	}

	
		#home-news-formulario fieldset	{
			width:210px;
			display:table;
			margin:0px;
		}
			#home-news-formulario fieldset label	{
				width:55px; height:27px;
				float:left;
			}
			
			#home-news-formulario fieldset input.form	{
				width:138px; height:22px;
				float:left;
				background:#f0ddbb;
				color:#b62a00;
				font-size:13px;
				padding:5px 8px 0px 4px;
			}
		#home-news-formulario p	{
			width:205px;
			display:table;
			text-align:right;
			margin-right:5px;
			margin-top:5px;
		}
	
	.home-receitas-pontilhado	{
		width:422px;
		height:5px;
		display:table;
		margin-top:5px;
		visibility:visible;
	}

	.home-receitas-item	{
		width:137px; height:90px;
		background:#f0ddbb;
		float:left;
		margin-right:5px;
		cursor:pointer;
		display:block;
	}
	.home-receitas-item-hover,
	.home-receitas-item:hover	{
		background:#e7c998 !important;
	}
		.home-receitas-item p	{
			font-size:11px;
			font-weight:bold;
			color:#d23000;
			margin:3px;
		}
	.data-item	{
		background: url(../../common/img/data-bg-off.gif) top left no-repeat;

		
		/*
		background-image: url(../../common/img/data-bg-off.gif);
		background-repeat:no-repeat;
		*/
	}
	.data-item:hover,
	.data-item-on	{
		background: url(../../common/img/data-bg-on.gif) top left no-repeat !important;
		/*
		background-image: url(../../common/img/data-bg-on.gif) !important;
		background-repeat:no-repeat;
		*/
	}
		.data-item .data,
		.data-item-on .data		{
			font-family:Trebuchet MS;
			width:39px;
			height:33px;
			float:left;
			text-decoration:none;
			font-size:0px;
			text-align:center;
			display:block;
			padding: 0;
			.padding: 2px 0 0 3px;
		}
			.data-item .data .dia-mes,
			.data-item-on .data .dia-mes {
				width:35px;
				height:11px;
				display:block;
				float:left;
				font-size:11px;
				color:#fff;
				font-weight:bold;
				line-height:100%;
				text-align:center;
				padding: 2px 0 0 0;
			}

			.data-item .data .ano,
			.data-item-on .data .ano			{
				width:35px; height:20px; display:table; float:left;
				font-size:20px;
				color:#fff;
				font-weight:bold;
				line-height:90%;
				text-align:center;
			}
			
			.data-item .data .ano,
			.data-item-on .data .ano,
			.data-item .data .dia-mes,
			.data-item-on .data .dia-mes			{
				padding /*\**/: 0px\9;
				text-align /*\**/: left\9;
				text-align: center;
				.text-align: left;
			}
			
#home-enquete	{
	width:200px;
	margin-top:95px;
	font-size:0px;
}

#home-enquete table	{
	width:200px;
}

#home-enquete table .enquete-input input	{
	margin-top:5px;
}

#home-enquete table .enquete-label	{
	width:300px;
}

#home-enquete table .enquete-botao div	{
	float:left;
}

	#home-enquete h1	{
		display:table;
		font-size:11px;
		color:#7b5709;
		font-weight:bold;
		line-height:100%;
		text-align:left;
		margin-bottom:10px;
	}
	
	#home-enquete label	{
		font-size:11px;
		color:#d4cfcf;
		display:table;
		color:#b0b0b8;
	}
	
	#home-enquete p	{
		margin-top:10px;
		display:table;
	}
	
	/*Destaque Receitas*/
	.news-receitas	{
		width:175px;
		height: 95px;
	}
	
		.news-receitas .titulo	{
			margin-top:3px;
			margin-bottom:2px;
		}
		.news-receitas span	{
			font-size:11px;
			color:#494949;
			font-weight:bold;
			margin:0px;
		}
		.news-receitas  .bot-news-destaque {
			text-align:right;
			line-height: normal;
		}
	/*/Destaque Receitas*/
	
#blog-enquete	{
	width:140px;
	display:table;
	float:left;
}

#blog-enquete table	{
	width:140px;
}

#blog-enquete table .enquete-input input	{
	margin-top:5px;
}

#blog-enquete table .enquete-label	{
	width:200px;
}

#blog-enquete  .enquete-botao 	{
	text-align:center;
}
#blog-enquete  .enquete-botao a	{
	color:#9b8873;
}
#blog-enquete  .enquete-botao a:hover	{
	color:#7b7369;
}


	#blog-enquete h1	{
		display:table;
		font-size:11px;
		color:#9b8873;
		font-weight:bold;
		line-height:100%;
		text-align:left;
		margin-bottom:10px;
	}
	
	#blog-enquete label	{
		font-size:11px;
		color:#e6a648;
		display:table;
	}
	
	#blog-enquete p	{
		margin-top:10px;
		display:table;
	}
	
#breadcrumb	{
	width: 980px;
	margin:0px auto;
	text-align:left;
	line-height:45px;
	z-index:10;
}
	#breadcrumb, #breadcrumb a	{
		color:#b79e78;
		font-weight:bold;
		font-size:11px;
	}
	#breadcrumb a:hover	{
		text-decoration:underline;
	}
	#breadcrumb span	{
		color:#493c28;
		font-size:1opx;
		font-weight:normal;
	}
	
#base-conteudo-interna {
	width: 100%;
	margin:0px auto;
	text-align:left;
	display:table;
	margin: 0 0 0 0;
	.margin: -80px 0 0 0;
}

.interna-footer-1	{
	background-image: url(../../common/img/interna-footer-1.jpg);
	background-repeat:no-repeat;
	background-position:bottom center;
}
.interna-footer-2	{
	background-image: url(../../common/img/interna-footer-2.jpg);
	background-repeat:no-repeat;
	background-position:bottom center;
}
.interna-footer-3	{
	background-image: url(../../common/img/interna-footer-3.jpg);
	background-repeat:no-repeat;
	background-position:bottom center;
}
.interna-footer-4	{
	background-image: url(../../common/img/interna-footer-4.jpg);
	background-repeat:no-repeat;
	background-position:bottom center;
}
.interna-footer-5	{
	background-image: url(../../common/img/interna-footer-5.jpg);
	background-repeat:no-repeat;
	background-position:bottom center;
}

.interna-areautil	{
	width: 672px;
	margin:0px auto;
	text-align:left;
	display:table;
}

	.interna-areautil .webcard-lateral	{
		width:265px;
		display:table;
		float:left;
	}
	
	.interna-areautil .webcard-principal	{
		width:525px;
		display:table;
		float:left;
		padding-left:10px;
	}
	
	.webcard-itens	{
		width:127px;
		float:left;
		display:table;
	}
		.webcard-espaco	{
			margin-left:10px;
		}	

	.interna-areautil #interna-lateral	{
		width:160px;
		display:table;
		float:left;
	}
	
	.interna-areautil #interna-conteudo	{
		width:815px;
		display:table;
		float:left;
	}
	
	.interna-areautil #interna-completo{
		width:100%px;
		display:table;
		float:left;
		
	}
	
	/* IMPRIMIR */
		
	.interna-areautil #headImprimir{
		width:673px;
		height:145px;
		border-top:8px solid #e60005;
		background:url(../../common/img/logo-isabela.jpg) no-repeat;
		display:table;
		float:left;
	}
		.interna-areautil #tit-imprimir{
			width:430px;
			margin:60px 0 0 195px;
			height:50px;
			font-size:15px;
			font-weight:bold;
			color:#543b3c;
			display:table;
			float:center;
		}
	.interna-areautil #interna-conteudo-print	{
		width:673px;
		display:table;
		float:left;
	}
	
	.interna-areautil #interna-conteudo-print .conteudo-duplo-print	{
		width:300px;
		float:left;
		display:table;
	}
	
	.interna-areautil #interna-conteudo-print .item-add	{
		width:100%;
		float:left;
		display:table;
		padding:3px;
	}
	
	.interna-areautil #interna-conteudo-print .item-add a	{
		color:#e60005;
	}
	
	/* IMPRIMIR */
	
	/* LIGHTBOX */
	
.interna-areautil-box	{
	width: 638px;
	margin:0px auto;
	text-align:left;
	display:table;
}
	
	.interna-areautil-box #interna-conteudo-box	{
		width:638px;
		display:table;
		float:left;
	}
		.interna-areautil-box #interna-conteudo-box .msgArea	{
			text-align:center;
			height:51px;
			width:606px;
			padding-top:15px;
			background:url(../../common/img/bg-msgarea.gif) no-repeat;
			color:#543b3c;
			display:table;
			float:left;
		}
		.interna-areautil-box #interna-conteudo-box .item-add	{
			width:100%;
			float:left;
			display:table;
			padding:3px;
		}
	.interna-areautil-box #interna-conteudo-box .item-add a	{
		color:#e60005;
	}
	
	.interna-areautil-box #interna-conteudo-box .conteudo-duplo-box	{
		width:300px;
		float:left;
		display:table;
	}
	
	/* LIGHTBOX */
	
	
		.interna-areautil #interna-conteudo .toplivro	{
			width:815px;
			height:52px;
			display:table;
			float:left;
			background: url(../../common/img/top_livro.jpg) no-repeat;
		}
		.interna-areautil #interna-conteudo .baselivro	{
			width:815px;
			display:table;
			float:left;
			background: url(../../common/img/base_livro.jpg) repeat-y;
		}
			.interna-areautil #interna-conteudo .baselivro .livrointerna	{
				width:680px;
				display:table;
				margin:10px 0 15px 90px;
			}
		.interna-areautil #interna-conteudo .rodapelivro	{
			width:815px;
			height:77px;
			display:table;
			float:left;
			background: url(../../common/img/rodape_livro.jpg) no-repeat;
		}
	
		.interna-areautil #interna-conteudo .conteudo-lateral	{
			width:200px;
			display:table;
			float:left;
		}
		
		.interna-areautil #interna-conteudo .conteudo-principal	{
			width:600px;
			display:table;
			float:left;
			margin-left:15px;
		}
	
	
		.interna-areautil #interna-conteudo .conteudo-duplo	{
			width:400px;
			float:left;
		}
		
		.interna-areautil #interna-conteudo .conteudo-triplo	{
			width:250px;
			float:left;
			display:table;
		}
		
		.interna-areautil #interna-conteudo .conteudo-quadruplo	{
			width:200px;
			float:left;
			display:table;
		}
		
		.interna-areautil #interna-completo a,
		.interna-areautil #interna-conteudo a{
			text-decoration: underline;
			color:#FF0000;
		}
		.interna-areautil #interna-completo a:hover,
		.interna-areautil #interna-conteudo a:hover{
			text-decoration: none;
			color:#FF0000;
		}
		
		
		
		.destaque-imagem	{
			width:145px;
			float:left;
			display:table;
		}
		.destaque-descricao	{
			width:250px;
			float:left;
			display:table;
		}
			.destaque-descricao h2	{
				font-size:11px !important;
				color:#d23000 !important;
				font-weight:bold !important;
			}
			
			p.destaque-vermais	{
				text-align:right;
				margin-top:10px;
			}
			p.destaque_vermais_t2 {
				text-align:right;
				margin-top:10px;
				margin:-35px 14px 0 0;
			}
		
		.interna-areautil #interna-completo h2,
		.interna-areautil #interna-conteudo h2	{
			color:#543b3c;
			font-size:20px;
			font-weight:normal;
		}
		.interna-areautil #interna-completo h3,
		.interna-areautil #interna-conteudo h3	{
			color:#e60005;
			font-size:15px;
			font-weight:normal;
		}
		.interna-areautil #interna-completo h4,
		.interna-areautil #interna-conteudo h4	{
			color:#543b3c;
			font-size:14px;
			font-weight:normal;
		}


.txt-right	{
	text-align:right;
}
.cinza-m	{
	color:#b0b0b0 !important;
}
		
.pontilhado	{
		width:100%;
		height:1px;
		display:table;
		border-top:1px dashed #efd590;
}

.pontilhado-10	{
		width:100%;
		height:10px;
		display:table;
		border-top:1px dashed #efd590;
		margin-top:10px;
}
.pontilhado-3	{
		width:100%;
		height:3px;
		display:table;
		border-top:1px dashed #efd590;
		margin-top:3px;
}

.menu-lateral	{
	width:150px;
}
	.menu-lateral .primeiro-off	{
		width:140px;
		background:#f0e8da;
		font-family:Arial, Tahoma;
		font-size:12px;
		color:#c6b695;
		padding:3px 5px 3px 5px;
		margin-bottom:2px;
	}
		.menu-lateral .primeiro-off a	{
			color:#c6b695;
		}
		.menu-lateral .primeiro-off:hover	{
			background:#543b3c;
			color:#c6b695;
		}
	.menu-lateral .primeiro-on .primeiro-item	{
		width:140px;
		background:#543b3c;
		color:#c6b695;
		font-family:Arial, Tahoma;
		font-size:12px;
		padding:3px 5px 3px 5px;
	}
		.menu-lateral .primeiro-on .primeiro-item a	{
			color:#c6b695;
		}
	
	.menu-lateral .primeiro-on	{
		width:150px;
		background:#f5e9d1;
		margin-bottom:2px;
	}
	
		.menu-lateral .primeiro-on .segundo-nivel	{
			background-image: url(../../common/img/submenu-seta.gif);
			background-repeat:no-repeat;
			background-position:top center;
			padding-top:5px;
			
		}
			.menu-lateral .primeiro-on .segundo-nivel .segundo-off	{
				width:140px;
				padding:3px 5px 3px 5px;
			}
			
			.menu-lateral .primeiro-on .segundo-nivel .submenu-off	{
				width:140px;
				padding:3px 5px 3px 5px;
			}
			
	.menu-lateral .segundo-off a	{
		color:#9b8873;
		font-size:12px;
	}
	.menu-lateral .segundo-off:hover a	{
		color:#493c28;
	}
			
	.menu-lateral .segundo-on	{
		width:142px;
		background:#f8f0e1;
		border-top:1px dashed #f0d9a0;
		border-bottom:1px dashed #f0d9a0;
		margin-left:3px;
	}
	
	.segundo-nivel .submenu-off	{
		width:130px !important;
		padding:3px 3px;
		color:#ff0000;
		font-size:12px;
		border-bottom:1px dashed #f0d9a0;
		margin-left:3px;
	}
		.segundo-nivel .submenu-off a	{
			color:#9b8873;
		}
		.segundo-nivel .submenu-off:hover a	{
			color:#493c28;
		}
	
	
	
	
		.segundo-nivel .segundo-areautil	{
			width:133px;
			padding-left:7px;
		}
		
		.menu-lateral .segundo-on .segundo-item	{
			padding:3px 2px;
		}
			.menu-lateral .segundo-on .segundo-item a	{
				font-size:12px;
				color:#493c28;
			}
			
			.menu-lateral .segundo-on .terceiro-nivel	{
				width:125px;
				margin-left:10px;
				padding-bottom:3px;
			}
				.menu-lateral .segundo-on .terceiro-nivel .terceiro-off	{
					width:119px;
					padding:1px 3px;
				}
					.menu-lateral .segundo-on .terceiro-nivel .terceiro-off a	{
						color:#e6a648;
					}
				.menu-lateral .segundo-on .terceiro-nivel .terceiro-on	{
					width:119px;
					padding:1px 3px;
				}
					.menu-lateral .segundo-on .terceiro-nivel .terceiro-off:hover a,
					.menu-lateral .segundo-on .terceiro-nivel .terceiro-on a	{
						color:#e60005;
					}

.tag-1	{font-size:11px;}
.tag-2	{font-size:12px;}
.tag-3	{font-size:14px;}
.tag-4	{font-size:16px;}
.tag-5	{font-size:18px;}
.tag-1, .tag-2, .tag-3, .tag-4	{color:#9b8873; font-weight:bold;}
.tag-1:hover, .tag-2:hover, .tag-3:hover, .tag-4:hover	{color:#9b8873; font-weight:bold; text-decoration:underline !important;}

.tag-5	{color:#e60005; font-weight:bold;}
.tag-5:hover	{color:#e60005; font-weight:bold; text-decoration:underline !important;}



#footer-navegacao	{
	width:425px;
	display:table;
	float:left;
	margin-left:20px;
}

	#footer-navegacao .footer-apoio	{
		width:130px;
		float:left;
		display:table;
		color:#b79e78;
		text-decoration:none;
		cursor:pointer;
	}
	#footer-navegacao .footer-apoio:hover	{
		color:#493c28;
	}
	
#footer-compartilhe	{
	width:190px;
	display:table;
	float:left;
}
	#footer-compartilhe .compartilhe-item	{
		width:20px;
		float:left;
		display:table;
	}
	
#footer-marcas	{
	width:320px;
	height:80px;
	float:right;
	display:inline;
}
	#footer-marcas .marcas-item	{
		float:left;
		margin-right:7px;
	}
	
.footer-linha	{
	width:985px;
	height:2px;
	background-image: url(../../common/img/footer-linha.png);
	background-repeat:no-repeat;
}
.footer-copy	{
	width:420px;
	float:left;
	display:table;
	margin-top:15px;
	color:#c6b695;
	font-size:11px;
	margin-left:10px;
}
.footer-patrocinio	{
	width:400px;
	float:right;
	text-align:right;
	margin-right:20px;
	margin-top:10px;
}

/*Utilitarios*/
.top-1	{
	margin-top:1px;
	display:table;
}
.top-3	{
	margin-top:3px;
}
.top-5	{
	margin-top:5px;
	display:table;
}
.top-10	{
	margin-top:10px;
}
.space-10	{
	height:10px;
	visibility:hidden;
	clear:both;
	display:table;
	font-size:0px;
}
.space-15	{
	height: 20px;
	visibility:hidden;
	clear:both;
	display:table;
	font-size:0px;
}
.space-3	{
	height:3px;
	visibility:hidden;
	clear:both;
	display:table;
	font-size:0px;
}
.space-5	{
	height:5px;
	visibility:hidden;
	clear:both;
	display:table;
	font-size:0px;
}
.space-20	{
	height:20px;
	visibility:hidden;
	clear:both;
	display:table;
	font-size:0px;
}
.space-interna-footer	{
	height:230px;
	visibility:hidden;
	clear:both;
	display:table;
}
.space-home-footer	{
	height:240px;
	visibility:hidden;
	clear:both;
	display:table;
}
.space-lateral	{
	height:50px;
	visibility:hidden;
	clear:both;
}
.left-5	{
	margin-left:5px !important;
}
.left-10	{
	margin-left:10px !important;
}
.right-10	{
	margin-right:10px !important;
}
.right-5	{
	margin-right:5px !important;
}
.left-15	{
	margin-left:15px !important;
}
	.left-15 p {
		padding: 0 12px 0 0;
	}
.coluna-5	{
	width:5px;
	visibility:hidden;
	display:table;
	float:left:
}
.pont-h	{
	border-top: 1px dashed #efd590;
}

.cleaner	{
	clear:both;
}

.receita-item	{
	width:395px;
	float:left;
	display:table;
	border-bottom: 1px #efd48f dashed;
	margin-bottom: 10px;
	padding: 0px 10px 10px 0px;
}

.receita-listagem .imagem-receita	{
	width:210px;
	float:left;
}

.receita-listagem  .receita-texto	{
	width:410px;
	float:left;
}

.receita-listagem  .receita-texto-livro	{
	width:300px;
	float:left;
}

.receita-listagem  .receita-atualizacao	{
	padding-top:60px;
	text-align:right;
	width:170px;
	float:right;
}

.listagem-bottom{ margin-top: 25px; clear: both; }
	.listagem-bottom p{ width: 32%; float: left; margin-right: 1%; }
	.listagem-bottom p strong{ display: block; color: #eb3034; font-size: 12px; }
	.listagem-bottom p span{ display: block; margin-bottom: -10px; }
	.listagem-bottom p .saiba-mais{ display: block; background: url(/common/img/bot-saibamais-off.png) no-repeat top left; width: 100px; height: 16px; text-indent: -2000px; overflow: hidden; margin-top: 15px; }

.receitas-paginacao	{
	list-style: none;
}
	.receitas-paginacao li{
		float: left;
		height:21px;
		line-height:21px;
		padding-right:4px;
	}
	.receitas-paginacao .quantdade	{
		width:195px;
		padding:0px !important;
		color:#543b3c;
		font-weight:bold;
	}

	.font-quantdade {
	font-weight:bold;
	color:#543b3c;
	}

	.receitas-paginacao .numeracao	{

	}
		.receitas-paginacao .numeracao div	{
			float:left;
			height:21px;
			line-height:21px;
			background:#f5e9d1;
		}
			.receitas-paginacao .numeracao a	{
				color:#543b3c !important;
				text-decoration:none !important;
			}
			.receitas-paginacao .numeracao a.hover,
			.receitas-paginacao .numeracao a:hover	{
				color:#543b3c !important;
				text-decoration:none !important;
			}
		
	.receitas-paginacao li img	{
		vertical-align:text-top;
	}

.receita-item .imagem-receita{
	float: left;
	margin-right: 10px;
}
.receita-item .receita-texto{
	float: left;
	margin-left: 10px;
	width: 180px;
}
.receita-item h2{
	margin:0px;
}

.receita-espaco	{
	margin-right:0px;
}

.vencedor-item	{
	width:190px;
	float:left;
	display:table;
}
.vencedor-item .nome	{
	font-size:12px;
	font-weight:bold;
	color:#543b3c;
}
.vencedor-item .informacao	{
	width:180px;
	height:17px;
	display:table;
	background-image: url(../../common/img/bg-bco-190.gif);
	background-repeat:no-repeat;
	margin-top:1px;
	padding:2px 5px;
}

.vencedor-item .frase	{
	width:180px;
	height:126px;
	display:table;
	background-image: url(../../common/img/bg-frase.gif);
	background-repeat:no-repeat;
	margin-top:1px;
	padding:2px 5px;
}

.vencedor-espaco	{
	margin-left:18px;
}

/************* RECEITAS ***************************/
.receitas-item	{
	width:190px;
	float:left;
	display:table;
	margin-right: 10px;
}

.receitas-item .nome	{
	font-size:12px;
	font-weight:bold;
	color:#543b3c;
}

.receitas-item p{
	width:190px;
}
/******************** FIM RECEITAS ****************************/

form fieldset label	{
	font-size:12px;
}
form fieldset label.lateral-label	{
	font-size:11px;
	color:#9b8873;
	font-weight:bold;
	padding-left:2px;
}
.busca-filtros, .busca-filtros a	{
	text-align:right;
	color:#e60005;
	text-decoration:underline !important;
	padding-top:3px;
}
#lateral_filtros, .fechar	{
	display:none;
}
form fieldset .form-400	{
	width:400px;
	height:21px;
	display:table;
	background-image: url(../../common/img/form-400.gif);
	background-repeat:no-repeat;
}

form fieldset .form-400 input	{
		width:380px;
		padding:3px 10px;
		font-size:11px;
		color:#FFFFFF;
		background:transparent;
	}
	
form fieldset .form-285	{
	width:285px;
	height:21px;
	display:table;
	background-image: url(../../common/img/form-285.gif);
	background-repeat:no-repeat;
}
	form fieldset .form-285 input	{
		width:265px;
		padding:3px 10px;
		font-size:11px;
		color:#FFFFFF;
		background:transparent;
	}
	
form fieldset .textarea-400	{
	width:400px;
	height:150px;
	display:table;
	background-image: url(../../common/img/textarea-400.gif);
	background-repeat:no-repeat;
}
	form fieldset .textarea-400 textarea	{
		width:380px;
		height:144px;
		padding:3px 10px;
		font-size:11px;
		color:#FFFFFF;
		background:transparent;
		overflow:auto;
	}
	
form fieldset .textarea-810-120	{
	width:810px;
	height:130px;
	display:table;
	background-image: url(../../common/img/textarea-810-120.gif);
	background-repeat:no-repeat;
}
	form fieldset .textarea-810-120 textarea	{
		width:790px;
		height:120px;
		padding:3px 10px;
		font-size:11px;
		color:#FFFFFF;
		background:transparent;
		overflow:auto;
	}
	
form fieldset .textarea-400-60	{
	width:400px;
	height:60px;
	display:table;
	background-image: url(../../common/img/textarea-400-60.gif);
	background-repeat:no-repeat;
}
	form fieldset .textarea-400-60 textarea	{
		width:380px;
		height:54px;
		padding:3px 10px;
		font-size:11px;
		color:#FFFFFF;
		background:transparent;
		overflow:auto;
	}
	
form fieldset .form-190	{
	width:190px;
	height:21px;
	display:table;
	background-image: url(../../common/img/form-190.gif);
	background-repeat:no-repeat;
}
	form fieldset .form-190 input	{
		width:160px;
		padding:3px 10px;
		font-size:11px;
		color:#FFFFFF;
		background:transparent;
	}
	
form fieldset .form-135	{
	width:135px;
	height:21px;
	display:table;
	background-image: url(../../common/img/form-135.gif);
	background-repeat:no-repeat;
}
	form fieldset .form-135 input	{
		width:135px;
		padding:3px 10px;
		font-size:11px;
		color:#FFFFFF;
		background:transparent;
	}


form fieldset .form-190-trans	{
	width:190px;
	height:21px;
	display:table;
}
	
form fieldset .form-85	{
	width:85px;
	height:21px;
	display:table;
	background-image: url(../../common/img/form-85.gif);
	background-repeat:no-repeat;
}
	form fieldset .form-85 input	{
		width:65px;
		padding:3px 10px;
		font-size:11px;
		color:#FFFFFF;
		background:transparent;
	}
	
form fieldset .file-form-270	{
	width:400px;
	height:21px;
	display:table;
}
	form fieldset .file-form-270 input	{
		width:340px;
		padding:3px 10px;
		font-size:11px;
		color:#FFFFFF;
		background:#543b3c;
	}
	

	
form fieldset .file-form-400	{
	width:500px;
	height:21px;
	display:table;
	background-image: url(../../common/img/form-400.gif);
	background-repeat:no-repeat;
}
	form fieldset .file-form-400 input	{
		width:470px;
		padding:3px 10px;
		font-size:11px;
		color:#FFFFFF;
		background:transparent;
	}

.titulo-especial	{
	display:table;
	white-space:nowrap;
}
	.titulo-especial h1	{
		color:#c6b695;
		font-size:20px;
	}
	
	.titulo-especial h1 span	{
		font-size:17px;
		color:#543b3c !important;
	}

	.tit-conheca	{min-width:285px; background-image: url(../../common/img/bg-tit-conheca.gif); background-repeat:no-repeat; height:60px; line-height:60px;}
	.tit-produtos	{min-width:380px; background-image: url(../../common/img/bg-tit-produtos.gif); background-repeat:no-repeat; height:60px; line-height:60px;}
	.tit-receitas	{min-width:180px; background-image: url(../../common/img/bg-tit-receitas.gif); background-repeat:no-repeat; height:60px; line-height:60px;}
	.tit-blog		{min-width:180px; background-image: url(../../common/img/bg-tit-blog.gif); background-repeat:no-repeat; height:60px; line-height:60px;}
	.tit-massas		{min-width:280px; background-image: url(../../common/img/bg-tit-massas.gif); background-repeat:no-repeat; height:60px; line-height:60px;}
	.tit-biscoitos		{min-width:301px; background-image: url(../../common/img/bg-tit-biscoitos.gif); background-repeat:no-repeat; height:60px; line-height:60px;}
	.tit-receitas-deliciosas	{min-width:280px; background-image: url(../../common/img/bg-tit-receitas-deliciosas.gif); background-repeat:no-repeat; height:60px; line-height:60px;}
	.tit-culinaria		{min-width:395px; background-image: url(../../common/img/bg-tit-culinaria.gif); background-repeat:no-repeat; height:60px; line-height:60px;}
	.tit-produtos-isabela		{min-width:305px; background-image: url(../../common/img/bg-tit-produtos-isabela.gif); background-repeat:no-repeat; height:60px; line-height:60px;}
	.tit-concurso		{min-width:315px; background-image: url(../../common/img/bg-tit-concurso.gif); background-repeat:no-repeat; height:60px; line-height:60px;}
	.tit-receitasisabela		{min-width:300px; background-image: url(../../common/img/tit-receitasisabela.gif); background-repeat:no-repeat; height:60px; line-height:60px;}
	.tit-entretenimento		{min-width:275px; background-image: url(../../common/img/bg-tit-entretenimento.gif); background-repeat:no-repeat; height:60px; line-height:60px;}
	.tit-contato		{min-width:305px; background-image: url(../../common/img/bg-tit-contato.gif); background-repeat:no-repeat; height:60px; line-height:60px;}
	.tit-blogisabela		{min-width:300px; background-image: url(../../common/img/bg-tit-blogisabela.gif); background-repeat:no-repeat; height:60px; line-height:60px;}
	.tit-resposta-enquete		{min-width:300px; background-image: url(../../common/img/bg-tit-pesquisa.gif); background-repeat:no-repeat; height:60px; line-height:60px;}
	.tit-receitas		{min-width:400px; background-image: url(../../common/img/tit-receitas.gif); background-repeat:no-repeat; height:60px; line-height:60px;}
	.tit-site-receitas		{min-width:400px; background-image: url(../../common/img/tit-site-receitas.png); background-repeat:no-repeat; height:60px; line-height:60px;}
	.tit-minhas-receitas		{min-width:308px; background-image: url(../../common/img/tit-minhasreceitas.png); background-repeat:no-repeat; height:60px; line-height:60px;}
	.tit-glossario		{min-width:155px; background-image: url(../../common/img/bg-tit-glossario.gif); background-repeat:no-repeat; height:60px; line-height:60px;}
	.tit-incluirexcluir		{min-width:300px; background-image: url(../../common/img/tit-incluir-excluir.gif); background-repeat:no-repeat; height:60px; line-height:60px;}
	.tit-enviar-amigo		{min-width:400px; background-image: url(../../common/img/tit-enviar-amigo.gif); background-repeat:no-repeat; height:60px; line-height:60px;}
	.tit-escolha-capitulo	{min-width:408px; background-image: url(../../common/img/tit-escolha-capitulo.gif); background-repeat:no-repeat; height:60px; line-height:60px;}
	
	.titulo-botao		{height:60px; line-height:60px; text-align:right;}
	
	.titulo-esquerda {
		width:400px;
		float:left;
		display:table;
	}
	
	.titulo-esquerda-glossario	{
		width:160px;
		float:left;
	}
	
	.titulo-direita-glossario	{
		width:490px;
		float:right;
		text-align:right;
	}
		.titulo-direita-glossario ul	{
			margin-top:5px;
			float:right;
		}
	.glossario-termos	{
		width:810px;
	}
		.glossario-termos b	{
			color:#543b3c;
		}
	
	.cadreceita-esquerda	{
		width:410px;
		float:left;
	}

	.cadreceita-direita	{
		width:390px;
		float:right;
	}
	
	.cadreceita-item	{
		width:290px;
		float:left;
	}
	
	.cadreceita-itens	{
		padding:7px;
	}
		.cadreceita-itens li	{
			color:#543b3c;
			font-size:12px;
			padding:2px 0px;
		}
			.cadreceita-itens li .remover	{
				color:#e60005;
				font-size:11px;
				padding-left:10px;
				vertical-align:middle;
			}
		
	
	.input-file	{
		padding-top:8px;
		font-size:10px;
		color:#666666;
		background:transparent;
	}

	
	.titulo-direita	{
		width:400px;
		float:right;
		display:table;
	}
	
	.titulo-busca	{
		height:60px;
		display:table;
	}
	
	.titulo-busca .busca-form	{
		width:325px;
		height:21px;
		display:table;
		background-image: url(../../common/img/busca-bg.gif);
		background-repeat:no-repeat;
		float:left;
		margin-top:20px;
	}
		.titulo-busca .busca-form input	{
			width:305px;
			padding:3px 10px 0px 10px;
			font-size:11px;
			color:#FFFFFF;
			background:transparent;
		}
	.titulo-busca .busca-botao	{
		width:59px;
		margin-left:3px;
		margin-top:20px;
		display:table;
		float:left;
	}
	
	.assista-barra	{
		width:400px;
		height:21px;
		display:table;
		background:#FFFFFF;
	}
	
	.assista-barra .tempo	{
		width:320px;
		height:18px;
		background:#FFFFFF;
		background-image: url(../../common/img/assista-esquerda.png);
		background-repeat:no-repeat;
		padding:3px 0px 0px 10px;
		float:left;
		display:table;
	}
	
	.assista-barra .botao	{
		width:70px;
		float:left;
		display:table;
	}
	
.tabela-nutricional,
.tabela-quiz	{
	width:100%;
	display:table;
}
	.tabela-nutricional thead th,
	.tabela-quiz thead th	{
		background:#543b3c;
		color:#c6b695;
		font-size:13px;
		padding:4px;
	}
	
	.tabela-nutricional tbody tr.claro td,
	.tabela-quiz tbody tr.claro td	{
		background:#ffffff;
		color:#c6b695;
	}
	.tabela-nutricional tbody tr.escuro td,
	.tabela-quiz tbody tr.escuro td	{
		background:#f0e8da;
		color:#c6b695;
	}
	
	.tabela-nutricional tbody tr td,
	.tabela-quiz tbody tr td	{
		font-size:11px;
		padding:3px 4px 3px 4px;
	}
	
		.tabela-nutricional tbody tr td.quantidade	{
			color:#543b3c;
		}

		.tabela-nutricional .porcao	{
			width:245px;
		}
		.tabela-nutricional .quantidade	{
			width:105px;
		}
		.tabela-nutricional .valordiario	{
			width:50px;
		}
		
		.tabela-quiz .opcao	{
			width:110px;
		}
		.tabela-quiz .pad10	{
			padding:10px;
		}
	
	

.listagem-imagem	{
	width:200px;
	display:table;
	float:left;
}
	.listagem-imagem .tempo,
	.listagem-imagem .download {
		width:170px;
		height:19px;
		display:table;
		background-image: url(../../common/img/destaque-peq-tempo-bg.png);
		background-repeat:no-repeat;
		padding:2px 10px 0px 10px;
	}
	.listagem-imagem .tempo b,
	.listagem-imagem .download b	{
		font-size:13px;
		color:#543b3c !important;
	}
	
	.listagem-imagem .download b	{
		float:left;
	}
	
	.listagem-imagem .download img	{
		float:right;
		vertical-align:text-top;
		margin-top:3px;
	}
	
.legenda-400	{
	width:400px;
	background:#FFFFFF;
	background-image: url(../../common/img/legenda-400-top.gif);
	background-repeat:no-repeat;
	margin-top:1px;
}
	.legenda-400 div	{
		background-image: url(../../common/img/legenda-400-bot.gif);
		background-repeat:no-repeat;
		background-position:bottom center;
		padding:2px 10px;
	}
	.legenda-400 b	{
		font-size:13px;
		color:#543b3c !important;
	}
/*	
.legenda-400	{
		width:380px;
		height:17px;
		display:table;
		background-image: url(../../common/img/destaque-400-legenda.gif);
		background-repeat:no-repeat;
		
		
	}

*/
.blog-legenda-direita	{
		width:230px;
		height:17px;
		display:table;
		background-image: url(../../common/img/destaque-400-legenda.gif);
		background-repeat:no-repeat;
		padding:2px 10px;
		margin-top:1px;
		float:left;
	}
	.blog-legenda-direita b	{
		font-size:13px;
		color:#543b3c !important;
	}
.blog-legenda-esquerda	{
	width:150px;
	height:21px;
	display:table;
	float:left;
}
	
.legenda-400-left	{
		width:400px;
		height:22px;
		display:table;
		background-image: url(../../common/img/destaque-400-legenda.gif);
		background-repeat:no-repeat;
		margin-top:1px;
	}
	.legenda-400-left b	{
		font-size:13px;
		color:#543b3c !important;
	}

.listagem-descricao	{
	width:610px;
	display:table;
	float:left;
}

.destaque-botao	{
	margin-top:10px;
	text-align:right;	
	
}
	.destaque-botao .destaque-frase	{
		color:#e60005 !important;
		font-size:14px;
		font-weight:bold;
	}


.mapa-claro	{
	background:#ffffff;
	width:380px;
	color:#a18e79;
	display:table;
	padding:10px;
}
.mapa-escuro	{
	background:#f5e9d1;
	width:380px;
	color:#a18e79;
	display:table;
	padding:10px;
}

.mapa-claro b,
.mapa-escuro b	{
	color:#543b3c !important;
}

.b	{
	font-weight:bold !important;
}
.b2	{
	font-weight:bold !important;
	color:#543b3c;
	font-size:12px;
	padding:0 0 10px 0;
}

.vermelho	{
	color:#e60005 !important;
}

.add	{
	padding:5px 0 0 0;
	color:#e60005 !important;
}
.add a:link	{
	color:#e60005;
}
.add a:active, a:hover, a:visited	{
	color:#e60005;
}
	
.destaque-informativo	{
	width:400px;
	display:table;
	height:140px;
	background-image: url(../../common/img/produto-valordiario.jpg);
	background-repeat:no-repeat;
}
	.destaque-informativo .informativo-descricao	{
		width:270px;
		margin-left:125px;
		margin-top:40px;
		color:#a18e79;
	}
	.destaque-informativo .informativo-descricao h2	{
		font-size:14px !important;
		color:#543b3c !important;
		font-weight:bold !important;
	}
	
.destaque-receitas	{
	width:400px;
	display:table;
	height:155px;
	background-image: url(../../common/img/destaque-receitas.gif);
	background-repeat:no-repeat;
}
.destaque-receitasol	{
	width:400px;
	display:table;
	height:155px;
	background-image: url(../../common/img/destaque-receitasol.gif);
	background-repeat:no-repeat;
}
	.destaque-receitas .receitas-descricao,
	.destaque-receitasol .receitas-descricao	{
		width:210px;
		margin-left:180px;
		margin-top:50px;
		color:#a18e79;
	}
	.destaque-receitas .receitas-descricao h2,
	.destaque-receitasol .receitas-descricao h2	{
		font-size:14px !important;
		color:#543b3c !important;
		font-weight:bold !important;
	}
	
	.text-destaque	{
		color:#5e4747;
		font-size:14px;
		font-weight:bold;
	}
	
.informacao-item	{
	width:370px;
	float:left;
	background-image: url(../../common/img/bullet-item.gif);
	background-repeat:no-repeat;
	padding:0px 10px 5px 20px;
	font-size:11px;
	color:#c6b695;
}
.informacao-item-print	{
	width:270px;
	float:left;
	background-image: url(../../common/img/bullet-item.gif);
	background-repeat:no-repeat;
	padding:0px 10px 5px 20px;
	font-size:11px;
	color:#c6b695;
}
.informacao-itemS	{
	width:370px;
	float:left;
	font-weight:bold;
	padding:10px 10px 5px 20px;
	font-size:11px;
	color:#c6b695;
}

.informacao-itemS14	{
	width:370px;
	float:left;
	font-weight:bold;
	padding:10px 10px 5px 0;
	font-size:14px;
	color:#c6b695;
}
.informacao-itemS14-print	{
	width:270px;
	float:left;
	font-weight:bold;
	padding:10px 10px 5px 0;
	font-size:14px;
	color:#c6b695;
}

.interna-destaque	{
	width:400px;
	height:175px;
	display:table;
	float:left;
	
	background-image: url(../../common/img/interna-destaque-bg.gif);
	background-repeat:no-repeat;
	background-position:25px 0px;
}
	.produtos-destaque .imagem	{
		width:185px;
		float:left;
	}
	.produtos-destaque .descricao	{
		width:210px;
		margin-top:50px;
		float:left;
		font-size:11px;
		color:#999999;
	}
		.produtos-destaque .descricao p	{
			margin-top:5px;
			text-align:right;
		}
		.produtos-destaque .descricao h2	{
			font-size:14px !important;
			color:#543b3c;
			font-weight:bold !important;
		}
.asterisco	{
	color:#e60005 !important;
	font-size:12px;
}
.doze	{
	font-size:12px !important;
	
}
.link	{
	color:#a18e79;
}

/*Custom Form*/
span.checkbox { 
	width: 19px; 
	height: 25px; 
	padding: 0 5px 0 0; 
	background: url(checkbox.gif) no-repeat; 
	display: block; 
	clear: left; 
	float: left; 
} 
span.radio { 
	width: 19px; 
	height: 25px; 
	padding: 0 5px 0 0; 
	background: url(../../common/img/radio.gif) no-repeat; 
	display: block; 
	clear: left; 
	float: left; 
} 
span.select { 
	position: absolute; 
	width: 270px !important;
	height: 21px; 
	padding: 0 24px 0 8px; 
	color: #fff; 
	font: 12px/21px arial,sans-serif; 
	background: url(../../common/img/select-270.gif) no-repeat;
	overflow: hidden; 
}

span.select-190	{
	position: absolute; 
	width: 190px !important;
	height: 21px; 
	padding: 0 24px 0 8px; 
	color: #fff; 
	font: 12px/21px arial,sans-serif; 
	background: url(../../common/img/select-190.gif) no-repeat;
	overflow: hidden; 
}
	#select-190	{
		width:190px;
	}

span.select-270	{
	position: absolute; 
	width: 270px !important;
	height: 21px; 
	padding: 0 24px 0 8px; 
	color: #fff; 
	font: 12px/21px arial,sans-serif; 
	background: url(../../common/img/select-270.gif) no-repeat;
	overflow: hidden; 
}
	#select-270	{
		width:270px;
	}
	
span.select-285	{
	position: absolute; 
	width: 285px !important;
	height: 21px; 
	padding: 0 24px 0 8px; 
	color: #fff; 
	font: 12px/21px arial,sans-serif; 
	background: url(../../common/img/select-285.gif) no-repeat;
	overflow: hidden; 
}
	#select-285	{
		width:285px;
	}
	
span.select-95	{
	position: absolute; 
	width: 95px !important;
	height: 21px; 
	padding: 0 24px 0 8px; 
	color: #ffffff; 
	font: 12px/21px arial,sans-serif; 
	background: url(../../common/img/select-95.gif) no-repeat;
	overflow:hidden;
}

option.select-95	{
	position: absolute; 
	width: 95px !important;
	height: 21px; 
	padding: 0 24px 0 8px; 
	color: #ffffff; 
	font: 12px/21px arial,sans-serif; 
	background: url(../../common/img/select-95.gif) no-repeat;
	overflow:hidden;
}

	#select-95	{
	width: 95px !important;	
	}
	
	option.select-95	{
	position: absolute; 
	width: 95px !important;
	height: 21px; 
	padding: 0 24px 0 8px; 
	color: #ffffff; 
	font: 12px/21px arial,sans-serif; 
	background: url(../../common/img/select-95.gif) no-repeat;
	overflow: hidden; 	
	}
	
span.select-135	{
	position: absolute; 
	width: 135px !important;
	height: 21px; 
	padding: 0 24px 0 8px; 
	color: #fff; 
	font: 12px/21px arial,sans-serif; 
	background: url(../../common/img/select-135.gif) no-repeat;
	overflow: hidden; 
}
	#select-135	{
		width:135px;
	}
	
span.select-60	{
	position: absolute; 
	width: 60px !important;
	height: 21px; 
	padding: 0 24px 0 8px; 
	color: #fff; 
	font: 12px/21px arial,sans-serif; 
	background: url(../../common/img/select-60.gif) no-repeat;
	overflow: hidden; 
}
	#select-60	{
		width:60px;
	}
	
span.select-65	{
	position: absolute; 
	width: 65px !important;
	height: 21px; 
	padding: 0 24px 0 8px; 
	color: #fff; 
	font: 12px/21px arial,sans-serif; 
	background: url(../../common/img/select-65.gif) no-repeat;
	overflow: hidden; 
}
	#select-65	{
		width:65px;
	}

body.interna	{
	background:#faf4ea;
	background-image: url(../../common/img/bg-interna-degrade.gif);
	background-repeat:repeat-x;
}


/* ENQUETE */

.componentheading{
	font-family: Trebuchet MS;
	font-size: 16px;
	color: #e60005;
	font-weight: bold;
}
.componentheading2{
	font-family: Trebuchet MS;
	font-size: 14px;
	font-weight: bold;
	color: #543b3c;
}

.poll{
	font-family: Trebuchet MS;
}
.poll table {
 	color: #543b3c;
}
.enquete-bar-left{
	float:left;
}
.resposta-enquete{
	height: 15px;
	line-height: 15px;
	background:url(/common/img/bg-resposta.gif) no-repeat;
}
.underline	{
	text-decoration:underline !important;
}
.votos{
margin-left: 7px;
margin-right: 15px;
line-height: 12px;
width: 30px;
border-right: 1px solid #a99d9d;
text-align:left;
color: #d6182d;
}
.porcento{
color: #d6182d;
}

.polls_color_1{ background-color: #eb0005; height:15px; float:left;}

.polls_color_2{ background-color: #ffae00; height:15px; float:left;}

.polls_color_3{ background-color: #74d303; height:15px; float:left;}

.polls_color_4{ background-color: #039bd3; height:15px; float:left;}

.polls_color_5{ background-color: #5b03d3; height:15px; float:left;}

.bar-total{
	margin: 20px 0px 20px 0px;
	width: 340px;
	height: 21px;
	background:url(/common/img/bar-enquete.gif) no-repeat;
	color: #543b3c;
	line-height: 20px;
	padding-left: 10px;
}
.bar-total strong{
	color: #d6182d;
}

.submenu div	{
	margin-bottom:1px;
}
#submenu_produtos	{
	position:absolute;
	width:69px;
	margin-left:-430px;
	float:left;
	z-index:50;
	left: 50%;
	display:none;
}

.center	{
	text-align:center;
}


/* Slider */
.ui-slider { position: relative; text-align: left; }
.ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 1.2em; height: 1.2em; cursor: default; }
.ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; }

.ui-slider-horizontal { height: .8em; }
.ui-slider-horizontal .ui-slider-handle { top: -.3em; margin-left: -.6em; }
.ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; }
.ui-slider-horizontal .ui-slider-range-min { left: 0; }
.ui-slider-horizontal .ui-slider-range-max { right: 0; }

.ui-slider-vertical { width: .8em; height: 100px; }
.ui-slider-vertical .ui-slider-handle { left: -.3em; margin-left: 0; margin-bottom: -.6em; }
.ui-slider-vertical .ui-slider-range { left: 0; width: 100%; }
.ui-slider-vertical .ui-slider-range-min { bottom: 0; }
.ui-slider-vertical .ui-slider-range-max { top: 0; }


/* MENU ABAS */

.interna-areautil #interna-conteudo .conteudo-duplo #menuAbas	{
		width:395px;
		float:left;
		display:table;
	}
	.interna-areautil #interna-conteudo .conteudo-duplo #menuAbas .headAbas	{
			background:url(/common/img/box-baixe.gif) no-repeat;
			height:46px;
			width:395px;
			float:left;
			display:table;
		}
	.interna-areautil #interna-conteudo .conteudo-duplo #menuAbas .MAbas	{
			display:table; float:left; background:#f5e9d1; width:100%
		}
	
	.interna-areautil #interna-conteudo .conteudo-duplo #menuAbas .base	{
			background:url(/common/img/box-base.gif);
			height:200px;
			width:395px;
			float:left;
			display:table;
		}
		.interna-areautil #interna-conteudo .conteudo-duplo #menuAbas .contAba	{
			float:left;
			display:table;
			padding:8px 15px 8px 15px;
		}
		.interna-areautil #interna-conteudo .conteudo-duplo #menuAbas  ul	{
				margin:0; padding:0;
				background:#f5e9d1;
				display: table;
			}
		.interna-areautil #interna-conteudo .conteudo-duplo #menuAbas  li	{
				display:inline;
				margin:0 0 0 6px;
				float:left;
			}
		.interna-areautil #interna-conteudo .conteudo-duplo #menuAbas .MAbas ul  a {
				width:78px;
				height:27px;
				cursor:hand;
			}
		.interna-areautil #interna-conteudo .conteudo-duplo #menuAbas  .Tab1	{
				background:url(/common/img/box-windows_off.gif) no-repeat;
				width:99px;
				height:27px;
			}
		.interna-areautil #interna-conteudo .conteudo-duplo #menuAbas  .Tab1:hover	{
				background:url(/common/img/box-windows_on.gif) no-repeat;
				width:99px;
				height:27px;
			}
		.interna-areautil #interna-conteudo .conteudo-duplo #menuAbas  .Tab1-ativado	{
				background:url(/common/img/box-windows_on.gif) no-repeat;
				width:99px;
				height:27px;
			}
		.interna-areautil #interna-conteudo .conteudo-duplo #menuAbas  .Tab2	{
				background:url(/common/img/box-mac_off.gif) no-repeat;
				width:66px;
				height:27px;				
			}
		.interna-areautil #interna-conteudo .conteudo-duplo #menuAbas  .Tab2:hover	{
				background:url(/common/img/box-mac_on.gif) no-repeat;
				width:66px;
				height:27px;				
			}
		.interna-areautil #interna-conteudo .conteudo-duplo #menuAbas  .Tab2-ativado	{
				background:url(/common/img/box-mac_on.gif) no-repeat;
				width:66px;
				height:27px;				
			}
		
		.interna-areautil #interna-conteudo .conteudo-duplo #menuAbas  .Tab3	{
				background:url(/common/img/box-linux_off.gif) no-repeat;	
				width:78px;
				height:27px;
			}
		.interna-areautil #interna-conteudo .conteudo-duplo #menuAbas  .Tab3:hover	{
				background:url(/common/img/box-linux_on.gif) no-repeat;	
				width:78px;
				height:27px;
			}
		.interna-areautil #interna-conteudo .conteudo-duplo #menuAbas  .Tab3-ativado	{
				background:url(/common/img/box-linux_on.gif) no-repeat;	
				width:78px;
				height:27px;
			}

		
	.interna-areautil #interna-conteudo .conteudo-duplo #menuAbas .FootAbas	{
			background:url(/common/img/box-footer.gif) no-repeat;
			margin:0;
			height:26px;
			width:395px;
			float:left;
			display:table;
		}

#rate {height:21px; float:left; display:table;}
	#rate .rate_tit {width:121px; height:21px; float:left; background:url(/common/img/rate_tit.gif) no-repeat;}
	#rate .rate_cont {height:21px; background:#543b3c; float:left; }
	#rate .rate_cont .rateStar {display: block; float: left; width:20px; height:18px; background:url(../../common/img/rate_off.gif) no-repeat left; }
	#rate .rate_cont .rateStar a:hover {text-indent: -2000px; display: block; text-transform: none; float: left; width:20px; height:18px; background:url(../../common/img/rate_on.gif) no-repeat left; text-decoration:none;}
		#rate .rate_cont ul {margin:0; padding:0}
		#rate .rate_cont li {display:inline; margin:0 1px 0 0;}
		#rate .rate_result {height:18px;color:#fff; display:table; float:left; background:#543b3c; padding:3px 0 0 5px;}
	#rate .rate_right {width:14px; height:21px; float:left; background:url(/common/img/rate_right.gif) no-repeat;}






/* FIM ENQUETE */

/*





	#header #header-areautil	{
		width:977px;
		height:133px;
		text-align:left;
		background-image: url(images/nuvens.jpg);
		background-repeat:no-repeat;
		background-position:top center;
		
	}
	
	#header #header-areautil #logotipo	{
		width:216px; height:102px;
		margin-top:15px;
		float:left;
	}
	
	#header #header-areautil #superbanner-header	{
		width:730px;
		display:table;
		margin-top:8px;
		float:right;
		text-align:right;
		font-size:10px;
		color:#FFFFFF;
		margin-right:10px;
	}
#base {
	width:977px;
	margin:0px auto;
	text-align:left;
	background-color:#ffffff;
}
	#base #menu-principal	{
		width:977px;
		height:63px;
		display:table;
		margin-top:1px;
	}
		#base #menu-principal ul li							{float:left;}
		#base #menu-principal ul li.home a div				{padding: 22px 27px 23px 26px; background: #e1f1fc; white-space:nowrap; font-size: 16px; color: #3399ff; font-weight:bold; text-decoration: none;}
		#base #menu-principal ul li.bemestar a div			{padding: 22px 25px 23px 25px; background: #e1f1fc; border-left:1px solid #FFFFFF; white-space:nowrap; font-size: 16px; color: #3399ff; font-weight:bold; text-decoration: none;}
		#base #menu-principal ul li.qualidade a div			{padding: 22px 26px 23px 26px; background: #ebf5e0; border-left:1px solid #FFFFFF; white-space:nowrap; font-size: 16px; color: #99cc66; font-weight:bold; text-decoration: none;}
		
		#base #menu-principal ul li.home a div.pagina-atual, 
		#base #menu-principal ul li.home a div:hover,
		#base #menu-principal ul li.bemestar a div:hover, 
		#base #menu-principal ul li.qualidade a div:hover		{background:#FFFFFF;}

#base  #conteudo	{
	width:967px;
	margin-left:5px;
	display:table;
}
	#base  #conteudo #interna-leftbar	{
		width:210px;
		display:table;
		float:left;
	}
		#base  #conteudo #interna-leftbar dl	{
			width:210px;
			display:table;
		}
			#base  #conteudo #interna-leftbar dl dt	{
				width:210px;
				border-bottom:4px solid #99cc33;
				display:table;
			}
				#base  #conteudo #interna-leftbar dl dt div h2	{
					font-size:16px;
					color:#99cc33;
					margin-left:16px;
					margin-bottom:-6px;
					text-decoration:none;
				}
				
				#base  #conteudo #interna-leftbar dl dt div h1	{
					font-size:22px;
					color:#99cc33;
					margin-left:16px;
					text-decoration:none;
				}
			
			#base  #conteudo #interna-leftbar dl dd	{
				width:210px;
				border-top:1px solid #03b1ee;
				border-bottom:1px solid #03b1ee;
				background:#00a0ee;
				display:table;
			}
			
			#base  #conteudo #interna-leftbar dl dd.current,
			#base  #conteudo #interna-leftbar dl dd:hover			{
				background:#0899e0;
			}
				#base  #conteudo #interna-leftbar dl dd a	{
					width:100%;
					color:#ffffff;
					text-decoration:none;
				}
				
					#base  #conteudo #interna-leftbar dl dd a div	{
						width:100%;
						color:#ffffff;
						padding:3px 20px 3px 25px;
						cursor:pointer;
					}
					
				#base  #conteudo #interna-leftbar .banner-secao	{
					width:210px;
					display:table;
					margin-top:10px;
				}
	#base  #conteudo #interna-central	{
		width:570px;
		display:table;
		float:left;
		margin-left:10px;
	}
		#base  #conteudo #interna-central #interna-destaque	{
			width:570px;
			display:table;
		}
		
		#base  #conteudo #interna-central .artigos-destaque	{
			width:570px;
			display:table;
			background:#f9f9f9;
			font-size:0px;
		}
		
		#base  #conteudo #interna-central .artigos-destaque .artigos-destaque-imagem	{
			width:290px;
			margin-left:5px;
			float:left;
			display:table;
		}
			#base  #conteudo #interna-central .artigos-destaque .artigos-destaque-imagem img	{
				border: medium double rgb(200,200,200);
			}
		
		#base  #conteudo #interna-central .artigos-destaque .artigos-destaque-descricao	{
			width:250px;
			float:left;
			display:table;
		}
			#base  #conteudo #interna-central .artigos-destaque .artigos-destaque-descricao a	{
				color:#666666;
				font-size:14px;
				text-decoration:none;
			}
		
			#base  #conteudo #interna-central .artigos-destaque .artigos-destaque-descricao h1	{
				font-size:16px;
				font-weight:bold;
				color:#0099ff;
				margin-top:20px;
				margin-bottom:10px;
				text-decoration:none;
			}
		#base  #conteudo #interna-central .artigos-listagem	{
			width:570px;
			display:table;
			font-size:0px;
		}
		
		#base  #conteudo #interna-central .artigos-listagem .artigos-listagem-imagem	{
			width:55px;
			float:left;
			display:table;
		}
			#base  #conteudo #interna-central .artigos-listagem .artigos-listagem-imagem img	{
				width:33px;
				height:33px;
				border: medium double rgb(200,200,200);
			}
		#base  #conteudo #interna-central .artigos-listagem .artigos-listagem-descricao	{
			width:480px;
			float:left;
			display:table;
		}
		
		
			#base  #conteudo #interna-central .artigos-listagem .artigos-listagem-descricao h1	{
				font-size:13px;
				color:#999999;
				text-decoration:none;
				margin-top:3px;
			}
			#base  #conteudo #interna-central .artigos-listagem .artigos-listagem-descricao a	{
				font-size:12px;
				color:#666666;
				text-decoration:none;
			}
		#base  #conteudo #interna-central .artigos-listagem .listagem-linha	{
			width:570px;
			margin-top:3px;
			border-top:1px solid #cdcdcb;
			height:3px;
			font-size:0px;
			clear:both;
			display:table;
		}
		
		#base  #conteudo #interna-central .artigos-banner	{
			width:215px;
			margin-left:15px;
			float:left;
			display:table;
		}
		
		#base  #conteudo #interna-central .artigos-autores	{
			width:330px;
			margin-left:10px;
			float:left;
			display:table;
		}
			#base  #conteudo #interna-central .artigos-autores-listagem	{
				width:330px;
				display:table;
				background:#e6f4cf;
			}
			
			#base  #conteudo #interna-central .artigos-autores-listagem .artigos-autores-imagem	{
				width:65px;
				display:table;
				float:left;
				text-align:center;
			}
				#base  #conteudo #interna-central .artigos-autores-listagem .artigos-autores-imagem img	{
					width:37px;
					height:37px;
					border: medium double rgb(200,200,200);
				}
			
			#base  #conteudo #interna-central .artigos-autores-listagem .artigos-autores-descricao	{
				width:250px;
				float:left;
				display:table;
			}
				#base  #conteudo #interna-central .artigos-autores-listagem .artigos-autores-descricao h1	{
					font-size:13px;
					color:#669933;
					text-decoration:none;
					margin-top:3px;
				}
				#base  #conteudo #interna-central .artigos-autores-listagem .artigos-autores-descricao a	{
					font-size:12px;
					color:#669933;
					text-decoration:none;
				}

			#base  #conteudo #interna-central .artigos-autores-listagem .listagem-linha	{
				width:330px;
				margin-top:2px;
				border-top:1px solid #cdcdcb;
				height:2px;
				font-size:0px;
				clear:both;
				display:table;
			}
		
		#base  #conteudo #interna-central .artigos-preventivas	{
			width:570px;
			display:table;
		}
		
			#base  #conteudo #interna-central .artigos-preventivas .artigos-preventivas-listagem	{
				width:570px;
				display:table;
				background:#d9f1fc;
			}
			
			#base  #conteudo #interna-central .artigos-preventivas .artigos-preventivas-listagem dl dd a div	{
				padding:10px 25px 5px 25px;
				color:#0099ff;
				font-size:11px;
				font-weight:bold;
				text-decoration:none;
			}

	#base  #conteudo #interna-rightbar	{
		width:167px;
		float:left;
		display:table;
		margin-left:10px;
	}
	
		#base  #conteudo #interna-rightbar #busca	{
			width:167px; height:74px;
			display:table;
			background-image: url(images/busca-bg.jpg);
			background-repeat:no-repeat;
		}
		
			#base  #conteudo #interna-rightbar #busca h1	{
				font-size:16px;
				height:27px;
				display:table;
				font-weight:bold;
				color:#ff9933;
				padding-top:3px;
				padding-left:23px;
				background-image: url(images/ico-titulo.gif);
				background-repeat:no-repeat;
				background-position:0px 2px;
				margin-top:5px;
				margin-left:5px;
			}
			
			#base  #conteudo #interna-rightbar #busca div.input	{
				width:125px;
				height:22px;
				background-image: url(images/busca-input-bg.jpg);
				background-repeat:no-repeat;
				margin-left:5px;
				float:left;
			}
			
			
				#base  #conteudo #interna-rightbar #busca div.input input	{
					width:112px;
					background:transparent;
					margin-left:2px;
					margin-top:3px;
					font-size:11px;
					color:#666666;
				}
				
			#base  #conteudo #interna-rightbar #busca div.botao	{
				width:26px;
				height:24px;
				margin-left:2px;
				float:left;
			}
			
			#base  #conteudo #interna-rightbar #box-interna	{
				width:167px;
				display:table;
			}
				#base  #conteudo #interna-rightbar #box-interna div.descricao	{
					color:#999999;
					font-size:10px;
					height:15px;
				}
			
			#base  #conteudo #interna-rightbar #associados	{
				width:167px;
				display:table;
			}
				#base  #conteudo #interna-rightbar #associados h1{
					font-size:16px;
					height:27px;
					display:table;
					font-weight:bold;
					color:#99cc33;
					padding-top:3px;
					padding-left:23px;
					background-image: url(images/ico-titulo.gif);
					background-repeat:no-repeat;
					background-position:0px 2px;
					margin-top:5px;
					margin-left:5px;
				}
				#base  #conteudo #interna-rightbar #associados #associados-listagem	{
					width:167px;
					display:table;
				}
					#base  #conteudo #interna-rightbar #associados .associados-listagem-imagem	{
						width:50px;
						display:table;
						float:left;
					}
						#base  #conteudo #interna-rightbar #associados .associados-listagem-imagem img	{
							width:45px; height:45px;
						}
						
						#base  #conteudo #interna-rightbar #associados .associados-listagem-descricao h2	{
							color:#504e5a;
							font-size:11px;
							font-weight:bold;
							margin-top:5px;
							margin-bottom:0px;
						}
						
						#base  #conteudo #interna-rightbar #associados .associados-listagem-descricao h3	{
							color:#0872ee;
							font-size:12px;
							font-weight:bold;
						}
			
	#base  #conteudo #home-destaque-esquerdo	{
		width:566px; height:293px;
		display:table;
		float:left;
	}
	#base  #conteudo #home-destaque-direito	{
		width:384px; height:293px;
		display:table;
		float:right;
	}
	
	#base  #conteudo #home-leftbar	{
		width:247px;
		float:left;
		display:table;
	}
	#base  #conteudo #home-leftbar #box-home	{
		width:247px;
		display:table;
	}
		#base  #conteudo #home-leftbar #box-home div.descricao	{
			color:#999999;
			font-size:10px;
			margin-left:10px;
			height:15px;
		}
	
	#base  #conteudo #home-leftbar #home-colunistas	{
		border-top:2px solid #99cc33;
		background:#ebf5e0;
		display:table;
	}
		#base  #conteudo #home-leftbar #home-colunistas .colunista-item	{
			width:247px;
			border-top:1px solid #c2e0a3;
			display:table;
		}
			#base  #conteudo #home-leftbar #home-colunistas .colunista-item .colunista-imagem	{
				width:70px;
				text-align:center;
				float:left;
				display:table;
			}
				#base  #conteudo #home-leftbar #home-colunistas .colunista-item .colunista-imagem img	{
					border: medium double rgb(200,200,200);
				}
			
			#base  #conteudo #home-leftbar #home-colunistas .colunista-item .colunista-descricao	{
				width:165px;
				font-size:12px;
				float:left;
				display:table;
			}
				#base  #conteudo #home-leftbar #home-colunistas .colunista-item .colunista-descricao h1	{
					font-size:13px;
					font-weight:bold;
					color:#669933 !important;
					margin-top:10px;
					display:table;
				}
				
				#base  #conteudo #home-leftbar #home-colunistas .colunista-item .colunista-descricao a	{
					color:#669933;
					text-decoration:none;
				}
	
	

	#base  #conteudo #home-destaques	{
		width:700px;
		float:right;
		display:table;

	}
	
		#base  #conteudo #home-destaques .home-destaques-bg	{
			width:700px;
			display:table;
			background-image: url(images/home-destaques.gif);
			background-repeat:no-repeat;
			background-position:0px 30px;
		}
	
		#base  #conteudo #home-destaques .artigos-destaque	{
			width:460px;
			float:left;
			display:table;
		}
		#base  #conteudo #home-destaques .artigos-destaque .destaque-imagem	{
			width:70px;
			float:left;
		}
			#base  #conteudo #home-destaques .artigos-destaque .destaque-imagem img	{
				border: medium double rgb(200,200,200);
			}
		#base  #conteudo #home-destaques .artigos-destaque .destaque-descricao	{
			font-size:12px;
		}
			#base  #conteudo #home-destaques .artigos-destaque .destaque-descricao h1	{
				font-size:13px;
				font-weight:bold;
				color:#999999 !important;
				margin-top:10px;
			}
			
			#base  #conteudo #home-destaques .artigos-destaque .destaque-descricao a	{
				color:#666666;
				text-decoration:none;
			}
		
		#base  #conteudo #home-destaques .artigos-mais-vistos	{
			width:225px;
			float:right;
			display:table;
			
		}
			#base  #conteudo #home-destaques .artigos-mais-vistos .areautil	{
				width:225px;
				
			}
			
			#base  #conteudo #home-destaques .artigos-mais-vistos .areautil div	{

				margin-left:20px;
				margin-top:10px;
			}
				#base  #conteudo #home-destaques .artigos-mais-vistos .areautil div a	{
					color:#3399ff;
					font-size:13px;
					font-weight:bold;
					text-decoration:none;
				}
				#base  #conteudo #home-destaques .artigos-mais-vistos .areautil div a:hover	{
					color:#3380ef;
				}
			

		
		#base  #conteudo .artigos-linha-inferior	{
			width:700px;
			height:1px;
			display:table;
			background-image: url(images/home-destaques.gif);
			background-repeat:no-repeat;
			background-position:0px 0px;

			
		}
	#base  #conteudo #superbanner-footer	{
		width:967px;
	}
		#base  #conteudo #superbanner-footer div	{
			float:left;
		}

#footer	{
	width:100%;
	height:170px;
	background-image: url(images/footer-bg.jpg);
	background-repeat:no-repeat;
	background-position:top center;
}
	#footer #footer-areautil	{
		width:977px;
		height:170px;
		text-align:left;
	}
		#footer #footer-areautil #logotipo-footer	{
			width:155px;
			float:left;
			display:table;
			margin-top:13px;
		}
		
		#footer #footer-areautil #apoio-footer	{
			width:790px;
			float:left;
			display:table;
			margin-top:18px;
		}
		
		#footer #footer-areautil #tagcloud-footer	{
			width:900px;
			margin-left:25px;
			display:table;
		}
			#footer #footer-areautil #apoio-footer, 
			#footer #footer-areautil #apoio-footer a,
			#footer #footer-areautil #tagcloud-footer,
			#footer #footer-areautil #tagcloud-footer a	{
				font-size:10px;
				color:#FFFFFF;
			}
	
.cleaner	{
	clear:both;	
}

.space2	{
	height:2px;
	visibility:hidden;
	clear:both;
	display:table;
}

.space3	{
	height:3px;
	visibility:hidden;
	clear:both;
	display:table;
}

.space5	{
	height:5px;
	visibility:hidden;
	clear:both;
	display:table;
}

.space10	{
	height:10px;
	visibility:hidden;
	clear:both;
	display:table;
}

.space15	{
	height:15px;
	visibility:hidden;
	clear:both;
	display:table;
}

.space20	{
	height:20px;
	visibility:hidden;
	clear:both;
	display:table;
}

.left5	{
	margin-left:5px !important;
}

.left15	{
	margin-left:15px !important;
}

h1.titulo-azul	{
	font-size:20px;
	height:27px;
	display:table;
	font-weight:bold;
	color:#3399ff;
	padding-left:23px;
	background-image: url(images/ico-titulo.gif);
	background-repeat:no-repeat;
	background-position:0px 2px;
}

h1.titulo-verde	{
	font-size:20px;
	height:27px;
	display:table;
	font-weight:bold;
	color:#99cc33;
	padding-left:23px;
	background-image: url(images/ico-titulo.gif);
	background-repeat:no-repeat;
	background-position:0px 2px;
}

.imagem-borda	{
	border: medium double rgb(150,150,150);
}

.linha-5	{
	margin-top:5px;
	border-top:1px solid #cccccc;
}

.linhas-box-azul	{
	border-top:3px solid #00a0ee;
	border-bottom:1px solid #00a0ee;
}

.linhas-box-verde	{
	border-top:3px solid #99cc33;
	border-bottom:1px solid #99cc33;
}





/*


	Luciano Souza
	http://www.ketshup.com.br/
	Este tema foi desenhado por Luciano Souza: http://www.ketshup.com.br/

@charset "utf-8";
*	{
	margin:0px;
	border:0px;
	padding:;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #f4f4f4;
	margin: 0px;
	padding: 0px;
}
#header{
	height:132px;
	width: 100%;
	
	background:#41a5f1;

	background-image: url(images/logo_continuacao.gif);
	background-repeat:no-repeat;
	background-position:top center;
}
#header .topo{
	width:977px;
	margin:auto;
	height: 129px;
	background:url(images/nuvens.jpg) no-repeat;
}
#header .topo .logo{
	float:left;
	margin-top: 15px;
	border-right: 5px solid #99ce64;
}
#header .topo .anuncio_publicitario	{
	float:right;
	text-align:right;
	margin-right: 10px;
	margin-top: 10px;
	font-size:10px;
	color:#FFFFFF;
}
#header .topo .anuncio_publicitario .banner{
	border: 1px solid #3fa5f0;
	font-size:0px;
}
#content{
	width:977px;
	margin:auto;
	background-color:#FFFFFF;
}
.menuMaster{
	width:977px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	display:table;
}

.menuMaster ul {
	margin:0;
	padding:0;
}

.menuMaster ul li {
	list-style: none;
	padding: 0px;
	display:inline;
}

.menuMaster ul li a:link, .menuMaster ul li a:visited{
	float: left;
	font-family:Arial, Helvetica, sans-serif;
	size: 16px;
	color: #3399ff;
	text-decoration: none;
	padding: 25px 25px 25px 24px;
	margin: 0;
	text-align: center;
	background: #e1f1fc;
	border-right: 1px #FFFFFF solid;
}

.menuMaster ul li a.current_page_item, .menuMaster ul li a:hover{
	background: #ffffff;
}

.menuMaster ul li #home{
	float: left;
	font-family:Arial, Helvetica, sans-serif;
	size: 16px;
	color: #3399ff;
	text-decoration: none;
	padding: 25px 30px 25px 30px;
	margin: 0;
	text-align: center;
	background: #e1f1fc;
	border-right: 1px #FFFFFF solid;
}
.menuMaster ul li #home.current_page_item, .menuMaster ul li #home:hover{
	background: #ffffff;
}

.menuMaster ul li #extra{
	float: left;
	font-family:Arial, Helvetica, sans-serif;
	size: 16px;
	color: #99cc66;
	text-decoration: none;
	padding: 25px 25px 25px 24px;
	margin: 0;
	text-align: center;
	background: #ebf5e0;
	border-right: 1px #FFFFFF solid;
}
.menuMaster ul li #extra.current_page_item, .menuMaster ul li #extra:hover {
	background: #ffffff;
}

#contentMain{
	clear:both;
	display:table;
	width: 977px;
}

#leftbar	{
	width:213px;
	float:left;
	display:table;
}








#contentHome{
	clear:both;
	display:table;
	width: 977px;
	margin-bottom: 20px;
}
#contentHome .banners{
	margin: 20px 5px 0px 5px;
	clear:both;
	display:table;
	width: 100%;
}
#contentHome .banner01{
	float:left;
	display:table;
	width: 563px;
	height: 291px;
	border: 1px #eaeaea solid;
}

#contentHome .banner02{
	margin-left: 15px;
	float:left;
	display:table;
	width: 382px;
	height: 291px;
	border: 1px #eaeaea solid;
}
.HomeLeft{
	width:250px;
	display:table;
	float:left;
}
.HomeLeft .Colunistas{
	float: left;
	width: 245px;
	display:table;
	margin-left: 5px;
	margin-top: 10px;
}
.HomeLeft .Colunistas h3{
	background:url(images/set.gif) no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight:bold;
	padding-left: 25px;
	margin:0px;
	color:#99cc33;
}
.HomeLeft .Colunistas .colunas{
	background: #e6f4cf;
	border-top: 3px solid #99cc33;
	display: table;
}
.HomeLeft .Colunistas .colunas .author-item	{
	width:245px;
	display:table;
	border-top:1px solid #c2e0a3;
}
.HomeLeft .Colunistas .colunas .author-item:hover	{
	background:#e6f5d6;
}
.HomeLeft .Colunistas .colunas .author-foto	{
	width:75px;
	display:table;
	float:left;
	text-align:center;
}
.HomeLeft .Colunistas .colunas .author-foto div	{
	width:47px;
	height:47px;
	background:url(images/author_foto_moldura.gif) no-repeat;
}
.HomeLeft .Colunistas .colunas .author-foto div img	{
	margin-top:3px;
	margin-left:1px;
}

.HomeLeft .Colunistas .colunas .author-descricao	{
	width:165px;
	display:table;
	float:left;
}
.HomeLeft .Colunistas .colunas .author-descricao a	{
	color:#669933;
	text-decoration:none;
}
.HomeLeft .Colunistas .colunas .author-descricao h2 {
	font-size: 13px;
	font-weight:bold;
	color:#669933;
	margin: 5px 0px 0px 0px;
	display: block;
}

.HomeLeft .Colunistas .colunas .author-descricao span{
	font-size: 12px;
	color:#669933;
	display: block;
	margin: 2px 0px 0px 0px;
}


.space4	{
	clear:both;
	height:4px;
	visibility:hidden;
}

.space5	{
	clear:both;
	height:5px;
	visibility:hidden;
}

.space10	{
	clear:both;
	height:10px;
	visibility:hidden;
}
/*





.HomeLeft .Colunistas .colunas ul{
	margin: 5px 0px 0px 0px;
	padding: 0px 0px 5px 0px;
	float: left;
	border-bottom: 1px #999999 solid;
}
.HomeLeft .Colunistas .colunas ul li{
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
	float:left;
	display: block;
	width: 245px;
}
.HomeLeft .Colunistas .colunas ul li img{
	float: left;
	border: 1px #666666 solid;
	
}

.HomeLeft .Colunistas .colunas ul span{
	font-family: Arial, Helvetica, sans-serif;
	float: left;
	font-size: 12px;
	color:#666666;
	font-weight:normal;
	display: block;
	margin: 0px 0px 0px 20px;
	*margin: 0px 0px 0px 20px;
	width: 160px;
}

.menuLeft{
	width:220px;
	display:table;
	float:left;
}
.menuLeft h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight:bold;
	margin:22px 0px 0px 22px;
	color:#99cc33;
}
.menuLeft h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight:bold;
	margin:-7px 0px 0px 22px;
	color:#99cc33;
}
.menuLeft h3{
	background:url(images/set.gif) no-repeat ;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight:bold;
	padding-left: 25px;
	margin:-7px 0px 0px 22px;
	color:#99cc33;
}

.menuLateral {
	margin-left: 5px;
	margin-bottom: 10px;
}
.menuLateral ul#menu {
width:200px;
border-top: 4px #99cc33 solid;
background:#00a0ec;
margin:0;
padding:0;
list-style-type:none;
}
.menuLateral ul#menu li {
border-bottom: 1px #01aef0 solid;
}
.menuLateral ul#menu li a:link, ul#menu li a:visited {
display:block;
text-decoration:none;
font-family:Arial, Helvetica, sans-serif;
font-size: 11px;
color:#fff;
padding-left:30px;
}
.menuLateral ul#menu li a:hover {
background-color: #01aef0;
color:#fff} 

.menuLeft .banner{
	margin-left: 5px;
	margin-bottom: 10px;
	
}
#contentDestaquesHome{
	width:705px;
	margin-left: 10px;
	float:left;
}
#contentDestaquesHome .MaisVistos{
	margin: 0px 0px 0px 15px;
	float:right;
	width: 205px;
}
#contentDestaquesHome .MaisVistos h3{
	background:url(images/set.gif) no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight:bold;
	padding-left: 25px;
	margin:0px;
	border-bottom: 2px solid #00a0ee;
	color:#0099ff;
}

#contentDestaquesHome .MaisVistos .conteudo {
	background:#d9f1fc;
	border-top: 3px solid #00a0ee;
	border-bottom: 1px solid #00a0ee;
	margin-bottom: 20px;
}
#contentDestaquesHome .MaisVistos .conteudo ul {
	margin: 0px;
	padding: 0px;
}
#contentDestaquesHome .MaisVistos .conteudo ul li{
	margin-left: 20px;
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #0099ff;
	padding: 2px 0px 3px 0px;
}
#contentDestaquesHome .MaisVistos .conteudo ul li a	{
	color: #0099ff;
	text-decoration:none;
}
#contentDestaquesHome .MaisVistos .conteudo ul li a:hover	{
	text-decoration:underline;
}
#avaliacaoHome{	
	margin-top: 20px;
	clear:both;
	width: 700px;
	float:left;
}
#avaliacaoHome h3{
	background:url(images/set.gif) no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight:bold;
	padding-left: 25px;
	margin:0px;
	border-bottom: 2px solid #00a0ee;
	color:#0099ff;
}
#avaliacaoHome .bannerAvalicao{
	margin: 10px 0px 0px 0px;
	padding: 0px;
}

#content #fullbanner-bottom	{
	width:970px;
}
#content #fullbanner-bottom .banner-item	{
	width:950px;
	height:120px;
	float:left;
	text-align:right;
}
#content #fullbanner-bottom .banner-titulo	{
	width:15px;
	height:120px;
	float:right;
}


#contentDestaquesHome .leiaMais{
	float:left;
	width: 480px;
	margin-top: 0px;
	
}

#contentDestaquesHome .leiaMais h3{
	background:url(images/set.gif) no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight:bold;
	padding-left: 25px;
	margin:0px;
	border-bottom: 2px solid #00a0ee;
	color:#0099ff;
}
#contentDestaquesHome .leiaMais .chamada a	{
	text-decoration:none;
	cursor:pointer !important;
}
#contentDestaquesHome .leiaMais .chamada ul{
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 5px 0px;
	float: left;
	border-bottom: 1px #999999 solid;
	width: 480px;
}
#contentDestaquesHome .leiaMais .chamada ul li{
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
	float:left;
	display: block;
	overflow: hidden;
}


#contentDestaquesHome .leiaMais .chamada ul li div.img {
	width:48px;
	height:48px;
	background:url(images/artigo_thumb_bg.gif) no-repeat;
	float: left;
}
#contentDestaquesHome .leiaMais .chamada ul li div.img img	{
	margin-top:3px;
	margin-left:3px;
	width:42px;
}
#contentDestaquesHome .leiaMais .chamada ul li h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight:bold;
	color:#999999;
	float:left;
	margin: 0px 0px 0px 20px;
	display: block;
	width: 400px;
}
#contentDestaquesHome .leiaMais .chamada ul span{
	font-family: Arial, Helvetica, sans-serif;
	float: left;
	font-size: 12px;
	color:#666666;
	font-weight:normal;
	display: block;
	margin: 0px 0px 0px 20px;
	*margin: 0px 0px 0px 20px;
	width: 400px;
}

#contentArtigos{
	width:570px;
	margin-left: 10px;
	float:left;
}
#contentArtigos .bannerArtigos{
	width: 569px;
	display:table;
	margin-top: 20px;
}

#contentArtigos .DestaqueArtigos{
	clear:both;
	width: 569px;
	margin-top: 15px;
}
#contentArtigos .DestaqueArtigos h3{
	background:url(images/set.gif) no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight:bold;
	padding-left: 25px;
	margin:0px;
	color:#0099ff;
}

#contentArtigos .DestaqueArtigos .Destaque {
	width:569px;
	background:#f9f9f9;
	margin-top:5px;
}

#contentArtigos .DestaqueArtigos .Destaque .Destaque-Imagem {
	width:285px;
	float: left;
}
	#contentArtigos .DestaqueArtigos .Destaque .Destaque-Imagem div	{
		width:259px;
		border: 2px #999999 solid;
		margin-left:3px;
	}
	#contentArtigos .DestaqueArtigos .Destaque .Destaque-Imagem div img	{
		width:255px; height:190px;
		margin:2px;
	}

#contentArtigos .DestaqueArtigos .Destaque .Destaque-Descricao	{
	width:260px;
	color:#676767;
}
#contentArtigos .DestaqueArtigos .Destaque .Destaque-Descricao h1.titulo{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight:bold;
	color:#0099ff;
	margin-top:25px;
}

#contentArtigos .DestaqueArtigos .Destaque .Destaque-Descricao p.conteudo{
	font-size: 14px;
	margin-top:5px;
}

#contentArtigos .leiaMais{
	clear:both;
	width: 569px;
	margin-top: 15px;
}

#contentArtigos .leiaMais h3{
	background:url(images/set.gif) no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight:bold;
	padding-left: 25px;
	margin:0px;
	border-bottom: 2px solid #00a0ee;
	color:#0099ff;
}

#contentArtigos .leiaMais .chamada a	{
	text-decoration:none;
	cursor:pointer !important;
}

#contentArtigos .leiaMais .chamada ul{
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 5px 0px;
	float: left;
	border-bottom: 1px #999999 solid;
	width: 569px;
}
#contentArtigos .leiaMais .chamada ul li{
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
	float:left;
	display: block;
	overflow: hidden;
}
#contentArtigos .leiaMais .chamada ul li div.img {
	width:39px;
	height:39px;
	background:url(images/artigo_thumb_33_bg.gif) no-repeat;
	float: left;
}
#contentArtigos .leiaMais .chamada ul li div.img img	{
	margin-top:3px;
	margin-left:3px;
	width:33px;
	height:33px;
}

#contentArtigos .leiaMais .chamada ul li h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight:bold;
	color:#989898;
	float:left;
	margin: 0px 0px 0px 15px;
	display: block;
	width: 400px;
}

#contentArtigos .leiaMais .chamada ul span{
	font-family: Arial, Helvetica, sans-serif;
	float: left;
	font-size: 12px;
	color:#666666;
	font-weight:normal;
	display: block;
	margin: 0px 0px 0px 15px;
	*margin: 0px 0px 0px 15px;
	width: 400px;
}


#contentArtigos .TesteColunas{
	clear:both;
	width: 569px;
	margin-top: 15px;
}
#contentArtigos .TesteColunas .teste{
	float: left;
	width: 225px;
}
#contentArtigos .TesteColunas .teste h3{
	background:url(images/set.gif) no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight:bold;
	padding-left: 25px;
	margin:0px;
	color:#0099ff;
}

#contentArtigos .TesteColunas .Colunistas{
	float: left;
	width: 330px;
	margin-left: 10px;
}

#contentArtigos .TesteColunas .Colunistas h3{
	background:url(images/set.gif) no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight:bold;
	padding-left: 25px;
	margin:0px;
	color:#99cc33;
}
#contentArtigos .TesteColunas .Colunistas .colunas{
	background: #e6f4cf;
	border-top: 3px solid #99cc33;
	display: table;
}

#contentArtigos .TesteColunas .Colunistas .colunas ul{
	margin: 5px 0px 0px 0px;
	padding: 0px 0px 5px 0px;
	float: left;
	border-bottom: 1px #999999 solid;
	
}
#contentArtigos .TesteColunas .Colunistas .colunas ul li{
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
	float:left;
	display: block;
	width: 329px;
}
#contentArtigos .TesteColunas .Colunistas .colunas ul li img{
	float: left;
	border: 1px #666666 solid;
	
}
#contentArtigos .TesteColunas .Colunistas .colunas ul li h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight:bold;
	color:#999999;
	float:left;
	margin: 0px 0px 0px 20px;
	display: block;
	width: 200px;
}
#contentArtigos .TesteColunas .Colunistas .colunas ul span{
	font-family: Arial, Helvetica, sans-serif;
	float: left;
	font-size: 12px;
	color:#666666;
	font-weight:normal;
	display: block;
	margin: 0px 0px 0px 20px;
	*margin: 0px 0px 0px 20px;
	width: 200px;
}
#contentArtigos .acoes{
	clear:both;
	width: 569px;
	margin-top: 15px;
}


#contentArtigos .acoes h3 {
	background:url(images/set.gif) no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight:bold;
	padding-left: 25px;
	margin:0px;
	color:#0099ff;
}
#contentArtigos .acoes .conteudo {
	background:#d9f1fc;
	border-top: 3px solid #00a0ee;
	border-bottom: 1px solid #00a0ee;
	margin-bottom: 20px;
}
#contentArtigos .acoes ul {
	margin: 0px;
	padding: 0px;
}
#contentArtigos .acoes ul li{
	margin-left: 30px;
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #0099ff;
	padding: 3px 0px 3px 0px;
}
#footer{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	clear: both;
	background:#0095e9;
	height:160px;
	width: 100%;
	display:table;
}
#footer .line{
	background:#0081d5;
	margin-top: 15px;
	height:47px;
	width: 100%;
	clear:both;
	
	background-image: url(images/rodape_continuacao.gif);
	background-repeat:no-repeat;
	background-position:top center;
}
#footer .line .rodape{
	width:977px;
	margin:auto;
}
#footer .line .rodape2{
	width:977px;
	margin:auto;
	clear:both;
}
#footer .line .rodape img{
	float:left;
}
#footer .line .copyright{
	float:left;
	color: #FFFFFF;
	display:block;
	margin-left: 20px;
	margin-top:2px;
}
#footer .line .copyright a, #footer .line .copyright a:visited{
	color: #FFFFFF;
	text-decoration: none;
}
#footer .line .copyright a:hover{
	color: #FFFFFF;
	text-decoration: underline;
}
#footer .line .copyright2{
	clear:both;
	width:947px;
	margin:auto;
	color: #FFFFFF;
	display:block;
	padding: 15px 0px 20px 30px;
}

.cleaner	{
	clear:both;
}
*/
.erro-descricao {
	color: #E60005 !important;
}
