@import url(base.css);

#banner-time {
	height: 1px;
	width: 50px;
	background-color: #000;
	overflow: hidden;
	position: absolute;
	right: 20px;
	top: 24px;
}
	#banner-time span {
		display: block;
		background-color: #C00;
		width: 0;
		height: 1px;
	}

#banners .carousel-wrap {
	background: #222;
}
#banners ul {
	margin: 0;
	padding: 0;
	list-style: none;
	height: 150px;
}
#banners li {
	height: 150px;
	position: relative;
	display: none;
}
#banners .center-wrap {
	position: absolute;
	top: 10px;
	right: 20px;
}
	#banners .carousel-control {
		display: none;
	}
	#banners .center-wrap p {
		margin: 0;
	}
	#banners .center-wrap a {
		background: transparent url(../img/home/banner-nav-bullet.png) no-repeat;
		display: block;
		text-indent: -1000em;
		float: left;
		height: 10px;
		width: 10px;
		margin-left: 6px;
		cursor: pointer;
	}
		#banners .center-wrap a:hover {
			background-position: center -20px;
		}
		#banners .center-wrap a.active {
			background-position: center -10px;
		}

	.banner-top, .banner-bottom {
		position: absolute;
		left: 4px;
		height: 1px;
		width: 784px;
		background-color: #FFF;
		top: 26px;
	}
	.banner-bottom {
		top: 175px;
		background-color: #000;
	}

	.banner-text  {
		position: absolute;
		top: 5px;
		left: 0;
		padding: 15px;
		margin: 0 5px;
	}
	.align-T .banner-text {
		width: 100%;
	}
	.align-TL .banner-text {
		width: auto;
	}
	.align-TR .banner-text {
		left: auto;
		right: 0;
		width: auto;
	}
	.align-B .banner-text {
		width: 100%;
		bottom: 5px;
		top: auto;
	}
	.align-BL .banner-text {
		width: auto;
		bottom: 5px;
		top: auto;
	}
	.align-BR .banner-text {
		left: auto;
		top: auto;
		right: 0;
		bottom: 5px;
		width: auto;
	}
		.banner-text h1 {
			font-size: 153.9%;
			margin: 0;
			color: #FFF;
			text-shadow: #000 1px 1px;
		}
		.banner-text p {
			color: #DFDFDF;
			font-size: 108%;
			margin: 15px 0 0 0;
		}

#noticias {
	float: left;
	width: 420px;
	padding-top: 2px;
}
	#noticias h2 {
		background: #FFF url(../img/clubes/noticias-title-bg.png) no-repeat left bottom;
		padding: 6px 10px;
		margin: 10px 0;
		font-size: 108%;
		text-transform: uppercase;
		color: #C00;
	}
	.cufon-active #noticias h2 {
		font-size: 123.1%;
	}

.noticia {
	clear: both;
	margin: 0 24px 20px 10px;
	padding-bottom: 5px;
	border-bottom: 1px solid #DFDFDF;
}
	.noticia-imagem {
		background: #FFF url(../img/noticias/thumb-bg.png) no-repeat;
		float: right;
		height: 66px;
		width: 86px;
	}
		.noticia-imagem img {
			margin: 3px;
		}
	.noticia-inner {
		margin-right: 90px;
	}
		.noticia h4 {
			margin: 0 0 4px 0;
			font-size: 93%;
		}
		.noticia span {
			color: #666;
			text-transform: uppercase;
			font-size: 77%;
			font-weight: bold;
		}
		.noticia p {
			margin: 6px 0 0 0;
			font-size: 77%;
		}
	.noticia-vermais {
                display: block;
                font-size: 85%;
                margin: 5px 0;
        }


#documentos {
	background: #FFF url(../img/home/documentos-bg.png) no-repeat bottom;
	float: left;
	width: 220px;
	margin-top: 8px;
}
	#documentos h2 {
		background: #FFF url(../img/home/documentos-title.png) no-repeat;
		height: 30px;
		text-indent: -1000em;
		margin: 0;
	}
		#documentos .documento {
			padding: 10px 0 5px 0;
		}
		#documentos h3 {
			border-bottom: 1px solid #DFDFDF;
			padding: 0 10px 2px 8px;
			margin: 0;
			font-size: 93%;
		}
			#documentos h3 a {
				display: block;
				background: url(../img/paginas/download.png) no-repeat left top;
				padding-left: 16px;
				line-height: 16px;
			}
		#documentos p {
			margin: 0;
			float: right;
			padding-right: 10px;
			font-size: 93%;
		}
		#documentos span {
			color: #777;
			font-size: 85%;
			font-weight: bold;
			display: block;
			padding: 2px 0 2px 10px;
		}
