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

/* CSS Document */


#wrap {
	height: 840px;
	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: 0px;
	width: 1130px;
	height: 505px;
	margin:auto;
}

b {
	font-family: quiksandBold;
}

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



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

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

#titulo{
	position:absolute;
	color: hsla(210,51%,49%,1);
	font-family: quiksandBold;
	font-size: 26px;
	line-height: 0px;
	text-transform: none;
	top:65px;
	left:205px;
	z-index: 30;
	}
	
#contac{
	font-family: quiksandBook;
	position: absolute;
	font-size: 13px;
	left: 228px;
	text-decoration: none;
	top: 88px;
	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);
}

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


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



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

