/***** Descargas *****/
#listado_descargas
{
	float: left;
	width:784px;
}
#listado_descargas #img_descargas
{
	
	margin: 0px 0px 0px 40px;
	float: right;
	min-height: 416px;
	width: 294px;
	
}

#listado_descargas ul
{
	background-image: url(../../imagenes/general/li_enlaces.gif);
	background-position: left top;
	background-repeat: repeat-y;
	width: 467px;

	margin: 5px 0px 2px 10px;
	padding: 0px 0px 3px 0px;
	list-style-type: none;
	border:1px solid #d3d3d3;
}
#listado_descargas ul li
{
	font: normal 10px Verdana;
	color: #00003C;
	width: 457px;
	min-height: 50px;
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 0px 0px;

}

#listado_descargas ul li #vineta_descarga
{
	float: left;

	width: 33px;
	min-height: 50px;
	margin: 0px 5px 0px 5px;
}
#listado_descargas ul li .nombre_descarga 
{
	color: #00003C;
	font-weight: bold;

}
#listado_descargas ul li .peso 
{

	font-size: 9px;
}
#listado_descargas ul li .separacion

{

	color: #f70000;
	font-weight: bold;
}
#listado_descargas ul li a
{
	float: right;
	color: #000094;
	font-size: 9px;
	font-weight: bold;
	text-decoration: none;

}
#listado_descargas ul li a:hover
{
	color: #f70000;
	text-decoration: none;
}


#listado_descargas p.informacion
{
	color: #868686;
	font-family: Verdana;
	font-size: 11px;
}
