/* 
    Document   : Style
    Created on : May 2, 2010, 9:22:14 PM
    Author     : seve
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root { 
    display: block;
}

div.productos
{
    width: 570px;
    position: relative;
    background: "#777372";
}
