@charset "utf-8";
/* CSS Document */

@font-face {
	font-family: 'SegoeBold';
	src: url('../fonts/SegoeUI-Bold.eot');
	src: url('../fonts/SegoeUI-Bold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/SegoeUI-Bold.woff2') format('woff2'),
		url('../fonts/SegoeUI-Bold.woff') format('woff'),
		url('../fonts/SegoeUI-Bold.ttf') format('truetype'),
		url('../fonts/SegoeUI-Bold.svg#SegoeUI-Bold') format('svg');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'Segoe UI';
	src: url('../fonts/SegoeUI-SemiBold.eot');
	src: url('../fonts/SegoeUI-SemiBold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/SegoeUI-SemiBold.woff2') format('woff2'),
		url('../fonts/SegoeUI-SemiBold.woff') format('woff'),
		url('../fonts/SegoeUI-SemiBold.ttf') format('truetype'),
		url('../fonts/SegoeUI-SemiBold.svg#SegoeUI-SemiBold') format('svg');
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: 'Avant';
	src: url('../fonts/Avant-gardebook.eot');
	src: url('../fonts/Avant-gardebook.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Avant-gardebook.woff2') format('woff2'),
		url('../fonts/Avant-gardebook.woff') format('woff'),
		url('../fonts/Avant-gardebook.ttf') format('truetype'),
		url('../fonts/Avant-gardebook.svg#Avant-gardebook') format('svg');
	font-weight: normal;
	font-style: normal;
}


@font-face {
	font-family: 'Intro Bold Alt';
	src: url('Intro-Bold-Alt.eot');
	src: url('../fonts/Intro-Bold-Alt.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Intro-Bold-Alt.woff2') format('woff2'),
		url('../fonts/Intro-Bold-Alt.woff') format('woff'),
		url('../fonts/Intro-Bold-Alt.ttf') format('truetype'),
		url('../fonts/Intro-Bold-Alt.svg#Intro-Bold-Alt') format('svg');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'Intro Book';
	src: url('../fonts/Intro-Book.eot');
	src: url('../fonts/Intro-Book.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Intro-Book.woff2') format('woff2'),
		url('../fonts/Intro-Book.woff') format('woff'),
		url('../fonts/Intro-Book.ttf') format('truetype'),
		url('../fonts/Intro-Book.svg#Intro-Book') format('svg');
	font-weight: normal;
	font-style: normal;
}


body {
	font-family: 'avant';
	font-size:16px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	color:#000;
	line-height:22px;
	height:100%;
	background-color:#fff;
}

.principal{
	height:100%;
	margin-top:0px;
}


.sub-localizador {
	font-family: 'SegoeBold';
	font-size:18px;
	color: #7c96c7;
	text-decoration: none;
}

.txt{
	margin-bottom:20px;
}

.tour {
	font-family: 'Segoe UI';
	font-size:16px;
	color: #45862d;
}


.voltar   {
	font-family: 'Segoe UI';
	color: #000;
	text-decoration: none;

}

.voltar   a:link  {
	font-family: 'Segoe UI';
	color: #45862d;
	text-decoration: none;
	} 
	
.voltar   a:visited {
	font-family: 'Segoe UI';
	color: #45862d;
	text-decoration: none;
}
.voltar  a:hover {
	font-family: 'Segoe UI';
	color: #45862d;
	text-decoration: none;
}

.voltar a:active {
	font-family: 'Segoe UI';
	color: #45862d;
	text-decoration: none;
}

.imgtour{
	margin-top:7px;
}

.obs {
	font-family: 'avant';
	font-size:13px;
	color:#666;
	height:10px;
}