﻿/* Documento CSS para texto predefinido en noticias  */
	.textoNoticiaNews{
		font-size:10px;
		text-align:justify;
		font-weight:normal;
		color:#000;
	}
	.sTituloNoticiaNews{
		font-size:12px;
		font-weight:bold;
		text-align:justify;
		color:#000;
	}
	.textoImportaneNoticiaNews{
		font-size:10px;
		text-align:justify;
		font-weight:bold;
		color:#000;
	}