/* CSS Document */
html, body{
	margin: 0;
	padding: 0;
	height: 100%;
	width:100%;
	background:url(../images/fundo_000.png) center repeat-y #000;
}
body{
	font-family: "Segoe UI",
				 Candara,
				 "Bitstream Vera Sans",
				 "DejaVu Sans",
				 "Trebuchet MS",
				 Verdana,
				 sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #333;
}

#wrapper{
	min-height: 100%;
	width: 970px;
	position: relative;
	margin: 0 auto;

}

#banner{
	background:url(../images/sombra_banner.png) repeat-y;;
	padding: 0 5px;
	position: relative;
}

#banner div.slide{
	opacity:0;
	filter:alpha(opacity=0);
	position:absolute;
}
#banner div.selected{
	opacity:1;
	filter:alpha(opacity=100);
}
#logo{
	display: block;
	position: absolute;
	z-index: 50;
	top:5px;
	left:5px;
}
#fim_banner{

	height: 20px;
	position: relative;
	background:url(../images/sombra_banner_pagina.png) no-repeat;
	clear:both;
	top:-5px;
	margin-bottom:-5px;
	z-index:50;
}
#menu{
	height:70px;
	position: relative;
	margin-top: -70px;
	margin-left: 5px;
}
#menu li{
	float: left;
	height: 70px;
}
#menu li img{
	display: block;
}
#corpo{
	background:url(../images/sombra_pagina.png) repeat-y;
	width: 940px;
	padding: 30px 15px 60px 15px;
	position:relative;
}
#footer{
	position: absolute;
	bottom: 0;
	width: 960px;
	height: 30px;
	margin: 0 5px;
	background: url(../images/rodape.png) repeat-x;
	
	line-height: 30px;
	text-align: center;
	clear:both;
}
h1{
	font-size: 26px;
	margin-bottom: 20px;
}
h2{
	font-size: 16px;
}
a{
	text-decoration: none;
	color: #0078cc;
}

.clear{
	clear: both;
	line-height:0;
	height:0;
}

.coluna_esquerda ul,
.coluna_esquerda p{
	margin-bottom:10px;
}

.lista{
	/*margin-left: -10px;*/
}
.lista li{

	margin-right: 20px;
	margin-bottom:20px;
	width: 220px;
	float:left;
}

.lista li.last{
	margin-right:0;
}
.lista h2{
	padding-bottom:5px;
}
.lista .data,
.data{
	font-size: 11px;
	color: #666;
	padding-bottom:5px;
}
.lista img{
	display: block;
	margin-bottom: 5px;
	width:212px;
	height:159px;
	border:2px solid #D5D5D5;
	padding:2px;
	background:url(../images/loading3.gif) center center no-repeat;
}
.galeria{
	margin-top: 40px;
}
.galeria .legenda{
	font-size: 11px;
	color: #666;
	text-align:center;
}
.coluna_esquerda{
	float: left;
	width: 700px;
	margin-right: 20px;
}

ul.opcao{
	margin-bottom:10px;
}
ul.opcao .label{
	/*font-style:italic;*/
	font-variant:small-caps;
}

.coluna_direita{
	float: left;
}
.coluna_direita h2{
	font-size:20px;
	margin-bottom:20px;
}
	
#submenu li:before,
ul.opcao li:before,
.coluna_esquerda ul li:before,
.contactos ul li:before{
	content:"› ";
}

ul.lista li:before,
ul.galeria li:before{
	content:"";
}

#submenu li.selected{
	font-weight:bold;
}

div.contactos{
	float: left;
	width: 460px;
	margin-right: 20px;
}
div.mapa{
	float: left;
	width: 450px;
	height: 328px;
	border:2px solid #D5D5D5;
	padding:2px;
}
#map{
	width: 450px;
	height: 328px;
}
