@font-face {
	font-family: "AvanGarl";
	src: url('http://i0.statig.com.br/infograficos/u2turne360/fonts/SHAVGIMN.TTF') format('truetype')
}

/**
 * NAV
 */

.nav{
	margin : auto;
	text-align :center;
	height : 14px;
	width : 988px;
}
.nav_item {
	float : left;
	cursor : pointer;
	font-family : AvanGarl, Helvetica;
	font-size : 12px;
	color : #9da09e;
	letter-spacing : 1px;
	padding-left : 0px;
	margin : 0;
	border : none;
}
.nav_item:hover{
	color : #9cc02d;
}
.nav_item_selected {
	float : left;
	cursor : default;
	font-family : AvanGarl, Helvetica;
	font-size : 12px;
	color : #9cc02d;
	letter-spacing : 1px;
	padding-left : 0px;
	margin : 0;
	border : none;
}

.nav_div{
	float : left;
	cursor : default;
	padding-left : 1px;
	padding-right : 1px;
	margin : 0;
	border : none;
	margin-top : -2px;
}

/**
 * CONTENT
 */
.content_title {
	font-family: AvanGarl , Helvetica;
	font-size:  18px;
	text-transform: uppercase;
	color: #9cc02d;
}
.content_text {
	font-family:AvanGarl, Helvetica;
	font-size:  13px;
	line-height: 16px;
	letter-spacing:1px;
	color: #edeff1;
}
.close_button {
	cursor: pointer;
}

/**
 * Hotspots
 */
.hotspot{
	cursor: pointer;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius : 25px;
}

.hotspot_text{
	font-family:AvanGarl, Helvetica;
	font-size:  12px;
	color: #727573;
	background-color : #e8e9e9;
	padding : 4px 8px 4px 8px;
	letter-spacing : 1px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius : 25px;
	-webkit-box-shadow: 1px 1px 6px #000;
	-moz-box-shadow: 1px 1px 6px #000;
	box-shadow: 1px 1px 6px #000;
}

