@charset "ISO-8859-1";
/* CSS Document */

* {
	left:0;
	top:0;
	margin:0;
	border:0;
	padding:0;
	font-family:Helvetica, Arial, sans-serif;
	color:#999;
	font-size:12px;
	text-align:left;
}

body{
	background:url(fundo.png) left top repeat-x;
}
.corpo{
	width:800px;
	height:auto;
	position:relative;
	left:50%;
	margin-left:-400px;
}
.logo{
	margin-top:50px;
	width:352px;
	height:352px;
	float:left;
	background:url(fundo_logo.png) left top no-repeat;
}
.brevemente{
	margin-left:40px;
	margin-top:50px;
	width:408px;
	height:20px;
	float:left;
	background:url(brevemente.png) left top no-repeat;
}
.empresa{
	margin-left:40px;
	margin-top:20px;
	width:408px;
	height:70px;
	line-height:70px;
	float:left;
	font-size:20px;
}
.info{
	margin-left:40px;
	margin-top:20px;
	width:408px;
	height:auto;
	float:left;
}
.morada, .email, .gps, .telefone, .redes, .facebook, .twitter, .googlemaps{
	width:368px;
	padding-left:40px;
	float:left;
	line-height:20px;
	text-align:left;
	height:auto;
	padding-bottom:20px;
	border-bottom:1px solid #EBEBEB;
	margin-bottom:20px;
}
.morada{background:url(i_morada.png) left top no-repeat;}
.email{background:url(i_mail.png) left top no-repeat;}
.gps{background:url(i_gps.png) left top no-repeat;}
.telefone{background:url(i_tel.png) left top no-repeat;}
.redes{background:url(i_redes.png) left top no-repeat;}
.facebook{background:url(i_face.png) left top no-repeat;}
.twitter{background:url(i_twitter.png) left top no-repeat;}
.googlemaps{background:url(i_gmaps.png) left top no-repeat;}



a.signed, a.signed:active, a.signed:link, a.signed:visited {
	float:left;
	text-decoration:none;
	display:block;
	width:145px;
	height:23px;
	background:url(signed.png) left top no-repeat;
}
a.signed:hover {
	background:url(signed_h.png) left top no-repeat;
}


a{
	color:#999;
}

a:hover{
	color:#333;
	text-decoration:none;
}