﻿html, body {
	margin: 0;
	padding: 0;
	font-family: Arial;
}

#blueTop {
	background: #63bdc6;
	height: 100px;
	height: 60px;
}

#cfvv {
	position: relative;
	clear: both;
	height: 550px;
	background: #f4fafe;
}

#cfvv_mainNav {
	position: absolute;
	z-index: 100;
	top: -60px;
	left: 50%;
	margin-left: -156px;
	width: 670px;
}

#cfvv_mainNav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#cfvv_mainNav ul li {
	margin: 0 5px 0 0;
	float: left;
	padding: 0;
	width: 39px;
	height: 30px;
}

#cfvv_mainNav ul li a {
	text-decoration: none;
	color: white;
	font-size: 15px;
	font-weight: bold;
	display: inline-block;
	text-align: center;
	width: 30px;
	height: 24px;
	padding-top: 6px;
	border: 3px solid white;
/*
	-webkit-transition: all 150ms linear;
	-moz-transition: all 150ms linear;
	-ms-transition: all 150ms linear;
	-o-transition: all 150ms linear;
	transition: all 150ms linear;*/
}

#cfvv_mainNav ul li.active a, #cfvv_mainNav ul li a:hover {
	background: #4c8f96;
	border: 3px solid #4c8f96; 
}

#sceneContainer {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.conteudoIframe {
	width: 100%;
	height: 100%;
	border: 0px;
}
