@charset "utf-8";
/* CSS Document */

#topo {
	height: 125px;
	width: 1000px;
	background-image: url(../img/img_topo.jpg);
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
}
#logo {
	float: left;
	height: 125px;
	width: 350px;
}
#adm {
	float: left;
	height: 26px;
	width: 360px;
	margin-top: 16px;
	margin-left: 260px;
}
.adm {
	background-color: #000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #FFF;
	height: 26px;
	width: 120px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	line-height: 26px;
	text-align: center;
	display: block;
}

