/*
//----------------------------------------------------------------------------------------------------
//	Ficheiro de LAYOUT (CSS)
//	Copyright, 2011 Artefirme
//		Criado: 		3L, 17-SET-2011
//		Alterado: 	3L, 17-SET-2011
//----------------------------------------------------------------------------------------------------
*/

html { 
	background-color: #FFF;
	background-image: url(../images/FundoBeta.jpg);
	background-position: center;
	background-repeat: no-repeat;
	height: 100%;
}
body {
	border: 10px solid #FFF;
	border-bottom: none;
	height: 100%;
	overflow: hidden;
}
img { vertical-align: middle; }


.barraRodape {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 10px;
	background-color: #FFF;
}
.centrado{
	position:absolute;
	overflow:visible;
	top:50%;
	left:50%;
	width:960px;
	height:350px;
	margin-top:-104px;
	margin-left:-480px;
	text-align:center;
}
.barraCentro { height: 216px; }
.logo {
	float: left;
	margin: 40px 20px 0px 20px;
}
.foto {
	float: left;
	margin-left: 10px;
	padding: 0px;
	border: 0px;
}
.info { margin-top: 20px; }
