body {
	background: #FFFFFF;
	color: #334d55;
}

a:link, a:visited {
	background: #FFFFFF;
	color: #334d55;
	text-decoration: none;
/* 	border: 1px solid #334d55; */
}

a:hover {
	background: #FFFFFF;
	color: #006699;
	text-decoration: none;
/*	border: 1px solid #006699;*/
}

#centrado {
	text-align: center;
	vertical-align: middle;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 800px;
	height: 300px;
	margin-left: -400px;
	margin-top: -150px;	
}

#menu {
	position: absolute;
	bottom: 3px;
	right: 75px;
	text-align: right;
	font-family: Arial,sans-serif;
	font-size: 17px;
}

