html,body{
	background-image: url(bg_top.jpg);
	background-repeat: repeat-x;
	border-right: 0px;
	border-left: 0px;
	margin-top:0px;
	margin-right:0px;
	margin-bottom:0px;
	margin-left:0px;
	background-color: #ffffff;
	scrollbar-3dlight-color : #808080;
	scrollbar-arrow-color : #006699;
	scrollbar-base-color : #D4D0C8;
	scrollbar-darkshadow-color : #404040;
	scrollbar-face-color : #F2F1F4;
	scrollbar-highlight-color : #FFFFFF;
	scrollbar-shadow-color : #808080;
	scrollbar-track-color : #D9D8DD;
	font-family: Tahoma, Verdana, Arial;
}
td{
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	color:#006699;
}
#mensaje{
	font-size: 10pt; 
	color:#ffff00;
	font-family: courier new; 
	BACKGROUND-COLOR: #0000A7;
	width:100%;
	height:22px;
	padding-left:18px;
	border:none;
}
#resultado{
	font-size: 10pt; 
	color:#ffffff;
	font-family: courier new; 
	BACKGROUND-COLOR: #1818FF;
	background-image:url(back_screen.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
	width:100%;
	height:300px;
	padding-left:5px;
	cursor:default;
	border:none;
}
#resultadoHTML{
	font-size: 10pt; 
	color:#ffffff;
	font-family: courier new; 
	width:100%;
	height:300px;
	padding-left:5px;
	cursor:default;
	border:none;
	overflow:auto;
	position:absolute;
	z-index:20;
}
#pantalla_A{
	background-color: #1718c0;
	background-image:url(back_screen_a.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
	width:100%;
	height:300px;
	position:absolute;
	z-index:10;
}
#pantalla_B{
	background-color: #4c8b30;
	background-image:url(back_screen_b.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
	width:100%;
	height:300px;
	position:absolute;
	z-index:9;
	visibility:hidden;
}
#pantalla_C{
	background-color: #fe8141;
	background-image:url(back_screen_c.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
	width:100%;
	height:300px;
	position:absolute;
	z-index:8;
	visibility:hidden;
}
#pantalla_D{
	background-color: #696969;
	background-image:url(back_screen_d.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
	width:100%;
	height:300px;
	position:absolute;
	z-index:7;
	visibility:hidden;
}
#pantalla_E{
	background-color: #9a0201;
	background-image:url(back_screen_e.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
	width:100%;
	height:300px;
	position:absolute;
	z-index:6;
	visibility:hidden;
}
#pantalla_F{
	background-color: #7524b1;
	background-image:url(back_screen_f.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
	width:100%;
	height:300px;
	position:absolute;
	z-index:5;
	visibility:hidden;
}
.mano{
	cursor:pointer;
}
#prompt{
	position:absolute;
	padding-top:3px;
	padding-left:2px;
}