body {
	margin: 0;
	font-family: "Myriad Pro", Arial, Helvetica, sans-serif;
	background-image: url('../images/fundoEsc.jpg');
}

img {
	border: none;
}

@font-face {
	font-family: helveticaneue;
	src: url('../fonts/GOTHIC.TTF');
}

.f {
	font: 12px helveticaneue, Arial, Tahoma, Sans-serif;
	color: #FFF;
}

/* Gallery styles */
#gallery {
	width: 920px;
}

#slides-container,
#slides {
	width: 920px;
	overflow: hidden;
}

#slides-container {
	position: relative;
	height: 505px;
}

#slides {
	height: 450px;
}

.slide {
	float: left;
}
	.slide img {
		width: 921px;
		height: 401px;
	}

#menu {
	height: 45px;
}

ul {
	margin: 0px;
	padding: 0px;
}

li {
	width: 20px;
	display:inline-block;
	list-style: none;
	height: 20px;
	overflow: hidden;
}
	li.act,
	li.act:hover {
		background:url(../images/active_bg.png) no-repeat;
	}

	li.act a {
		cursor: default;
	}

.fbar {
	width: 2px;
}

li a {
	display: block;
	height: 35px;
}

h1 {
	font-size: 36px;
	font-weight: normal;
	margin-bottom: 15px;
}

h2 {
	font-size: 12px;
	font-weight: normal;
	position: absolute;
	right: 0;
	text-transform: uppercase;
	top: 15px;
}

#main {
	width: 920px;
	margin: 15px auto;
	text-align: center;
	position: relative;
}

a,
a:visited {
	color: #CCC;
	text-decoration: none;
	outline: none;
}

a:hover {
	text-decoration: underline;
}

p {
	padding: 10px;
	text-align: center;
}

.nvis {
    height: 30px;
	margin-top: 27px;
	text-align: center;
}
	.nvis > font {
		padding: 5px 10px;
		color: #fff;
		background: #F60;
		border-radius: 2px;
	}

.cards,
.brasao {
	margin: 0;
	background-repeat: no-repeat-x;
	background-repeat: no-repeat-y;
	position: absolute;
}

.cards {
	left: 372px;
	top: 385px;
	width: 800px;
	height: 55px;
}

.brasao {
	left:-15px;
	top:-5px;
	width: 32px;
	height: 55px;

}

.container {
	padding: 20px;
	margin: 2px 0 1px 0;
	background:#fff;
}

#minitabs {
	margin: 0;
	padding:36px ;/*linha*/
	border-bottom: 1px solid #CCCCCC;
}

	#minitabs li {
		margin: 0;
		padding: 0;
		display: inline;
		list-style-type: none;
	}

	#minitabs a:link,
	#minitabs a:visited {
		float: left;
		font-size: 15px;
		line-height: 23px;/*distancia da fonte da linha */
		/*font-weight: bold; */
		font-family: Verdana, Geneva, sans-serif;
		margin: 0 23px 1px 10px;
		padding-bottom: 2px;
		text-decoration: none;
		color: #FFF;
	}

	#minitabs a.active:link,
	#minitabs a.active:visited,
	#minitabs a:hover {
		border-bottom: 4px solid #C30;
		padding-bottom: 1px;
		color: #39F;
	}

.view-gallery {
	margin-right: 15px;
}

.container-360 {
	width: 920px;
	height: 400px;
	position: relative;
	overflow: hidden;
	cursor: none;
}

.image-360 {
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: auto;
	bottom: auto;
}

.logo-i9 {
	display: inline-block;
	width: 28px;
	height: 30px;
	background: transparent url('../images/logo-i9.png') 0 0 no-repeat;
}
	.logo-i9:hover {
		background-position: -28px 0;
	}
