@charset "utf-8";

body {
	background-image: url(http://webpages.fc.ul.pt/~fjsantos/images/background.jpg);
}
.footer {
	color: #000;
	font-family: Verdana;
	font-size:10px;
	text-align:center;
}
.texto {
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	color: #000;
	text-align:justify;
}
.texto_bold {
	font-family: Verdana;
	font-size: 12px;
	font-style:normal;
	font-weight:bold;
	color: #000;
}
.texto_dest {
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	color: #000;
	text-align:justify;
	background-color:#FF0
}
.titulo {
	font-family: Verdana;
	font-size: 24px;
	font-style: normal;
	color: #060;
	margin-top:0px;
}
.sub-titulo {
	font-family: Arial;
	font-size: 16px;
	font-style: normal;
	font-weight:bold;
	color:#999;
}
a:link {
	color: #4b7ebd;
}
a:visited {
	color: #4b7ebd;
}
a:hover {
	color: #435b7d;
}
a:active {
	color: #4b7ebd;
}
.navegacao{
	font-family: Arial;
	font-size: 10px;
	text-align: left;
	position: inherit;
	color: #000;
}
#container { width: 100%; height: 100%; display: table; }

#position { display: table-cell; vertical-align: middle; width: 100%; text-align: center; }

<!--[if IE]>
<STYLE type="text/css">
#container { position: relative; }
#position { position: absolute; top: 50%; }
#content { position: relative; top: -50%; }
</STYLE>
<![endif]–>