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

#contenedor {
	width:950px;
	height:600px;
	position:relative;
}

#contenido {
	/*	border: 1px dashed #F00; */
	width: 950px;
	height: 600px;
	position: absolute;
	/*	top: 10px;
	left: 10px;
	padding: 10px 20px 10px 10px; */
	overflow:hidden;
	left: 0px;
	top: 4px;
}

/* invisible para IE 5 \*/
#contenedor {
	position:absolute;
	margin:-300px 0 0 -475px;
	left:50%;
	top:50%;
}
/* fin hack */
.table {
	height:600px;
}