@charset "utf-8";
/* CSS Document */

#blog h3, h4 {
	width:280px;
	text-align:center;
}
#blog .contenedor{
	display:flex;
	justify-content: center;
	flex-wrap:wrap;
}

#blog article {
	background-color: rgba(255,0,0,.3);
	margin:10px;
}

#blog img{
	width:100%;
	max-width:280px;
	opacity:.8;
}
#blog img:hover {
	opacity:1;
}