/* 
    Document   : estilos
    Created on : 1/05/2012, 09:16:09 AM
    Author     : Jairo Solano Gomez (www.sistemajmds.com - jasogo@hotmail.com)
    Description:
        Purpose of the stylesheet follows.
*/

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

root { 
    display: block;
}

body{
    background:url("../LOGOWEB.jpg") left top no-repeat;
    background-color: black; 
    color: white;

}
head{
    content: url("../Logo.ico");
}
