	body{
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', Garuda, sans-serif;
	font-size: large;
	margin: 0;
	padding: 0;
	border: 0;
	background: #fff;
	margin-left: 5px;
	margin-right: 5px;
	} 
	h1{
	font-family: Arial,Gotham, Helvetica,  sans-serif;
	color: #6A0888;
	font-size: large;
	text-align: center;
	background:#C2DBEF;
	border-radius: 10px;
	padding:10px;
	margin-top:5px;
  }  
  	h2{
	font-family: Arial,Gotham, Helvetica,  sans-serif;
	color: #6A0888;
	font-size: large;
	text-align: center;
	background:#C2DBEF;
	border-radius: 10px;
	padding:10px;
	margin-top:5px;
  } 
aside{
	background:#EEF5FB;
	padding:7px;
	border-style: solid;
	border-color: #C2DBEF;
	border-radius: 10px;	
	}	
	IMG.displayed {
    display: block;
    margin-left: auto;
    margin-right: auto;	
	max-width: 100%;
	height: auto;
	text-align: center;
	border: 0; 	
	border-radius: 20px;	
	}
 
footer{
	background:#C0E3F7;
	margin-top:10px;
	margin-bottom:10px;
	border-radius: 5px;
	}
  #barra{
	 left:0px;
	 position:fixed;
	 width:100%;
	 height:60px;
	 top:0px;
	 background-color:#006699;
	 z-index:10;	  
   }  
      .logo{
	position:fixed;
	top:0px;
	width: 213px;
    height: 60px;
	z-index:10;
 
	}
    .bt {
border:1px solid #25692A;
border-radius:4px;
display:inline-block;
cursor:pointer;
font-family:Verdana;
font-weight:bold;
font-size:13px;
padding:5px 10px;
text-decoration:none;
float:right;
margin-top:16px;
margin-right:5px; 
}   
.bt-vm {
border-color:#FFD52D;
background:linear-gradient(to bottom, #C6DDF4 5%, #4E97E0 100%);
box-shadow:inset 0px 1px 0px 0px #fff4f3;
color:#990000;
text-shadow:1px 1px 1px #FFD52D; 
}  
.bt-vm:hover {
background:linear-gradient(to bottom, #559BE1 5%, #C6DDF4 100%);
}
.bt:active {
position:relative;
top:2px;
}


 
.iframe-container {
  overflow: hidden;
  padding-top: 20.25%;
  position: relative;
}

.iframe-container iframe {
	border: 0;
	height: 185px;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

/* 4x3 Aspect Ratio */
.iframe-container-4x3 {
  padding-top: 75%;
}
