/**
 * Adobe Edge: symbol definitions
 */
(function($, Edge, compId){
var symbols = {
"stage": {
   version: "0.1.3",
   baseState: "Base State",
   initialState: "Base State",
   content: {
      dom: [
        {
            id:'RoundRect',
            className:'stage_RoundRect_id',
            type:'rect',
            tag:'div',
            rect:[48,69,800,319],
            borderRadius:[0,0,0,0],
            opacity:1,
            fill:['rgba(102,153,204,1.00)'],
            stroke:[0,"rgb(0, 0, 0)","solid"],
            transform:[[11.99999,-4.00001]]
        },
        {
            id:'inici-01esp',
            className:'stage_inici-01esp_id',
            type:'image',
            tag:'div',
            rect:[0,0,900,450],
            fill:['rgba(0,0,0,0)','images/inici-01esp.png']
        },
        {
            id:'inici-02val',
            className:'stage_inici-02val_id',
            type:'image',
            tag:'div',
            rect:[0,0,900,450],
            fill:['rgba(0,0,0,0)','images/inici-02val.png']
        },
        {
            id:'inici-03eng',
            className:'stage_inici-03eng_id',
            type:'image',
            tag:'div',
            rect:[0,0,900,450],
            fill:['rgba(0,0,0,0)','images/inici-03eng.png']
        },
        {
            id:'Text',
            className:'stage_Text_id',
            type:'text',
            tag:'div',
            rect:[89,157,0,0],
            text:"luis terol miralles",
            font:["Arial, Helvetica, sans-serif",24,"rgba(0,0,0,1)","normal","none",""],
            transform:[[10.84764,-32.83986]]
        }],
      symbolInstances: [
      ]
   },
   states: {
      "Base State": {
         "${_RoundRect}": [
            ["color", "background-color", 'rgba(102,153,204,1.00)'],
            ["style", "border-top-left-radius", [0,0],{valueTemplate:'@@0@@px @@1@@px'}],
            ["transform", "translateX", '11.99999px'],
            ["style", "border-bottom-right-radius", [0,0],{valueTemplate:'@@0@@px @@1@@px'}],
            ["style", "opacity", '0.35'],
            ["style", "border-width", '0px'],
            ["style", "width", '800px'],
            ["style", "border-bottom-left-radius", [0,0],{valueTemplate:'@@0@@px @@1@@px'}],
            ["style", "border-style", 'solid'],
            ["style", "overflow", 'visible'],
            ["style", "height", '319px'],
            ["color", "border-color", 'rgb(0, 0, 0)'],
            ["transform", "translateY", '-4.00001px'],
            ["style", "border-top-right-radius", [0,0],{valueTemplate:'@@0@@px @@1@@px'}]
         ],
         "${_Text}": [
            ["style", "opacity", '0.23979779411765'],
            ["transform", "translateY", '-32.83986px'],
            ["transform", "translateX", '10.84764px'],
            ["style", "font-family", 'Arial, Helvetica, sans-serif'],
            ["color", "color", 'rgba(51,51,51,1.00)'],
            ["style", "font-weight", 'normal'],
            ["style", "text-decoration", 'none'],
            ["style", "font-size", '48px']
         ],
         "${_inici-03eng}": [
            ["style", "opacity", '0']
         ],
         "${_inici-01esp}": [
            ["style", "opacity", '0']
         ],
         "${_stage}": [
            ["color", "background-color", 'rgba(204,204,204,1.00)'],
            ["style", "width", '900px'],
            ["style", "height", '450px'],
            ["style", "overflow", 'scroll']
         ],
         "${_inici-02val}": [
            ["style", "opacity", '0']
         ]
      }
   },
   timelines: {
      "Default Timeline": {
         fromState: "Base State",
         toState: "",
         duration: 15000,
         labels: {

         },
         timeline: [
            { id: "eid32", tween: [ "color", "${_RoundRect}", "border-color", 'rgb(0, 0, 0)', { animationColorSpace: 'RGB', valueTemplate: undefined, fromValue: 'rgb(0, 0, 0)'}], position: 0, duration: 0 },
            { id: "eid26", tween: [ "style", "${_RoundRect}", "opacity", '0.5', { fromValue: '0.35'}], position: 0, duration: 15000 },
            { id: "eid5", tween: [ "style", "${_inici-02val}", "opacity", '1', { fromValue: '0'}], position: 5000, duration: 4000 },
            { id: "eid8", tween: [ "style", "${_inici-02val}", "opacity", '0.032720588235294', { fromValue: '1'}], position: 10000, duration: 1500 },
            { id: "eid17", tween: [ "style", "${_Text}", "font-size", '48px', { fromValue: '48px'}], position: 0, duration: 0 },
            { id: "eid2", tween: [ "style", "${_inici-01esp}", "opacity", '1', { fromValue: '0'}], position: 0, duration: 4000 },
            { id: "eid3", tween: [ "style", "${_inici-01esp}", "opacity", '0', { fromValue: '1'}], position: 5000, duration: 1500 },
            { id: "eid36", tween: [ "style", "${_Text}", "opacity", '1', { fromValue: '0.23979779411765'}], position: 0, duration: 3000 },
            { id: "eid10", tween: [ "style", "${_inici-03eng}", "opacity", '1', { fromValue: '0'}], position: 10000, duration: 4000 },
            { id: "eid21", tween: [ "color", "${_Text}", "color", 'rgba(51,51,51,1.00)', { animationColorSpace: 'RGB', valueTemplate: undefined, fromValue: 'rgba(51,51,51,1.00)'}], position: 0, duration: 0 }]
      }
   }
}};
var comp;
Edge.registerCompositionDefn(compId, symbols);

/**
 * Adobe Edge DOM Ready Event Handler
 */
$(window).ready(function() {
     comp = new Edge.Composition(compId, {stage: "." + compId}, {});
	   /**
 * Adobe Edge Timeline Launch
 */
     comp.ready(function() {
         comp.play();
     });
});
})(jQuery, jQuery.Edge, "EDGE-8863646");

