@charset "UTF-8";
@import url("../webfonts/quiksandBook/fontStylesheet.css");
@import url("nav_uk.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;
	}
	

section{
	background-color: rgb(249,247,240);
	position: relative;
	top: 25px;
	margin: auto;
	left: 0px;
	width: 1130px;
	height: 700px;
}

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 -----------*/

#frase{
	position: absolute;
	height: 60px;
	padding-top: 3px;
	font-family: quiksandBook;
	font-size: 40px;
	left: 10px;
	top: 5px;
	color: rgb(61,126,190);
	width: 600px;
}

#inclui{
	position: absolute;
	left: 12px;
	top: 75px;
	width: 605px;
	font-size: 11px;
	line-height: 14px;
	text-align: left;
}

#notas{
	position: relative;
	top: 295px;
	font-size: 10px;
	line-height: 12px;
	left: 13px;
}

.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;
	}

.


/*-------Formulário-----------*/

#formulario{}


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

#content{
position:relative;
top:30px;	
}

#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;
	/*color:#fff;*/
	font-size: 13px;
}

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



#rodape {
	top: 48px;
}

