/* CSS Document */

#boddy{
    margin: 0;
    padding: 0;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    background-color: #FFFFFF;
    text-align: center;
    }

    
#main{
    padding: 0 60px 60px 60px;
    background-image: url(./img/utad2.jpg);
    /*background-size: 15px;*/
    background-size: 25%;
    size: 20%;
    background-repeat: no-repeat;
    background-position: top left;
    width:20%;
    height:20%;
    }
    
    
    
#navigation{
    position: absolute;
    top: 65px;
    left: 0;
    width: 160px;
    }
    
#navigation ul{
    list-style: none;
    margin: 1em 0 0 0;
    padding: 0;
    border: none;
    }
    
#navigation li{
    font-size: 90%;
    }
    
#navigation a:link, #navigation a:visited{
    color: #cd352d;
    background-color: tansparent;
    display: block;
    border-bottom: 1px solid #999;
    padding: 1em 0 0.2em 0;
    text-decoration: none;
    }
    
#navigation a:hoover{
    color: #999;
    }
    
#footer{
    font-size: 80%
    padding-top: 1em;
    text-align: right;
    color: #999;
    background-color: transparent;
    }
        
    
#content{
    position: absolute;
    top: 75px;
    left:190px;
    width: 570px;
    padding: 0 10px 0 0;
    }
    
#content p{
    font-size: 80%;
    padding: 0 10px 0 0;
    color:#000099;
    text-align: justify;
    }
    
#wrapper{
    position: relative;
    text-align: left;
    width: 760px;
    margin-right: auto;
    margin-left: auto;
    border-bottom: 1px solid #ececec;
    }
    
#header h1{
    margin: 0;
    padding: 0;
    font-weight: normal;
    color: #cb352d;
    font-size: 190%;
    position:absolute;
    bottom: 4px;
    right: 0;
    }
    

    


p, ul li {
    color:#000077;
    text-align:justify;
}

ul li{
 text-align:justify;
 }
 
#pub p.par {
    color:#000077;
    text-align:justify;
}

#pub p.impar{
//    color:black;
//    color:#2F4F2F;
    color:#006400;        
    text-align:justify;
} 

#pub p strong.title{
    font-weight: bold;
    font-style: italic;
}

#pub p strong.number{
    font-weight: normal;
    font-style: normal;
}

#pub p strong.vol{
    font-weight: bold;
    font-style: normal;
}


#pub p strong.pnum{
    font-weight: normal;
    font-style: normal;
    color: black;
}

#pub p {
   font-size:80%;
}

#pub h1{
//    color:#000077;
//    color:#006400; 
    color: black;
    font-size:100%;
} 

a:link {color: #cd352d}
a:visited {color: gray}
a:hover {color: black}
a:active {color: black}

//#pub :link {color:black;}
