﻿/*COMPARTIDO*/
#Noticias_NoConectionImg
{
	width:24px;
	height:24px;
	background-image:url(../images/secundarios/noticias/info_mistake.gif);
	margin:0 auto;
	background-repeat: no-repeat;
}

/*CONTROL DE NOTICIAS EN FORMATO NORMAL*/
#TablaNoticiasNorm
{
	width:100%;
}
#TablaNoticiasNorm #TNN_Celda2
{
	text-align:center;
}
#TablaNoticiasNorm #TNN_Celda2 table
{
	font-size:10px;
	text-align:left;
	width:100%;
}
.TNN_Bullet
{
	text-indent:0px;
	margin:5px 0px 7px 7px;
	padding:0px 0px 0px 7px;
	background-color:#E4E4E4;/*ColorNeutro*/
}

/*CONTROL DE NOTICIAS EN FORMATO MINI*/
#TablaNoticiasMini
{
	width:165px;
	border: black 1px ridge;
	background-color:#E4E4E4;/*ColorNeutro*/
	margin-top:3px;
	margin-right:2px;
	margin-bottom:3px;
}
#TablaNoticiasMini #TNM_Header
{
	width: 145px;
	height: 30px;
	background-image:url(../images/secundarios/noticias/cab_noticias_mini.gif)
}
#TablaNoticiasMini #TNM_Celda1
{
	padding:5px 8px 7px 8px;
	text-align:center;
}
#TablaNoticiasMini #TNM_Celda2
{
	padding:0px 5px 0px 5px;
	text-align:center;
}
#TablaNoticiasMini #TNM_Celda2 table
{
	font-size:10px;
	text-align:left;
	width:150px;
}
.TNM_Bullet
{
	text-indent:0px;
	margin:0 0 0 7px ;
	padding:0 0 0 7px;
}