.logotipoCliente {
	background-image: url(imagens/titulo_cliente.jpg);
	background-position: center middle;
	background-repeat: no-repeat;
	background-color: white;
}

.cabecalhoLogotipoCliente {
	text-align:left;
	background-image: url(imagens/titulo_cliente.jpg);
	width:50%;
	border: none;
}
.cabecalhoLogotipoAplicacao {
	width: 50%;
	text-align: right;
	border: none;
	background-image: url(imagens/logotipoAplicacao.gif);
	background-position: right middle;
	background-repeat: no-repeat;
}

#listaPortlets {
	overflow: auto;
	width: 100%;
}
#portlets {
}
.portletIFrame {
	width: 100%;
	height: 350px;
	border: none;
}
.portletsTD{
  width: 50%;
  text-align: center;
}