﻿div.item
{
	background:url(../IMG/RepetidorItem.gif) repeat-x top left;
	width:689px;
	height:97px;
	border:1px solid #ffd4d4;
	padding:0px;
	margin-bottom:10px;
	position:relative;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
}
	div.item div.imagen
	{
		margin:5px
	}
		div.item div.imagen img
		{
			border:1px solid #ff0001;
		}
	
	div.item div.titulo
	{
		position:absolute;
		left:129px;
		top:29px;
		width:552px;
		height:40px;
		color:#535353;
	}
		div.item div.titulo a
		{
			color:#535353;
			text-decoration:none;
		}
	
	div.item div.iconoNews
	{
		position:absolute;
		left:636px;
		top:6px;
		width:45px;
		height:16px;
		background:url(../IMG/iconoNews.gif) no-repeat top left;
	}
	
	div.item div.fecha
	{
		position:absolute;
		left:129px;
		top:5px;
		color:#000;
	}
