/*
    Document   : leis_style
    Created on : 14/05/2012, 11:40:23
    Author     : Fernando
    Description:
        Purpose of the stylesheet follows.
*/

a {
    text-transform: uppercase;
}

p,
h6,
a,
body{
    font-family: 'Verdana';
    font-size: small;
    text-align: justify;
}

h6{
    margin: 0px;
    border: 0px;
    color: #000080;
    height: 29px;
    padding-top: 10px;
}

.negrito{
    font-weight: bold;
}

.centralizado{
    text-align: center;
}

table tr td{
    border: 0px;;
    border-top: 1px;
    border-left: 1px;
    border-style: solid;
    margin: 0;
    margin-left: auto;
    margin-right: auto;
    padding: 5px;
    text-align: left;
}
table tr td:last-child{
    border-right-width: 1px !important;
}
table tr:last-child td{
    border-bottom-width: 1px !important;
}
table tr{
    border-width: 0px !important;
}

ul{
    list-style:none;
}

ul li{
    margin-top: 10px;
    margin-bottom: 10px;
}

td p{
    margin:0;
    padding: 0;
    border: 0;
}