.contenedorNoticias {
	clear: both;
}

section.sectionNoticias {
	position: relative;
	float: left;
	width: 23%;
	margin: 0 1% 40px 1%;
	background-color: #ebebeb;
}

.sectionNoticias .fechaNoticia {
	width: 100%;
	padding: 8px 2%;
	text-align:right;
	font-size:12px;
	color: #fff;
	font-weight: bold;

}

.sectionNoticias .contenedorFotoNoticia {
	width: 100%;
	height: 200px;
	background-color: #fff;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	cursor: pointer;
}

.sectionNoticias .txtNoticia {
	height: 224px;
	padding: 15px;
	clear:both;
	background:#ebebeb; 
}

.sectionNoticias .txtNoticia > p {
	height: 100px;
	overflow: hidden;

}

.sectionNoticias .txtNoticia h3 {
	font-size: 16px;
	font-weight: bold;
}

.sectionNoticias .masinfo {
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 100%;
	padding: 8px 2%;
	background-color: #333;
	color: #000;
	text-align: right;
}

#fotonocia {
	float: right;
	display: block;
	clear: both;
}

@media screen and (max-width: 1400px) {

	section.sectionNoticias {
		width: 31%;
	}

}

@media screen and (max-width: 1100px) {

	section.sectionNoticias {
		width: 48%;
	}

}

@media screen and (max-width: 650px) {

	section.sectionNoticias {
		float: none;
		width: 100%;
	}

}


