/* CSS Document VITRISNET */
	body {
		margin-left	: 0px;
		margin-right: 0px;
		margin-top		: 0px;
		left								: 0px;
		top									: 0px;
	}

	#iframe
	{
		background: transparent;
		width					: 100%;
		height				: 100%;

		position				: absolute;
		margin-left	: 0px;
		margin-top		: 0px;
		margin-right: 0px;
		left								: 0px;
		top									: 0px;

		z-index					:	1000;
		overflow				:	visible;
		display					:	none;
	}

	#webpagina
	{		
		z-index			:	1;
		display			:	block;
	}		