 body {
    color: black;   
    background-color: rgb(255,255,255); 
 }   

   div#content {
     width: 590px;
     margin: 0px; 
     padding: 1em;
     background-color: rgb(255, 255, 255);
   }   

  div#breadcrump{
	width: 590px;
	color: #AAA;
	font-size: 0.8em;
	height: 16px;
	/*border-bottom: 1px solid #BEBEBE;*/
	margin-bottom: 0; 
	padding: 0 0 0 0;
	}
	
  div#containerBreadLogo{
	width: 590px;
	height: 120px;
	border: 1px solid #003f75;
	margin: 15px 0;
	background-color: #FFFFFF;
	}

  div#footer{
	width: 330px;
	height: 120px;
	background-color: #FFFFFF;
	color: #003f75;
	float: left;
	margin: 0;
	}

#footer .article{
	padding: 10px 0 10px 10px;
	width: 330px;
}

  div#logo{
	width: 246px;
	height: 118px;
	float: right;
	background-image: url(../images/logo_aescologic_trans.png);
	background-repeat: no-repeat;
	background-position: right top;
	margin-right: 10px;
	}
	
	#footer h1{
	color: #0003f75;
	}
	
	#footer .text{
	color: #003f75;
	}

	h4 { margin-bottom: 8px; } 
	
	div#content h1{
	padding: 0;
	}
	
	div#breadcrump a{
	color: #AAA;
	text-decoration: none;
	} 
	
	#formLogin {
	padding: 0;
	}

#formLogin .button_container{
	padding: 0;
}

#formLogin .button_container input {
padding:2px 10px;
}
	
