 /*         */ 

	body {
	background-color: #666;
	margin-top: 6px;
	font-family: Verdana, Geneva, 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 {
	font-size: 15px;
	font-family: Verdana, Geneva, sans-serif;
	color: #000;
	text-align: left;
	background-color: #CF9;
	padding-top: 0px;
	padding-left: 10px;
	}
	h3 {
	font-size: 15px;
	font-family: Verdana, Geneva, sans-serif;
	color: #000;
	text-align: left;
	background-color: #CF9;
	padding-top: 0px;
	padding-left: 10px;
	}
	h4 {
	font-size: 15px;
	font-family: Verdana, Geneva, sans-serif;
	color: #000;
	text-align: left;
	background-color: #CF9;
	padding-top: 0px;
	padding-left: 10px;
	}
	h5 {
	font-size: 15px;
	font-family: Verdana, Geneva, sans-serif;
	color: #000;
	text-align: left;
	background-color: #CF9;
	padding-top: 0px;
	padding-left: 10px;
	}
	h6 {
	font-size: 15px;
	font-family: Verdana, Geneva, sans-serif;
	color: #000;
	text-align: left;
	background-color: #CF9;
	padding-top: 0px;
	padding-left: 10px;
	}

	p {
	font-size: 14px;
	font-family: Verdana, Geneva, sans-serif;
	color: #000;
	text-align: left;
	background-color: #FFF;
	padding-top: 0px;
	margin-top: 5px;
	margin-left: 8px;
	margin-right: 4px;
	}


	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: 720px;
	width: 960px;
	background-color: #FFF;
	border-top-width: 2px;
	border-right-width: 4px;
	border-bottom-width: 4px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #F60;
	border-right-color: #F60;
	border-bottom-color: #F60;
	border-left-color: #F60;
	margin: auto;
	}

	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: #000;
	border-bottom-color: #CCC;
	border-left-color: #000;
	border-right-color: #000;
	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;
	}

	.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: #000;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #000;
	}

	.latizq {
	position: absolute;
	height: 626px;
	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: #000;
	border-right-color: #CCC;
	border-bottom-color: #000;
	border-left-color: #000;
	color: #000;
	}

	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;
	}

	.cnt_00 {
	position: absolute;
	height: 150px;
	width: 743px;
	top: 33px;
	left: 209px;
	background-color: #FFF;
	}

	.tit_00 {
	background-color: #FFFFFF;
	position: absolute;
	height: 28px;
	width: 362px;
	left: 162px;
	top: 10px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 21px;
	color: #000;
	text-align: center;
	}
	
	.mas_00 {
	position: absolute;
	height: 40px;
	width: 155px;
	left: 571px;
	top: 169px;
	background-color: #DFDFDF;
	z-index: 1;
	}


	ul.plus_00 li {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	list-style-type: none;
	text-align: center;
	z-index: auto;
	}

	.txt_00 {
	position: absolute;
	height: 92px;
	width: 724px;
	left: 5px;
	top: 50px;
	background-color: #FFF;
	padding-left: 4px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	text-align: justify;
	}
	
	.fot_0 {
	background-color: #FFFFFF;
	height: 143px;
	width: 216px;
	left: 18px;
	top: -10px;
	position: absolute;
	z-index: 1;
	color: #000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	}
	.fot_00 {
	background-color: #FFFFFF;
	height: 172px;
	width: 155px;
	left: 584px;
	top: -37px;
	position: absolute;
	z-index: 1;
	color: #000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	}
	.fot_000 {
	background-color: #FFF;
	height: 94px;
	width: 111px;
	left: 632px;
	top: 9px;
	position: absolute;
	z-index: 1;
	color: #000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	padding-top: 8px;
	}

	
	.dib_00 {
	position: absolute;
	height: 69px;
	width: 552px;
	left: -1px;
	top: 171px;
	background-color: #DFDFDF;
	text-align: left;
	color: #FFF;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	z-index: 1;
	}



	.cnt_01 {
	position: absolute;
	height: 352px;
	width: 749px;
	top: 185px;
	background-color: #FFF;
	left: 206px;
	border: thin none #999;
	}
	.cnt_02 {
	position: absolute;
	height: 275px;
	width: 745px;
	top: 453px;
	background-color: #FFFFFF;
	left: 209px;
	border: 1px none #999;
	}

	.cnt_pie {
	position: absolute;
	height: 140px;
	width: 752px;
	top: 361px;
	left: -2px;
	background-color: #FFF;
	}

	.tit_99 {
	background-color: #CCC;
	position: absolute;
	height: 20px;
	width: 295px;
	left: 9px;
	top: 4px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	color: #000;
	text-align: left;
	padding-left: 8px;
	}
	
	.mas_99 {
	position: absolute;
	height: 89px;
	width: 166px;
	left: 384px;
	top: 160px;
	background-color: #FFFFFF;
	z-index: 1;
	border-right-color: #F0F0F0;
	border-bottom-color: #F0F0F0;
	border-left-color: #F0F0F0;
	font-family: Verdana, Geneva, sans-serif;
	}

	ul.plus_99 li {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	list-style-type: none;
	text-align: center;
	z-index: auto;
	}
	.txt_99 {
	position: absolute;
	height: 315px;
	width: 570px;
	left: 3px;
	top: 27px;
	background-color: #FFF;
	}
	
	.fot_99 {
	background-color: #FFFFFF;
	height: 257px;
	width: 167px;
	left: 581px;
	top: 35px;
	position: absolute;
	}
	
	.dib_99 {
	position: absolute;
	height: 71px;
	width: 165px;
	left: 545px;
	top: 26px;
	background-color: #FFF;
	text-align: center;
	color: #000;
	padding-top: 0px;
	font-size: 13px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	}

	.mas_999 {
	position: absolute;
	height: 99px;
	width: 171px;
	left: 306px;
	top: 372px;
	background-color: #FFFFFF;
	z-index: 1;
	border-right-color: #F0F0F0;
	border-bottom-color: #F0F0F0;
	border-left-color: #F0F0F0;
	font-family: Verdana, Geneva, sans-serif;
	}

	ul.plus_999 li {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	list-style-type: none;
	text-align: center;
	z-index: auto;
	}



	.datospie {
	background-color: #CCC;
	height: 22px;
	position: absolute;
	left: 3px;
	top: 694px;
	width: 958px;
	text-align: center;
	font-size: 15px;
	color: #000;
	padding-top: 6px;
	font-family: Arial, Helvetica, sans-serif;
	}
	
