@charset "utf-8";
/* Menus */
.quemsomos{
	width:100%;
	height:auto;
}
.quemsomos .base{
	width:900px;
	height:748px;
	margin:0 auto;
	background-image:url(../imagens/fundo.png);
}
.menus{width:296px; height:748px; float:left;}
.quemsomos .base .menu{
	width:296px;
	height:148px;
	margin-left:1px;
}
.quemsomos .base .conteudo{
	width:576px;
	height:728px;
	margin-left:5px;
	background-image:url(../imagens/fundo_conteudo.png);
	float:left;
	overflow-x:none;
	overflow-y:auto;
	padding:10px;
}
.quemsomos .base .conteudo h1{font-family:arial;font-size:24px;color:#028342; height:22px;}
.quemsomos .base .conteudo hr{height:3px;border:none;background-color:#028342;}
.quemsomos .base .conteudo p{font-size:18px; color:#52484a; font-family:arial; line-height:30px;}