﻿#complements{float:left; width:225px; padding-right:12px; border-right:1px dotted #CCC; margin-right:12px; }
    #complements ul{}
    #complements ul li a,#complements ul li a:visited{ display:block; padding:8px 4px; border-bottom:1px dotted #CCC; font-size:1.3em;}
    #complements ul li a:hover{ background-color:#E5E5E5; }

#textos {float:right; width:716px; }

    #textos > h3{ height: 20px; padding: 3px 0; font-weight:normal; font-size: 1.8em; color:#000; margin-bottom:15px; }
    #textos > h4{ height: 20px; padding: 3px 0; font-weight:normal; font-size: 1.6em; color:#000; margin-bottom:10px; }    
    
	#textos > p{ font-size:1.25em; margin-bottom:20px; text-align:justify; line-height:145%;}
    
    #textos h2.signatura {text-align:right;margin-top:20px; color:#333;}
    #textos h2.signatura span {font-weight:normal; }
    
	#textos ul {margin-left:50px; margin-bottom:20px; list-style-type:disc; font-size:1.1em;}
	
	#textos dl {margin-left:50px; margin-bottom:20px; list-style-type:disc; font-size:1.1em;}
	#textos dl dt{color:#69C;}
	#textos dl dd{}