@charset "utf-8";
/* CSS Document */

body {
	background-color: #000;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif
    font-size:12px;
	margin-top:0px;
	margin-left:0px;
    color: #999;
    text-align: center; /*aqui mandamos a centrar todo el contenido*/;

	
	
}
body a:link {
    color: #999;
	text-decoration: none;
}
body a:visited {
    color: #999;
	text-decoration: none;
}
body a:hover {
	color: #fff;
	text-decoration: none;
}

