/* CSS Document 
.precio{
font-family: Arial,Din-2014, Helvetica, sans-serif;
font-size: 34px;
color: #737D85;
}*/
#blog h3, h4 {
  text-align: center;
 }
#blog .contenedor {
justify-content: center;
 display: flex;
 flex-wrap: wrap;
 background :#fff;
 
 }
#blog3 .contenedor {
justify-content: left;
 display: block;
 /*flex-wrap: wrap;*/
 background :#fff;
 
 }

#blog article {
justify-content: center;
   margin: 30px;
 }
 #blog img {
   /*width: 168px;*/
   max-width: 186px;
   justify-content:center; 
 }
 #blog2 img {
   /*width: 168px;*/
   padding:15px;
   max-height: 186px;
   justify-content:center;
	 margin: 30px 20px 0px;
 }
#blog2 .contenedor {
justify-content: center;
 display: flex;
 flex-wrap: wrap;
 background :#fff;
	max-width: 85%;
 }
 #blog3 img {
   /*width: 168px;*/
	border: #1E1E1E 1px solid;
padding:1px;
   max-height: 40px;
   justify-content:center;
	 margin: 5px;
 }
#blog3.contenedor {
justify-content: center;
 display: flex;
 flex-wrap: wrap;
 background :#fff;
	max-width: 85%;
 }

