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

/* CSS Document */


#wrap {
	height: 950px;
	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;
	}
	
nav{
	position: relative;
	right:16px;
	}

b {
	font-family: quiksandBold;
	}

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

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

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

section{/*---beje----*/
	background-color: rgb(247,246,238);
	position: relative;
	top: 70px;
	margin-left: 0px;
	left: 20px;
	width: 728px;
	height: 665px;
	}

#formMail{/*....*/
	position:relative;
	width:658px;
	top:55px;
	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: 24px;
	text-transform: none;
	top:25px;
	left:47px;
	}

#percurso{
	position:absolute;
	left:62px;
	top:5px;
   line-height: 18px;
	font-size: 13px;
	}

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

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

footer{
	margin-top:90px;
	}

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

