@charset "utf-8";
* { 
	margin: 0; padding: 0; outline: 0;
}
html, body {
	height: 100%;	
	background-color: #000;
}
body {
	position: relative;
	width: 100%;
	min-height: 100%;
	font-family: 'Buenard', serif;
	font-style: normal;
	font-weight: normal;
	font-stretch: normal;
	font-size: 14px;
	line-height: 20px;
	color:#000;
}
img {
	border: 0;
}
.clearfloat {
	clear: both;
	height: 0px;	
}
/* estilos */
.opensans {
	font-family: 'Open Sans Condensed', sans-serif;	
	font-size: 15px;
	line-height: 20px;
}
.caps {
	text-transform: uppercase;
	letter-spacing: 0.05em;
}
a {
	color: #000;
	text-decoration: underline;	
}
a:active,
a:hover {
	text-decoration: none;
	color: #fff;
	background-color: #000;	
}
/* navegacao */
#home {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;	
}
#home a {
	display: block;
	width: 191px;
	height: 30px;
	background: url(../images/button.home.off.png) top left no-repeat;
}
#home a:active,
#home a:hover {
	display: block;
	width: 191px;
	height: 30px;
	background: url(../images/button.home.on.png) top left no-repeat;
}
#nav{
	list-style: none;
	position: fixed;
	top: 55px;
	left: 20px;
	z-index: 999;
}
#nav li{
	position: relative;
	margin: 0 0 5px 0;	
}
#nav li a {
	display: block;
	width: 20px;
	height: 20px;
	background: url(../images/button.off.png) top left no-repeat;
}
#nav li a:active,
#nav li a:hover,
#nav li a.current {
	background: url(../images/button.on.png) top left no-repeat;
}
#nav li a.small {
	display: block;
	width: 10px;
	height: 10px;
	margin-left: 5px;
	background: url(../images/button.small.off.png) top left no-repeat;
}
#nav li a.small:active,
#nav li a.small:hover,
#nav li a.small.current {
	background: url(../images/button.small.on.png) top left no-repeat;
}
#nav li .label {
	position: absolute;
	top: 0;
	left: 25px;	
	display: none;
}
#nav li .label.small {
	top: -5px;
}
#nav li a.current .label.on {
	display: block;	
}
/* secções */
.slide {
	position: relative !important;
	width: 100%;
	margin: 0 auto;
	padding: 0;	
}
#seccao1 {
	height: 680px;
	background: url(../images/1024/01.jpg) top center no-repeat;
}
#seccao2 {
	height: 552px;
	background: url(../images/1024/02.png) top center no-repeat;
}
#seccao3 {
	height: 668px;
	background: url(../images/1024/03.jpg) top center no-repeat;
}
#seccao4 {
	height: 346px;
	background: url(../images/1024/04.jpg) top center no-repeat;
}
#seccao5 {
	height: 724px;
	background: url(../images/1024/05.jpg) top center no-repeat;
}
#seccao6 {
	height: 814px;
	background: url(../images/1024/06.jpg) top center no-repeat;
}
#seccao7 {
	height: 733px;
	background: url(../images/1024/07.jpg) top center no-repeat;
}
#seccao8 {
	height: 680px;
	background: url(../images/1024/08.jpg) top center no-repeat;
}
#seccao9 {
	height: 561px;
	background: url(../images/1024/09.jpg) top center no-repeat;
}
#seccao10 {
	height: 668px;
	background: url(../images/1024/10.jpg) top center no-repeat;
}
#seccao11 {
	height: 678px;
	background: url(../images/1024/11.jpg) top center no-repeat;
}
#seccao12 {
	height: 678px;
	background: url(../images/1024/12.jpg) top center no-repeat;
}
#seccao13 {
	height: 655px;
	background: url(../images/1024/13.jpg) top center no-repeat;
}
#seccao14 {
	height: 699px;
	background: url(../images/1024/14.jpg) top center no-repeat;
}
#seccao15 {
	height: 682px;
	background: url(../images/1024/15.jpg) top center no-repeat;
}
#seccao16 {
	height: 681px;
	background: url(../images/1024/16.jpg) top center no-repeat;
}
#seccao17 {
	height: 384px;
	background: url(../images/1024/17.jpg) top center no-repeat;
}
#seccao18 {
	height: 671px;
	background: url(../images/1024/18.jpg) top center no-repeat;
}
#seccao19 {
	height: 603px;
	background: url(../images/1024/19.jpg) top center no-repeat;
}
#seccao20 {
	z-index: 200;
	position: relative;
	height: 1800px;
	background-color: #000;
	margin: 0 auto;
	padding: 0;
}

