.codigo {
	width:400px;
	border:1px dashed;
	background-color:#E6E6FA;
	padding: 4px 4px;
}
.nav {

}
.submenu {
	margin-bottom: 5px;
	background-color: #F3F3F3;
	color: #000;
	width: auto;
	text-align: left;
	font-weight: normal;
	padding: 8px;
	font-family: Arial;
	text-align:justify;
}
.menu {
	position: relative;
	cursor: pointer;
	margin-bottom: 5px;
	background-color: #D9D9D9;
	color: #333;
	width: auto;
	text-align: left;
	font-weight: bold;
	border-radius:5px;
	border:solid thin #F3F3F3;
	padding:3px;
	font-family:Frutiger67Condensed, Arial;
	font-size:16px;
}
.menu:hover {
	background-color:#999;
}