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

/* CSS Document */


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

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

	

section{
	border: thin solid hsla(0,0%,80%,1);
	/*background-color: rgb(249,247,240);*/
	position: relative;
	top: 25px;
	margin-left: 0px;
	left: 35px;
	width: 1130px;
	height: 600px;
}

b {
	font-family: quiksandBold;
}

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



/*-----------textos -----------*/
.negro{
	font-family: quiksandBold;
}

#texto{
	position:relative;
	top:0px;
	left:100px;
	width:820px;
}

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


/*------------Foto-------------*/


#content{
	position: relative;
	
	/*background-color:hsla(192,100%,50%,1);
*/top: 30px;
}

#panorama{
	position:relative;
	top:105px;
	width:726px;
	left:0px;
	margin:auto;
}



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