.header {
	width: 100%;
   		height: 150px;
   		background-color: green;
   		
 }
 .main {
 	display: flex;
	justify-content: space-around;

	margin-top: 5px;
 	background-color: violet;
 	height:450px;
}

.bloq-one {	
	display: flex;
	justify-content: space-around;
		width: 70%;
   		height: 437px;
   		background-color:blue; 
   		margin-top: 5px;
   		flex-direction:column;

}

.bloq-one div{
 	display: flex;
 	margin-top: 30px;
justify-content: center;
 	background-color: transparent;
 	height:85%;
 	margin-bottom: 5px;
 	margin: 5px;

  }

.bloq-two div{
 	display: flex;
 	margin-top: 15px;
justify-content: center;
 	background-color: orange;
 	width: 30%;
 	height:85%;
 	margin-bottom: 15px; 

  }

.aside{ 
	display: flex;
  	background-color:grey; 
   		margin-top: 5px;
   		width: 28%;
   		height: 437px;
   		}
   		

.footer{width: 100%;
   		height: 150px;
   		background-color: green;
   		margin-top: 5px;


} 
