@charset "utf-8";
/* Menus */
.home{
	width:100%;
	height:auto;
}
.home .base{
	width:900px;
	height:748px;
	margin:0 auto;
	background-image:url(../imagens/fundo.png);
}
.home .base .btn_inicial{
	width:296px;
	height:148px;
	background-image:url(../imagens/menu_inicial.png);
	float:right;
	position:relative;
	right:3px;
}
.home .base .btn_quemsomos{
	width:296px;
	height:148px;
	background-image:url(../imagens/menu_quemsomos.png);
	position:relative;
	left:151px;
}
.home .base .btn_servicos{
	width:296px;
	height:148px;
	background-image:url(../imagens/menu_servicos.png);
	position:relative;
	left:451px;
}
.home .base .btn_contato{
	width:296px;
	height:148px;
	background-image:url(../imagens/menu_contato.png);
}