#conteudo
{
	float:right;
	width:588px;
	padding-top:10px;
}

#texto
{
	font-family:"Trebuchet MS", Tahoma, Arial, sans-serif;
	font-size:11px;
	color:#555;
	padding:10px 0;
}

#menu-empresa
{
	font-family:"Trebuchet MS", Tahoma, Arial, sans-serif;
	font-size:11px;
	color:#555;
	padding:10px 0;
	border-bottom:1px dotted #666;
}


	#menu-empresa a
	{
		font-size:12px;
		color:#006600;
		text-decoration:underline;
	}
	
		#menu-empresa a:hover
		{
			text-decoration:none;
		}

#texto h4
{
	font-family:"Trebuchet MS", Tahoma, Arial, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#006600;
	padding:0px 0px 10px 0px;
}


#texto p
{
	padding:0 0 10px 0;
}

#texto a,
#texto a strong,
#texto strong a
{
	color:#006600;
	text-decoration:underline;
}

	#texto a:hover,
	#texto a:hover strong,
	#texto strong a:hover
	{
		text-decoration:none;
	}

/* Lista
==============================================================================*/

#paginas
{
	float:left;
	padding:0px 15px 0px 20px;
	width:550px;
}

	#titulo
	{
		padding:10px 0;
	}
		#titulo h3
		{
			float:left;
			font:bold 18px "Trebuchet MS", Tahoma, Arial, sans-serif;
			color:#124064;
		}
		
