.barra-menu{
	height: 100px;
}

.logo{
	/*margin: 15px 0 0 0;*/
	/*background: url(../images/sprite.png) no-repeat !important;*/
	display:block;
	position: relative;
	width: 265px;
	height: 110px;
	text-indent: -9999px;
	float: left;
}

.logo img{
  display: block;
  height: 108px;
  width: 270px;
}

header{  
	height: 110px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.2);
    display: block;
    width: 100%;
    z-index: 999;
}

.menu-index{
	width: auto;
	height: 110px;
	float: right;

}

.menu-index li{
	float:left;
	/*min-width: 70px;*/
	width: auto;
	height: 110px;
	/*border-radius: 50%;*/
	color: #333;
	line-height: 110px;
	text-align: center;
}


.menu-index li a{
	/*min-width: 70px;*/
	display: block;
	width: auto;
	height: 105px;
	/*border-radius: 50%;*/
	padding: 0px 15px 0px 15px;
	color: #777;
	line-height: 110px;
	font-weight: bold;
	font-size: 16px;
	text-align: center;

	transition: ease-in-out 0.15s;
}

.menu-index li address{
	line-height: 110px;
	text-align: right;
	color: #f15f22;
	padding-left:15px;
}

.menu-index li address strong{font-weight: 800;}

.menu-index li:hover a, a.active{
	color: #f15f22 !important;
	border-bottom: 5px solid #f15f22;
}

.menu-index span{
	display: none;
	/*position: relative;*/
	/*margin: 30px auto 0 auto;*/
	clear: both;
	font-weight: normal;
	font-size: 12px;
	text-align: center;
	width: 100%;
	color: #888;
	padding-top: 10px;
}

.menu-index li:hover a span{
	color: #7a2b0b;
}

.menu-ativo span{
	color: #973912;
}

#jimagem{
	background: #303030;
	width: 100%;
	height: 540px;
	clear:both;
}
#jimagem div img{
	display:block;
	margin: 0 auto;
	position: absolute;
	z-index: 5;
}

#jimagem img.active{
	z-index: 10;
}

#jimagem img.last-active{
	z-index: 9;
}

#sombra-esq{
	background: url(../images/jquery/sombra-esq.png) no-repeat !important;
	width: 254px;
	height: 540px;
	margin: 0 auto;
	left: 0px;
	position: absolute;
	z-index: 50;
}

#sombra-dir{
	background: url(../images/jquery/sombra-dir.png) no-repeat !important;
	width: 254px;
	height: 540px;
	margin: 0 auto;
	position: absolute;
	right: 0px;
	z-index: 50;
}

.news{
	margin-top: 10px;
}

.news ul{
	display:block;
	width: 1020px;
	height: 180px;
	margin: 0 auto;
}

.news li a{
	display:block;
	width: 330px;
	height: 180px;
	margin: 0 0 0 10px;
	float: left;
}

.news h3{
	margin: 0px 0 0 10px;
}

.news img{
	position: absolute;
	z-index: 1;
}

.tts{
	opacity: 0.7;
	background: #000;
	display:block;
	width: 320px;
	position: absolute;
	z-index: 3;
	bottom: 0;
	color: #fff;
	text-align: left;
	padding: 5px;
	font-size: 14px;
	font-weight: normal;

}


.news ul li a:hover h4{
	background-image: url(../images/fundo_lupa.png) !important;
	/*height: 170px;*/
}


.news ul li a h4{
	height: 40px;

/*	transition: ease-in-out 0.25s;
	-moz-transition: ease-in-out 0.25s;
	-o-transition: ease-in-out 0.25s;
	-webkit-transition: ease-in-out 0.25s;*/
}

.red{
	background: red;
}

.ntitulo{
	text-align: center;
	font-size: 20px !important;
	background: url(../images/lupa.png) 140px 90px no-repeat !important;
	height: 170px;
}

.fundo-new{
	opacity: 0.8;
	display:block;
	width: 320px;
	height: 40px;
	padding: 5px;
	bottom: 0;
	position: absolute;
	z-index: 2;
}

.newshover{
	display:block;
	height: 180px;
	width: 330px;
	bottom: 0;
	position: absolute;
	z-index: 2;
}




