/**
 * Estilos Para Noticias
 * Color primario #115AA4
 * Color secundario #CC211C
 */

#noticiasComponent
	{
	}


#noticiasComponent .noticiaItem
	{
	padding-bottom: 20px;
	}


#noticiasComponent .noticiaItem td.noticiaContent
	{
	padding-right: 15px;
	vertical-align: middle;
	text-align: left;
	}

#noticiasComponent .noticiaItem th.noticiaImage
	{
	width: 120px;
	height: 120px;
	
	background-image: url(../images/noticias/noticia.png);
	background-repeat: no-repeat;
	background-position: center center;	
	}


#noticiasComponent .noticiaItem .noticiaTitle
	{
	line-height: normal;
	width: 550px;
	white-space: nowrap;
	overflow: hidden;
	text-align: left;
	}

#noticiasComponent .noticiaItem .noticiaTitle a
	{
	font-size: 15px;
	color: #2A95E7;
	text-decoration: none;
	}

#noticiasComponent .noticiaItem .noticiaTitle a:hover
	{
	text-decoration: underline;
	}

#noticiasComponent .noticiaItem .noticiaIntro
	{
	margin: 0px;
	padding: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: justify;
	font-size: 12px;
	color:#474747;
	}

#noticiasComponent .noticiaItem .noticiaIntro .parserContentSpace
	{
	height: 10px;
	}

#noticiasComponent .noticiaItem .leerMas
	{
	line-height: normal;
	font-size: 11px;
	text-align: right;
	color:#5C5C5C;
	vertical-align: middle;
	}

#noticiasComponent .noticiaItem .leerMas a
	{
	font-size: 12px;
	color: #CC211C;
	}


/*Viendo una sola noticia*/
#leyendoNoticia 
	{
	padding-bottom: 10px;
	}

#leyendoNoticia  .fechaNoticia
	{
	padding-bottom: 5px;
	color:#5C5C5C;
	font-size: 12px;
	text-align: right;
	}

#leyendoNoticia .introNoticia
	{
	padding-top: 20px;
	text-align: justify;
	}


#leyendoNoticia .contenidoNoticia
	{
	padding-top: 20px;
	text-align: justify;
	}



