html,
body {
	margin:0;
	padding:0;
	width:100%;
	height:100%;
	background-color:#323232;
/*	overflow:hidden;*/
	overflow:auto;
}
#flash {
	width:100%;
	height:100%;
	overflow:hidden;
}
#contenedor {
	width:100%;
	height:100%;
	background-color:#4B4B4B;
}
#tablaCentral {
	width:100%;
	height:100%;
}
#logotipo {
	position:absolute;
	left:46px;
	top:369px;
}
