	body {
	background-color: #666;  /* color de fondo, fuera del escenario */
	margin: 4px;             /* Distancia entre el borde del IE y el ESCENARIO, puede ser cero, es decir pegados */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	}

	/********************* Tomados de ejemplo mostrado en DW ****************************************************/
	ul, ol, dl { /* Debido a diferencias entre navegadores, no añadir relleno ni márgenes en las listas.   */
		padding: 0;      /* Lleva a los elementos de lista a que se ubiquen segun lo esperado */
		margin: 0;
	}

	h1 {
	padding-left: 7px;
	padding-top: 4px;
	margin-top: 0;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	color: #000;
	font-style: normal;
	font-weight: bold;
	}

	h2{
	padding-left: 7px;
	padding-top: 4px;
	margin-top: 0;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	color: #000;
	font-style: normal;
	font-weight: normal;
	}

	h3, h4, h5 {
	padding-left: 7px;
	padding-top: 4px;
	margin-top: 0;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	color: #000;
	font-style: normal;
	font-weight: normal;
	}

	h6 {
	font-size: 14px;
	text-align: center;
	color: #000;
	font-style: normal;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(imagenes/fndventas.jpg);
	}

	p {
	padding-left: 7px;
	padding-top: 4px;
	margin-top: 0;
	font-size: 13px;
	font-family: Tahoma, Geneva, sans-serif;
	text-align: justify;
	color: #000;
	font-style: normal;
	font-weight: normal;
	}

	a img { /* este selector elimina el borde azul predeterminado que se muestra en algunos navegadores alrededor de una imagen cuando está rodeada por un vínculo */
		border: none;
	}
	
	
	.escenario {
	position: relative;
	height: 840px;
	width: 960px;
	background-color: #FFF;
	margin: auto;
	border-top-width: 2px; 
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;   
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FC0;
	border-right-color: #FC0;
	border-bottom-color: #FC0;
	border-left-color: #FC0;
	}
	ul.navsup {
	background-color: #FFFFFF;
	position: absolute;
	left: 194px;
	top: 0px;
	width: 763px;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FFF;   /* Con el vaor #000, se defin el borde de color negro y produce efecto de "profundidad" */
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	border-right-color: #FFF;
	border-right-style: none;
	}	

	ul.navsup li{
	list-style: none;	/* Elimina el simbolo que precede al elemento de la lista */
	float: left;		/* La lista es horizontal. Los elementos de la lista van de izquierda a derecha */
	}
	
	ul.navsup li a {
	color: #00F;
	text-decoration: none;
	padding: 5px;
	width: 84px;
	height: 15px;
	float: left;
	text-align: center;
	}
	
	ul.navsup li a:hover {
	background-color: #999;
	height: 15px;
	width: 84px;
	color: #FFF;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}

	.logoempresa_01 {
	float: left;
	height: 90px;
	width: 190px;
	background-color: #FFF;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	}

	.logoempresa_02 {
	position:absolute;
	width:190px;
	height:90px;
	z-index:1;
	border: 2px solid #000;
	top: 0px;
	left: 766px;
	}

	.alegoria {
	position:absolute;
	width:749px;
	height:53px;
	z-index:1;
	left: 4px;
	top: 10px;
	}
	
	.txtarriba {
	position: absolute;
	left: 117px;
	top: 25px;
	width: 580px;
	height: 46px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #000;
	text-align: center;
	background-color: #FFFFCC;
	
	}
	
	.latizq {
	position: absolute;
	height: 746px;
	width: 190px;
	top: 94px;
	background-color: #FFF;
	left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;  /* Con #000 se pone borde negro en el borde*/
	color: #000;
	visibility: visible;
	}

	ul.navizq {
	list-style: none; /* esto crea el borde superior de los vínculos (los demás se sitúan usando un borde inferior en el LI) */
	margin-bottom: 15px;
	background-color: #FFF;
	}
	
	ul.navizq li {
	}
	
	ul.navizq a, ul.navizq a:visited { /* se asegurará de que los vínculos mantengan el aspecto de botón incluso después de haber sido visitados */
	padding: 5px 5px 5px 15px;
	display: block; /* da al anclaje propiedades de bloque,  toda el área reaccione a un clic de ratón. */
	width: 170px;  /*esta anchura hace que  todo el botón para IE6. */
	text-decoration: none;
	color: #00F;		/* Pone color de fondo en los botones */		
	}
	
	ul.navizq a:hover, ul.navizq a:active, ul.navizq a:focus { /*  cambia el color de fondo y del texto para que naveguen con ratón como para teclado */
	color: #FFF;
	background-color: #999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	}

	ul.navhistoricos {
	list-style: none;
	}
	ul.navhistoricos li {
	}

	ul.navhistoricos a, ul.navhistoricos a:visited { /* se asegurará de que los vínculos mantengan el aspecto de botón incluso después de haber sido visitados */
	display: block; /* da al anclaje propiedades de bloque,  toda el área reaccione a un clic de ratón. */
	width: auto;  /*esta anchura hace que  todo el botón para IE6. */
	text-decoration: none;
	color: #000;
	padding: 0px;
	}
	
	ul.navhistoricos a:hover, ul.navhistoricos a:active, ul.navhistoricos a:focus { /*  cambia el color de fondo y del texto para que naveguen con ratón como para teclado */
	color: #000;
	background-color: #CCC;
	text-decoration: none;
	}

	.latder {
	border: medium solid #FFF;
	position: absolute;
	height: 322px;
	width: 132px;
	top: 53px;
	left: 985px;
	background-color: #FFFFFF;
	}

	.datospie {
	background-color: #FFF;
	height: 22px;
	position: absolute;
	left: 0px;
	top: 813px;
	width: 961px;
	text-align: center;
	font-size: 13px;
	color: #000;
	padding-top: 6px;
	font-family: Arial, Helvetica, sans-serif;
	}

	.horario{
	height: 148px;
	width: 172px;
	position: absolute;
	left: 8px;
	top: 591px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: left;
	color: #000;
	}

	.fecha{
	height: 18px;
	width: 119px;
	position: absolute;
	left: 820px;
	top: 6px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: left;
	color: #000;
	font-weight: normal;
	}

	.nptexto{
	font-size: 12px;
	position: absolute;
	height: 55px;
	width: 407px;
	top: 24px;
	color: #000;
	text-align: left;
	left: 158px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	background-image: url(imagenes/pmicroaxial.jpg);
	padding-left: 8px;
	}
	
	.nuevo {
	position: absolute;
	height: 50px;
	width: 47px;
	top: -17px;
	background-color: #FFF;
	left: 212px;
	}

	.dfiscal {
	position: absolute;
	height: 60px;
	width: 57px;
	top: 747px;
	background-color: #FFF;
	left: 59px;
	}

	.ctrarriba {
	position: absolute;
	height: 98px;
	width: 713px;
	left: 212px;
	top: 39px;
	background-color: #FFF;
	color: #F60;
	font-size: 14px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000;
	}

	.ctrcero {
	position: absolute;
	height: 103px;
	width: 421px;
	left: 524px;
	top: 139px;
	background-color: #FFF;
	color: #000;
	border-top-color: #FFF;
	}
	.foto_000 {
	background-color: #FFFFFF;
	position: absolute;
	height: 98px;
	width: 59px;
	top: 26px;
	left: 12px;
	}

	.text_000 {
	height: 88px;
	width: 397px;
	position: absolute;
	left: 9px;
	top: 8px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	text-align: justify;
	color: #000;
	}

	.ctruno {
	position: absolute;
	height: 64px;
	width: 425px;
	left: 526px;
	top: 243px;
	background-color: #FFF;
	color: #000;
	border-top-color: #FFF;
	}
	.foto_111 {
	background-color: #FFFFFF;
	position: absolute;
	height: 93px;
	width: 53px;
	top: -16px;
	left: 368px;
	}

	.text_111 {
	height: 42px;
	width: 344px;
	position: absolute;
	left: 13px;
	top: 7px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	text-align: left;
	color: #000;
	}

	.ctrdos {
	position: absolute;
	height: 121px;
	width: 329px;
	left: 199px;
	top: 291px;
	color: #000;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	background-color: #FFFFFF;
	}

	.ctrtres {
	position:absolute;
	width:430px;
	height:159px;
	z-index:1;
	left: 526px;
	top: 622px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	text-align: left;
	background-color: #FFFFFF;
	}
	.foto_333 {
	background-color: #FFFFFF;
	position: absolute;
	height: 65px;
	width: 53px;
	top: 25px;
	left: 350px;
	}

	.text_333 {
	height: 124px;
	width: 324px;
	position: absolute;
	left: 15px;
	top: 23px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	text-align: left;
	color: #000;
	}
	
	.foto_222 {
	background-color: #FFFFFF;
	position: absolute;
	height: 88px;
	width: 157px;
	top: 161px;
	left: 140px;
	}

	.text_222 {
	height: 103px;
	width: 305px;
	position: absolute;
	left: 7px;
	top: 7px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	text-align: left;
	color: #000;
	background-color: #FFF;
	}
	.ctrcuatro {
	position: absolute;
	height: 220px;
	width: 319px;
	left: 202px;
	top: 571px;
	background-color: #FFF;
	color: #000;
	border-top-color: #FFF;
	}

	.foto_444 {
	background-color: #FFFFFF;
	position: absolute;
	height: 172px;
	width: 115px;
	top: 18px;
	left: 5px;
	}
	
	.text_444 {
	height: 166px;
	width: 188px;
	position: absolute;
	left: 128px;
	top: 26px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	text-align: left;
	color: #000;
	}

	.ctrcinco {
	position: absolute;
	height: 88px;
	width: 412px;
	left: 532px;
	top: 506px;
	background-color: #FFFFFF;
	color: #FFF;
	border-top-color: #FFF;
	}

	.foto_555 {
	background-color: #FFFFFF;
	position: absolute;
	height: 81px;
	width: 51px;
	top: 6px;
	left: 6px;
	}
	
	.text_555 {
	height: 55px;
	width: 329px;
	position: absolute;
	left: 75px;
	top: 15px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	text-align: left;
	color: #000;
	background-color: #FFFFFF;
	}
	.ctrseis {
	position: absolute;
	height: 56px;
	width: 420px;
	left: 527px;
	top: 395px;
	background-color: #FFF;
	color: #000;
	border-top-color: #FFF;
	}

	.foto_666 {
	background-color: #FFFFFF;
	position: absolute;
	height: 96px;
	width: 54px;
	top: -3px;
	left: 366px;
	}
	
	.text_666 {
	height: 46px;
	width: 349px;
	position: absolute;
	left: 8px;
	top: 14px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	text-align: left;
	color: #000;
	}
	.ctrsiete {
	position: absolute;
	height: 72px;
	width: 416px;
	left: 527px;
	top: 321px;
	background-color: #FFF;
	color: #000;
	border-top-color: #FFF;
	}

	.foto_777 {
	background-color: #FFFFFF;
	position: absolute;
	height: 90px;
	width: 54px;
	top: -20px;
	left: 8px;
	}
	
	.text_777 {
	height: 59px;
	width: 316px;
	position: absolute;
	left: 91px;
	top: 10px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	text-align: left;
	color: #000;
	}
	.ctrocho {
	position: absolute;
	height: 140px;
	width: 320px;
	left: 198px;
	top: 148px;
	background-color: #FFFFFF;
	color: #000;
	border-top-color: #FFF;
	}

	.foto_888 {
	background-color: #FFFFFF;
	position: absolute;
	height: 93px;
	width: 83px;
	top: 29px;
	left: 6px;
	}
	
	.text_888 {
	height: 124px;
	width: 213px;
	position: absolute;
	left: 94px;
	top: 15px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	text-align: justify;
	color: #000;
	}

	.ctrnueve {
	position: absolute;
	height: 158px;
	width: 315px;
	left: 206px;
	top: 422px;
	background-color: #FFF;
	color: #000;
	border-top-color: #FFF;
	}

	.foto_999 {
	background-color: #FFFFFF;
	position: absolute;
	height: 131px;
	width: 80px;
	top: 7px;
	left: 8px;
	}
	
	.text_999 {
	height: 117px;
	width: 221px;
	position: absolute;
	left: 88px;
	top: 19px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	text-align: justify;
	color: #000;
	}

	.version {
	position:absolute;
	width:124px;
	height:43px;
	z-index:1;
	left: 822px;
	top: 668px;
	}

	.text_arriba {
	height: 59px;
	width: 670px;
	position: absolute;
	left: 18px;
	top: 21px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 18px;
	text-align: justify;
	color: #F63;
	}
