
 article#about_article{
 	width: 100%;
 	
 	display: block;
 }

article#about_article header{

}
 article#about_article header{
 
 	width: 100%;
 	display: flex;
 	margin: auto;
 	box-sizing: border-box;
 	padding: 30px;
 }



  article#about_article header p{
  	width: 100%;
  	
  	text-align: justify;
  	margin-left: 20px;
  	display: inline-block;	
  }

 img#foto_perfil{

 	width: 100px;
 	height: 140px;
 	margin-left: 10px;
 	
 	box-sizing: border-box;
 }

article#about_article section{
	display: block;
	padding: 35px;
 	width: 100%;
 	box-sizing: border-box;
}

#about_article{
  color: #004d99;
}
