<?xml version="1.0" encoding="UTF-8" ?>
<predefined>
    <neutro>
        <name>Neutro</name>
        <current></current>
        <styles>
            <stepdone>
                <background>#CCCCCC</background>
                <text>#FFFFFF</text>
                <border>#333333</border>
            </stepdone>
            <currentstep>
                <background>#CCCCCC</background>
                <text>#FFFFFF</text>
                <border>#333333</border>
            </currentstep>
            <stepdisabled>
                <background>#CCCCCC</background>
                <text>#FFFFFF</text>
                <border>#333333</border>
            </stepdisabled>
            <font>
                <family>tahoma</family>
                <size>12px</size>
                <weighing>bold</weighing>
            </font>
            <header>
                <width>900px</width>
                <height>200px</height>
                <keepratio>true</keepratio>
                <image></image>
                <flash></flash>
            </header>
            <background>
                <color>#CCCCCC</color>
            </background>
            <border>
                <color>#333333</color>
                <width>2</width>
            </border>
        </styles>
    </neutro>
    
    <primavera extends="neutro">
        <name>Primavera</name>
        <styles>
            <stepdone>
                <background>#006400</background>
                <text>#FFFFFF</text>
                <border>#90EE90</border>
            </stepdone>
            <currentstep>
                <background>#FFFF00</background>
                <text>#A52A2A</text>
                <border>#A52A2A</border>
            </currentstep>
            <stepdisabled>
                <background>#CCCCCC</background>
                <text>#FFFFFF</text>
                <border>#333333</border>
            </stepdisabled>
        </styles>
    </primavera>
    
    <verano extends="neutro">
        <name>Verano</name>
    </verano>
    
    <invierno extends="neutro">
        <name>Invierno</name>
    </invierno>
</predefined>