﻿		#wrapper {
			width:1080px;
			margin: 0 auto;
			height:auto;
			border-radius:10px;

		}

		header {
			width:100%;
			height:60px;
			background-color:lightgrey;  
			border-radius:10px;
			margin-top: 10px;
			overflow: hidden;
			display: block; 
			
		} 


		nav {
			width:100%;
			height:20px;
			background-color:white;
			border-radius:10px;
			
			
		}
		main {
			width:700px;
			height:auto;
			background-color:lightgrey;   
			padding:10px;
			border-radius:10px;
			float: left;
			border:1;
			
		}
		section {
			width:690px;
		    height:auto;   
			background-color:lightgrey;   
			padding:50px 10px 10px 10px;
			border-radius:10px;
			float: left;
			
		}

		article {
			width:95%;
		 	height:auto;   
			background-color:white;  
			margin-bottom:20px;
			margin-left:10px;
			margin-top:5px;
			border-radius:10px;
			float: left;
			padding:0px 2px;
			
		}
		#articleAside {
			width:95%;
		 	height:auto;   /*640px*/
			background-color:white;  
			margin-bottom:20px;
			margin-left:10px;
			margin-top:5px;
			border-radius:10px;
			float: left;
			
		}
		
		aside {
			width:340px;
			height:auto;
			background-color:lightgrey;   /* #C0C0C0 */
			margin-left: 20px;
			float: left;
			border-radius:10px;
			
		}

		footer {
			width:100%;
			height:auto; 
			background-color:white;
			/*clear:both;*/
			border-radius:10px;
			
		}

		#footerDir {
			text-align: right;
			
		}

		summary {
	    	text-decoration:underline;
	    	color:red;
	    }

		summary:hover {
	    	text-decoration:none;
	    	cursor:pointer;
	    }

		dl {
	 	   border:1px solid #ccc;
	 	   padding:5px 10px;
		    width:92%;   /*400px;*/
		    background:#fafafa;
	    }

		p {
	    	font: italic normal  georgia, sans-serif ; 
	    	font-size: 110%;					/* <p style="font-size:110%" > </p> */
		}

	    li,dt,dd {
	    	
	    	font: italic normal  georgia, sans-serif ;
	    	font-size: 110%;;
	    	text-align: left;
	     					 
		}

		h1, h2, h3, h4, h5, h6 {
			font: italic normal 1.4em georgia, sans-serif;
			letter-spacing: 1px; 
			margin-bottom: 0; 
			color:blue ;  /* #7D775C */
		}

    	h5 {
    		text-align:right;
    	}
	    
	    #imgFoto { 
	    	 height: 173px; width: 176px;  

	    }

	    #imgDoc {
	         border: 0px solid ; width: 21px; height: 21px;
		}