.divRSS
{
	margin: 5px;
	margin-left: 0px;
}

.tablaRSS
{
	border-collapse: collapse;
	padding: 2px 5px 0px;
}

.cabecera
{
	text-align: left;
	padding: 4px;
	margin: 15px 0px 10px;
	border-top: 1px solid #666600;
	background-color: #DBDFC3;
}

.linkResponsable
{
	background: inherit;
	color: white;
	font-size: 12px;
	text-decoration: none;
}

.fecha
{
	text-align: center;
	vertical-align: top;
	padding: 6px;
	border-bottom: 1px solid #666600;
	font-size: 10px;
}

.titulo
{
	width: 100%;
	padding: 6px 0px 0px;
	line-height: 15px;
	font-size: 12px;
}

.descripcion
{
	width: 100%;
	padding: 3px 0px 6px;
	border-bottom: 1px solid #666600;
	font-size: 11px;
}

.linkAmpliar
{
	text-decoration: none;
	font-size: 11px;
	color: navy;
}

.linkAmpliar:hover
{
	color: #666600;
}

.noInfo
{
	width: 100%;
	border-bottom: 1px solid black;
	padding: 6px 8px;
	text-align: left;
	font-size: 9px;
	font-weight: bold;
}

.noInfo span
{
	padding: 0px 5px;
	margin: 0px 2px 0px 0px;
	border-bottom: 1px solid black;
	color: white;
	background-color: black;
	font-size: 10px;
	font-weight: bold;
}