FUENTE_ACTUAL = 7.8;
FUENTE_MASPEQUENA = 7.8;
FUENTE_MASGRANDE = 11.8;

function MasTxt(div) {
FUENTE_ACTUAL = FUENTE_ACTUAL+1;
if (FUENTE_ACTUAL > FUENTE_MASGRANDE) { FUENTE_ACTUAL = FUENTE_MASGRANDE }
var divID1 = document.getElementById('texto');
divID1.style.fontSize = FUENTE_ACTUAL+"pt";
}

function MenosTxt(div) {
FUENTE_ACTUAL = FUENTE_ACTUAL-1;
if (FUENTE_ACTUAL < FUENTE_MASPEQUENA) { FUENTE_ACTUAL = FUENTE_MASPEQUENA }
var divID1 = document.getElementById('texto');
divID1.style.fontSize = FUENTE_ACTUAL+"pt";
}


 
//////////////////////////////////////////////////////////////////
function imprSelec(){
  var ficha = document.getElementById('texto');
  var fichas = document.getElementById('titulo');
  var ventimp = window.open('','impre','scrollbars=yes,width=700,height=550' );
  ventimp.document.write('<link rel="stylesheet" href="/css/style.css" type="text/css"/>');
  ventimp.document.write('<style>body {overflow-x:hidden;}</style>');
  ventimp.document.write('<table width="659"><tr><td><img src="/home/imagenes/impresion/header.jpg" width="659" height="98"></td></tr>');
  ventimp.document.write('<tr><td><a href="#" onclick="window.print()"><img src="/home/imagenes/iconos/bt_Imprimir.gif" width="17" height="15" hspace="2" border="0"></a></td></tr><td><tr><strong>');
  ventimp.document.write( fichas.innerHTML );
   ventimp.document.write( '</strong></td></tr><tr><td>');
  ventimp.document.write( ficha.innerHTML );
  ventimp.document.write( '<br></td></tr></table>');
  ventimp.document.close();

} 

/* function imprSelecCopia(){
  var ficha = document.getElementById('texto');
  var fichas = document.getElementById('titulo');   
  var ventimp = window.open('','impre','scrollbars=yes,width=520,height=600' );
  ventimp.document.write('<link rel="stylesheet" href="/style1.css" type="text/css"/>');
  ventimp.document.write('<img src="/html/imagenes/popcopiasimple.jpg" width="480" height="57"><p align="right"><a onclick="window.print()"><img src="/html/imagenes/icnosweb/bt_Imprimir.gif"></a></p><div id="titulo"><span class="titulos"> ');
  ventimp.document.write( fichas.innerHTML );
  ventimp.document.write( '</span></div><hr size="1" noshade><br>' );
  ventimp.document.write( ficha.innerHTML );
  ventimp.document.close();

} 

function imprePag(){
  var nuevaVentana= window.open('/html/jornadas/reglamento.htm', 'impre','scrollbars=yes,width=518'); 
  var ficha = nuevaVentana.document.getElementById('texto');
  var fichas = nuevaVentana.document.getElementById('titulo');
  var ventimp = window.open('','impre','scrollbars=yes,width=518');
  ventimp.document.write('<link rel="stylesheet" href="/style1.css" type="text/css"/>');
  ventimp.document.write('<table width="480" border="0" cellpadding="0" cellspacing="0"><tr><td width="2%" height="282" rowspan="2" valign="top" ></td><td width="98%" height="57" ><img src="/html/imagenes/popfrentegrande.jpg" width="480" height="57"></td></tr><tr><td align="right" valign="top"><!-- #BeginLibraryItem "/Library/imprimir.lbi" --><table width="354" border="0" cellpadding="0" cellspacing="0">
      <tr>
         <td width="367" height="29" align="right"><img src="/home/imagenes/iconos/bt_Imprimir.gif" border="0" usemap="#Map"></td>
        <td width="15" align="right">&nbsp;</td>
       </tr>
    </table>
<map name="Map">
<area shape="rect" coords="-1,0,17,16" onClick="window.print()">
</map><!-- #EndLibraryItem --><div id="titulo"><span class="titulos"><br> ');
  ventimp.document.write( fichas.innerHTML );
  ventimp.document.write( '</span></div><div>' );  
  ventimp.document.write( '<hr size="1" noshade><br>' );
  ventimp.document.write( ficha.innerHTML );
  ventimp.document.write( '</div></td></tr></table>');
  ventimp.document.close();

} 
////////////////////////////////////////
 function imprProv(){
  var ficha = document.getElementById('texto');
  //var fichas = document.getElementById('titulo');   
  var ventimp = window.open('','impre','scrollbars=yes,width=520, height=550' );
  ventimp.document.write('<link rel="stylesheet" href="/style_back.css" type="text/css"/>');
  ventimp.document.write('<table width="480" border="0" cellpadding="0" cellspacing="0"><tr><td width="2%" height="282" rowspan="2" valign="top" ></td><td width="98%" height="57" ><img src="/html/imagenes/popfrentegrande.jpg" width="480" height="57"></td></tr><tr><td align="right" valign="top"><!-- #BeginLibraryItem "/Library/imprimir.lbi" --><table width="354" border="0" cellpadding="0" cellspacing="0">
      <tr>
         <td width="367" height="29" align="right"><img src="/home/imagenes/iconos/bt_Imprimir.gif" border="0" usemap="#Map"></td>
        <td width="15" align="right">&nbsp;</td>
       </tr>
    </table>
<map name="Map">
<area shape="rect" coords="-1,0,17,16" onClick="window.print()">
</map><!-- #EndLibraryItem --><div id="titulo"><span class="titulos"><br> ');
  //ventimp.document.write( fichas.innerHTML );
  ventimp.document.write( '</span></div><div>' );  
  ventimp.document.write( '<hr size="1" noshade><br>' );
  ventimp.document.write( ficha.innerHTML );
  ventimp.document.write( '</div></td></tr></table>');
  ventimp.document.close();

} */