.tablaNoticias {
	background-color: #FFFFFF;
	margin-top: 10px;
	width: 100%;
	color: #000000;
}

.titular{
	text-align: justify;
	font-size: 14px;
	font-weight: normal;
	border: 1px solid #4D4D4D;
	vertical-align: middle;
	color: #000000;
	background-color: #CCCCCC;
	padding: 10px;
}

.noticia{
	font-size: 12px;
	font-weight: normal;
	text-align: justify;
	width: 90%;
	height: auto;
	position: relative;
	top: 10px;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #999999;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

.lecturas{
	text-align: right;
	font-size: 12px;
	font-weight: bold;
	padding-top: 10px;
	width: 100%;
	vertical-align: bottom;
	padding-right: 10px;
}
.noticia a {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.categoria {

	text-align: center;
	font-size: 14px;
	font-weight: bold;
	border: 1px solid #4D4D4D;
	vertical-align: middle;
	color: #000000;
	background-color: #CCCCCC;
	padding: 10px;
}
.fecha {

	text-align: center;
	font-size: 12px;
	font-weight: normal;
	border: 1px solid #4D4D4D;
	vertical-align: middle;
	color: #000000;
	background-color: #CCCCCC;
	padding: 10px;
}

