/*PRODUTOS
*****************************************************************************************/
		#conteudo h2 {
			background:url(../images/novidades/novidades.gif) no-repeat;
			width:509px;
			height:47px;
			position:relative;
			margin-bottom:10px;
		}

/*DESTAQUE
*****************************************************************************************/
		#caixa_destaque {
			background:url(../images/novidades/caixa_destaque.gif) no-repeat;
			width:519px;
			height:200px;
			position:relative;
			margin-bottom:20px;
		}
		
		#caixa_destaque p {
			margin-left:10px;
			top:10px;
		}
		
		#caixa_destaque a {
			background:url(../images/novidades/leia_mais.gif) no-repeat bottom left;
			width:84px;
			height:28px;
			display:block;
			float:left;
			left:12px;
			top:13px;
		}
		
/*MAIS NOVIDADES
*****************************************************************************************/
		
			#titulo {
				background:url(../images/novidades/mais_novidades.gif) no-repeat;
				width:145px;
				height:30px;
				position:relative;
			}
			
			#mais_novidades {
				padding-bottom:50px;
			}
			
			
			#mais_novidades li {
				left:30px;
				margin-top:5px;
				padding:0 0 0 20px;
			}
			
			#mais_novidades a {
				background:url(../images/novidades/flecha.gif) no-repeat;
				display:block;
				color:#8e2020;
				padding:0 0 0 20px;
				height:16px;
			}
			
			#mais_novidades a:hover {
				color:#666666;
			}
			
			.data {
				margin-right:15px;
				color:#666666;
			}
