body
{
	padding: 0;
	margin: 0;
	color: #FFF;
	font-family: arial, verdana, helvetica, tahoma, sans-serif;
	font-size: 80%;
	line-height: 150%;
	background-image: url(images/fondo.jpg);
	background-repeat: repeat;
}



a
{
	text-decoration: none;
	color: #9ed4e2;
	font-weight: bold;
}

a:hover
{
	text-decoration: none;
	color: #FFF;
}


#contenedor   
{
	border: 20px solid #FFF;
	height: 400px;
	width: 650px;
	position: absolute;
	left: 50%;
	margin-left: -325px;
	top: 20%;
}
#Tabla_01 {
	margin-right: auto;
	margin-left: auto;
}

