/* 
    Document   : terminos
    Created on : 07-mar-2013, 14:04:29
    Author     : uxio
    Description:
        Purpose of the stylesheet follows.
*/

root { 
    display: block;
}

#textoTerminos{
    width: 700px;
    margin-left: 50px;
    font-size: 11px;
    line-height: 15px;
    margin-bottom: 20px;
    text-align: justify;
}

#textoTerminos ul{
    margin: 15px 50px 15px 50px;
    width: 600px;
}

#textoTerminos ul li{
    list-style-type: none;
}