﻿body {
	font-family: 'Signika', sans-serif;
	font-weight: lighter;
	background-color:white;
}

.main{
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -535px;
	width: 1070px;
	height: 550px;
}
.footer{
	position: absolute;
	bottom: 0px;
	background-color: #4c8f96;
	width: 100%;
	height: 45px;
}


.elementoMain {
	position: relative;
	top: 0px;
	width: 100%;
	height: 550px;
}
.elementoMain .background{
	position: absolute;
	margin-left: -10%;
	width: 120%;
	height: 550px;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
}
.galeriaContainer{
	width: 100%;
}
.caderno{
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -390px;
	width: 937px;
	height: 505px;
	z-index: 3;
}
.cadernoTopo{
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -390px;
	width: 937px;
	height: 505px;
	z-index: 11;
}
.elementoMain .galeria{
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -430px; /* com  uma compensação estranha*/
	width: 940px;
	height: 505px;
	z-index: 10;
}


#caixaInfo {
	background: white;
	position: absolute;
	z-index: 20;
	left: -1500px;
	top: -470px;
	width: 310px;
	height: 370px;
	padding: 20px;
}
#caixaInfo .currentStep {
	font-style: italic;
	font-size: 30px;
	color: #4c8f96;
	border-bottom: 1px solid #4c8f96;
	padding-bottom: 10px;
}
#caixaInfo .stepNav {
	float: right;
}
#caixaInfo .navEsq, #caixaInfo .navDir {
	cursor: pointer;
}
#caixaInfo .stepTitle {
	font-size: 20px;
	color: #63bdc6;
	padding: 15px 0 15px 0;
	border-bottom: 1px solid #4c8f96;
}
#caixaInfo .stepDescription {
	font-size: 16px;
	color: #312d46;
	padding-top: 15px;
	height: 245px;
}

#popupInicial {
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -275px;
	width: 550px;
	height: 385px;
	padding: 20px;
	background: white;
	z-index: 50;
	overflow: hidden;
	display: none;
}
#popupInicial .current {
	font-style: italic;
	font-size: 30px;
	color: #4c8f96;
	border-bottom: 1px solid #4c8f96;
	padding-bottom: 10px;
}
#popupInicial .popTitle {
	font-size: 20px;
	color: #63bdc6;
	padding: 15px 0 15px 0;
	border-bottom: 1px solid #4c8f96;
}
#popupInicial .popDescription {
	font-size: 16px;
	color: #312d46;
	padding-top: 15px;
	height: 200px;
}
#popupInicial .popDescription span{
	font-size: 18px;
	color: #4c8f96;
}
#popupInicial .btnContinuar{
	position: absolute;
	top: 370px;
	left: 0px;
	width: 100%;
	height: 40px;
	background-color: #63bdc6;
	text-align: center;
	color: white;
	font-size: 21px;
	cursor: pointer;
	padding-top: 15px;
}

.btnVideo{
	position: absolute;
	top: 413px;
	left: 0px;
	cursor: pointer;
}
#conteudoVideo{
	background-color: black;
	display: none;
}

