/***** Descargas *****/
#listado_descargas
{
	float: left;
	width: 553px;
}

#listado_descargas table
{
	width: 100%;
	/width: 515px;
	margin: 0px;
	padding: 8px 0px 0px 50px;
	/padding: 0px;
	/margin: 8px 0px 0px 25px;
	float: left;
}
#listado_descargas table td
{
	margin: 0px;
	padding: 0px;
	vertical-align: top;
	text-align: justify;
	font-family: Verdana;
	font-size: 11px;
	color: #83941A;
	font-weight: regular;
}
#listado_descargas table td.separacion
{
	padding: 0px 20px 0px 15px;
}
#listado_descargas table td.imagen
{
	padding: 0px 0px 10px 0px;
}

#listado_descargas table td span.titulo
{
	color: #4C5708;
}
#listado_descargas table td span.datos
{
	font-size: 9px;
	color: #B1C919;
	font-weight: bold;
	float: left;
}
#listado_descargas table td a
{
	font-size: 9px;
	color: #979797;
	font-weight: bold;
	float: right;
	text-decoration: none;
}

#listado_descargas table td a:hover
{
	color: #696969;
}

#listado_descargas table tr td img
{
	width: 50px;
}
