.brick {
	background:#f9f9f9;;
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.33);
	border-radius: 3px;
	color: #333;
	border: none;
}


.brick img {
	width: 100%;
	max-width: 100%;
	display: block;
	margin-bottom:0.625rem;
}

.brick img:hover {
	opacity:0.8;
	-webkit-transition: all 0.4s ease-in-out;
   -moz-transition: all 0.4s ease-in-out;
   -o-transition: all 0.4s ease-in-out;
   -ms-transition: all 0.4s ease-in-out;
   transition: all 0.4s ease-in-out;
}

.brick h3, .brick h5 {
	text-shadow: none;
}

/*****ESTILO AD NOTICIAS******/
.tag_fecha_noticia {
	text-align:left;
	font-size:0.75rem;
	margin-bottom:0.625rem;
}

.titulo_noticias_home {
	text-align:left;
	margin-bottom:0.625rem;
	padding-bottom:0.5rem;
	color:#525152;
	font-weight:700;
	font-size:1rem;
	border-bottom:0.0625rem solid #D5D5D5;
}