 /*  14/10/2013 REV 1.0 
 CSS tomado como referencia */ 

	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: 900px;
	width: 960px;
	background-color: #FFF;
	margin: auto;
	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: #C90;
	border-right-color: #C90;
	border-bottom-color: #C90;
	border-left-color: #C90;
	}

	ul.navsup {
	background-color: #FFFFFF;
	position: absolute;
	left: 194px;
	top: 0px;
	width: 765px;
	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: 805px;
	width: 190px;
	top: 93px;
	background-color: #FFF;
	left: 0;
	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: solid;
	border-left-style: solid;
	border-top-color: #000;
	border-right-color: #CCC;
	border-bottom-color: #000;
	border-left-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: 65px;
	width: 742px;
	top: 33px;
	left: 209px;
	background-color: #FFF;
	}

	.tit_00 {
	background-color: #CCC;
	position: absolute;
	height: 28px;
	width: 716px;
	left: 11px;
	top: 10px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 22px;
	color: #000;
	text-align: center;
	font-weight: bold;
	}
	
	.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: 15px;
	width: 285px;
	left: 223px;
	top: 42px;
	background-color: #FFF;
	padding-left: 4px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	text-align: justify;
	}
	
	.fot_0 {
	background-color: #FFFFFF;
	height: 125px;
	width: 324px;
	left: 13px;
	top: 8px;
	position: absolute;
	z-index: 1;
	color: #000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	}
	.fot_00 {
	background-color: #FFFFFF;
	height: 120px;
	width: 292px;
	left: 435px;
	top: 11px;
	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: 764px;
	width: 742px;
	top: 101px;
	background-color: #FFF;
	left: 210px;
	border: thin none #999;
	}


	.cnt_02 {
	position: absolute;
	height: 286px;
	width: 743px;
	top: 448px;
	background-color: #FFFFFF;
	left: 209px;
	border: thin none #999;
	}

	.cnt_pie {
	position: absolute;
	height: 132px;
	width: 745px;
	top: 737px;
	left: 208px;
	background-color: #FFF;
	}

	.tit_99 {
	background-color: #FFF;
	position: absolute;
	height: 27px;
	width: 421px;
	left: 13px;
	top: 4px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #00F;
	text-align: left;
	padding-left: 8px;
	font-weight: bold;
	}
	
	.mas_99 {
	position: absolute;
	height: 86px;
	width: 142px;
	left: 598px;
	top: 44px;
	background-color: #FFFFFF;
	z-index: 1;
	border-right-color: #F0F0F0;
	border-bottom-color: #F0F0F0;
	border-left-color: #F0F0F0;
	}

	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: 741px;
	width: 594px;
	left: 1px;
	top: 29px;
	background-color: #FFF;
	}
	
	.fot_99 {
	background-color: #FFFFFF;
	height: 174px;
	width: 140px;
	left: 598px;
	top: 180px;
	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;
	}

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