<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++  */
/*  Estilos para el año 2007 */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++  */


@media aural {  
  h1, h2, h3 { stress: 20; richness: 90 }
  .hide { speak: none }
  p.copyright { volume: x-soft; speech-rate: x-fast }
  dt { pause-before: 20% }
  pre { speak-punctuation: code } 
}

/* Things (icons) that should only show up in projection mode */
.projection {display: none }
@media projection { .projection { display: inline } }

@media screen {  /* hide from IE3 */
       a:hover { background: #ffa } 
       }

/* pagina de impresion*/
/* impresion a doble pagina, margenes de la pagina izquierda y derechs*/
/*
@page:left{
     margin-left:1.5cm;
     margin-right:1.0cm;
     }
@page:right{
     margin-left:1.0cm;
     margin-right:1.5cm;
     }
*/
@media print {
  
	table {
    page-break-inside: avoid
  }
}



/* -------------------- */
/* el Body*/
/*posición:  superior (top), derecho (right), inferior (bottom)izquierdo (left).*/
body {	
  margin: 1cm 2cm 2cm 2cm;
  font-family: sans-serif;
  color: black;
  background: #F5F5F5;
  background-position: top left;
  background-attachment: fixed;
  background-repeat: no-repeat;
	text-align:justify;
	line-height: 1.4;
}



/*body {BACKGROUND-IMAGE: url(../graficos/LogoVert.gif);}*/
/* "http://jms32.eresmas.net/web2008/graficos/red/logo_gj01.gif" */
body {background-image : url(http://jms32.eresmas.net/web2008/graficos/red/LogoVert.gif);}


/* -------------------- */
/* los enlaces diversos */

A:link {background: none transparent scroll repeat 0% 0%; COLOR: #0000CC;}
A:visited {background: none transparent scroll repeat 0% 0%; COLOR: #660099;}
A:active {background: none transparent scroll repeat 0% 0%; COLOR: #CC0000;}

A:hover{background-color: #8EE8E3; COLOR: #CC0000;}  /* Al pasar el cursor */


A:link IMG {BORDER-TOP-STYLE: none; BORDER-RIGHT-STYLE: none; BORDER-LEFT-STYLE: none; BORDER-BOTTOM-STYLE: none}
A:visited IMG {BORDER-TOP-STYLE: none; BORDER-RIGHT-STYLE: none; BORDER-LEFT-STYLE: none; BORDER-BOTTOM-STYLE: none}


/* -------------------- */
/* las etiquetas H */
h1, h2, h3, h4, h5, h6 { text-align: left }
h1, h2, h3 { color: #005A9C }
h1 { font: 170% sans-serif }
h2 { font: 140% sans-serif }
h3 { font: 120% sans-serif }
h4 { font: bold 100% sans-serif }
h5 { font: italic 100% sans-serif }
h6 { font: small-caps 100% sans-serif }



hr{text-align:left;  
   margin: 0px;
   border:0px;
   color:navy;
   height:3px;
   width:100%;}



/* ----------------------- */
/* listas de definiciones */     

DT {MARGIN-TOP: 0px; MARGIN-BOTTOM: 0px;}
DD {MARGIN-TOP: 0px; MARGIN-BOTTOM: 0px;}
DT {FONT-WEIGHT: bold; color:green;}


/* ----------------------- */
/* listas de  UL / LI */     


/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++  */
/*   Clases colocads segun el orden de aparicion enel documento */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++  */

/* ++++++++++++++++++++++++++++++++++++++  */
/* Seccion_InicioDocumento */
.Seccion_InicioDocumento{}



/* ++++++++++++++++++++++++++++++++++++++  */
/* Seccion_BarraNavegacion */
.Seccion_BarraNavegacion{}
.barra_navegacion{ 
  background-color:trasparent; 
	text-align:right; 
	border:0px; 
	margin:0px; 
	}



/* ++++++++++++++++++++++++++++++++++++++  */
/* Seccion_TituloDocumento*/
.Seccion_TituloDocumento{}
.titulo_documento
{
	width: auto;
	font-weight: normal;
	margin-top: 1cm;
	margin-bottom: 0.5cm;
	font-size: xx-large;
	padding: 0.2em;
	font-family: "Gill Sans" , "Century Gothic" , "Trebuchet MS" , "Bitstream Vera Sans" , verdana, lucida, arial, helvetica, sans-serif;
}



/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++  */
/* Seccion_Sumario    */

.Seccion_Sumario{}

/* Los mismos datos que h2 */
.sumario_titulo{text-align:left; color: #005a9c; font: 140% sans-serif;}

.sumario_contenido
{
	width: 95%;
	background-color: #F3E8F3; /* #E7E7E7;  gris clarito */
	font-family: verdana,arial, sans-serif;
 	padding: 0.5cm;
	margin: 0cm;
	margin-top: 0.5cm;
	margin-bottom: 0.5cm;
	text-align: justify; /* 	border-top-style: solid; 	border-top-color: black; 	border-top-width: 5px; 	border-bottom-style: solid; 	border-bottom-color: black; 	border-bottom-width: 5px; 	border-left-style: solid; 	border-left-color: #F3E8F3; 	border-left-width: 5px; 	border-right-style: solid; 	border-right-color: #F3E8F3; 	border-right-width: 5px; */
}



/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++  */
/* Seccion_TablaDeContenidos    */

.Seccion_TablaDeContenidos{}

.toc_titulo{text-align: left;}

.toccaja{
	BORDER-RIGHT: medium none; 
	BORDER-TOP: medium none; 
	PADDING-BOTTOM: 3px; 
	BORDER-LEFT: medium none; 
	MARGIN-RIGHT: 5%; 
	PADDING-TOP: 1px; 
	BORDER-BOTTOM: medium none; 
	BACKGROUND-COLOR: #EAEAFF
}
.tocline{text-indent : 0;}
.tocxref{text-align: left;}



/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++  */
/* Seccion_TextoDelDocumento    */

.Seccion_TextoDelDocumento{}



/* cuadro verde letra verde*/
.CuadroVerdeLetraVerde {
	BORDER-RIGHT: green 2px solid; 
	BORDER-TOP: green 2px solid; 
	FONT-WEIGHT: bold; 
	MARGIN-LEFT: 0px; 
	BORDER-LEFT: green 2px solid; 
	COLOR: green; 
	MARGIN-RIGHT: 5%; 
	BORDER-BOTTOM: green 2px solid;
}

/* cuadro rojo letra roja*/
.CuadroRojoLetraRoja {
	BORDER-RIGHT: red 2px solid; 
	BORDER-TOP: red 2px solid; 
	MARGIN-LEFT: 0px; 
	BORDER-LEFT: red 2px solid; 
	COLOR:red; 
	MARGIN-RIGHT: 5%; 
	BORDER-BOTTOM: red 2px solid;
}

.html_ejemplo{
	FONT-WEIGHT: bold; 
	MARGIN-LEFT: 10px; 
	COLOR: maroon; 
	MARGIN-RIGHT: 10px; 
	FONT-FAMILY: monospace; 
		margin-top: 0px;
	margin-bottom: 0px
}


.marca_roja
{
	color: #B22222; /* firebrik (rojo oscuro) */
	text-decoration: none;
	font-family: 'Courier New' , monospace;
}


.nota_verde{color : green;}

.fosforito_amarillo{background : yellow;}


/*  Estilos  para las HR situadas antes del enlace subir             */ 
.HrSubir {text-align: left; margin: 0px; width: 50%;}

/* estilos para diferenciar una palabra marcada como clave e*/
/* De momento copi el estilo de una marca roja*/
.UnaPalabraClave{
	color: #B22222; /* firebrik (rojo oscuro) */
	text-decoration: none;
	font-family: 'Courier New' , monospace;
}



address{border:0; margin:0;}
/*address:after{ */
/* \40 es un código para escribir el caracter '@' */ 
/*content: " &lt;jms32\40 eresmas.net&gt;";*/ 
/*}*/ 

samp{FONT-FAMILY: monospace;}
var {FONT-FAMILY: monospace;}


pre {
  background-color:	#F7F7F7;
  font-family: monospace
}

.pre_titulo
{
	color: #ffffff;
	background-color: #006699;
	font-weight: bold;
	text-align: left;
	margin-top: 0.5cm;
	margin-bottom: 0cm;
}


code{
  /* problemita, el codigo queda como mas pequeño, de esta forma se resalta*/
  font-weight:bolder; /* texto el siguiente punto de negrita  */
	text-align: left; /* justificacion Izquierda */
  font-size:larger;	/* Aumentar el tamaño de la letra */
	}


/* Imagenes */
.textoPieImagen{
  font-weight:bolder; /* texto el siguiente punto de negrita  */
  font-size:smaller;	/* disminuir el tamaño de la letra */
	margin-left:2cm;  /* margen izquierdo metido 1 cm */
	margin-right:2cm; /* margen derecho   metido 1 cm */
}



/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++  */
/* Seccion_Anexos    */



/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++  */
/* Seccion_Anexos_1_referencias    */


/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++  */
/* Seccion_Anexos_1_referencias    */


.una_referencia{color: red}
.llamada_referencia{color: green}


/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++  */
/* Seccion_Anexos_2_enlaces    */
.Seccion_Anexos_2_Enlaces{}


/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++  */
/* Seccion_Anexos_3_informacion_documento    */
.Seccion_Anexos_3_informacion_documento{}
.RefA3InformacionDocumento{}



/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++  */
/* Seccion_PieDePagina    */
.Seccion_PieDePagina{}



/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++  */
/* Etiquetas de html */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++  */




</pre></body></html>