
/*TEXTO EMPRESA*/
.TextoEmpresa{
	width:725px;
	height: 210px;
	float:left;
	background-color:#CCC;
	background-image:url('../imagem/fdnAreaEmpresa.png');
	background-repeat:repeat-x;
	background-position: ;

-webkit-border-top-left-radius: 10px;
-webkit-border-top-right-radius: 10px;

-webkit-border-bottom-right-radius: 10px;
-webkit-border-bottom-left-radius: 10px;

-moz-border-radius-topleft: 10px;
-moz-border-radius-topright: 10px;

-moz-border-radius-bottomright: 10px;
-moz-border-radius-bottomleft: 10px;

border-top-left-radius: 10px;
border-top-right-radius: 10px;

border-bottom-right-radius: 10px;
border-bottom-left-radius: 10px;

	margin:5px;
	margin-top:12px;
	overflow:hidden;
	}
.TextoEmpresa img{ margin:5px; margin-right:0px; float:left;}
.TextoEmpresaInterno{
	width:410px;
	height:200px;
	float:left;
	margin:5px;
	overflow:auto;
	font-size:14px;
	color:#FFF;
	text-aling:justify;
	}
