@charset "utf-8";
.copy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #184483;
	text-decoration: none;
}
.destaques{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-variant: small-caps;
	color: #EFA954;
	list-style: none;
	font-weight: bold;
	padding: 0px 10px 0px 5px;
}
.destaques a{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-variant: small-caps;
	color: #EFA954;
	list-style: none;
	font-weight: bold;
	/*padding: 0px 10px 0px 5px;*/
	text-decoration: underline;
}
.destaques a:hover{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-variant: small-caps;
	color: #999900;
	list-style: none;
	font-weight: bold;
	/*padding: 0px 10px 0px 5px;*/
}
.infoContainer{
	filter: Alpha(Opacity=70);
	background-color: #fff;
	padding: 0px 0px 0px 0px;
	float: right;
	width: 190px;
	height:286px;
	position:absolute;
	padding: 10px;
	z-index:30;
	left: 60%;
}
.info{
	padding: 2px;
	z-index:50;
	width: 100%;
	height: 100%;
}
.moradas {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}
a.more{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #003366;
	text-decoration: none;
}

a.more:hover{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: underline;
}

.destaqueCidade {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	font-variant: small-caps;
	color: #15447A;
}
body {
	background-attachment: fixed;
	background-image: url(../imagens/background.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
}
/* Form's */

#newsletter fieldset
{
	display: block;
	width: 450px;
	margin: 0 0 10px 0;
	padding: 2px 2px 2px 2px;
}

#newsletter input
{
	display: block;
}

#newsletter label
{
	display: block;
	margin-bottom: 1px;
	width: 400px;
	height: 40px;
	text-align: left;
}

#newsletter label.mensagem
{
	padding-top: 5px;
}

form
{
	margin: 3px;
}
.backContent{display:block;}
.backContent *{
  display:block;
  height:1px;
  overflow:hidden;
  font-size:.01em;
  background:#FFFFFF;}
.backContent1{
  margin-left:3px;
  margin-right:3px;
  padding-left:1px;
  padding-right:1px;
  border-left:1px solid #d6d5d5;
  border-right:1px solid #d6d5d5;
  background:#FFFFFF;}
.backContent2{
  margin-left:1px;
  margin-right:1px;
  padding-right:1px;
  padding-left:1px;
  border-left:1px solid #bfbdbd;
  border-right:1px solid #bfbdbd;
  background:#f1f1f1}
.backContent3{
  margin-left:1px;
  margin-right:1px;
  border-left:1px solid #f1f1f1;
  border-right:1px solid #f1f1f1;
  background:#FFFFFF;}
.backContent4{
  border-left:1px solid #d6d5d5;
  border-right:1px solid #d6d5d5;
  background:#FFFFFF}
.backContent5{
  border-left:1px solid #edecec;
  border-right:1px solid #edecec;
  background:#FFFFFF}
.backContentfg{
  background:#FFFFFF}


/* CLASSES */
.mainDiv {
	width: 710px;
	
}
.ContactForm {
	width: 470px;
	
}
.ContentDisplay {
	width: 98%;
	
}
.shadetabs{
/*border-bottom: 1px solid gray;
/* width: 90%; width of menu. Uncomment to change to a specific width */
}

.shadetabs ul{
padding: 5px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 11px Verdana;
list-style-type: none;
text-align: right; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
	text-decoration: none;
	padding: 5px 7px;
	margin-right: 3px;
	color: #15447A;
	background: white /*url(../imagens/shade.gif) top left repeat-x*/;
}

.shadetabs li a:visited{
color: #15447A;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #EFA954;
}

.shadetabs li.selected{
position: relative;
top: 1px;
}

.shadetabs li.selected a{ /*selected main tab style */
/*background-image: url(../imagens/shadeactive.gif)*/;
border-bottom-color: white;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}