<?xml version="1.0" encoding="UTF-8" ?>
<customizer>
    <datarules>
        <font-family>arial</font-family>
        <font-family>tahoma</font-family>
        <font-size>8</font-size>
        <font-size>9</font-size>
        <font-size>10</font-size>
        <font-size>11</font-size>
        <font-size>12</font-size>
        <header-size>
            <name>Estandar Uno</name>
            <value>900x130</value> 
        </header-size>
        <header-size>
            <name>Estandar Dos</name>
            <value>900x200</value>
        </header-size>
        <header-size>        
            <name>Estandar Tres</name>
            <value>700x130</value>
        </header-size>
    </datarules>
    <parentSelectors>
        <theme>theme-[NAME]</theme>
        <predefined>predefined-[NAME]</predefined>
        <preview>preview</preview>
    </parentSelectors>
    <cssrules>
        <stepdone-background>
            <selector>.step-done</selector>
            <attr>background-color</attr>
        </stepdone-background>
        <stepdone-text>
            <selector>.step-done</selector>
            <attr>color</attr>
        </stepdone-text>
        <stepdone-border>
            <selector>.step-done</selector>
            <selector>.step-done span</selector>
            <attr>border-color</attr>
        </stepdone-border>
        <currentstep-background>
            <selector>.current-step</selector>
            <selector>.step-content th</selector>
            <attr>background-color</attr>
        </currentstep-background>
        <currentstep-text>
            <selector>.current-step</selector>
            <selector>.step-content th</selector>
            <attr>color</attr>
        </currentstep-text>
        <currentstep-border>
            <selector>.current-step</selector>
            <selector>.step-content th</selector>
            <selector>.current-step span</selector>
            <attr>border-color</attr>
        </currentstep-border>
        <stepdisabled-background>
            <selector>.step-disabled</selector>
            <attr>background-color</attr>
        </stepdisabled-background>
        <stepdisabled-text>
            <selector>.step-disabled</selector>
            <attr>color</attr>
        </stepdisabled-text>
        <stepdisabled-border>
            <selector>.step-disabled</selector>
            <selector>.step-disabled span</selector>
            <attr>border-color</attr>
        </stepdisabled-border>
        <font-family>
            <selector>.step label</selector>
            <selector>.step-content th</selector>
            <attr>font-family</attr>
        </font-family>
        <font-size>
            <selector>.step label</selector>
            <selector>.step-content th</selector>
            <attr>font-size</attr>
        </font-size>
        <font-weight>
            <selector>.step label</selector>
            <selector>.step-content th</selector>
            <attr>font-weight</attr>
        </font-weight>
    </cssrules>
</customizer>