/************BANNER PRINCIPAL*******************/
#banner_princ{
	display:block;
	width:100%;
	height:252px;
	/*background-color:#0085B1;
	background-color:#b9d3dc;*/
	background:#f1f1f1;
	z-index:0;
	margin-top: 2px;
}
	.banner_princ_int-bg{
		width:100%;
		height:252px;
		/*background:url(../imagens/banner/bg_banner.jpg);*/
		background-color: #fff;
	}

	.banner_princ_int{
		display:block;
		/*width:970px;*/
		width:990px;
		height:250px;
		margin:auto;
		/*background:url(../imagens/banner/bg_banner.jpg);*/
		background-repeat:no-repeat;
		z-index:0;
		position: relative;
		/*overflow: hidden;*/
		/*padding-left: 20px;*/
	}

		#slideshow{
			display:block;
			background:none;
			/*width: 850px;*/
		    width: 100%;
			/*height: 236px;*/
			height: 250px;
			margin: auto;
			float: left;
		}

#slideshow a{
	text-decoration:none;
}

.box-hidden {
	width: 960px;
	overflow: hidden;
	margin-left: 24px;
	position: relative;
}

/*Navegadores*/
	#banner_navegadores{
		display:block;
		margin:auto;
		margin-top: 4px;
	}

		#banner_navegadores a{
			display:block;
			width:16px;
			height:16px;
			float:left;
			text-indent:-8000em;
			margin:0px 4px 0px 4px;
		}

			#banner_navegadores-links > a{
				/*background:url(/imagens/navegadores.png);*/
				width: 25px;
				height: 6px;
				margin: 2px;
				/*background: #004c6d;
				background-position: -35px -148px;*/
				/*border: 1px solid #004c6d;*/
				background: rgba(170,170,170, 0.5);
				box-sizing: border-box;
				-moz-box-sizing: border-box;
				-webkit-box-sizing: border-box;
			}

				.banner_acaoPause{ background:url(/imagens/navegadores.png); background-position: -35px -94px; display: none !important;}
				.banner_acaoPlay{ background:url(/imagens/navegadores.png); background-position: -35px -113px; display: none !important;}

		/*#banner_navegadores a.activeSlide{background-position: -35px -131px;}*/
		/*#banner_navegadores a.activeSlide{background: #aaa;}*/
		#banner_navegadores a.activeSlide{background: #004c6d;}
		.banner_princ_int-bg .banner_princ_int .banner_limit {
			width: 960px;
			margin-left: 24px;
		}


	/*banner interno*/
	.slideshow_int-1{
		display:block;
		width:960px;
		height:230px;
		_height:165px;
		background:none;
		z-index:0;
	}

		.slideshow_int-1-esq{
			display:block;
			float:left;
			width:auto;
			height:auto;
			margin:5px 0px 0px 70px;
		}
			.slideshow_int-1-esq img{ height:215px;}

		.slideshow_int-1-dir{
			display:block;
			float:right;
			width:auto;
			height:auto;
			text-align:right;
			margin:28px 70px 0px 0px;
		}

			.slideshow_int-titulo{
				font-family:Arial, Helvetica, sans-serif;
				font-size:23px;
				color:#0085b1;
				font-weight:bold;
				margin-bottom:16px;

			}
					.slideshow_int-texto1{
						font-family:Arial, Helvetica, sans-serif;
						font-size:16px;
						color:#426791;
						font-weight:bold;
						margin-bottom:5px;
					}

					.slideshow_int-texto2{
						font-family:Arial, Helvetica, sans-serif;
						font-size:28px;
						color:#0085b1;
						font-weight:bold;
					}

/*flexa animada nao funciona no ie6*/
.nav_banner_top{
	display:block;
	height:9px;
	width:806px;
	margin:auto;
}
.nav_banner_seta{
	display:block;
	_display:none;
	width:17px;
	height:9px;
	position:absolute;
	background:url(../imagens/banner/banner_seta.png);
	_background:url(../imagens/banner/banner_seta.gif);
	background-repeat:no-repeat;
	margin-left:29px;

}
#nav_banner{
	display:block;
	height:49px;
	width:806px;
	background:url(../imagens/banner/links_on.jpg);
	margin:auto;
}

#nav_banner li{
	display:block;
	list-style:none;
	float:left;
}

.arrow-nav {
	z-index: 9999;
	position: absolute;
    top: 50%;
	width: 100px;
	height: 100px;
    border-radius: 100%;
    border: none;
    color: #aaa;
    font-size: 20px;
    margin-top: -50px;
    /*opacity: 0.6;*/
    cursor: pointer;
    background: rgba(224,224,224, 0.8);
    transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
}

.arrow-nav.prev {
	left: -75px;
	text-align: right;
    background: rgba(224,224,224,0.4);
}
.arrow-nav.prev:hover {
	left: -50px;
}
.arrow-nav.prev i {
    margin-right: 25px;
}

.arrow-nav.next {
	right: -75px;
	text-align: left;
}
.arrow-nav.next:hover {
	right: -50px;
}
.arrow-nav.next i{
    margin-left: 25px;
}

/*Navegacao interna "Bolinhas"*/
#itemnav_banner{
	clear:both;
	display:block;
	margin:auto;
	width:auto;
	height:12px;
}

#banner_tag {
	display:none;
	width: 167px;
	height: 160px;
	position: absolute;
	right: 5px;
	background-image:url(../imagens/banner_tag.png);
	background-repeat:no-repeat;
	padding-top:15px;
}

#banner_tag p{
	display:block;
	margin:auto;
	color:#ddecec;
	font-weight:bold;
}

#banner_tag p:nth-child(1){	font-size:20px;}
#banner_tag p:nth-child(2){	font-size:35px; margin-top:18px;}
#banner_tag p:nth-child(3){	font-size:25px;}


.banner-secund{
	background:#E0E5EB;
	display:none;
	width:100%;
	height:85px;
	border-top:1px solid  #cecece;
	border-bottom:1px solid #cecece;
	z-index:0;
}

	.banner-secund-int{
		display:block;
		width:990px;
		height:85px;
		margin:auto;
	}
	 	.banner-secund-int-logo{
			display:block;
			float:left;
			width:100px;
			height:85px;
		}

		.banner-secund-int-lotes{
			display:block;
			width:890px;
			height:85px;
			float:left;
		}
			.banner-secund-int-lotes-bl{
				display:block;
				float:left;
				width:445px;
				height:85px;
			}
				.banner-secund-int-lotes-bl .img{
					float:left;
					height:85px;
					display:block;
					margin-right:10px;
					width:130px;
					position:relative;
				}
					.banner-secund-int-lotes-bl .img img{display:block; max-height:84px; margin:auto; position: absolute; bottom:0;}

				.banner-secund-int-lotes-bl .descricao{
					display:block;
					float:left;
					height:85px;
					width:auto;
					text-align:left;
					max-width:300px;
				}
					.banner-secund-int-lotes-bl .descricao .txt1{ display:block; font-size:13px; color:#0085b1; margin-top:8px;}
					.banner-secund-int-lotes-bl .descricao .txt2{ display:block; font-size:10px; color:#929292; margin-top:3px;}
					.banner-secund-int-lotes-bl .descricao .txt3{ display:block; font-size:15px; color:#0085b1; margin-top:15px;}
.border{
	border: solid 1px #000;
}