/*************************************************************************/
/** ESTRUTURA ************************************************************/
/*************************************************************************/
#janela_conteudos div#conteudo_credits{
	position: relative;
	width: 900px;
	height: 360px;
	background-image: url(../images/bg_azul.jpg);
	background-position: top center;
	background-repeat: repeat-y;
	border-bottom: none;
}

img#bg_conteudocredits{
	position: absolute;
	left: 135px;
	top: 43px;
}

img#topo_credits{
	position: absolute;
	top: 27px;
	left: 407px;
}


div#credits{
	position: absolute;
	width: 238px;
	height: 255px;
	top: 53px;
	left: 145px;
}

#credits a:link,
#credits a:visited,
#credits a:active,
#credits a:hover{
	text-decoration: none;	
}

/*************************************************************************/
/** CREDITS **************************************************************/
/*************************************************************************/
#credits h1{
	float: left;
	clear: both;
	font-size: 16px;
}

#credits ul{
	float: left;
	clear: both;
	margin: 15px 0 0 0;
	padding: 0;
	width: 238px;
	list-style-type: none;
}

#credits ul li{
	float: left;
	clear: both;
	margin: 0 0 5px 0;
	padding: 0 15px;
	width: 208px;
	font-size: 14px;
	background-image: none;
}

/*************************************************************************/
/** SOLUTIONS ************************************************************/
/*************************************************************************/
#solutions h1{
	float: left;
	clear: both;
	font-size: 16px;
}

#solutions h1{
	float: left;
	clear: both;
	font-size: 16px;
}

#solutions ul{
	float: left;
	clear: both;
	margin: 15px 0 0 0;
	padding: 0;
	width: 360px;
	list-style-type: none;
}

#solutions ul li{
	float: left;
	clear: both;
	margin: 0 0 5px 0;
	padding: 0 15px;
	width: 330px;
	font-size: 14px;
	background-image: none;
}

