* 
{ 
	margin: 0;
	padding: 0;
}



body
{ 
	width:850px;
	padding-top: 30px;
	padding-bottom: 15px;
	background: #0e3259;
	color: #d9d9d9;
	font: 14px/normal Tahoma, Arial, Helvetica, sans-serif;
	margin:0 auto;
	
}

.header
{
	background-color:#ffffff;
	background-image:url(../images/header.jpg);
	background-repeat:no-repeat;
	height:160px;
	width:850px;
}

.logo
{
	background-image:url(../images/logo.gif);
	background-repeat:no-repeat;
	background-position:10px 0px;
	background-color:#ffffff;
	width:200px;
	height:160px;
	
}

.testata
{
	background-color:#ffffff;
	background-image:url(../images/logo-graphic.gif);
	background-position:right;
	background-repeat:no-repeat;	
	height:160px;
	width:640px;
	float:right;
}

.page
{
	background-color:#d3e2ea;
	width:840px;
	min-height:500px;
	margin-top:3px;
	padding-top:10px;
	padding-left:5px;
	padding-right:5px !important;
	padding-bottom:10px;
}
.content_menu
{
	float:left;
	width:205px;
	/*height:400px;*/
	background-color:#d3e2ea;
	margin-right:10px;
	max-height:590px;
}

#conteiner
{
	padding-top:5px;
	padding-left:5px;
	width:600px;
	min-height:480px;
	height:auto !important;
	height:480px;
	background-color:#ffffff; /*#d3e2ea*/
	color:#000000;
	margin-bottom:5px;
	margin-left:10px;
	overflow:auto;
	padding-bottom:10px;
	float:right;
}

#conteiner_campo
{
	padding-top:5px;
	padding-left:5px;
	height:500px;
	background-color:#ffffff; /*#d3e2ea*/
	color:#000000;
	margin-bottom:5px;
	margin-left:10px;
	padding-bottom:10px;
}

.powered
{
	text-align:right;
	position:relative;
	bottom: 0px;
	padding-right:5px;
	right:0px;
	width:200px;
	color:#7fbbda;
	font-weight:bold;
	width:100%;
	clear:both;
}

h3,h4
{
	display:inline;
	
}
