TABLE.Noticias
{
	width:800px;
}

TD.NoticiaIzquierda
{
	vertical-align: top;
	padding-left:22px;
}

TD.NoticiaDerecha
{
	vertical-align: top;
	text-align: right;
	float:right;
	clear:right;
}

TABLE.Noticia
{
	border-right: #808285 1px solid;
	border-top: #808285 1px solid;
	margin-bottom: 15px;
	border-left: #808285 1px solid;
	width: 378px;
	border-bottom: #808285 1px solid;
}

TD.NoticiaTitulo
{
	padding-left: 10px;
	font-weight: bold;
	font-size: 12px;
	background: #29166f;
	margin-bottom: 5px;
	text-transform: uppercase;
	color: #ffffff;
	padding-top: 1px;
	height: 25px;
	font-variant: small-caps;
	text-align: left;
	font-family:Arial, Helvetica, sans-serif;
}

TD.NoticiaImagen
{
	width:170px;
	height: 130px;
	text-align: left;
}

IMG.NoticiaImagen
{
	max-width:140px;
	max-height:120px;
	width: expression(this.width > 140 ? 140: true);
	height: expression(this.height > 120 ? 120: true);
	border:solid 1px #808285;
	padding:5px;
	margin:10px;
}

TD.NoticiaDescripcion
{
	vertical-align: top;
	padding-top:20px;
	padding-left:5px;
	padding-right:5px;
	margin-bottom:10px;
	text-align: left;
}

