body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
	background-color:#FFFFFF;
}
.titulo{
	font-size:10px;
	text-transform:uppercase;
	font-weight:bold;
	letter-spacing:2px;
	color:#FF6600;
}
.subtitulo{
	font-size:10px;
	font-weight:bold;
	color:#333333;
}
.pie{
	color:#666666;
}
a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #006699;
	text-decoration: none;
}
a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #006699;
	text-decoration: none;
	font-weight: bold;
}
a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #006699;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color:#006699;
	text-decoration: none;
	font-weight: bold;
}

.menu{
	position:absolute;
	top:34px; 
	height:20px;
	width:120px;
	background-color:#006699;
	color:#FFFFFF;
	font-weight:bold;
	text-transform:uppercase;
}
.menu2{
	position:absolute;
	top:34px; 
	height:20px;
	width:120px;
	background-color:#FFFFFF;
	color:#006699;
	font-weight:bold;
	text-transform:uppercase;
}
.menuOver{
	position:absolute;
	top:34px; 
	height:20px;
	width:120px;
	background-color:#FF6600;
	color:#ffffff;
	font-weight:bold;
	cursor: pointer;
	text-transform:uppercase;
}
