@import url(base.css);

#column h2 {
	/*background-position: 5px;
	border-top: 2px solid #009B00;
	border-bottom: 2px solid #DFDFDF;
	margin: 0 0 5px 10px;
	padding: 3px 4px 0 4px;
	font-size: 136%;
	font-weight: normal;*/
}

h3 {
	font-size: 114%;
	font-weight: normal;
	margin: 0 0 10px 0;
}

#main {
	background: transparent url(../img/design/home/crumbs-bg.png) no-repeat;
}

#crumbs {
	display: none;
}

#column {
	padding-top: 0;
	width: 320px;
}

#content {
	width: 630px;
}

#eventos-news {
	float: left;
	width: 304px;
}

/* Campanhas */
#campanhas {
	float: left;
	width: 326px;
	padding: 50px 0 0 0;
}

.campanha {
	float: left;
	height: 126px;
	position: relative;
	margin: 0 0 15px 5px;
}
	.campanha .info {
		background: #FFF;
		position: absolute;
		top: 3px;
		left: 3px;
		width: 310px;
	}
	.campanha h3 {
		margin: 4px 120px 0 6px;
	}
	.campanha small {
		display: block;
		color: #666;
		font-size: 87%;
		font-weight: bold;
		padding: 0 6px 6px 6px;
	}

a.campanha-download {
	background: #FFF url(../img/design/download-button.png) no-repeat left top;
	display: block;
	height: 28px;
	width: 100px;
	overflow: hidden;
	text-indent: -1000em;
	position: absolute;
	right: 6px;
	top: 6px;
}
	a.campanha-download:hover {
		background-position: left bottom;
	}


#eventos {
	margin: 0 20px 0 15px;
	font-size: 93%;
}
	#eventos .evento {
		padding-top: 5px;
	}
	#eventos h2 {
		background-position: right top;
		margin: 10px 0 0 0;
	}
	#eventos h3 {
		border-bottom: 1px solid #DFDFDF;
		margin: 0;
	}
	#eventos .foto {
		background-color: #FFF;
		float: right;
		border: 1px solid #DFDFDF;
		width: 80px;
		height: 60px;
		margin-left: 15px;
	}
		#eventos .foto span {
			display: block;
			background: #FFF no-repeat center;
			height: 58px;
			width: 78px;
			margin: 1px;
		}
	#eventos .excerto p {
		padding: 5px 0;
	}
	#eventos small {
		text-transform: uppercase;
		font-size: 87%;
		font-weight: bold;
		color: #666;
	}

#content h2 {
	/*border-top: 2px solid #009B00;
	border-bottom: 2px solid #DFDFDF;
	background-position: 5px 5px;
	margin: 20px 0 5px 20px;
	padding: 3px 4px 0 4px;
	font-size: 136%;*/
}

#produtos {
	margin-top: 0;
}
	#produtos-wrap {
		border-bottom: 1px solid #DFDFDF;
		margin: 0 0 5px 15px;
		padding-bottom: 5px;
	}
	#produtos h2 {
		background-position: right top;
		margin: 10px 0 0 20px;
	}

	a#produtos-ver-mais {
		background: #FFF url(../img/design/lermais-button.png) no-repeat left top;
		display: block;
		height: 28px;
		width: 100px;
		overflow: hidden;
		text-indent: -1000em;
		float: right;
	}
		a#produtos-ver-mais:hover {
			background-position: left bottom;
		}

.produto {
	margin: 15px 0 0 0;
}
	.produto h3 {
		font-size: 98%;
		font-weight: bold;
		margin: 0 10px 0 90px;
		padding-top: 5px;
	}
	.produto .foto {
		float: left;
		border: 1px solid #DFDFDF;
		width: 80px;
		height: 60px;
	}

#newsletters {
	margin: 0 20px 0 15px;
	padding-top: 10px;
}

	#newsletters h2 {
		background-position: right center;
		border-bottom: 2px solid #DFDFDF;
	}
	.newsletter h3 {
		margin: 0 0 0 5px;
		border-bottom: 1px solid #DFDFDF/*#74B076*/;
	}
	.newsletter-info {
		float: left;
		width: 145px;
	}
		.newsletter-info .mes, .newsletter-info .ano {
			display: block;
			margin-left: 5px;
		}

		.newsletter-info .mes {
			margin-top: 10px;
			text-transform: uppercase;
		}
		.newsletter-info .ano {
			font-size: 200%;
		}
		.newsletter-imagem .numero {
			color: #666;
			background: #FFF;
			position: absolute;
			top: 0;
			left: 0;
			width: 91%;
			padding: 5px;
			display: block;
			font-size: 97%;
			font-weight: bold;
		}
	.newsletter-imagem {
		position: relative;
		float: left;
		border: 1px solid #DFDFDF;
		width: 122px;
		height: 162px;
	}
		.newsletter-imagem a {
			display: block;
			margin: 1px;
		}

#usadas {
	padding: 15px 5px 0 15px;
}
	#usadas h2 {
                border-bottom: 2px solid #DFDFDF;
		margin-left: 0;
	}

