@charset "UTF-8";
@import url("../webfonts/quiksandBook/fontStylesheet.css");
@import url("nav.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: auto;
	left: 0px;
	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;
}

	
#contac{
	font-family: quiksandBook;
	position: absolute;
	font-size: 12px;
	left: 235px;
	text-decoration: none;
	top: 65px;
	color: #000;
	z-index: 30;
	line-height: 15px;
}


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



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



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