* {font-family: Arial, Verdana, Helvetica, Sans-Serif;}

BODY {
      color:#0000FF;                        /* El color de primer plano  */
      background-color: #33CCFF;            /* El color de fondo         */
      margin: 0;                            /* Ningún margen             */
      margin-right: 1em;
} 

P {
   font-size: 12pt;                      /* El tamaño de la fuente    */
   text-align: justify;                     /* Alineación justificada    */
   text-indent: 3em;}                         /* Sangría del texto         */
   

.centro {
       text-align: center;                  /* Alineado por el centro    */
       text-indent: 0; }                    /* Sin sangría               */

.izda {
       text-align: left;                    /* Alineado por la izquierda */
       text-indent: 0; }                    /* Sin sangría               */

.dcha {
       text-align: right;                   /* Alineado por la derecha   */
       text-indent: 0; }                    /* Sin sangría               */

.resalta {
       font-size: 12pt;		            /* Tamaño de la fuente       */
       text-align: left;                    /* Alineado por la izquierda */
       text-indent: 3em;                      /* Con sangría               */
       color: #FF00FF;}

.piefoto{
       font-size: 8pt;		            /* Tamaño de la fuente       */
       text-align: center;                    /* Alineado por la izquierda */
       text-indent: 0;}                      /* Con sangría               */
       
B {
     font-family: Arial Black;
     font-size: 10pt;  }
    
H1 {
    font-family: Arial Black;
    font-size: 24pt;
    font-weight: bold;
    text-align: center;			    /* Alineación centrada       */
    text-indent: 0;                      /* Sin sangría               */
    color: #FFFF00; }                       /* Color del texto           */

H2 {
    font-family: Arial Black;
    font-size: 20pt;
    font-weight: bold;
    text-align: center;			    /* Alineación centrada       */
    text-indent: 0;                      /* Sin sangría               */
    color: #FFFF00; }                       /* Color del texto           */
H3 {
    font-family: Arial Black;
    font-size: 16pt;
    font-weight: bold;
    text-align: left;			    /* Alineación izquierda       */
    text-indent: 0;                      /* Sin sangría               */
    color: #FFFF00; }                       /* Color del texto           */

H4 {
    font-family: Arial Black;
    font-size: 14pt;
    font-weight: bold;
    text-align: left;			    /* Alineación izquierda       */
    text-indent: 0;                      /* Sin sangría               */
    color: #FFFF00; }                       /* Color del texto           */
H5 {
    font-family: Arial Black;
    font-size: 12pt;
    font-weight: bold;
    text-align: left;			    /* Alineación izquierda       */
    text-indent: 0;                      /* Sin sangría               */
    color: #FFFF00; }                       /* Color del texto           */

TABLE {
       border: 0;
       background-color:#33CCFF; 
       width:100%;}
TD {
    border: 0; 
    text-align: left; 
    vertical-align: bottom;} 
 
.index {
	background-color:yellow;
	color:blue;
	padding-color:yellow;
	font-weight: bold;
	font-size:10pt;
	text-align:center;}
	


/*  Colores para los enlaces dentro de un párrafo       */

P A:link    {text-decoration: none; color: #0000FF;} /* color de enlace normal   */
P A:visited {text-decoration: none; color: #006666;} /* color de enlace visitado */
P A:hover   {text-decoration: none; color: #FFff00;} /* color de enlace sobre el enlace */
P A:active  {text-decoration: none; color: #006666;} /* color de enlace activo   */

/*  Colores para los enlaces dentro de una celda */

TD A:link    {text-decoration: none; 
	      color: navy;
	      background-color:yellow;} /* color de enlace normal   */
	      
TD A:visited {text-decoration: none; 
		color: #006666;
		background-color:yellow;} /* color de enlace visitado */
		
TD A:hover   {text-decoration: none; 
		color: yellow;
		background-color:navy;} /* color de enlace sobre el enlace */
		
TD A:active  {text-decoration: none; 
		color: #006666;
		background-color:yellow;} /* color de enlace activo   */
