    function georeferencias(id) {

        //--------------------------------------------------------------------------------------->
        //ajax
        var datosAjax = new Object();
        datosAjax.interaccionServidor = {
            url : '/ajaxProcess/iFrameProcesosGenerales.php',
            variables :  'elURL=/publico/externo/laFiesta/georeferencias.php?identificador=' + id,
            elMetodo : 'GET',
            tipoConexion : {
                sincronica : true,
                asincronica: false
            }
        }
        datosAjax.DOMs = {
            domDevuelveResultadosProcesoAjax : {
                activo : false,
                id :  'resultado',
                mostrarLoQueDevuelveServidor :  false,
                mostrarMensajeNoLoQueDevuelveServidor : {
                    activo : false,
                    mensaje : 'Listo'
                }
            },
            domMuestraEstadoProcesoAjax : {
                activo : false,
                id: Math.uuid(24),
                crearloDinamicamente : false,
                ajustarConScrollPadre : false,
                usarAnimacion : false
            }
        }
        datosAjax.devolverDatosEnVariables = {
            activo : true,
            asincronicamente : {
                idDomControl : ''
            }
        }
        datosAjax.mensajeAlFinalizarProceso = {
            activo : true,
            tiempoDuracionMilisegundos : 250,
            mensaje : 'Cargando',
            usarAnimacion : false
        }
        ajaxDECComplex.funciones.inicia(datosAjax);
        delete datosAjax;

        //--------------------------------------------------------------------------------------->
        //div que mostrará datos
        var datosDOMs = new Object();
        datosDOMs.nuevos = {
            comoHijoDe : 'body',
            buscarPadre : false,
            byId : false,
            byTagName : true,
            byTagNameNumeroArray : 0,
            tipoTag : 'div',
            preFijoNombre : 'div_',
            nombre : 'muestraDatosGeoreferencia',
            estilo : '',
            clase : '',
            contenido : ajaxDECComplex.datosExporta.respuestaServidor,
            todaLaPantalla : false,
            centradoEnPantalla : false,
            centradoEnPantallaHorizontalmente : true,
            centradoEnPantallaHorizontalmenteFrameScroll : true,
            ubicacionAlInicio : false,
            usarEstilosPredefinidos : true,

            usarPosicionamiento : true,
            posicionamiento : {
                posicion : 'fixed',
                posicionFixedForced : true,
                visibilidad : 'visible',
                width : '695px',
                height : '495px',
                zIndex : 4,
                overflow : 'hidden',
                floatValue : false,
                clearValue: '',

                ubicacion : {
                    top : '100px',
                    right : '',
                    bottom : '',
                    left : '50px'
                },

                clip : '',

                usarMargenes : false,
                margenes : {
                    top : '0px',
                    right : '0px',
                    bottom : '0px',
                    left : '0px'
                },

                usarPadding : true,
                paddings : {
                    top : '5px',
                    right : '5px',
                    bottom : '5px',
                    left : '5px'
                }

            },

            usarEstilosTexto : false,
            estilosTexto : {
                fontFamily : '',
                fontSize : '',
                fontWeight : '',
                fontStyle : '',
                fontVariant : '',
                lineHeight : '',
                textTransform : '',
                textDecoration : '',
                color : ''
            },

            usarBackground : true,
            background : {
                backgroundColor : variablesGeneralesTemplate.usingDOMsPredefinidos.colorDeFondoPadre,
                backgroundImage : '',
                backgroundRepeat : 'repeat',
                backgroundAttachment : '',
                backgroundPosition : ''
            },

            usarBloque : false,
            bloque : {
                wordSpacing : '',
                letterSpacing : '',
                verticalAlign : '',
                textAlign : '',
                textIndent : '',
                whiteSpace : '',
                displayValue : ''
            },

            usarBordes : true,
            bordes : {
                estilo : {
                    top : 'solid',
                    right : 'solid',
                    bottom : 'solid',
                    left : 'solid'
                },

                ancho : {
                    top : '3px',
                    right : '5px',
                    bottom : '5px',
                    left : '3px'
                },

                color : {
                    top : '#999',
                    right : '#999',
                    bottom : '#999',
                    left : '#999'
                }

            },

            usarList : false,
            listValues : {
                listStyleType : '',
                listStyleImage : '',
                listStylePosition : ''
            },

            usarFiltros : true,
            filtros : {
                opacidad : 1,
                cursor : 'default',
                otro1 : '',
                otro2 : ''
            },

            usarEntornoManipulable: true,
            entornoManipulable : {
                colorBarraParaContener : '',
                colorBarraParaMover : '#333',
                textoBarraParaMover : 'Probando 3',
                colorTextoBarraParaMover : '#CCC',
                colorBarraParaCerrar : '#111',
                colorTextoBarraParaCerrar : '#FFF',
                colorBarraParaContenerAbajo : '#333',
                colorTextoBarraParaContenerAbajo : '#CCC',
                colorBarraParaResize :  '#2C3438',
                colorTextoBarraParaRezise : '#FFF',
                colorBarraParaResizeArriba :  '#2C3438',
                colorTextoBarraParaReziseArriba : '#FFF',
                usarMaximizar : false,
                usarMinimizar : false,
                usarResize : false,
                usarResizeArriba : false,
                usarMovimientoArriba : false,
                usarMovimientoAbajo : false,
                usarBloqueo : true
            },

            usarAnimacion :  true,
            animacion : {
                alInicio : {
                    opacidad : true,
                    izDere : false,
                    dereIz : false,
                    arribaAbajo : false,
                    abajoArriba : false,
                    pequeGrande : false,
                    grandePeque : false
                },
                alFinal : {
                    opacidad : true,
                    izDere : false,
                    dereIz : false,
                    arribaAbajo : false,
                    abajoArriba : false,
                    pequeGrande : false,
                    grandePeque : false
                }
            }

        }
        datosDOMs.debug = false;
        usingDOMs.funciones.inicia(datosDOMs);
        usingDOMs.funciones.nuevos();
        delete datosDOMs;



    }


    function georeferenciasMes() {

        //--------------------------------------------------------------------------------------->
        //ajax
        var datosAjax = new Object();
        datosAjax.interaccionServidor = {
            url : '/ajaxProcess/iFrameProcesosGenerales.php',
            variables :  'elURL=/publico/externo/laFiesta/georeferenciasMes.php',
            elMetodo : 'GET',
            tipoConexion : {
                sincronica : true,
                asincronica: false
            }
        }
        datosAjax.DOMs = {
            domDevuelveResultadosProcesoAjax : {
                activo : false,
                id :  'resultado',
                mostrarLoQueDevuelveServidor :  false,
                mostrarMensajeNoLoQueDevuelveServidor : {
                    activo : false,
                    mensaje : 'Listo'
                }
            },
            domMuestraEstadoProcesoAjax : {
                activo : false,
                id: Math.uuid(24),
                crearloDinamicamente : false,
                ajustarConScrollPadre : false,
                usarAnimacion : false
            }
        }
        datosAjax.devolverDatosEnVariables = {
            activo : true,
            asincronicamente : {
                idDomControl : ''
            }
        }
        datosAjax.mensajeAlFinalizarProceso = {
            activo : true,
            tiempoDuracionMilisegundos : 250,
            mensaje : 'Cargando',
            usarAnimacion : false
        }
        ajaxDECComplex.funciones.inicia(datosAjax);
        delete datosAjax;

        //--------------------------------------------------------------------------------------->
        //div que mostrará datos
        var datosDOMs = new Object();
        datosDOMs.nuevos = {
            comoHijoDe : 'body',
            buscarPadre : false,
            byId : false,
            byTagName : true,
            byTagNameNumeroArray : 0,
            tipoTag : 'div',
            preFijoNombre : 'div_',
            nombre : 'muestraDatosGeoreferencia',
            estilo : '',
            clase : '',
            contenido : ajaxDECComplex.datosExporta.respuestaServidor,
            todaLaPantalla : false,
            centradoEnPantalla : false,
            centradoEnPantallaHorizontalmente : true,
            centradoEnPantallaHorizontalmenteFrameScroll : true,
            ubicacionAlInicio : false,
            usarEstilosPredefinidos : true,

            usarPosicionamiento : true,
            posicionamiento : {
                posicion : 'fixed',
                posicionFixedForced : true,
                visibilidad : 'visible',
                width : '695px',
                height : '495px',
                zIndex : 4,
                overflow : 'hidden',
                floatValue : false,
                clearValue: '',

                ubicacion : {
                    top : '100px',
                    right : '',
                    bottom : '',
                    left : '50px'
                },

                clip : '',

                usarMargenes : false,
                margenes : {
                    top : '0px',
                    right : '0px',
                    bottom : '0px',
                    left : '0px'
                },

                usarPadding : true,
                paddings : {
                    top : '5px',
                    right : '5px',
                    bottom : '5px',
                    left : '5px'
                }

            },

            usarEstilosTexto : false,
            estilosTexto : {
                fontFamily : '',
                fontSize : '',
                fontWeight : '',
                fontStyle : '',
                fontVariant : '',
                lineHeight : '',
                textTransform : '',
                textDecoration : '',
                color : ''
            },

            usarBackground : true,
            background : {
                backgroundColor : variablesGeneralesTemplate.usingDOMsPredefinidos.colorDeFondoPadre,
                backgroundImage : '',
                backgroundRepeat : 'repeat',
                backgroundAttachment : '',
                backgroundPosition : ''
            },

            usarBloque : false,
            bloque : {
                wordSpacing : '',
                letterSpacing : '',
                verticalAlign : '',
                textAlign : '',
                textIndent : '',
                whiteSpace : '',
                displayValue : ''
            },

            usarBordes : true,
            bordes : {
                estilo : {
                    top : 'solid',
                    right : 'solid',
                    bottom : 'solid',
                    left : 'solid'
                },

                ancho : {
                    top : '3px',
                    right : '5px',
                    bottom : '5px',
                    left : '3px'
                },

                color : {
                    top : '#999',
                    right : '#999',
                    bottom : '#999',
                    left : '#999'
                }

            },

            usarList : false,
            listValues : {
                listStyleType : '',
                listStyleImage : '',
                listStylePosition : ''
            },

            usarFiltros : true,
            filtros : {
                opacidad : 1,
                cursor : 'default',
                otro1 : '',
                otro2 : ''
            },

            usarEntornoManipulable: true,
            entornoManipulable : {
                colorBarraParaContener : '',
                colorBarraParaMover : '#333',
                textoBarraParaMover : 'Probando 3',
                colorTextoBarraParaMover : '#CCC',
                colorBarraParaCerrar : '#111',
                colorTextoBarraParaCerrar : '#FFF',
                colorBarraParaContenerAbajo : '#333',
                colorTextoBarraParaContenerAbajo : '#CCC',
                colorBarraParaResize :  '#2C3438',
                colorTextoBarraParaRezise : '#FFF',
                colorBarraParaResizeArriba :  '#2C3438',
                colorTextoBarraParaReziseArriba : '#FFF',
                usarMaximizar : false,
                usarMinimizar : false,
                usarResize : false,
                usarResizeArriba : false,
                usarMovimientoArriba : false,
                usarMovimientoAbajo : false,
                usarBloqueo : true
            },

            usarAnimacion :  true,
            animacion : {
                alInicio : {
                    opacidad : true,
                    izDere : false,
                    dereIz : false,
                    arribaAbajo : false,
                    abajoArriba : false,
                    pequeGrande : false,
                    grandePeque : false
                },
                alFinal : {
                    opacidad : true,
                    izDere : false,
                    dereIz : false,
                    arribaAbajo : false,
                    abajoArriba : false,
                    pequeGrande : false,
                    grandePeque : false
                }
            }

        }
        datosDOMs.debug = false;
        usingDOMs.funciones.inicia(datosDOMs);
        usingDOMs.funciones.nuevos();
        delete datosDOMs;



    }




    function imagenesexternas(id) {

        //--------------------------------------------------------------------------------------->
        //ajax
        var datosAjax = new Object();
        datosAjax.interaccionServidor = {
            url : '/ajaxProcess/iFrameProcesosGenerales.php',
            variables :  'elURL=/publico/externo/laFiesta/muestraImagenesExternas.php?identificador=' + id,
            elMetodo : 'GET',
            tipoConexion : {
                sincronica : true,
                asincronica: false
            }
        }
        datosAjax.DOMs = {
            domDevuelveResultadosProcesoAjax : {
                activo : false,
                id :  'resultado',
                mostrarLoQueDevuelveServidor :  false,
                mostrarMensajeNoLoQueDevuelveServidor : {
                    activo : false,
                    mensaje : 'Listo'
                }
            },
            domMuestraEstadoProcesoAjax : {
                activo : false,
                id: Math.uuid(24),
                crearloDinamicamente : false,
                ajustarConScrollPadre : false,
                usarAnimacion : false
            }
        }
        datosAjax.devolverDatosEnVariables = {
            activo : true,
            asincronicamente : {
                idDomControl : ''
            }
        }
        datosAjax.mensajeAlFinalizarProceso = {
            activo : true,
            tiempoDuracionMilisegundos : 250,
            mensaje : 'Cargando',
            usarAnimacion : false
        }
        ajaxDECComplex.funciones.inicia(datosAjax);
        delete datosAjax;

        //--------------------------------------------------------------------------------------->
        //div que mostrará datos
        var datosDOMs = new Object();
        datosDOMs.nuevos = {
            comoHijoDe : 'body',
            buscarPadre : false,
            byId : false,
            byTagName : true,
            byTagNameNumeroArray : 0,
            tipoTag : 'div',
            preFijoNombre : 'div_',
            nombre : 'muestraDatosImgLocal',
            estilo : '',
            clase : '',
            contenido : ajaxDECComplex.datosExporta.respuestaServidor,
            todaLaPantalla : false,
            centradoEnPantalla : false,
            centradoEnPantallaHorizontalmente : true,
            centradoEnPantallaHorizontalmenteFrameScroll : true,
            ubicacionAlInicio : false,
            usarEstilosPredefinidos : true,

            usarPosicionamiento : true,
            posicionamiento : {
                posicion : 'fixed',
                posicionFixedForced : true,
                visibilidad : 'visible',
                width : '695px',
                height : '495px',
                zIndex : 4,
                overflow : 'hidden',
                floatValue : false,
                clearValue: '',

                ubicacion : {
                    top : '100px',
                    right : '',
                    bottom : '',
                    left : '50px'
                },

                clip : '',

                usarMargenes : false,
                margenes : {
                    top : '0px',
                    right : '0px',
                    bottom : '0px',
                    left : '0px'
                },

                usarPadding : true,
                paddings : {
                    top : '5px',
                    right : '5px',
                    bottom : '5px',
                    left : '5px'
                }

            },

            usarEstilosTexto : false,
            estilosTexto : {
                fontFamily : '',
                fontSize : '',
                fontWeight : '',
                fontStyle : '',
                fontVariant : '',
                lineHeight : '',
                textTransform : '',
                textDecoration : '',
                color : ''
            },

            usarBackground : true,
            background : {
                backgroundColor : variablesGeneralesTemplate.usingDOMsPredefinidos.colorDeFondoPadre,
                backgroundImage : '',
                backgroundRepeat : 'repeat',
                backgroundAttachment : '',
                backgroundPosition : ''
            },

            usarBloque : false,
            bloque : {
                wordSpacing : '',
                letterSpacing : '',
                verticalAlign : '',
                textAlign : '',
                textIndent : '',
                whiteSpace : '',
                displayValue : ''
            },

            usarBordes : true,
            bordes : {
                estilo : {
                    top : 'solid',
                    right : 'solid',
                    bottom : 'solid',
                    left : 'solid'
                },

                ancho : {
                    top : '3px',
                    right : '5px',
                    bottom : '5px',
                    left : '3px'
                },

                color : {
                    top : '#999',
                    right : '#999',
                    bottom : '#999',
                    left : '#999'
                }

            },

            usarList : false,
            listValues : {
                listStyleType : '',
                listStyleImage : '',
                listStylePosition : ''
            },

            usarFiltros : true,
            filtros : {
                opacidad : 1,
                cursor : 'default',
                otro1 : '',
                otro2 : ''
            },

            usarEntornoManipulable: true,
            entornoManipulable : {
                colorBarraParaContener : '',
                colorBarraParaMover : '#333',
                textoBarraParaMover : 'Probando 3',
                colorTextoBarraParaMover : '#CCC',
                colorBarraParaCerrar : '#111',
                colorTextoBarraParaCerrar : '#FFF',
                colorBarraParaContenerAbajo : '#333',
                colorTextoBarraParaContenerAbajo : '#CCC',
                colorBarraParaResize :  '#2C3438',
                colorTextoBarraParaRezise : '#FFF',
                colorBarraParaResizeArriba :  '#2C3438',
                colorTextoBarraParaReziseArriba : '#FFF',
                usarMaximizar : false,
                usarMinimizar : false,
                usarResize : false,
                usarResizeArriba : false,
                usarMovimientoArriba : false,
                usarMovimientoAbajo : false,
                usarBloqueo : true
            },

            usarAnimacion :  true,
            animacion : {
                alInicio : {
                    opacidad : true,
                    izDere : false,
                    dereIz : false,
                    arribaAbajo : false,
                    abajoArriba : false,
                    pequeGrande : false,
                    grandePeque : false
                },
                alFinal : {
                    opacidad : true,
                    izDere : false,
                    dereIz : false,
                    arribaAbajo : false,
                    abajoArriba : false,
                    pequeGrande : false,
                    grandePeque : false
                }
            }

        }
        datosDOMs.debug = false;
        usingDOMs.funciones.inicia(datosDOMs);
        usingDOMs.funciones.nuevos();
        delete datosDOMs;


    }

    function imageneslocales(id) {


        //--------------------------------------------------------------------------------------->
        //ajax
        var datosAjax = new Object();
        datosAjax.interaccionServidor = {
            url : '/ajaxProcess/iFrameProcesosGenerales.php',
            variables :  'elURL=/publico/externo/laFiesta/muestraImagenesLocales.php?identificador=' + id,
            elMetodo : 'GET',
            tipoConexion : {
                sincronica : true,
                asincronica: false
            }
        }
        datosAjax.DOMs = {
            domDevuelveResultadosProcesoAjax : {
                activo : false,
                id :  'resultado',
                mostrarLoQueDevuelveServidor :  false,
                mostrarMensajeNoLoQueDevuelveServidor : {
                    activo : false,
                    mensaje : 'Listo'
                }
            },
            domMuestraEstadoProcesoAjax : {
                activo : false,
                id: Math.uuid(24),
                crearloDinamicamente : false,
                ajustarConScrollPadre : false,
                usarAnimacion : false
            }
        }
        datosAjax.devolverDatosEnVariables = {
            activo : true,
            asincronicamente : {
                idDomControl : ''
            }
        }
        datosAjax.mensajeAlFinalizarProceso = {
            activo : true,
            tiempoDuracionMilisegundos : 250,
            mensaje : 'Cargando',
            usarAnimacion : false
        }
        ajaxDECComplex.funciones.inicia(datosAjax);
        delete datosAjax;

        //--------------------------------------------------------------------------------------->
        //div que mostrará datos
        var datosDOMs = new Object();
        datosDOMs.nuevos = {
            comoHijoDe : 'body',
            buscarPadre : false,
            byId : false,
            byTagName : true,
            byTagNameNumeroArray : 0,
            tipoTag : 'div',
            preFijoNombre : 'div_',
            nombre : 'muestraDatosImgLocal',
            estilo : '',
            clase : '',
            contenido : ajaxDECComplex.datosExporta.respuestaServidor,
            todaLaPantalla : false,
            centradoEnPantalla : false,
            centradoEnPantallaHorizontalmente : true,
            centradoEnPantallaHorizontalmenteFrameScroll : true,
            ubicacionAlInicio : false,
            usarEstilosPredefinidos : true,

            usarPosicionamiento : true,
            posicionamiento : {
                posicion : 'fixed',
                posicionFixedForced : true,
                visibilidad : 'visible',
                width : '695px',
                height : '495px',
                zIndex : 4,
                overflow : 'hidden',
                floatValue : false,
                clearValue: '',

                ubicacion : {
                    top : '100px',
                    right : '',
                    bottom : '',
                    left : '50px'
                },

                clip : '',

                usarMargenes : false,
                margenes : {
                    top : '0px',
                    right : '0px',
                    bottom : '0px',
                    left : '0px'
                },

                usarPadding : true,
                paddings : {
                    top : '5px',
                    right : '5px',
                    bottom : '5px',
                    left : '5px'
                }

            },

            usarEstilosTexto : false,
            estilosTexto : {
                fontFamily : '',
                fontSize : '',
                fontWeight : '',
                fontStyle : '',
                fontVariant : '',
                lineHeight : '',
                textTransform : '',
                textDecoration : '',
                color : ''
            },

            usarBackground : true,
            background : {
                backgroundColor : variablesGeneralesTemplate.usingDOMsPredefinidos.colorDeFondoPadre,
                backgroundImage : '',
                backgroundRepeat : 'repeat',
                backgroundAttachment : '',
                backgroundPosition : ''
            },

            usarBloque : false,
            bloque : {
                wordSpacing : '',
                letterSpacing : '',
                verticalAlign : '',
                textAlign : '',
                textIndent : '',
                whiteSpace : '',
                displayValue : ''
            },

            usarBordes : true,
            bordes : {
                estilo : {
                    top : 'solid',
                    right : 'solid',
                    bottom : 'solid',
                    left : 'solid'
                },

                ancho : {
                    top : '3px',
                    right : '5px',
                    bottom : '5px',
                    left : '3px'
                },

                color : {
                    top : '#999',
                    right : '#999',
                    bottom : '#999',
                    left : '#999'
                }

            },

            usarList : false,
            listValues : {
                listStyleType : '',
                listStyleImage : '',
                listStylePosition : ''
            },

            usarFiltros : true,
            filtros : {
                opacidad : 1,
                cursor : 'default',
                otro1 : '',
                otro2 : ''
            },

            usarEntornoManipulable: true,
            entornoManipulable : {
                colorBarraParaContener : '',
                colorBarraParaMover : '#333',
                textoBarraParaMover : 'Probando 3',
                colorTextoBarraParaMover : '#CCC',
                colorBarraParaCerrar : '#111',
                colorTextoBarraParaCerrar : '#FFF',
                colorBarraParaContenerAbajo : '#333',
                colorTextoBarraParaContenerAbajo : '#CCC',
                colorBarraParaResize :  '#2C3438',
                colorTextoBarraParaRezise : '#FFF',
                colorBarraParaResizeArriba :  '#2C3438',
                colorTextoBarraParaReziseArriba : '#FFF',
                usarMaximizar : false,
                usarMinimizar : false,
                usarResize : false,
                usarResizeArriba : false,
                usarMovimientoArriba : false,
                usarMovimientoAbajo : false,
                usarBloqueo : true
            },

            usarAnimacion :  true,
            animacion : {
                alInicio : {
                    opacidad : true,
                    izDere : false,
                    dereIz : false,
                    arribaAbajo : false,
                    abajoArriba : false,
                    pequeGrande : false,
                    grandePeque : false
                },
                alFinal : {
                    opacidad : true,
                    izDere : false,
                    dereIz : false,
                    arribaAbajo : false,
                    abajoArriba : false,
                    pequeGrande : false,
                    grandePeque : false
                }
            }

        }
        datosDOMs.debug = false;
        usingDOMs.funciones.inicia(datosDOMs);
        usingDOMs.funciones.nuevos();
        delete datosDOMs;


    }

    function documentosexternos(id) {

        //--------------------------------------------------------------------------------------->
        //ajax
        var datosAjax = new Object();
        datosAjax.interaccionServidor = {
            url : '/ajaxProcess/iFrameProcesosGenerales.php',
            variables :  'elURL=/publico/externo/laFiesta/muestraDocumentosExternos.php?identificador=' + id,
            elMetodo : 'GET',
            tipoConexion : {
                sincronica : true,
                asincronica: false
            }
        }
        datosAjax.DOMs = {
            domDevuelveResultadosProcesoAjax : {
                activo : false,
                id :  'resultado',
                mostrarLoQueDevuelveServidor :  false,
                mostrarMensajeNoLoQueDevuelveServidor : {
                    activo : false,
                    mensaje : 'Listo'
                }
            },
            domMuestraEstadoProcesoAjax : {
                activo : false,
                id: Math.uuid(24),
                crearloDinamicamente : false,
                ajustarConScrollPadre : false,
                usarAnimacion : false
            }
        }
        datosAjax.devolverDatosEnVariables = {
            activo : true,
            asincronicamente : {
                idDomControl : ''
            }
        }
        datosAjax.mensajeAlFinalizarProceso = {
            activo : true,
            tiempoDuracionMilisegundos : 250,
            mensaje : 'Cargando',
            usarAnimacion : false
        }
        ajaxDECComplex.funciones.inicia(datosAjax);
        delete datosAjax;

        //--------------------------------------------------------------------------------------->
        //div que mostrará datos
        var datosDOMs = new Object();
        datosDOMs.nuevos = {
            comoHijoDe : 'body',
            buscarPadre : false,
            byId : false,
            byTagName : true,
            byTagNameNumeroArray : 0,
            tipoTag : 'div',
            preFijoNombre : 'div_',
            nombre : 'muestraDatosImgLocal',
            estilo : '',
            clase : '',
            contenido : ajaxDECComplex.datosExporta.respuestaServidor,
            todaLaPantalla : false,
            centradoEnPantalla : false,
            centradoEnPantallaHorizontalmente : true,
            centradoEnPantallaHorizontalmenteFrameScroll : true,
            ubicacionAlInicio : false,
            usarEstilosPredefinidos : true,

            usarPosicionamiento : true,
            posicionamiento : {
                posicion : 'fixed',
                posicionFixedForced : true,
                visibilidad : 'visible',
                width : '250px',
                height : '300px',
                zIndex : 4,
                overflow : 'hidden',
                floatValue : false,
                clearValue: '',

                ubicacion : {
                    top : '100px',
                    right : '',
                    bottom : '',
                    left : '50px'
                },

                clip : '',

                usarMargenes : false,
                margenes : {
                    top : '0px',
                    right : '0px',
                    bottom : '0px',
                    left : '0px'
                },

                usarPadding : true,
                paddings : {
                    top : '5px',
                    right : '5px',
                    bottom : '5px',
                    left : '5px'
                }

            },

            usarEstilosTexto : false,
            estilosTexto : {
                fontFamily : '',
                fontSize : '',
                fontWeight : '',
                fontStyle : '',
                fontVariant : '',
                lineHeight : '',
                textTransform : '',
                textDecoration : '',
                color : ''
            },

            usarBackground : true,
            background : {
                backgroundColor : variablesGeneralesTemplate.usingDOMsPredefinidos.colorDeFondoPadre,
                backgroundImage : '',
                backgroundRepeat : 'repeat',
                backgroundAttachment : '',
                backgroundPosition : ''
            },

            usarBloque : false,
            bloque : {
                wordSpacing : '',
                letterSpacing : '',
                verticalAlign : '',
                textAlign : '',
                textIndent : '',
                whiteSpace : '',
                displayValue : ''
            },

            usarBordes : true,
            bordes : {
                estilo : {
                    top : 'solid',
                    right : 'solid',
                    bottom : 'solid',
                    left : 'solid'
                },

                ancho : {
                    top : '3px',
                    right : '5px',
                    bottom : '5px',
                    left : '3px'
                },

                color : {
                    top : '#999',
                    right : '#999',
                    bottom : '#999',
                    left : '#999'
                }

            },

            usarList : false,
            listValues : {
                listStyleType : '',
                listStyleImage : '',
                listStylePosition : ''
            },

            usarFiltros : true,
            filtros : {
                opacidad : 1,
                cursor : 'default',
                otro1 : '',
                otro2 : ''
            },

            usarEntornoManipulable: true,
            entornoManipulable : {
                colorBarraParaContener : '',
                colorBarraParaMover : '#333',
                textoBarraParaMover : 'Probando 3',
                colorTextoBarraParaMover : '#CCC',
                colorBarraParaCerrar : '#111',
                colorTextoBarraParaCerrar : '#FFF',
                colorBarraParaContenerAbajo : '#333',
                colorTextoBarraParaContenerAbajo : '#CCC',
                colorBarraParaResize :  '#2C3438',
                colorTextoBarraParaRezise : '#FFF',
                colorBarraParaResizeArriba :  '#2C3438',
                colorTextoBarraParaReziseArriba : '#FFF',
                usarMaximizar : false,
                usarMinimizar : false,
                usarResize : false,
                usarResizeArriba : false,
                usarMovimientoArriba : false,
                usarMovimientoAbajo : false,
                usarBloqueo : true
            },

            usarAnimacion :  true,
            animacion : {
                alInicio : {
                    opacidad : true,
                    izDere : false,
                    dereIz : false,
                    arribaAbajo : false,
                    abajoArriba : false,
                    pequeGrande : false,
                    grandePeque : false
                },
                alFinal : {
                    opacidad : true,
                    izDere : false,
                    dereIz : false,
                    arribaAbajo : false,
                    abajoArriba : false,
                    pequeGrande : false,
                    grandePeque : false
                }
            }

        }
        datosDOMs.debug = false;
        usingDOMs.funciones.inicia(datosDOMs);
        usingDOMs.funciones.nuevos();
        delete datosDOMs;


    }

    function documentoslocales(id) {

        //--------------------------------------------------------------------------------------->
        //ajax
        var datosAjax = new Object();
        datosAjax.interaccionServidor = {
            url : '/ajaxProcess/iFrameProcesosGenerales.php',
            variables :  'elURL=/publico/externo/laFiesta/muestraDocumentosLocales.php?identificador=' + id,
            elMetodo : 'GET',
            tipoConexion : {
                sincronica : true,
                asincronica: false
            }
        }
        datosAjax.DOMs = {
            domDevuelveResultadosProcesoAjax : {
                activo : false,
                id :  'resultado',
                mostrarLoQueDevuelveServidor :  false,
                mostrarMensajeNoLoQueDevuelveServidor : {
                    activo : false,
                    mensaje : 'Listo'
                }
            },
            domMuestraEstadoProcesoAjax : {
                activo : false,
                id: Math.uuid(24),
                crearloDinamicamente : false,
                ajustarConScrollPadre : false,
                usarAnimacion : false
            }
        }
        datosAjax.devolverDatosEnVariables = {
            activo : true,
            asincronicamente : {
                idDomControl : ''
            }
        }
        datosAjax.mensajeAlFinalizarProceso = {
            activo : true,
            tiempoDuracionMilisegundos : 250,
            mensaje : 'Cargando',
            usarAnimacion : false
        }
        ajaxDECComplex.funciones.inicia(datosAjax);
        delete datosAjax;

        //--------------------------------------------------------------------------------------->
        //div que mostrará datos
        var datosDOMs = new Object();
        datosDOMs.nuevos = {
            comoHijoDe : 'body',
            buscarPadre : false,
            byId : false,
            byTagName : true,
            byTagNameNumeroArray : 0,
            tipoTag : 'div',
            preFijoNombre : 'div_',
            nombre : 'muestraDatosImgLocal',
            estilo : '',
            clase : '',
            contenido : ajaxDECComplex.datosExporta.respuestaServidor,
            todaLaPantalla : false,
            centradoEnPantalla : false,
            centradoEnPantallaHorizontalmente : true,
            centradoEnPantallaHorizontalmenteFrameScroll : true,
            ubicacionAlInicio : false,
            usarEstilosPredefinidos : true,

            usarPosicionamiento : true,
            posicionamiento : {
                posicion : 'fixed',
                posicionFixedForced : true,
                visibilidad : 'visible',
                width : '250px',
                height : '300px',
                zIndex : 4,
                overflow : 'hidden',
                floatValue : false,
                clearValue: '',

                ubicacion : {
                    top : '100px',
                    right : '',
                    bottom : '',
                    left : '50px'
                },

                clip : '',

                usarMargenes : false,
                margenes : {
                    top : '0px',
                    right : '0px',
                    bottom : '0px',
                    left : '0px'
                },

                usarPadding : true,
                paddings : {
                    top : '5px',
                    right : '5px',
                    bottom : '5px',
                    left : '5px'
                }

            },

            usarEstilosTexto : false,
            estilosTexto : {
                fontFamily : '',
                fontSize : '',
                fontWeight : '',
                fontStyle : '',
                fontVariant : '',
                lineHeight : '',
                textTransform : '',
                textDecoration : '',
                color : ''
            },

            usarBackground : true,
            background : {
                backgroundColor : variablesGeneralesTemplate.usingDOMsPredefinidos.colorDeFondoPadre,
                backgroundImage : '',
                backgroundRepeat : 'repeat',
                backgroundAttachment : '',
                backgroundPosition : ''
            },

            usarBloque : false,
            bloque : {
                wordSpacing : '',
                letterSpacing : '',
                verticalAlign : '',
                textAlign : '',
                textIndent : '',
                whiteSpace : '',
                displayValue : ''
            },

            usarBordes : true,
            bordes : {
                estilo : {
                    top : 'solid',
                    right : 'solid',
                    bottom : 'solid',
                    left : 'solid'
                },

                ancho : {
                    top : '3px',
                    right : '5px',
                    bottom : '5px',
                    left : '3px'
                },

                color : {
                    top : '#999',
                    right : '#999',
                    bottom : '#999',
                    left : '#999'
                }

            },

            usarList : false,
            listValues : {
                listStyleType : '',
                listStyleImage : '',
                listStylePosition : ''
            },

            usarFiltros : true,
            filtros : {
                opacidad : 1,
                cursor : 'default',
                otro1 : '',
                otro2 : ''
            },

            usarEntornoManipulable: true,
            entornoManipulable : {
                colorBarraParaContener : '',
                colorBarraParaMover : '#333',
                textoBarraParaMover : 'Probando 3',
                colorTextoBarraParaMover : '#CCC',
                colorBarraParaCerrar : '#111',
                colorTextoBarraParaCerrar : '#FFF',
                colorBarraParaContenerAbajo : '#333',
                colorTextoBarraParaContenerAbajo : '#CCC',
                colorBarraParaResize :  '#2C3438',
                colorTextoBarraParaRezise : '#FFF',
                colorBarraParaResizeArriba :  '#2C3438',
                colorTextoBarraParaReziseArriba : '#FFF',
                usarMaximizar : false,
                usarMinimizar : false,
                usarResize : false,
                usarResizeArriba : false,
                usarMovimientoArriba : false,
                usarMovimientoAbajo : false,
                usarBloqueo : true
            },

            usarAnimacion :  true,
            animacion : {
                alInicio : {
                    opacidad : true,
                    izDere : false,
                    dereIz : false,
                    arribaAbajo : false,
                    abajoArriba : false,
                    pequeGrande : false,
                    grandePeque : false
                },
                alFinal : {
                    opacidad : true,
                    izDere : false,
                    dereIz : false,
                    arribaAbajo : false,
                    abajoArriba : false,
                    pequeGrande : false,
                    grandePeque : false
                }
            }

        }
        datosDOMs.debug = false;
        usingDOMs.funciones.inicia(datosDOMs);
        usingDOMs.funciones.nuevos();
        delete datosDOMs;


    }

    function fonogramasexternos(id) {

        //--------------------------------------------------------------------------------------->
        //ajax
        var datosAjax = new Object();
        datosAjax.interaccionServidor = {
            url : '/ajaxProcess/iFrameProcesosGenerales.php',
            variables :  'elURL=/publico/externo/laFiesta/muestraFonogramasExternos.php?identificador=' + id,
            elMetodo : 'GET',
            tipoConexion : {
                sincronica : true,
                asincronica: false
            }
        }
        datosAjax.DOMs = {
            domDevuelveResultadosProcesoAjax : {
                activo : false,
                id :  'resultado',
                mostrarLoQueDevuelveServidor :  false,
                mostrarMensajeNoLoQueDevuelveServidor : {
                    activo : false,
                    mensaje : 'Listo'
                }
            },
            domMuestraEstadoProcesoAjax : {
                activo : false,
                id: Math.uuid(24),
                crearloDinamicamente : false,
                ajustarConScrollPadre : false,
                usarAnimacion : false
            }
        }
        datosAjax.devolverDatosEnVariables = {
            activo : true,
            asincronicamente : {
                idDomControl : ''
            }
        }
        datosAjax.mensajeAlFinalizarProceso = {
            activo : true,
            tiempoDuracionMilisegundos : 250,
            mensaje : 'Cargando',
            usarAnimacion : false
        }
        ajaxDECComplex.funciones.inicia(datosAjax);
        delete datosAjax;

        //--------------------------------------------------------------------------------------->
        //div que mostrará datos
        var datosDOMs = new Object();
        datosDOMs.nuevos = {
            comoHijoDe : 'body',
            buscarPadre : false,
            byId : false,
            byTagName : true,
            byTagNameNumeroArray : 0,
            tipoTag : 'div',
            preFijoNombre : 'div_',
            nombre : 'muestraDatosImgLocal',
            estilo : '',
            clase : '',
            contenido : ajaxDECComplex.datosExporta.respuestaServidor,
            todaLaPantalla : false,
            centradoEnPantalla : false,
            centradoEnPantallaHorizontalmente : true,
            centradoEnPantallaHorizontalmenteFrameScroll : true,
            ubicacionAlInicio : false,
            usarEstilosPredefinidos : true,

            usarPosicionamiento : true,
            posicionamiento : {
                posicion : 'fixed',
                posicionFixedForced : true,
                visibilidad : 'visible',
                width : '250px',
                height : '300px',
                zIndex : 4,
                overflow : 'hidden',
                floatValue : false,
                clearValue: '',

                ubicacion : {
                    top : '100px',
                    right : '',
                    bottom : '',
                    left : '50px'
                },

                clip : '',

                usarMargenes : false,
                margenes : {
                    top : '0px',
                    right : '0px',
                    bottom : '0px',
                    left : '0px'
                },

                usarPadding : true,
                paddings : {
                    top : '5px',
                    right : '5px',
                    bottom : '5px',
                    left : '5px'
                }

            },

            usarEstilosTexto : false,
            estilosTexto : {
                fontFamily : '',
                fontSize : '',
                fontWeight : '',
                fontStyle : '',
                fontVariant : '',
                lineHeight : '',
                textTransform : '',
                textDecoration : '',
                color : ''
            },

            usarBackground : true,
            background : {
                backgroundColor : variablesGeneralesTemplate.usingDOMsPredefinidos.colorDeFondoPadre,
                backgroundImage : '',
                backgroundRepeat : 'repeat',
                backgroundAttachment : '',
                backgroundPosition : ''
            },

            usarBloque : false,
            bloque : {
                wordSpacing : '',
                letterSpacing : '',
                verticalAlign : '',
                textAlign : '',
                textIndent : '',
                whiteSpace : '',
                displayValue : ''
            },

            usarBordes : true,
            bordes : {
                estilo : {
                    top : 'solid',
                    right : 'solid',
                    bottom : 'solid',
                    left : 'solid'
                },

                ancho : {
                    top : '3px',
                    right : '5px',
                    bottom : '5px',
                    left : '3px'
                },

                color : {
                    top : '#999',
                    right : '#999',
                    bottom : '#999',
                    left : '#999'
                }

            },

            usarList : false,
            listValues : {
                listStyleType : '',
                listStyleImage : '',
                listStylePosition : ''
            },

            usarFiltros : true,
            filtros : {
                opacidad : 1,
                cursor : 'default',
                otro1 : '',
                otro2 : ''
            },

            usarEntornoManipulable: true,
            entornoManipulable : {
                colorBarraParaContener : '',
                colorBarraParaMover : '#333',
                textoBarraParaMover : 'Probando 3',
                colorTextoBarraParaMover : '#CCC',
                colorBarraParaCerrar : '#111',
                colorTextoBarraParaCerrar : '#FFF',
                colorBarraParaContenerAbajo : '#333',
                colorTextoBarraParaContenerAbajo : '#CCC',
                colorBarraParaResize :  '#2C3438',
                colorTextoBarraParaRezise : '#FFF',
                colorBarraParaResizeArriba :  '#2C3438',
                colorTextoBarraParaReziseArriba : '#FFF',
                usarMaximizar : false,
                usarMinimizar : false,
                usarResize : false,
                usarResizeArriba : false,
                usarMovimientoArriba : false,
                usarMovimientoAbajo : false,
                usarBloqueo : true
            },

            usarAnimacion :  true,
            animacion : {
                alInicio : {
                    opacidad : true,
                    izDere : false,
                    dereIz : false,
                    arribaAbajo : false,
                    abajoArriba : false,
                    pequeGrande : false,
                    grandePeque : false
                },
                alFinal : {
                    opacidad : true,
                    izDere : false,
                    dereIz : false,
                    arribaAbajo : false,
                    abajoArriba : false,
                    pequeGrande : false,
                    grandePeque : false
                }
            }

        }
        datosDOMs.debug = false;
        usingDOMs.funciones.inicia(datosDOMs);
        usingDOMs.funciones.nuevos();
        delete datosDOMs;



    }

    function fonogramaslocales(id) {

        //--------------------------------------------------------------------------------------->
        //ajax
        var datosAjax = new Object();
        datosAjax.interaccionServidor = {
            url : '/ajaxProcess/iFrameProcesosGenerales.php',
            variables :  'elURL=/publico/externo/laFiesta/muestraFonogramasLocales.php?identificador=' + id,
            elMetodo : 'GET',
            tipoConexion : {
                sincronica : true,
                asincronica: false
            }
        }
        datosAjax.DOMs = {
            domDevuelveResultadosProcesoAjax : {
                activo : false,
                id :  'resultado',
                mostrarLoQueDevuelveServidor :  false,
                mostrarMensajeNoLoQueDevuelveServidor : {
                    activo : false,
                    mensaje : 'Listo'
                }
            },
            domMuestraEstadoProcesoAjax : {
                activo : false,
                id: Math.uuid(24),
                crearloDinamicamente : false,
                ajustarConScrollPadre : false,
                usarAnimacion : false
            }
        }
        datosAjax.devolverDatosEnVariables = {
            activo : true,
            asincronicamente : {
                idDomControl : ''
            }
        }
        datosAjax.mensajeAlFinalizarProceso = {
            activo : true,
            tiempoDuracionMilisegundos : 250,
            mensaje : 'Cargando',
            usarAnimacion : false
        }
        ajaxDECComplex.funciones.inicia(datosAjax);
        delete datosAjax;

        //--------------------------------------------------------------------------------------->
        //div que mostrará datos
        var datosDOMs = new Object();
        datosDOMs.nuevos = {
            comoHijoDe : 'body',
            buscarPadre : false,
            byId : false,
            byTagName : true,
            byTagNameNumeroArray : 0,
            tipoTag : 'div',
            preFijoNombre : 'div_',
            nombre : 'muestraDatosImgLocal',
            estilo : '',
            clase : '',
            contenido : ajaxDECComplex.datosExporta.respuestaServidor,
            todaLaPantalla : false,
            centradoEnPantalla : false,
            centradoEnPantallaHorizontalmente : true,
            centradoEnPantallaHorizontalmenteFrameScroll : true,
            ubicacionAlInicio : false,
            usarEstilosPredefinidos : true,

            usarPosicionamiento : true,
            posicionamiento : {
                posicion : 'fixed',
                posicionFixedForced : true,
                visibilidad : 'visible',
                width : '250px',
                height : '300px',
                zIndex : 4,
                overflow : 'hidden',
                floatValue : false,
                clearValue: '',

                ubicacion : {
                    top : '100px',
                    right : '',
                    bottom : '',
                    left : '50px'
                },

                clip : '',

                usarMargenes : false,
                margenes : {
                    top : '0px',
                    right : '0px',
                    bottom : '0px',
                    left : '0px'
                },

                usarPadding : true,
                paddings : {
                    top : '5px',
                    right : '5px',
                    bottom : '5px',
                    left : '5px'
                }

            },

            usarEstilosTexto : false,
            estilosTexto : {
                fontFamily : '',
                fontSize : '',
                fontWeight : '',
                fontStyle : '',
                fontVariant : '',
                lineHeight : '',
                textTransform : '',
                textDecoration : '',
                color : ''
            },

            usarBackground : true,
            background : {
                backgroundColor : variablesGeneralesTemplate.usingDOMsPredefinidos.colorDeFondoPadre,
                backgroundImage : '',
                backgroundRepeat : 'repeat',
                backgroundAttachment : '',
                backgroundPosition : ''
            },

            usarBloque : false,
            bloque : {
                wordSpacing : '',
                letterSpacing : '',
                verticalAlign : '',
                textAlign : '',
                textIndent : '',
                whiteSpace : '',
                displayValue : ''
            },

            usarBordes : true,
            bordes : {
                estilo : {
                    top : 'solid',
                    right : 'solid',
                    bottom : 'solid',
                    left : 'solid'
                },

                ancho : {
                    top : '3px',
                    right : '5px',
                    bottom : '5px',
                    left : '3px'
                },

                color : {
                    top : '#999',
                    right : '#999',
                    bottom : '#999',
                    left : '#999'
                }

            },

            usarList : false,
            listValues : {
                listStyleType : '',
                listStyleImage : '',
                listStylePosition : ''
            },

            usarFiltros : true,
            filtros : {
                opacidad : 1,
                cursor : 'default',
                otro1 : '',
                otro2 : ''
            },

            usarEntornoManipulable: true,
            entornoManipulable : {
                colorBarraParaContener : '',
                colorBarraParaMover : '#333',
                textoBarraParaMover : 'Probando 3',
                colorTextoBarraParaMover : '#CCC',
                colorBarraParaCerrar : '#111',
                colorTextoBarraParaCerrar : '#FFF',
                colorBarraParaContenerAbajo : '#333',
                colorTextoBarraParaContenerAbajo : '#CCC',
                colorBarraParaResize :  '#2C3438',
                colorTextoBarraParaRezise : '#FFF',
                colorBarraParaResizeArriba :  '#2C3438',
                colorTextoBarraParaReziseArriba : '#FFF',
                usarMaximizar : false,
                usarMinimizar : false,
                usarResize : false,
                usarResizeArriba : false,
                usarMovimientoArriba : false,
                usarMovimientoAbajo : false,
                usarBloqueo : true
            },

            usarAnimacion :  true,
            animacion : {
                alInicio : {
                    opacidad : true,
                    izDere : false,
                    dereIz : false,
                    arribaAbajo : false,
                    abajoArriba : false,
                    pequeGrande : false,
                    grandePeque : false
                },
                alFinal : {
                    opacidad : true,
                    izDere : false,
                    dereIz : false,
                    arribaAbajo : false,
                    abajoArriba : false,
                    pequeGrande : false,
                    grandePeque : false
                }
            }

        }
        datosDOMs.debug = false;
        usingDOMs.funciones.inicia(datosDOMs);
        usingDOMs.funciones.nuevos();
        delete datosDOMs;



    }


    function multimediaexternos(id) {

        //--------------------------------------------------------------------------------------->
        //ajax
        var datosAjax = new Object();
        datosAjax.interaccionServidor = {
            url : '/ajaxProcess/iFrameProcesosGenerales.php',
            variables :  'elURL=/publico/externo/laFiesta/muestraMultimediasExternos.php?identificador=' + id,
            elMetodo : 'GET',
            tipoConexion : {
                sincronica : true,
                asincronica: false
            }
        }
        datosAjax.DOMs = {
            domDevuelveResultadosProcesoAjax : {
                activo : false,
                id :  'resultado',
                mostrarLoQueDevuelveServidor :  false,
                mostrarMensajeNoLoQueDevuelveServidor : {
                    activo : false,
                    mensaje : 'Listo'
                }
            },
            domMuestraEstadoProcesoAjax : {
                activo : false,
                id: Math.uuid(24),
                crearloDinamicamente : false,
                ajustarConScrollPadre : false,
                usarAnimacion : false
            }
        }
        datosAjax.devolverDatosEnVariables = {
            activo : true,
            asincronicamente : {
                idDomControl : ''
            }
        }
        datosAjax.mensajeAlFinalizarProceso = {
            activo : true,
            tiempoDuracionMilisegundos : 250,
            mensaje : 'Cargando',
            usarAnimacion : false
        }
        ajaxDECComplex.funciones.inicia(datosAjax);
        delete datosAjax;

        //--------------------------------------------------------------------------------------->
        //div que mostrará datos
        var datosDOMs = new Object();
        datosDOMs.nuevos = {
            comoHijoDe : 'body',
            buscarPadre : false,
            byId : false,
            byTagName : true,
            byTagNameNumeroArray : 0,
            tipoTag : 'div',
            preFijoNombre : 'div_',
            nombre : 'muestraDatosImgLocal',
            estilo : '',
            clase : '',
            contenido : ajaxDECComplex.datosExporta.respuestaServidor,
            todaLaPantalla : false,
            centradoEnPantalla : false,
            centradoEnPantallaHorizontalmente : true,
            centradoEnPantallaHorizontalmenteFrameScroll : true,
            ubicacionAlInicio : false,
            usarEstilosPredefinidos : true,

            usarPosicionamiento : true,
            posicionamiento : {
                posicion : 'fixed',
                posicionFixedForced : true,
                visibilidad : 'visible',
                width : '590px',
                height : '490px',
                zIndex : 4,
                overflow : 'hidden',
                floatValue : false,
                clearValue: '',

                ubicacion : {
                    top : '100px',
                    right : '',
                    bottom : '',
                    left : '50px'
                },

                clip : '',

                usarMargenes : false,
                margenes : {
                    top : '0px',
                    right : '0px',
                    bottom : '0px',
                    left : '0px'
                },

                usarPadding : true,
                paddings : {
                    top : '5px',
                    right : '5px',
                    bottom : '5px',
                    left : '5px'
                }

            },

            usarEstilosTexto : false,
            estilosTexto : {
                fontFamily : '',
                fontSize : '',
                fontWeight : '',
                fontStyle : '',
                fontVariant : '',
                lineHeight : '',
                textTransform : '',
                textDecoration : '',
                color : ''
            },

            usarBackground : true,
            background : {
                backgroundColor : variablesGeneralesTemplate.usingDOMsPredefinidos.colorDeFondoPadre,
                backgroundImage : '',
                backgroundRepeat : 'repeat',
                backgroundAttachment : '',
                backgroundPosition : ''
            },

            usarBloque : false,
            bloque : {
                wordSpacing : '',
                letterSpacing : '',
                verticalAlign : '',
                textAlign : '',
                textIndent : '',
                whiteSpace : '',
                displayValue : ''
            },

            usarBordes : true,
            bordes : {
                estilo : {
                    top : 'solid',
                    right : 'solid',
                    bottom : 'solid',
                    left : 'solid'
                },

                ancho : {
                    top : '3px',
                    right : '5px',
                    bottom : '5px',
                    left : '3px'
                },

                color : {
                    top : '#999',
                    right : '#999',
                    bottom : '#999',
                    left : '#999'
                }

            },

            usarList : false,
            listValues : {
                listStyleType : '',
                listStyleImage : '',
                listStylePosition : ''
            },

            usarFiltros : true,
            filtros : {
                opacidad : 1,
                cursor : 'default',
                otro1 : '',
                otro2 : ''
            },

            usarEntornoManipulable: true,
            entornoManipulable : {
                colorBarraParaContener : '',
                colorBarraParaMover : '#333',
                textoBarraParaMover : 'Probando 3',
                colorTextoBarraParaMover : '#CCC',
                colorBarraParaCerrar : '#111',
                colorTextoBarraParaCerrar : '#FFF',
                colorBarraParaContenerAbajo : '#333',
                colorTextoBarraParaContenerAbajo : '#CCC',
                colorBarraParaResize :  '#2C3438',
                colorTextoBarraParaRezise : '#FFF',
                colorBarraParaResizeArriba :  '#2C3438',
                colorTextoBarraParaReziseArriba : '#FFF',
                usarMaximizar : false,
                usarMinimizar : false,
                usarResize : false,
                usarResizeArriba : false,
                usarMovimientoArriba : false,
                usarMovimientoAbajo : false,
                usarBloqueo : true
            },

            usarAnimacion :  true,
            animacion : {
                alInicio : {
                    opacidad : true,
                    izDere : false,
                    dereIz : false,
                    arribaAbajo : false,
                    abajoArriba : false,
                    pequeGrande : false,
                    grandePeque : false
                },
                alFinal : {
                    opacidad : true,
                    izDere : false,
                    dereIz : false,
                    arribaAbajo : false,
                    abajoArriba : false,
                    pequeGrande : false,
                    grandePeque : false
                }
            }

        }
        datosDOMs.debug = false;
        usingDOMs.funciones.inicia(datosDOMs);
        usingDOMs.funciones.nuevos();
        delete datosDOMs;


    }


    function contenidosLocales(id) {

        //--------------------------------------------------------------------------------------->
        //ajax
        var datosAjax = new Object();
        datosAjax.interaccionServidor = {
            url : '/ajaxProcess/iFrameProcesosGenerales.php',
            variables :  'elURL=/publico/externo/laFiesta/muestraContenidosLocales.php?identificador=' + id,
            elMetodo : 'GET',
            tipoConexion : {
                sincronica : true,
                asincronica: false
            }
        }
        datosAjax.DOMs = {
            domDevuelveResultadosProcesoAjax : {
                activo : false,
                id :  'resultado',
                mostrarLoQueDevuelveServidor :  false,
                mostrarMensajeNoLoQueDevuelveServidor : {
                    activo : false,
                    mensaje : 'Listo'
                }
            },
            domMuestraEstadoProcesoAjax : {
                activo : false,
                id: Math.uuid(24),
                crearloDinamicamente : false,
                ajustarConScrollPadre : false,
                usarAnimacion : false
            }
        }
        datosAjax.devolverDatosEnVariables = {
            activo : true,
            asincronicamente : {
                idDomControl : ''
            }
        }
        datosAjax.mensajeAlFinalizarProceso = {
            activo : true,
            tiempoDuracionMilisegundos : 250,
            mensaje : 'Cargando',
            usarAnimacion : false
        }
        ajaxDECComplex.funciones.inicia(datosAjax);
        delete datosAjax;

        //--------------------------------------------------------------------------------------->
        //div que mostrará datos
        var datosDOMs = new Object();
        datosDOMs.nuevos = {
            comoHijoDe : 'body',
            buscarPadre : false,
            byId : false,
            byTagName : true,
            byTagNameNumeroArray : 0,
            tipoTag : 'div',
            preFijoNombre : 'div_',
            nombre : 'muestraDatosImgLocal',
            estilo : '',
            clase : '',
            contenido : ajaxDECComplex.datosExporta.respuestaServidor,
            todaLaPantalla : false,
            centradoEnPantalla : false,
            centradoEnPantallaHorizontalmente : true,
            centradoEnPantallaHorizontalmenteFrameScroll : true,
            ubicacionAlInicio : false,
            usarEstilosPredefinidos : true,

            usarPosicionamiento : true,
            posicionamiento : {
                posicion : 'fixed',
                posicionFixedForced : true,
                visibilidad : 'visible',
                width : '800px',
                height : '525px',
                zIndex : 4,
                overflow : 'hidden',
                floatValue : false,
                clearValue: '',

                ubicacion : {
                    top : '100px',
                    right : '',
                    bottom : '',
                    left : '50px'
                },

                clip : '',

                usarMargenes : false,
                margenes : {
                    top : '0px',
                    right : '0px',
                    bottom : '0px',
                    left : '0px'
                },

                usarPadding : true,
                paddings : {
                    top : '5px',
                    right : '5px',
                    bottom : '5px',
                    left : '5px'
                }

            },

            usarEstilosTexto : false,
            estilosTexto : {
                fontFamily : '',
                fontSize : '',
                fontWeight : '',
                fontStyle : '',
                fontVariant : '',
                lineHeight : '',
                textTransform : '',
                textDecoration : '',
                color : ''
            },

            usarBackground : true,
            background : {
                backgroundColor : variablesGeneralesTemplate.usingDOMsPredefinidos.colorDeFondoPadre,
                backgroundImage : '',
                backgroundRepeat : 'repeat',
                backgroundAttachment : '',
                backgroundPosition : ''
            },

            usarBloque : false,
            bloque : {
                wordSpacing : '',
                letterSpacing : '',
                verticalAlign : '',
                textAlign : '',
                textIndent : '',
                whiteSpace : '',
                displayValue : ''
            },

            usarBordes : true,
            bordes : {
                estilo : {
                    top : 'solid',
                    right : 'solid',
                    bottom : 'solid',
                    left : 'solid'
                },

                ancho : {
                    top : '3px',
                    right : '5px',
                    bottom : '5px',
                    left : '3px'
                },

                color : {
                    top : '#999',
                    right : '#999',
                    bottom : '#999',
                    left : '#999'
                }

            },

            usarList : false,
            listValues : {
                listStyleType : '',
                listStyleImage : '',
                listStylePosition : ''
            },

            usarFiltros : true,
            filtros : {
                opacidad : 1,
                cursor : 'default',
                otro1 : '',
                otro2 : ''
            },

            usarEntornoManipulable: true,
            entornoManipulable : {
                colorBarraParaContener : '',
                colorBarraParaMover : '#333',
                textoBarraParaMover : 'Probando 3',
                colorTextoBarraParaMover : '#CCC',
                colorBarraParaCerrar : '#111',
                colorTextoBarraParaCerrar : '#FFF',
                colorBarraParaContenerAbajo : '#333',
                colorTextoBarraParaContenerAbajo : '#CCC',
                colorBarraParaResize :  '#2C3438',
                colorTextoBarraParaRezise : '#FFF',
                colorBarraParaResizeArriba :  '#2C3438',
                colorTextoBarraParaReziseArriba : '#FFF',
                usarMaximizar : false,
                usarMinimizar : false,
                usarResize : false,
                usarResizeArriba : false,
                usarMovimientoArriba : false,
                usarMovimientoAbajo : false,
                usarBloqueo : true
            },

            usarAnimacion :  true,
            animacion : {
                alInicio : {
                    opacidad : true,
                    izDere : false,
                    dereIz : false,
                    arribaAbajo : false,
                    abajoArriba : false,
                    pequeGrande : false,
                    grandePeque : false
                },
                alFinal : {
                    opacidad : true,
                    izDere : false,
                    dereIz : false,
                    arribaAbajo : false,
                    abajoArriba : false,
                    pequeGrande : false,
                    grandePeque : false
                }
            }

        }
        datosDOMs.debug = false;
        usingDOMs.funciones.inicia(datosDOMs);
        usingDOMs.funciones.nuevos();
        delete datosDOMs;


    }

    function calendarioMuestra(mes) {

        //--------------------------------------------------------------------------------------->
        //ajax
        var datosAjax = new Object();
        datosAjax.interaccionServidor = {
            url : '/ajaxProcess/iFrameProcesosGenerales.php',
            variables :  'elURL=/publico/externo/laFiesta/calendar/data/m_5.php?css=css/ceramique_wide.css',
            elMetodo : 'GET',
            tipoConexion : {
                sincronica : true,
                asincronica: false
            }
        }
        datosAjax.DOMs = {
            domDevuelveResultadosProcesoAjax : {
                activo : false,
                id :  'resultado',
                mostrarLoQueDevuelveServidor :  false,
                mostrarMensajeNoLoQueDevuelveServidor : {
                    activo : false,
                    mensaje : 'Listo'
                }
            },
            domMuestraEstadoProcesoAjax : {
                activo : false,
                id: Math.uuid(24),
                crearloDinamicamente : false,
                ajustarConScrollPadre : false,
                usarAnimacion : false
            }
        }
        datosAjax.devolverDatosEnVariables = {
            activo : true,
            asincronicamente : {
                idDomControl : ''
            }
        }
        datosAjax.mensajeAlFinalizarProceso = {
            activo : true,
            tiempoDuracionMilisegundos : 250,
            mensaje : 'Cargando',
            usarAnimacion : false
        }
        ajaxDECComplex.funciones.inicia(datosAjax);
        delete datosAjax;

        //--------------------------------------------------------------------------------------->
        //div que mostrará datos
        var datosDOMs = new Object();
        datosDOMs.nuevos = {
            comoHijoDe : 'body',
            buscarPadre : false,
            byId : false,
            byTagName : true,
            byTagNameNumeroArray : 0,
            tipoTag : 'div',
            preFijoNombre : 'div_',
            nombre : 'muestraDatosImgLocal',
            estilo : '',
            clase : '',
            contenido : ajaxDECComplex.datosExporta.respuestaServidor,
            todaLaPantalla : false,
            centradoEnPantalla : false,
            centradoEnPantallaHorizontalmente : true,
            centradoEnPantallaHorizontalmenteFrameScroll : true,
            ubicacionAlInicio : false,
            usarEstilosPredefinidos : true,

            usarPosicionamiento : true,
            posicionamiento : {
                posicion : 'fixed',
                posicionFixedForced : true,
                visibilidad : 'visible',
                width : '700px',
                height : '525px',
                zIndex : 4,
                overflow : 'hidden',
                floatValue : false,
                clearValue: '',

                ubicacion : {
                    top : '100px',
                    right : '',
                    bottom : '',
                    left : '50px'
                },

                clip : '',

                usarMargenes : false,
                margenes : {
                    top : '0px',
                    right : '0px',
                    bottom : '0px',
                    left : '0px'
                },

                usarPadding : true,
                paddings : {
                    top : '5px',
                    right : '5px',
                    bottom : '5px',
                    left : '5px'
                }

            },

            usarEstilosTexto : false,
            estilosTexto : {
                fontFamily : '',
                fontSize : '',
                fontWeight : '',
                fontStyle : '',
                fontVariant : '',
                lineHeight : '',
                textTransform : '',
                textDecoration : '',
                color : ''
            },

            usarBackground : true,
            background : {
                backgroundColor : variablesGeneralesTemplate.usingDOMsPredefinidos.colorDeFondoPadre,
                backgroundImage : '',
                backgroundRepeat : 'repeat',
                backgroundAttachment : '',
                backgroundPosition : ''
            },

            usarBloque : false,
            bloque : {
                wordSpacing : '',
                letterSpacing : '',
                verticalAlign : '',
                textAlign : '',
                textIndent : '',
                whiteSpace : '',
                displayValue : ''
            },

            usarBordes : true,
            bordes : {
                estilo : {
                    top : 'solid',
                    right : 'solid',
                    bottom : 'solid',
                    left : 'solid'
                },

                ancho : {
                    top : '3px',
                    right : '5px',
                    bottom : '5px',
                    left : '3px'
                },

                color : {
                    top : '#999',
                    right : '#999',
                    bottom : '#999',
                    left : '#999'
                }

            },

            usarList : false,
            listValues : {
                listStyleType : '',
                listStyleImage : '',
                listStylePosition : ''
            },

            usarFiltros : true,
            filtros : {
                opacidad : 1,
                cursor : 'default',
                otro1 : '',
                otro2 : ''
            },

            usarEntornoManipulable: true,
            entornoManipulable : {
                colorBarraParaContener : '',
                colorBarraParaMover : '#333',
                textoBarraParaMover : 'Probando 3',
                colorTextoBarraParaMover : '#CCC',
                colorBarraParaCerrar : '#111',
                colorTextoBarraParaCerrar : '#FFF',
                colorBarraParaContenerAbajo : '#333',
                colorTextoBarraParaContenerAbajo : '#CCC',
                colorBarraParaResize :  '#2C3438',
                colorTextoBarraParaRezise : '#FFF',
                colorBarraParaResizeArriba :  '#2C3438',
                colorTextoBarraParaReziseArriba : '#FFF',
                usarMaximizar : false,
                usarMinimizar : false,
                usarResize : false,
                usarResizeArriba : false,
                usarMovimientoArriba : false,
                usarMovimientoAbajo : false,
                usarBloqueo : true
            },

            usarAnimacion :  true,
            animacion : {
                alInicio : {
                    opacidad : true,
                    izDere : false,
                    dereIz : false,
                    arribaAbajo : false,
                    abajoArriba : false,
                    pequeGrande : false,
                    grandePeque : false
                },
                alFinal : {
                    opacidad : true,
                    izDere : false,
                    dereIz : false,
                    arribaAbajo : false,
                    abajoArriba : false,
                    pequeGrande : false,
                    grandePeque : false
                }
            }

        }
        datosDOMs.debug = false;
        usingDOMs.funciones.inicia(datosDOMs);
        usingDOMs.funciones.nuevos();
        delete datosDOMs;


    }

    function peticionExterna(id, anioTrabajo) {

        //--------------------------------------------------------------------------------------->
        //ajax
        var datosAjax = new Object();
        datosAjax.interaccionServidor = {
            url : '/ajaxProcess/iFrameProcesosGenerales.php',
            variables :  'elURL=/publico/externo/laFiesta/detallesEventosExterno.php?identificador=' + id + '&anioTrabajo=' + anioTrabajo,
            elMetodo : 'GET',
            tipoConexion : {
                sincronica : true,
                asincronica: false
            }
        }
        datosAjax.DOMs = {
            domDevuelveResultadosProcesoAjax : {
                activo : false,
                id :  'resultado',
                mostrarLoQueDevuelveServidor :  false,
                mostrarMensajeNoLoQueDevuelveServidor : {
                    activo : false,
                    mensaje : 'Listo'
                }
            },
            domMuestraEstadoProcesoAjax : {
                activo : false,
                id: Math.uuid(24),
                crearloDinamicamente : false,
                ajustarConScrollPadre : false,
                usarAnimacion : false
            }
        }
        datosAjax.devolverDatosEnVariables = {
            activo : true,
            asincronicamente : {
                idDomControl : ''
            }
        }
        datosAjax.mensajeAlFinalizarProceso = {
            activo : true,
            tiempoDuracionMilisegundos : 250,
            mensaje : 'Cargando',
            usarAnimacion : false
        }
        ajaxDECComplex.funciones.inicia(datosAjax);
        delete datosAjax;

        //--------------------------------------------------------------------------------------->
        //div que mostrará datos
        var datosDOMs = new Object();
        datosDOMs.nuevos = {
            comoHijoDe : 'body',
            buscarPadre : false,
            byId : false,
            byTagName : true,
            byTagNameNumeroArray : 0,
            tipoTag : 'div',
            preFijoNombre : 'div_',
            nombre : 'muestraDatosPedidosExternos',
            estilo : '',
            clase : '',
            contenido : ajaxDECComplex.datosExporta.respuestaServidor,
            todaLaPantalla : false,
            centradoEnPantalla : false,
            centradoEnPantallaHorizontalmente : true,
            centradoEnPantallaHorizontalmenteFrameScroll : true,
            ubicacionAlInicio : false,
            usarEstilosPredefinidos : true,

            usarPosicionamiento : true,
            posicionamiento : {
                posicion : 'fixed',
                posicionFixedForced : true,
                visibilidad : 'visible',
                width : '750px',
                height : '495px',
                zIndex : 4,
                overflow : 'hidden',
                floatValue : false,
                clearValue: '',

                ubicacion : {
                    top : '100px',
                    right : '',
                    bottom : '',
                    left : '50px'
                },

                clip : '',

                usarMargenes : false,
                margenes : {
                    top : '0px',
                    right : '0px',
                    bottom : '0px',
                    left : '0px'
                },

                usarPadding : true,
                paddings : {
                    top : '5px',
                    right : '5px',
                    bottom : '5px',
                    left : '5px'
                }

            },

            usarEstilosTexto : false,
            estilosTexto : {
                fontFamily : '',
                fontSize : '',
                fontWeight : '',
                fontStyle : '',
                fontVariant : '',
                lineHeight : '',
                textTransform : '',
                textDecoration : '',
                color : ''
            },

            usarBackground : true,
            background : {
                backgroundColor : variablesGeneralesTemplate.usingDOMsPredefinidos.colorDeFondoPadre,
                backgroundImage : '',
                backgroundRepeat : 'repeat',
                backgroundAttachment : '',
                backgroundPosition : ''
            },

            usarBloque : false,
            bloque : {
                wordSpacing : '',
                letterSpacing : '',
                verticalAlign : '',
                textAlign : '',
                textIndent : '',
                whiteSpace : '',
                displayValue : ''
            },

            usarBordes : true,
            bordes : {
                estilo : {
                    top : 'solid',
                    right : 'solid',
                    bottom : 'solid',
                    left : 'solid'
                },

                ancho : {
                    top : '3px',
                    right : '5px',
                    bottom : '5px',
                    left : '3px'
                },

                color : {
                    top : '#999',
                    right : '#999',
                    bottom : '#999',
                    left : '#999'
                }

            },

            usarList : false,
            listValues : {
                listStyleType : '',
                listStyleImage : '',
                listStylePosition : ''
            },

            usarFiltros : true,
            filtros : {
                opacidad : 1,
                cursor : 'default',
                otro1 : '',
                otro2 : ''
            },

            usarEntornoManipulable: true,
            entornoManipulable : {
                colorBarraParaContener : '',
                colorBarraParaMover : '#333',
                textoBarraParaMover : 'Probando 3',
                colorTextoBarraParaMover : '#CCC',
                colorBarraParaCerrar : '#111',
                colorTextoBarraParaCerrar : '#FFF',
                colorBarraParaContenerAbajo : '#333',
                colorTextoBarraParaContenerAbajo : '#CCC',
                colorBarraParaResize :  '#2C3438',
                colorTextoBarraParaRezise : '#FFF',
                colorBarraParaResizeArriba :  '#2C3438',
                colorTextoBarraParaReziseArriba : '#FFF',
                usarMaximizar : false,
                usarMinimizar : false,
                usarResize : false,
                usarResizeArriba : false,
                usarMovimientoArriba : false,
                usarMovimientoAbajo : false,
                usarBloqueo : true
            },

            usarAnimacion :  true,
            animacion : {
                alInicio : {
                    opacidad : true,
                    izDere : false,
                    dereIz : false,
                    arribaAbajo : false,
                    abajoArriba : false,
                    pequeGrande : false,
                    grandePeque : false
                },
                alFinal : {
                    opacidad : true,
                    izDere : false,
                    dereIz : false,
                    arribaAbajo : false,
                    abajoArriba : false,
                    pequeGrande : false,
                    grandePeque : false
                }
            }

        }
        datosDOMs.debug = false;
        usingDOMs.funciones.inicia(datosDOMs);
        usingDOMs.funciones.nuevos();
        delete datosDOMs;



    }

