@charset "utf-8";
/* CSS Quem Somos */

div#corpoquemsomos {
	width:700px;
	height:600px;
	margin:0 auto;
	background-image:url(../imagens/linha_box.png);
	background-repeat:repeat-x;
}
div#corpoquemsomos {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;	
	text-indent:15px;
	text-align:justify;
	padding:0 15px 0 15px;
	margin-top:20px;
	}
div#corpoquemsomos h3{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;	
	color:#1d506b;
	border-bottom:1px #dedede solid;
	border-bottom-color:#1d506b;
	margin:0; 
	}
