* {
	border: none;
	margin: 0 0 0 0;
	padding: 0;
}
body, html {
	text-align:center;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	height: 100%;
	width: auto;
	scrollbar-face-color:white;
	scrollbar-highlight-color:white;
	scrollbar-shadow-color:white;
}
a:link {
	text-decoration:none;
	color:#FFF;
}
a:visited {
	text-decoration:none;
	color:#FFF;
}
a:active {
	text-decoration:none;
	color:#FFF;
}
a:hover {
	text-decoration:underline;
	color:#FFF;
}
#contenedor {
	position:absolute;
	top:0px;
	right:0px;
	z-index:1;
	width: 100%;
	height: 100%;
}
.tabla {
	width: 100%;
	height: 100%;
	margin: 0 0 0 0;
	border-collapse:collapse;
}
