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

* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 10px;
	font-family:"Courier New", Courier, monospace;
	overflow: hidden;
}

#tabla {
	position: relative;
	top: 60px;
	left: 0px;
	width: 550px;
	z-index: 6000;
}

.bg {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5000;
}
