@charset "utf-8";
/* CSS Document */

body {
	background-color: #000000;
	font-size: 10px;
}
#mensaje {
	position: relative;
	text-align: center;
	top: 30px;
	width: 350px;
	background-image: url(noflash_background.png);
	background-repeat: no-repeat;
	padding-top: 120px;
	height: 170px;
}
#mensaje p {
	margin: 0px;
}
body,td,th {
	color: #FFFFFF;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
}
a:link {
	color: #FFFFFF;
}
a:hover {
	color: #FF0000;
}
a:visited {
	color: #ffffff;
}