@charset "utf-8";
/* CSS Document */

html, body {
	width: 960px;
	margin:0 auto;
	position:relative;
	font-family: 'Open Sans', sans-serif;
	}
	
body#index a#index,
body#servicos a#servicos,
body#comparticipacoes a#comparticipacoes,
body#contactos a#contactos {
	border-bottom:2px #60B6E6 solid;
}

header {
	margin-top:20px;
	}

section {
	clear:both;
	margin: 0;
	}

footer {
	clear:both;
	border-top-style: solid;
	border-color: #60B6E6;
	border-width: 1px;
	}
	
.footer {
	clear:both;
	border-top-style: solid;
	border-color: #60B6E6;
	border-width: 1px;
	}

.divspacing {
	margin-bottom: 70px;
	height:100%;
	}	
	
#map {
	width: 960px;
	height: 500px;
	background-color: grey;
    }


.left {
	float: left;
	}
	
.right {
	float: right;
	}

.clear {
	clear:both;
	}

/* -------------------- */

h1 {
	font-size: 36px;
	color: #60B6E6;
	padding: 0px 0px 5px 112px;
    border-bottom-style: solid;
	border-color: #60B6E6;
	border-width: 1px;
	margin: 0;
	}
	
	
h3 {
	font-size: 24px;
	color: #60B6E6;
	padding: 0px 0px 5px 112px;
    border-bottom-style: solid;
	border-color: #60B6E6;
	border-width: 1px;
	margin: 0;
	width: 338px;
	}

.columns {
	margin: 50px 0 0 0;
	column-count: 2;
	column-gap: 60px;
	}
	
p {
	font-size:0.9em; 
	line-height:1.7em; 
	color: #666;
	text-align: justify;
	margin: 0 0 0.5em 0;
	}

	
#container {
	margin-top: 70px;
	float:left;
}

	 
.columnleft {
	margin: 50px 0 0 0;
	width:450px;
	float:left;
	} 
	
.columnright {
	margin: 50px 0 0 0;
	width:450px;
	float:right;
	} 
	
	
.footerimg {
	display: block;
	margin: 60px auto 0px auto;
	}
	
.footertext {
	margin: 50px 0 20px 0;
	font-size: 12px;
	color: #666;
	text-align:center;
	}

a {
	text-decoration: none;
	color: #666;
	margin: 0;
	padding: 0;
	}


/* -------------------- */

.menu {
	height: 111px;
	} 
	
.menu ul {
	padding-top: 73px;
	}

.menu ul li {
	margin: 0;
	display: inline;
	}

.menu ul li a {
	text-decoration: none;
	font-size: 16px;
	color: #666;
	margin: 10px 0 10px 20px;
	padding: 0 0 5px 0;
	}
 
.menu ul li a:visited {

	}
	
.menu ul li a:acive {
	border-bottom:2px #60B6E6 solid;
	}
 
.menu ul li a:hover {
	border-bottom:2px #60B6E6 solid;
	}