html {
		overflow: hidden;
	}
	body {
		position: absolute;
		margin: 0px;
		padding: 0px;
		background: #111;
		width: 100%;
		height: 100%;
	}
	#screen {
		position: absolute;
		left: 10%;
		top: 10%;
		width: 80%;
		height: 80%;
		background: #000;
	}
	#screen img {
		position: absolute;
		cursor: pointer;
		visibility: hidden;
		width: 0px;
		height: 0px;
		-ms-interpolation-mode:nearest-neighbor;
	}
	#screen .tvover {
		border: solid #fff;
	}
	#screen .tvout {
		border: solid #222;
	}
	#bankImages {
		display: none;
	}
	
	#volver a

{
	color: #f00;
	padding-right: 15px;
	padding-left: 15px;
	position: absolute;
	height: 20px;
	left: 83%;
	top: 85%;
	font-size: 1.1em;
	outline-color: -moz-use-text-color;
	outline-style: none;
	outline-width: medium;
	padding-top: 5px;
	background-color: #232323;
	font-family: Verdana, Arial, Helvetica, sans-serif;