		html, body { 
			background-color: #5c5c2e;
			color: #999;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 11px;
			height: 95%;
		}


	/* FORMATO PARA LA CABEZERA DE LA PÁGINA */
		#header {
			position: absolute;
			top: 5px;
			left: 0px;
			width: 99%;
			clear: both;
			padding: .3em;
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 9px;
			color: #999999;
			text-align: right;
		}
		/* COMPORTAMIENTO DE LOS LINKS DE LA CABEZERA. TAMBIEN PARA LA NAVEGACIÓN HORIZONTAL */
		#header A:link {text-decoration:none; color: #999999;}
		#header A:visited {text-decoration:none; color: #999999;}
		#header A:active {text-decoration:none; color:#999999;}
		#header A:hover {text-decoration:none; color: #CCCCCC;} 
		
		
	/* FORMATO PARA EL PIE DE PÀGINA.
	   NOTA: PARA LAS PÀGINAS SIN SCROLL */
		#footer2 {
			position: absolute;
			bottom: 0;
			left: 0;
			width: 99%;
			clear: both;
			padding: .3em;
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 9px;
			color: #666666;
			text-indent: 5px;
			z-index:1;
		}
		/* COMPORTAMIENTO DE LOS LINKS PARA EL PIE */
		#footer2 A:link {text-decoration:none; color:#666666;}
		#footer2 A:visited {text-decoration:none; color:#666666}
		#footer2 A:active {text-decoration:none; color:#666666}
		#footer2 A:hover {text-decoration:none; color:#CCCCCC;} 
		
		
	/* FORMATO PARA EL PIE DE PÀGINA. NOTA: PARA LAS PÀGINAS CON SCROLL */
			div#footer {
				position: relative;
				bottom: 0;
				left: 0;
				width: 99%;
				clear: both;
				padding: .3em;
				font-family: Verdana, Arial, Helvetica, sans-serif;
				font-size: 9px;
				color: #999999;
				text-indent: 5px;
				z-index:1;
			}
			/* COMPORTAMIENTO DE LOS LINKS DEL PIE */
			#footer A:link {text-decoration:none; color:#999999;}
			#footer A:visited {text-decoration:none; color:#999999;}
			#footer A:active {text-decoration:none; color:#999999;}
			#footer A:hover {text-decoration:none; color:#CCCCCC;} 

		/* FORMATO PARA LA NAVEGACIÓN HORIZONTAL: MARCADA LA SECCIÓN DONDE ESTAMOS */
		.marcado {
			color: #FFFFFF;
			/* font-weight: bold; */
		}


