object{
display: block;
position: absolute;
top: 50%;
left: 50%;
margin-left: -350px;/*la mitad del ancho del flash*/
margin-top: -215px;/*la mitad del ato del flash*/
}
body {
	background-color: #C6B58A;
}
a:link {
	color: #005AA5;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #005AA5;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #000000;
}