@charset "utf-8";
/* CSS Document */

body{
	background:#e5e5e5;
	margin:0 auto;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
		
	}
	
#fundo_topo{
	width:951px;
	height:165px;
	margin:auto;
	background:url(../images/bg_topo.jpg);
	}
	
#data{
	font-family:Verdana;
	font-size:11px;
	float:left;
	margin-top:7px;
	margin-left:40px;
	}

#publi_01{
	width:490px;
	height:70px;
	
	float:left;
	margin-top:25px;
	margin-left:40px;
	}

#menu_topo{
	width:429px;
	height:35px;
	float:left;
	margin-top:6px;
	margin-left:100px;
}

#menu_topo a.home{
	display:block;	
	width:145px;
	height:39px;
	background:url(../images/bot_home.png);
	margin:0 0 0px 0;
}

#menu_topo a.home:hover{
	display:block;
	width:145px;
	height:39px;
	background:url(../images/bot_home-h.png);
	margin:0 0 0px 0;
}

#menu_topo a.empr{
	display:block;	
	width:143px;
	height:39px;
	background:url(../images/bot_empresa.png);
	margin:0 0 0px 0;
}

#menu_topo a.empr:hover{
	display:block;
	width:143px;
	height:39px;
	background:url(../images/bot_empresa-h.png);
	margin:0 0 0px 0;
}

#menu_topo a.cont{
	display:block;	
	width:145px;
	height:39px;
	background:url(../images/bot_contato.png);
	margin:0 0 0px 0;
}

#menu_topo a.cont:hover{
	display:block;
	width:145px;
	height:39px;
	background:url(../images/bot_contato-h.png);
	margin:0 0 0px 0;
}

#fundo_men{
	background:url(../images/fundo_mennn.png);
	width:466px;
	height:128px;
	float:left;
	margin-top:195px;
	margin-left:15px;
	padding-top:18px;
	text-align:center;
	font-size:15px;
	color:#FFF;
}
