body {
	padding: 0px;
	margin: 0px;
	background-attachment: fixed;
	overflow-x: hidden;
}
* {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
hr {
	border: none;
	margin-top: 20px;
	margin-bottom: 20px;
}
input[type=text], input[type=password], textarea {
	border: #000 1px solid;
	background: #FFF;
	font-weight: normal;
	outline: none;
	margin-bottom: 2px;
	max-width: 100%;
}
input[type=submit], input[type=reset], input[type=button], button {
	font-weight: bold;
	cursor: pointer;
	cursor: hand;
	transition: all 700ms;
	outline: none;
}
header div, menu div, #conteudo, footer div {
	width: 980px;
	margin: 0 auto 0 auto;
}
header div {
	padding: 7px 0 5px 0;
	min-height: 110px;
}
header span {
	display: inline-block;
	vertical-align: top;
	width: 300px;
	margin: 70px 0 0 124px;
	text-align: right;
}
header span label {
	display: block;
	font-weight: bold;
}
header span a {
	font-size: 32px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
header span a:hover {
	text-decoration: none;
}
#logo {
	display: inline-block;
	vertical-align: top;
	width: 550px;
	max-height: 90px;
	word-break: break-strict;
}
#logo * {
	font-size: 36px;
}
#logo *:hover {
	text-decoration: none;
}
menu {
	padding: 0px;
	margin: 0px;
}
menu ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
} 
menu li {
	margin: 0px;
	padding: 0px;
	display: inline-block;
	vertical-align: top;
}
menu li a {
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	display: inline-block;
	vertical-align: top;
	padding: 7px 25px 7px 25px;
	transition: background 0.5s;
}
menu li a:hover {
	text-decoration: none;
}
#top {
	height: 300px;
	overflow: hidden;
	position: relative;
	background: #CCC;
}
#top img {
	width: 100%;
	height: auto;
}
#conteudo {
	padding-bottom: 50px;
}
#conteudo * {
	word-break: break-strict;
}
#conteudo a { word-break: break-all;}
#conteudo .titulo {
	font-size: 32px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}
.contactos {
	width: 800px;
	max-width: 95%;
	margin: 0 auto 0 auto;
}
.contactos label {
	display: block;
	padding: 2px;
}
.contactos input[type=text], .contactos textarea{
	width: 95%;
}
footer {
	background: #999;
	padding: 8px 0 8px 0;
}
footer * {
	font-size: 10px;
	color: #000;
}
footer a {
	color: #000;
	transition: all 0.5s;
}
footer a:hover {
	color: #FFF;
	text-decoration: none;
}
footer span {
	float: right;
}
footer span a {
	font-weight: bold;
}

/* Aqui começa o diaporama */
#imageFlow * {
	color: #FFF;
}
#imageFlow { 
    position: absolute; 
    width: 100%;
	max-width: 980px; 
    height: 500px;  
    margin: 0px; 
    overflow: hidden; 
    background: #000;
	text-shadow: none;
	color: #FFF;
} 
#imageFlow .diapo { 
    position: absolute; 
    left: -4000px; 
    cursor: pointer; 
    -ms-interpolation-mode: nearest-neighbor; 
} 
#imageFlow .link { 
    border: dotted #fff 1px; 
    margin-left: -1px; 
    margin-bottom: -1px; 
} 
#imageFlow .text { 
    position: absolute; 
    left: 0px; 
    width: 100%; 
    bottom: 16%; 
    text-align: center; 
    color: #FFF; 
    font-family: verdana, arial, Helvetica, sans-serif; 
    z-index: 1000; 
	text-shadow: none;
} 
#imageFlow .title { 
    font-size: 18px; 
    font-weight: bold; 
	text-shadow:none;
	color: #FFF;
} 
#imageFlow .legend { 
    font-size: 10px;
	color: #FFF;
	text-shadow: none;
} 
#imageFlow .scrollbar { 
    position: absolute; 
    left: 10%; 
    bottom: 20px; 
    width: 80%; 
    height: 16px; 
    z-index: 1000; 
} 
#imageFlow .track { 
    position: absolute; 
    left: 1%; 
    width: 98%; 
    height: 16px; 
    filter: alpha(opacity=30); 
    opacity: 0.3;
} 
#imageFlow .arrow-left { 
    position: absolute; 
} 
#imageFlow .arrow-right { 
    position: absolute; 
    right: 0px; 
} 
#imageFlow .bar { 
    position: absolute; 
    height: 16px; 
    left: 25px; 
} 

/* Galeria */
#galeria {
	height: 540px;
}

/* Mensagem */
#mensagem {
	text-align: center;
	padding-top: 100px;
	padding-bottom: 120px;
	width: 400px;
	max-width: 90%;
	margin-left: auto;
	margin-right: auto;
}
#mensagem div {
	padding-top: 30px;
}

@media (max-width: 990px){
	header div, header span, menu div, #conteudo, footer div {
		width: 100%;
		position: relative;
		margin: 0px;
	}
	header img { width: auto;}
	#top { height: 200px;}
}

@media only screen
and (min-device-width : 320px) 
and (max-device-width : 480px){
	* {
		font-size: 16px;
	}
	header span, header div, #logo {
		display: block;
		width: 100%;
		height: auto;
		max-height: none !important;
		text-align: center;
		position: relative;
		margin: 0px;
	}
	header span {
		margin: 0px !important;
	}
	#logo * {
		font-size: 28px;
		max-height: none !important;
	}
	menu li, menu li a {
		display: block;
	}
	menu li a {
		font-size: 24px;
		padding: 15px;
	}
}