@charset "UTF-8";
/* CSS Document */

body {
background-image: url(images/fundo.png);
background-repeat:repeat-x;
margin: 0 auto; width:680px;
}

.logo {
width:650px;
text-align:center;
padding: 5px 10px 5px 10px;
margin: 10px 0px 15px 0px;
float:none;
}

.imagem {
	width: 650px;
	height:230px;
	background-color:#FFFFFF;
	padding: 10px 10px 10px 10px;
	margin: 10px 0px 20px 0px;
	float:none;
	border:1px #7D5E25;
	border-style: solid;
	}
	


.mapa {
	width: 168px;
	height:362px;
	padding: 0px 10px 10px 10px;
	float:right;
	
	}
	

.texto_tuga {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #7d5e25;
	line-height: 16px;
	width: 420px;
	padding: 10px 10px 20px 26px;
	margin: 0px 0px 5px 0px;
	border-bottom: 1px solid #7D5E25;
	background-image:url(images/tuga.jpg);
	background-repeat: no-repeat;

}

.texto_ing {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #666666;
	line-height: 16px;
	width: 420px;
	padding: 10px 10px 10px 26px;
	margin: 20px 0px 20px 0px;
	background-image:url(images/ing.jpg);
	background-repeat: no-repeat;
}


.vini {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #666666;
	line-height: 15px;
	padding: 10px 30px 10px 30px;
	border-top: 1px solid #7D5E25;
	float:none;
}

ul{
list-style-type:none;
display:inline;

}
.linha{
	width:650px;
	border-top: 1px solid #7D5E25;
	padding: 0px 10px 20px 10px;
	
	float:none;
}


.morada {
	width:650px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #684f25;
	padding: 10px 10px 20px 10px;
	
	text-align:center;
	border-top: 1px solid #7D5E25;
}



a:link { color: #663300; text-decoration:none;}
a:hover {color: #000000;}
a:visited { color: #333333; text-decoration:none;}

div.container {
width:550px;
margin: 0 auto;
     text-align: center;
  }
  div.spacer {
  width:510px;
  clear: both;
  }

div.float {
width: 160px;
 text-align: center;
display:inline-block;
  float: left;
  	padding: 0px 10px 0px 10px;

  }
  
div.float p {
   text-align: center;
   font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #684f25;
   }
