/* Consultoria */

body {background-color: rgb(43,84,82);}
#centro
	{
	text-align: left;
	height: 320px;
	width: 800px;
	background-color: rgb(64,101,99);
	display: block;
	}
#centro img {margin: 15px 0 0 8px; float: left;}
.texto	
	{
	float: right; 
	width: 360px; 
	margin: 10px 10px 0 0;
	}
.texto p{
	font-size: 0.87em;
	text-align: justify;
	line-height: 1em;
	}
h2 {
	font-size: 20px; 
	background-color: rgb(113,141,139); 
	padding: 0 5px; 
	margin: 5px 0 0 0; 
	color: rgb(64,101,99);
	}
	#centro li {list-style: disc;  font-size: 11px; width: 150px; margin: 0 5px 0 20px;}
	#centro ul {margin: 10px 0 0 0;}
	
