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

/* CSS Document */


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

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

ul.navbar li:nth-child(6) a {/*formata link activo, identificador da página*/
	padding: 4px;
	font-family: quiksandBold;
	color: #3D7EBE;
	}
	



b {
	font-family: quiksandBold;
}

h1{
	font-family: quiksandBold;
	font-size: 24px;
}
	
aside{
	
	position:relative;
	height: 982px;
	top:20px;
	margin-top: 0px;
	left: 17px;
	width: 1090px;
}


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


.negro{
	font-family: quiksandBold;
	font-size: 13px;
	}
	
	.negro12{
	font-family: quiksandBold;
	font-size: 12px;
	}
	
.negroS{
	font-family: quiksandBold;
	font-size: 11px;
	}
.negroXs{
	font-family: quiksandBold;
	font-size: 10px;
	}


/*------------Caixas e texto--------------*/


#content{
	position:relative;
	top:30px;	
	}
	
section{
	background-color: rgb(249,247,240);
	position: relative;
	top: 25px;
	margin: auto;
	left: 0px;
	width: 1130px;
	height: 700px;
}
	
#formMail{/*caixa transparente*/
	position:relative;
	width:658px;
	top:48px;
	line-height: 20px;
	padding:0px 20px 0px 20px;
	margin:auto;
	height:615px;
}

#chegar{
	position:absolute;
	color: hsla(210,51%,49%,1);
	font-family: quiksandBold;
	font-size: 26px;
	line-height: 0px;
	text-transform: none;
	top:25px;
	left:240px;
	}

#percurso{
	position:absolute;
	left:27px;
	top:0px;
	font-size: 13px;
}

/*------------Mapa--------------*/

#emailForm {/*mapa*/
	background-color: #fff;
	font-size: 14px;
	line-height: 18px;
	position: relative;
	top: 52px;
	padding: 10px;
	margin: 0px;
	width:640px;
}



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

