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

/*
CORES BASE:
Cinza escuro texto: #4d4d4d;
Laranja brand: #F2AF2B;
Castanho brand: #291511;
Cinza fundo: #F8F8F8;
*/

/*------------- FOOTER --------------------*/	
.footer{
	width:990px;
	height: 80px;
	margin: auto;
	overflow:hidden;
	background-color: #504439;
	background-image: url(../imagens/bg/mainbg.png);	
	
	-moz-box-shadow:    0px 0px 4px #666;
	-webkit-box-shadow: 0px 0px 4px #666;
	box-shadow:         0px 0px 4px #666;
	}
			
#foot_logo, #foot_morada, #foot_telef, #foot_mobile, #foot_mail, #foot_google, #foot_face{
	height: 80px;
	margin: auto;
	float: left;
	padding-top: 5px;
	}
#foot_logo{
	width:120px;
	/*background-image: url(../imagens/icons/fot_logo.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-color:#963;/**/
	}
h1#ident_logofoot{
	margin: 0px;
	padding: 0px;
	height: 80px;
	width:120px;
	background-image: url(../imagens/icons/fot_logo.png);
	background-repeat: no-repeat;
	background-position: center center;
	text-indent: -9999px;
	}
#foot_morada{
	width:355px;
	/*background-color:#CCC/**/
	}
#foot_telef{
	width:126px;
	/*background-color:#111/**/
	}
#foot_mobile{
	width:238px;
	/*background-color:#666/**/
	}
#foot_mail{
	width:40px;
	/*background-color:#DDD/**/
	}
#foot_google{
	width:40px;
	/*background-color:#FC9/**/
	}
#foot_face{
	width:40px;
	/*background-color:#DDD/**/
	}

.footer p{
	color: #9E8C78;
	margin-top: 42px;
	}

/*"a"icons geral*/.footer a{
					margin-top: 30px;
					text-decoration: none;
					height: 30px;
					width: 40px;
					display:block;!important;
					}

/*icon mail*/	#foot_mail a:link, #foot_mail a:visited{
					background-image: url(../imagens/icons/foot_mail.png);
					background-repeat: no-repeat;
					background-position: center top;	
					}
				#foot_mail a:hover {
					background-image: url(../imagens/icons/foot_mail.png);
					background-repeat: no-repeat;
					background-position: center bottom;				
					}				
				
/*icon google*/	#foot_google a:link, #foot_google a:visited{
					background-image: url(../imagens/icons/foot_google.png);
					background-repeat: no-repeat;
					background-position: center top;
					}
				#foot_google a:hover {
					background-image: url(../imagens/icons/foot_google.png);
					background-repeat: no-repeat;
					background-position: center bottom;				
					}
				
/*icon facee*/	#foot_face a:link, #foot_face a:visited {
					background-image: url(../imagens/icons/foot_facebook.png);
					background-repeat: no-repeat;
					background-position: center top;	
					}
				#foot_face a:hover {
					background-image: url(../imagens/icons/foot_facebook.png);
					background-repeat: no-repeat;
					background-position: center bottom;				
					}
			