﻿		#wrapper {
			width:1080px;
			margin: 0 auto;
			background-color:lightblue; 
			height:auto;
			border-radius:10px;
		}

		header {
			width:100%;
			height:85px;
			background-color:lightgrey;  
			border-radius:10px;
			margin-top: 10px;
			overflow: hidden;
			display: block; 
			
		} 

		#espacoBranco {
			width:100%;
			height:50px;
			background-color:wheat;
			border-radius:10px;
			clear:both;
		}

		nav {
			width:100%;
			height:auto;  /*50px*/
			background-color:wheat;
			border-radius:10px;
			padding:0px 2px;
			/*padding:10px;*/
			float:left;
			
			
		}
		main {
			width:700px;
			height:auto;  /* 1100px */
			background-color:grey;   
			padding:10px;
			border-radius:10px;
			float: left;
			border:0;
			
		}
		#section {
			width:690px;
		    height:auto;    /*1000px */
			background-color:lightgrey;   
			padding:50px 10px 10px 10px;
			border-radius:10px;
			float: left;
			
		}

		article {
			width:100%;
		 	height:auto;   /*330px*/
			background-color:white;  
			margin-bottom:20px;
			border-radius:10px;
			float: left;
			padding:0px 2px;
			
		}

		#article1,#article,#article2,#article3,#article4,#article5,#article6 {
			width:100%;
		 	height:auto;   /*150px */
			background-color:white;  
			margin-bottom:20px;
			border-radius:10px;
			float: left;
			
		}
		
		aside {
			width:340px;
			height: auto;
			margin-left: 20px;
			background-color:lightgrey;   /* #C0C0C0 */
			
			border-radius:10px;
			float: left;
		}

		footer {
			width:100%;
			height:auto; /*25px*/
			background-color:silver;
			clear:both;
			border-radius:10px;
			padding:0px 2px;
			float:left;
			
		}

		#video {
	    	float: left;
			width=:20px; height:148px; /*148px*/
	    }



		#footerDir {
			/*text-align: right;*/
			float: right;

		}

		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;
	     					 
		}

		dl {
	 	   	border:1px solid #ccc;
	 	   	padding:5px 10px;
		    width:92%;   /*400px;*/
		    background:#fafafa;
		}

		table { 
			 border: 10px solid black;
			 float:right;

		}

		h1, h2, h3, h4,  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;
		}

		#imgHtml5 {
			width: 55px; height: 55px;
		}

		#iframePagDin { 
			border: 0pt none ;
			width: 650px; 
			height:auto;

		}

		#iframe { 
			border: 0pt none ;
			width: 150px; 
			height:auto;

		}
		#audio { 
		    height="auto" ;
		    width="50px" ;
		}