.box {
	font-family: Verdana, tahoma, verdana;
	font-size: 9px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333333;
	height: 31px;
}
.menus {
	font-family: tahoma, verdana;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: uppercase;
	color: #000000;
	text-decoration: none;
}

.banner{
	font-family: tahoma, verdana;
	font-size: 12px;
	font-style: bold;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	color: #000000;
	background: #ffffff;
	border:double;
	border-color:#000000;
	text-decoration: none;
	position: absolute;
	left:200px;
	top:200px;
	width:500px;
}

.bannerfechar{
	font-family: tahoma, verdana;
	font-size: 8px;
	font-style: normal;
	line-height: normal;
	border:double;
	font-weight: normal;
	font-variant: normal;
	text-transform: uppercase;
	color: blue;
	text-align:right;
	text-decoration: none;
	background:lightgrey;
}