/**
 * tut_gimp_style.css
 * Estilos del tutorial GIMP
 **/
div.intro{
    position:relative;
    padding-left:110px;
    margin-bottom:15px;
}
div.intro h1{
    margin-bottom:5px;
}
div.intro img{
    position:absolute;
    top:0px;
    left:0px;

}
div.step{
    position:relative;
    background-color:#EEEEEE;
    padding:10px;
    margin-bottom:5px;
    border:1px solid #666666;
}

img.tl,
img.bl,
img.tr,
img.br{
    position:absolute;
}

img.tl{
    top:0px;
    left:0px;
}

img.bl{
    bottom:0px;
    left:0px;
}

img.tr{
    top:0px;
    right:0px;
}

img.br{
    bottom:0px;
    right:0px;
}

div.step div.title{
    font-size:12px;
    font-weight:bold;
    margin-left:5px;
    margin-right:5px;
    padding:3px;
    border-bottom:1px dotted #999999;
}

div.step div.text{
    margin:5px 10px 5px 20px;
}

div.step div.figs{
    text-align:center;
    margin-top:10px;
    margin-bottom:10px;
}

div.step div.figs span.caption{
    display:block;
    text-align:center;
}

div.step div.figs div.fig{
    width:auto;
    margin:10px;
    margin-left:auto;
    margin-right:auto;
    text-align:center;
    font-style:italic;
    color:#666666;
}