/*elementos de cada seccao */
/* Seccao 2 - mapa portugal */
#portugal {
	position: absolute;
	width: 113px;
	height: 207px;
	top: 40px;
	right: 20px;
	background: url(../images/portugal.png) top left no-repeat;
	z-index: 200;
}
/* Seccao 3 - Dia 1 */
#dia1 {
	position: relative;
	width: 400px;
	margin: 0 auto;	
	padding-top: 300px;
	text-align: center;
}
/* Seccao 10 - dia 2 */
#dia2 {
	position: relative;
	width: 172px;
	margin: 0 auto;	
	padding-top: 300px;
	text-align: center;
}
/* Paineis de texto */
.painel {
	position: relative;
	width: 100%;
	background-color: #fff;
}
.painel .texto {
	position: relative;
	width: 950px;
	margin: 0 auto;
	padding: 50px 0 100px 0;	
}
.painel .texto .colintro {
	float: left;
	width: 462px;	
	text-align: left;
}
.painel .texto .col {
	float: left;
	text-align: left;
	width: 300px;
}
.painel .legenda {
	position: relative;
	width: 950px;
	margin: 0 auto;
	padding: 0 0 50px 0;	
}
.col.margin,
.colintro.margin {
	margin-right: 25px;
}
#painel6 .texto,
#painel15 .texto,
#painel17 .texto,
#painel19 .texto {
	width: 625px !important;
}

/* outros projectos */
#seccao20 .painel {
	width: 100%;
	margin: 0 auto;
}
#seccao20 .painel .texto {
	position: relative;
	margin: 0 auto;
	padding: 40px 0;
	text-align: left;
}
#seccao20 .painel .texto div { 
	width: 500px;
}
#seccao20 .painel-projectos {
	width: 100%;
	background-color: #000;
	padding: 50px 0;
}
#seccao20 .painel-projectos .projectos {
	width: 980px;
	margin: 0 auto;
}
#seccao20 .painel-projectos .projectos .proj {
	float: left;
	position: relative;
	margin: 0;
	padding: 0;
	width: 326px;
	height: 186px;
	overflow: hidden;
}
#seccao20 .painel-projectos .projectos .proj .desc {
	position: absolute; 
	z-index: 200;
	width: 326px;
	height: 186px;
	top: 0;
	left: 0;
	background: url(../images/px.black.transp80.png) top left repeat;
	display: none;	
}
#seccao20 .painel-projectos .projectos .proj .desc .legenda {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 306px;
	padding: 10px;
	color: #fff;
	text-align: left;
}
.logos {
	position: relative;
	margin: 0 auto;
	width: 430px;
	padding: 25px 0px 10px 0;
}
.logos .logo {
	float: left;
	margin-right: 29px;	
	padding-bottom: 30px;
}
.logos .fba {
	width: 68px;
	margin: 0 auto;
}
/* genericas */
.next_arrow {
	position: absolute;
	width: 54px;
	height: 55px;
	bottom: 20px;
	left: 0px;
}
.story {
	position: relative;
	min-width: 100%;
	overflow: auto;
	width: 100%;
	text-align: center;
}

