		modificaTamagnoFuente=function(flg_accion){
		    var tamanno;
		    var new_tamanno = 0;
		    var tam_original = 0;
		    if($('#contenedor')!=null){
		        if($('#contenedor').css('font-size')!= undefined && $('#contenedor').css('font-size')!=null){
		            tamanno = $('#contenedor').css('font-size');
		            new_tamanno = parseInt(tamanno.replace('px', ''));
		            $('#contenedor').attr({style:'fontSize:100%'});
		            tamanno = $('#contenedor').css('font-size');
		            tam_original = parseInt(tamanno.replace('px', ''));
		            if (new_tamanno!=null && new_tamanno!=0){
		                if(flg_accion=='+' && new_tamanno < 22){
		                    ++new_tamanno;
		                }else{
		                    if(flg_accion=='-' && new_tamanno > tam_original){
		                        --new_tamanno;
		                    }
		                }
		                $('#contenedor').css('font-size',new_tamanno+'px');
		            }
		        }
		    }
		    new_tamanno     = 0;
		    if($('#contenedor div.glosario')!=null){   //pub_glosario.aspx,pub_principios.aspx,pub_ventajas_mediacion.aspx,pub_mediacion_previa.aspx,pub_mediacion_prohibida.aspx,pub_costo_mediacion.aspx
		        if($('#contenedor div.glosario').css('font-size')!=undefined && $('#contenedor div.glosario').css('font-size')!=null){
    		        tamanno = $('#contenedor div.glosario').css('font-size');
		            new_tamanno = parseInt(tamanno.replace('px', ''));
		            $('#contenedor div.glosario').attr({style:'fontSize:100%'});
		            tamanno = $('#contenedor div.glosario').css('font-size');
		            tam_original = parseInt(tamanno.replace('px', ''));
		            if (new_tamanno!=null && new_tamanno!=0){
		                if(flg_accion=='+' && new_tamanno < 22){
		                    ++new_tamanno;
		                }else{
		                    if(flg_accion=='-' && new_tamanno > tam_original){
		                        --new_tamanno;
		                    }
		                }
		                $('#contenedor div.glosario').css('font-size',new_tamanno+'px');
		            }
		        }
		    }
		    if($('#contenedor div.glosario > a')!=null){  //pub_links_interes.aspx,pub_seremias.aspx
		        if($('#contenedor div.glosario > a').css('font-size')!=undefined && $('#contenedor div.glosario > a').css('font-size')!=null){
    		        tamanno = $('#contenedor div.glosario > a').css('font-size');
		            new_tamanno = parseInt(tamanno.replace('px', ''));
		            $('#contenedor div.glosario > a').attr({style:'fontSize:100%'});
		            tamanno = $('#contenedor div.glosario > a').css('font-size');
		            tam_original = parseInt(tamanno.replace('px', ''));
		            if (new_tamanno!=null && new_tamanno!=0){
		                if(flg_accion=='+' && new_tamanno < 22){
		                    ++new_tamanno;
		                }else{
		                    if(flg_accion=='-' && new_tamanno > tam_original){
		                        --new_tamanno;
		                    }
		                }
		                $('#contenedor div.glosario > a').css('font-size',new_tamanno+'px');
		            }
		        }
		    }
		    new_tamanno     = 0;
		    if($('#contenedor div.ticket')!=null){
		        if($('#contenedor div.ticket').css('font-size')!=undefined && $('#contenedor div.ticket').css('font-size')!=null){
		            tamanno = $('#contenedor div.ticket').css('font-size');
		            new_tamanno = parseInt(tamanno.replace('px', ''));
		            $('#contenedor div.ticket').attr({style:'fontSize:100%'});
		            tamanno = $('#contenedor div.ticket').css('font-size');
		            tam_original = parseInt(tamanno.replace('px', ''));
		            if (new_tamanno!=null && new_tamanno!=0){
		                if(flg_accion=='+' && new_tamanno < 22){
		                    ++new_tamanno;
		                }else{
		                    if(flg_accion=='-' && new_tamanno > tam_original){
		                        --new_tamanno;
		                    }
		                }
		                $('#contenedor div.ticket').css('font-size',new_tamanno+'px');
		            }
		        }
		    }
		    new_tamanno     = 0;
		    if($('#contenedor table.funcionarios')!=null){  //pub_umed_funciones.aspx
		        if($('#contenedor table.funcionarios').css('font-size')!=undefined && $('#contenedor table.funcionarios').css('font-size')!=null){
		            tamanno = $('#contenedor table.funcionarios').css('font-size');
		            new_tamanno = parseInt(tamanno.replace('px', ''));
		            $('#contenedor table.funcionarios').attr({style:'fontSize:100%'});
		            tamanno = $('#contenedor table.funcionarios').css('font-size');
		            tam_original = parseInt(tamanno.replace('px', ''));
		            if (new_tamanno!=null && new_tamanno!=0){
		                if(flg_accion=='+' && new_tamanno < 22){
		                    ++new_tamanno;
		                }else{
		                    if(flg_accion=='-' && new_tamanno > tam_original){
		                        --new_tamanno;
		                    }
		                }
		                $('#contenedor table.funcionarios').css('font-size',new_tamanno+'px');
		            }
		        }
		    }
		    new_tamanno     = 0;
		    if($('#contenedor div.subrayado')!=null){
		        if($('#contenedor div.subrayado').css('font-size')!=undefined && $('#contenedor div.subrayado').css('font-size')!=null){
		            tamanno = $('#contenedor div.subrayado').css('font-size');
		            new_tamanno = parseInt(tamanno.replace('px', ''));
		            $('#contenedor div.subrayado').attr({style:'fontSize:100%'});
		            tamanno = $('#contenedor div.subrayado').css('font-size');
		            tam_original = parseInt(tamanno.replace('px', ''));
		            if (new_tamanno!=null && new_tamanno!=0){
		                if(flg_accion=='+' && new_tamanno < 22){
		                    ++new_tamanno;
		                }else{
		                    if(flg_accion=='-' && new_tamanno > tam_original){
		                        --new_tamanno;
		                    }
		                }
		                $('#contenedor div.subrayado').css('font-size',new_tamanno+'px');
		            }
		        }
		    }
		    new_tamanno     = 0;
		    if($('#contenedor > div.subrayado > .bullet_azul')!=null){
		        if($('#contenedor > div.subrayado > .bullet_azul').css('font-size')!=undefined && $('#contenedor > div.subrayado > .bullet_azul').css('font-size')!=null){
		            tamanno = $('#contenedor > div.subrayado > .bullet_azul').css('font-size');
		            new_tamanno = parseInt(tamanno.replace('px', ''));
		            $('#contenedor > div.subrayado > .bullet_azul').attr({style:'fontSize:100%'});
		            tamanno = $('#contenedor > div.subrayado > .bullet_azul').css('font-size');
		            tam_original = parseInt(tamanno.replace('px', ''));
		            if (new_tamanno!=null && new_tamanno!=0){
		                if(flg_accion=='+' && new_tamanno < 22){
		                    ++new_tamanno;
		                }else{
		                    if(flg_accion=='-' && new_tamanno > tam_original){
		                        --new_tamanno;
		                    }
		                }
		                $('#contenedor > div.subrayado > .bullet_azul').css('font-size',new_tamanno+'px');
		            }
		        }
		    }
		    new_tamanno     = 0;
		    if($('#contenedor .subtitulo1')!=null){    //pub_procedimiento_inscripcion.aspx
		        if($('#contenedor .subtitulo1').css('font-size')!=undefined && $('#contenedor .subtitulo1').css('font-size')!=null){
		            tamanno = $('#contenedor .subtitulo1').css('font-size');
		            new_tamanno = parseInt(tamanno.replace('px', ''));
		            $('#contenedor .subtitulo1').attr({style:'fontSize:100%'});
		            tamanno = $('#contenedor .subtitulo1').css('font-size');
		            tam_original = parseInt(tamanno.replace('px', ''));
		            if (new_tamanno!=null && new_tamanno!=0){
		                if(flg_accion=='+' && new_tamanno < 22){
		                    ++new_tamanno;
		                }else{
		                    if(flg_accion=='-' && new_tamanno > tam_original){
		                        --new_tamanno;
		                    }
		                }
		                $('#contenedor .subtitulo1').css('font-size',new_tamanno+'px');
		            }
		        }
		    }
		    if($('#contenedor a.linkSimple')!=null){    //pub_procedimiento_inscripcion.aspx
		        if($('#contenedor a.linkSimple').css('font-size')!=undefined && $('#contenedor a.linkSimple').css('font-size')!=null){
		            tamanno = $('#contenedor a.linkSimple').css('font-size');
		            new_tamanno = parseInt(tamanno.replace('px', ''));
		            $('#contenedor a.linkSimple').attr({style:'fontSize:100%'});
		            tamanno = $('#contenedor a.linkSimple').css('font-size');
		            tam_original = parseInt(tamanno.replace('px', ''));
		            if (new_tamanno!=null && new_tamanno!=0){
		                if(flg_accion=='+' && new_tamanno < 22){
		                    ++new_tamanno;
		                }else{
		                    if(flg_accion=='-' && new_tamanno > tam_original){
		                        --new_tamanno;
		                    }
		                }
		                $('#contenedor a.linkSimple').css('font-size',new_tamanno+'px');
		            }
		        }
		    }
		    new_tamanno     = 0;
		    if($('#contenedor div.x')!=null){   //pub_mediacion_prohibida.aspx
		        if($('#contenedor div.x').css('font-size')!=undefined && $('#contenedor div.x').css('font-size')!=null){
		            tamanno = $('#contenedor div.x').css('font-size');
		            new_tamanno = parseInt(tamanno.replace('px', ''));
		            $('#contenedor div.x').attr({style:'fontSize:100%'});
		            tamanno = $('#contenedor div.x').css('font-size');
		            tam_original = parseInt(tamanno.replace('px', ''));
		            if (new_tamanno!=null && new_tamanno!=0){
		                if(flg_accion=='+' && new_tamanno < 22){
		                    ++new_tamanno;
		                }else{
		                    if(flg_accion=='-' && new_tamanno > tam_original){
		                        --new_tamanno;
		                    }
		                }
		                $('#contenedor div.x').css('font-size',new_tamanno+'px');
		            }
		        }
		    }
		    new_tamanno     = 0;
		    if($('#contenedor #ctl00_ContentPlaceHolder1_TCentros td.tdCentros1')!=null){ //pub_centro_mediacion.aspx
		        if($('#contenedor #ctl00_ContentPlaceHolder1_TCentros td.tdCentros1').css('font-size')!=undefined && $('#contenedor #ctl00_ContentPlaceHolder1_TCentros td.tdCentros1').css('font-size')!=null){
		            tamanno = $('#contenedor #ctl00_ContentPlaceHolder1_TCentros td.tdCentros1').css('font-size');
		            new_tamanno = parseInt(tamanno.replace('px', ''));
		            $('#contenedor #ctl00_ContentPlaceHolder1_TCentros td.tdCentros1').attr({style:'fontSize:100%'});
		            tamanno = $('#contenedor #ctl00_ContentPlaceHolder1_TCentros td.tdCentros1').css('font-size');
		            tam_original = parseInt(tamanno.replace('px', ''));
		            if (new_tamanno!=null && new_tamanno!=0){
		                if(flg_accion=='+' && new_tamanno < 22){
		                    ++new_tamanno;
		                }else{
		                    if(flg_accion=='-' && new_tamanno > tam_original){
		                        --new_tamanno;
		                    }
		                }
		                $('#contenedor #ctl00_ContentPlaceHolder1_TCentros td.tdCentros1').css('font-size',new_tamanno+'px');
		            }
		        }
		    }
		    if($('#contenedor #ctl00_ContentPlaceHolder1_TCentros td.tdCentros2')!=null){ //pub_centro_mediacion.aspx
		        if($('#contenedor #ctl00_ContentPlaceHolder1_TCentros td.tdCentros2').css('font-size')!=undefined && $('#contenedor #ctl00_ContentPlaceHolder1_TCentros td.tdCentros1,td.tdCentros2').css('font-size')!=null){
		            tamanno = $('#contenedor #ctl00_ContentPlaceHolder1_TCentros td.tdCentros2').css('font-size');
		            new_tamanno = parseInt(tamanno.replace('px', ''));
		            $('#contenedor #ctl00_ContentPlaceHolder1_TCentros td.tdCentros2').attr({style:'fontSize:100%'});
		            tamanno = $('#contenedor #ctl00_ContentPlaceHolder1_TCentros td.tdCentros2').css('font-size');
		            tam_original = parseInt(tamanno.replace('px', ''));
		            if (new_tamanno!=null && new_tamanno!=0){
		                if(flg_accion=='+' && new_tamanno < 22){
		                    ++new_tamanno;
		                }else{
		                    if(flg_accion=='-' && new_tamanno > tam_original){
		                        --new_tamanno;
		                    }
		                }
		                $('#contenedor #ctl00_ContentPlaceHolder1_TCentros td.tdCentros2').css('font-size',new_tamanno+'px');
		            }
		        }
		    }
		    if($('#contenedor #ctl00_ContentPlaceHolder1_TCentros td.tdCentros3')!=null){ //pub_centro_mediacion.aspx
		        if($('#contenedor #ctl00_ContentPlaceHolder1_TCentros td.tdCentros3').css('font-size')!=undefined && $('#contenedor #ctl00_ContentPlaceHolder1_TCentros td.tdCentros1,td.tdCentros3').css('font-size')!=null){
		            tamanno = $('#contenedor #ctl00_ContentPlaceHolder1_TCentros td.tdCentros3').css('font-size');
		            new_tamanno = parseInt(tamanno.replace('px', ''));
		            $('#contenedor #ctl00_ContentPlaceHolder1_TCentros td.tdCentros3').attr({style:'fontSize:100%'});
		            tamanno = $('#contenedor #ctl00_ContentPlaceHolder1_TCentros td.tdCentros3').css('font-size');
		            tam_original = parseInt(tamanno.replace('px', ''));
		            if (new_tamanno!=null && new_tamanno!=0){
		                if(flg_accion=='+' && new_tamanno < 22){
		                    ++new_tamanno;
		                }else{
		                    if(flg_accion=='-' && new_tamanno > tam_original){
		                        --new_tamanno;
		                    }
		                }
		                $('#contenedor #ctl00_ContentPlaceHolder1_TCentros td.tdCentros3').css('font-size',new_tamanno+'px');
		            }
		        }
		    }
		    if($('#contenedor #ctl00_ContentPlaceHolder1_TCentros td.tdCentros4')!=null){ //pub_centro_mediacion.aspx
		        if($('#contenedor #ctl00_ContentPlaceHolder1_TCentros td.tdCentros4').css('font-size')!=undefined && $('#contenedor #ctl00_ContentPlaceHolder1_TCentros td.tdCentros1,td.tdCentros4').css('font-size')!=null){
		            tamanno = $('#contenedor #ctl00_ContentPlaceHolder1_TCentros td.tdCentros4').css('font-size');
		            new_tamanno = parseInt(tamanno.replace('px', ''));
		            $('#contenedor #ctl00_ContentPlaceHolder1_TCentros td.tdCentros4').attr({style:'fontSize:100%'});
		            tamanno = $('#contenedor #ctl00_ContentPlaceHolder1_TCentros td.tdCentros4').css('font-size');
		            tam_original = parseInt(tamanno.replace('px', ''));
		            if (new_tamanno!=null && new_tamanno!=0){
		                if(flg_accion=='+' && new_tamanno < 22){
		                    ++new_tamanno;
		                }else{
		                    if(flg_accion=='-' && new_tamanno > tam_original){
		                        --new_tamanno;
		                    }
		                }
		                $('#contenedor #ctl00_ContentPlaceHolder1_TCentros td.tdCentros4').css('font-size',new_tamanno+'px');
		            }
		        }
		    }
		    new_tamanno     = 0;
		    if($('#contenedor div.links_azules > p > span.texto_fechas')!=null){  //pub_noticias.aspx,pub_comunicados.aspx
		        if($('#contenedor div.links_azules > p > span.texto_fechas').css('font-size')!=undefined && $('#contenedor div.links_azules > p > span.texto_fechas').css('font-size')!=null){
		            tamanno = $('#contenedor div.links_azules > p > span.texto_fechas').css('font-size');
		            new_tamanno = parseInt(tamanno.replace('px', ''));
		            $('#contenedor div.links_azules > p > span.texto_fechas').attr({style:'fontSize:100%'});
		            tamanno = $('#contenedor div.links_azules > p > span.texto_fechas').css('font-size');
		            tam_original = parseInt(tamanno.replace('px', ''));
		            if (new_tamanno!=null && new_tamanno!=0){
		                if(flg_accion=='+' && new_tamanno < 22){
		                    ++new_tamanno;
		                }else{
		                    if(flg_accion=='-' && new_tamanno > tam_original){
		                        --new_tamanno;
		                    }
		                }
		                $('#contenedor div.links_azules > p > span.texto_fechas').css('font-size',new_tamanno+'px');
		            }
		        }
		    }
		    if($('#contenedor div.links_azules > p > a')!=null){  //pub_noticias.aspx,pub_comunicados.aspx
		        if($('#contenedor div.links_azules > p > a').css('font-size')!=undefined && $('#contenedor div.links_azules > p > a').css('font-size')!=null){
		            tamanno = $('#contenedor div.links_azules > p > a').css('font-size');
		            new_tamanno = parseInt(tamanno.replace('px', ''));
		            $('#contenedor div.links_azules > p > a').attr({style:'fontSize:100%'});
		            tamanno = $('#contenedor div.links_azules > p > a').css('font-size');
		            tam_original = parseInt(tamanno.replace('px', ''));
		            if (new_tamanno!=null && new_tamanno!=0){
		                if(flg_accion=='+' && new_tamanno < 22){
		                    ++new_tamanno;
		                }else{
		                    if(flg_accion=='-' && new_tamanno > tam_original){
		                        --new_tamanno;
		                    }
		                }
		                $('#contenedor div.links_azules > p > a').css('font-size',new_tamanno+'px');
		            }
		        }
		    }
		    new_tamanno     = 0;
		    if($('#contenedor span')!=null){
		        if($('#contenedor span').css('font-size')!=undefined && $('#contenedor span').css('font-size')!=null){
		            tamanno = $('#contenedor span').css('font-size');
		            new_tamanno = parseInt(tamanno.replace('px', ''));
		            $('#contenedor span').attr({style:'fontSize:100%'});
		            tamanno = $('#contenedor span').css('font-size');
		            tam_original = parseInt(tamanno.replace('px', ''));
		            if (new_tamanno!=null && new_tamanno!=0){
		                if(flg_accion=='+' && new_tamanno < 22){
		                    ++new_tamanno;
		                }else{
		                    if(flg_accion=='-' && new_tamanno > tam_original){
		                        --new_tamanno;
		                    }
		                }
		                $('#contenedor span').css('font-size',new_tamanno+'px');
		            }
		        }
		    }
		    new_tamanno     = 0;
		    if($('#contenedor > div.contenedor_preguntas div.preguntas > a')!=null){    //pub_preguntas_frecuentes.aspx
		        if($('#contenedor > div.contenedor_preguntas div.preguntas > a').css('font-size')!=undefined && $('#contenedor > div.contenedor_preguntas div.preguntas > a').css('font-size')!=null){
		            tamanno = $('#contenedor > div.contenedor_preguntas div.preguntas > a').css('font-size');
		            new_tamanno = parseInt(tamanno.replace('px', ''));
		            $('#contenedor > div.contenedor_preguntas div.preguntas > a').attr({style:'fontSize:100%'});
		            tamanno = $('#contenedor > div.contenedor_preguntas div.preguntas > a').css('font-size');
		            tam_original = parseInt(tamanno.replace('px', ''));
		            if (new_tamanno!=null && new_tamanno!=0){
		                if(flg_accion=='+' && new_tamanno < 22){
		                    ++new_tamanno;
		                }else{
		                    if(flg_accion=='-' && new_tamanno > tam_original){
		                        --new_tamanno;
		                    }
		                }
		                $('#contenedor > div.contenedor_preguntas div.preguntas > a').css('font-size',new_tamanno+'px');
		            }
		        }
		    }
		    new_tamanno     = 0;
		    if($('#principal  #columna1')!=null){    //index.aspx
		        if($('#principal  #columna1').css('font-size')!=undefined && $('#principal  #columna1').css('font-size')!=null){
		            tamanno = $('#principal  #columna1').css('font-size');
		            new_tamanno = parseInt(tamanno.replace('px', ''));
		            $('#principal  #columna1').attr({style:'fontSize:100%'});
		            tamanno = $('#principal  #columna1').css('font-size');
		            tam_original = parseInt(tamanno.replace('px', ''));
		            if (new_tamanno!=null && new_tamanno!=0){
		                if(flg_accion=='+' && new_tamanno < 22){
		                    ++new_tamanno;
		                    $("#principal").height($("#principal").height()+30);
		                }else{
		                    if(flg_accion=='-' && new_tamanno > tam_original){
		                        --new_tamanno;
		                        $("#principal").height($("#principal").height()-30);
		                    }
		                }
		                $('#principal  #columna1').css('font-size',new_tamanno+'px');
		            }
		        }
		    }
		    new_tamanno     = 0;
		    if($('#principal').parent().find('div:gt(1)').find('#columna3')!=null){    //index.aspx
		        if($('#principal').parent().find('div:gt(1)').find('#columna3')!=undefined && $('#principal').parent().find('div:gt(1)').find('#columna3').css('font-size')!=null){
		            tamanno = $('#principal').parent().find('div:gt(1)').find('#columna3').css('font-size');
		            new_tamanno = parseInt(tamanno.replace('px', ''));
		            $('#principal').parent().find('div:gt(1)').find('#columna3').attr({style:'fontSize:100%'});
		            tamanno = $('#principal').parent().find('div:gt(1)').find('#columna3').css('font-size');
		            tam_original = parseInt(tamanno.replace('px', ''));
		            if (new_tamanno!=null && new_tamanno!=0){
		                if(flg_accion=='+' && new_tamanno < 22){
		                    ++new_tamanno;
		                    //$('#principal').parent().find('div:gt(1)').find('#columna3').height($('#principal').parent().find('div:gt(1)').find('#columna3').height()+30);
		                }else{
		                    if(flg_accion=='-' && new_tamanno > tam_original){
		                        --new_tamanno;
		                        //$('#principal').parent().find('div:gt(1)').find('#columna3').height($('#principal').parent().find('div:gt(1)').find('#columna3').height()-30);
		                    }
		                }
		                $('#principal').parent().find('div:gt(1)').find('#columna3').css('font-size',new_tamanno+'px');
		            }
		        }
		    }
		}