@charset "utf-8";
/* CSS Document */

#home{
}
	/* Banner */
	#home #banner {
		width: 950px;
		margin: auto;
		padding-bottom: 15px;
	}
		#home #banner #scroll {
			width: 950px;
			height: 370px;
			overflow: hidden;
		}
			#home #banner #scroll #caixa {
				height: 370px;
			}
				#home #banner #scroll #caixa span {
					float: left;
					width: 950px;
					height: 370px;
					background: no-repeat center center;
				}
					#home #banner #scroll #caixa a {
						display: block;
						width: 100%;
						height: 100%;
					}

		/* Setas */
		#home #banner #ante,
		#home #banner #prox {
			position: absolute;
			width: 50px;
			height: 50px;
			line-height: 50px;
			overflow: hidden;
			margin-top: -185px;
			text-indent: -9999px;
			cursor: pointer;
			background: url(../img/banner_sprite.png) no-repeat;
		}
		#home #banner #ante.disabled,
		#home #banner #prox.disabled {
			cursor: default;
		}
		#home #banner #ante {
			margin-left: 10px;
			background-position: 0px 0px;
		}
		#home #banner #ante:hover {
			background-position: 0px -50px;
		}
		#home #banner #prox {
			margin-left: 890px;
			background-position: -50px 0px;
		}
		#home #banner #prox:hover {
			background-position: -50px -50px;
		}

		/* Botões */
		#home #banner #navs {
			width: 950px;
			margin: auto;
			overflow: hidden;
		}
			#home #banner #navs div {
				margin-top: 10px;
				float: right;
			}
				#home #banner #navs div span {
					float: left;
					width: 12px;
					height: 12px;
					margin-left: 10px;
					cursor: pointer;
					background: url(../img/banner_sprite.png) no-repeat 0px -98px;
				}
				#home #banner #navs div span.active {
					cursor: default;
					background-position: 0px -120px;
				}
				/* Primeiro item */
				#home #banner #navs div span:first-child {
					margin: 0;
				}







	#home #linha{
		height: 1px;
		overflow: hidden;
		background: #C0C0C0;
	}
	#home #blocos{
		overflow: hidden;
		margin: 20px 0 40px;
	}
		#home #blocos li{
			float: left;
			width: 300px;
			margin-right: 25px;
		}
			#home #blocos li .titulo{
				height: 33px;
				line-height: 33px;
				margin-bottom: 5px;
				padding-left: 10px;
				color: #2f2f2f;
				text-transform: uppercase;
				background: url(../img/titulos_bg.jpg) repeat #DDDED8;
			}
				#home #blocos li .titulo a{
					color: #2f2f2f;
					text-transform: none;
					text-decoration: none;
				}
				#home #blocos li .titulo a:hover,
				#home #blocos li .titulo a:focus{
					color: #000;
				}
				#home #blocos li .twitter{
					padding-left: 25px;
				background: url(../img/home_twitter.png) no-repeat left center;
				}
			#home #blocos li .conteudo{
				height: 133px;
				overflow: hidden;
			}
				#home #blocos li .conteudo p{
					margin: 0;
					padding: 8px 5px;
					line-height: 1.35em;
					font-size: 0.9em;
				}
	
