#latestNewsContainer {

	/* Generales */
	margin-bottom: 100px;

}

/* - Noticia - */

.newsEntry {

	/* Generales */
	width: 98%;
	margin: 15px 5px;

}

.newsEntry .image {

	/* Generales */
	width: 100px;
	height: 75px;
	vertical-align: middle;
	
	/* Bordes */
	border-width: 1px;
	border-style: solid;
	border-color: #CCC;

}

.newsEntry .image img {

	/* Generales */
	max-width: 100px;
	max-height: 75px;

}

.newsEntry .title {

	/* Generales */
	height: 12px;
	padding-left: 3px;
	
	/* Fuente */
	color: #005580;
	font-weight: bold;

}

.newsEntry .summary {

	/* Generales */
	padding-left: 3px;
	text-align: justify;
	
	/* Fuente */
	font-size: 11px;

}

.newsEntry .comments {

	/* Generales */
	height: 12px;
	text-align: right;
	vertical-align: middle;
	
	/* Fuente */
	color: #004466;
	font-size: 11px;
	
	
	} .newsEntry .comments:before {
	
	/* Generales */
	content: url('../images/icons/comments.png');
	
	/* Posicion */
	position: relative;
	top: 3px;

}