#home #principal {
	background: #fff url("../imagens/background/tres-colunas-home.png") no-repeat center 410px;
}

#home #banner {
	height: 415px;
}

#home .tres-colunas-grupo {
	width: 958px;
	margin: 0 auto;
}

	#home .tres-colunas {
		height: 343px;
		width: 319px;
		float: left;
	}

		#home .tres-colunas h2 {
			font-family: "Kozuka Gothic Pro Light", Helvetica, Arial, Sans-serif;
			font-weight: lighter;
			line-height: 1.8em;
			padding: 30px 0 0;
		}

			#home .tres-colunas h2 a {
				display: block;
				font-size: 3.1em;
				padding: 10px 0 30px 55px;
				margin-right: 10px;
				position: relative;
			}

			#home .tres-colunas h2 a:hover,
			#home .tres-colunas h2 a:focus {
				color: #1a6066;
				border: 0;
			}

		#home .tres-colunas h3 {
			font-size: 1.6em;
			font-weight: normal;
			font-family: Helvetica, Arial, Sans-serif;
			color: #655a48;
			margin: -25px 0 35px 55px;
		}

		#home .tres-colunas p,
		#home .tres-colunas div#lancamentos {
			margin: 0 10px 0 57px;
			height: 160px;
		}

		#home .tres-colunas p.veja-mais {
			margin: 0 10px 0 52px;
			height: auto;
		}

		#home .tres-colunas ul {
			margin: 0 10px 0 90px;
			height: 160px;
			text-indent: -38px;
		}

			#home .tres-colunas ul a {
				color: #5a4e3b;
				display: block;
				padding: 3px;
			}
			
			#home .tres-colunas ul li {
				border-bottom: 1px dotted #665b47;
				text-align: left;
				margin-bottom: 0;
			}

			#home .tres-colunas ul li.ultimo {
				border-bottom: 0;
			}

			#home .tres-colunas ul strong {
				color: #1a6066;
			}

			#home .tres-colunas ul a:hover,
			#home .tres-colunas ul a:focus {
				color: #fff;
				border: 0;
				background-color: #1a6066;
			}
