@charset "UTF-8";
@import url("../webfonts/quiksandBook/fontStylesheet.css");
@import url("nav_uk-iPad.css");
@import url("../webfonts/quiksandBold/stylesheet.css");

/* CSS Document */


#wrap {
	height: 970px;
	font-family: quiksandBook;
	}
	


/*---------NAVBAR------------*/	

nav{
	position: relative;
	right:16px;
}

section{
	border: thin solid hsla(0,0%,80%,1);
	/*background-color: rgb(247,246,238);*/
	position: relative;
	top: 70px;
	margin:auto;
	left: 0px;
	width: 728px;
	height: 650px;
}

b {
	font-family: quiksandBold;
}

h1{
	font-family: quiksandBold;
	font-size: 24px;
}


/*-----------textos -----------*/

.negro{
	font-family: quiksandBold;
}

#texto{
	position:relative;
	top:0px;
	left:90px;
	width:620px;
}


#titulo{
	position:absolute;
	color: hsla(210,51%,49%,1);
	font-family: quiksandBold;
	font-size: 26px;
	line-height: 0px;
	text-transform: none;
	top:80px;
	left:0px;
	z-index: 30;
	}
	
#contac{
	font-family: quiksandBook;
	position: absolute;
	font-size: 13px;
	left: 30px;
	text-decoration: none;
	top: 103px;
	color: #000;
	z-index: 30;
}

#contac a:link{
	text-decoration: none;
	color: #000;
}

#contac a:hover{
	text-decoration: none;
	color:hsla(210,51%,49%,1);
}

footer{
	margin-top:95px;
}

#rodape {
	position:relative;
	top: 0px;
}

#panorama{
	position:relative;
	width:690px;
	top:175px;
	left:0px;
	margin:auto;
}

#panorama img{
	width:690px;
	
}