#borde_listado_descargas
{
	margin: 0px 0px 20px 20px;
	border: 1px solid #f89847;
	width: 602px;
	float: left;
}

#listado_descargas
{
	background: #e01f28 url(../../imagenes/descargas/fd_listado_descargas.jpg) left top  no-repeat;
	min-height: 370px;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-bottom: 1px;
	width: 602px;
	float: left;

}

	#listado_descargas ul
	{
		list-style-image: none;
		list-style-type: none;
		margin: 0;
		padding: 0 0 0 40px;
	}
	
		#listado_descargas ul li.descarga
		{
			background: transparent url(../../imagenes/descargas/fd_descargas.gif) left top  repeat-y;	
			width: 530px;
			min-height: 50px;
			float: left;
			margin: 0px 0px 10px 0px;
			padding: 0px;

		}
		#listado_descargas ul li.descarga #top, #listado_descargas ul li.descarga #bottom
		{
		background: url(../../imagenes/descargas/descargas_top.gif) no-repeat left top;
		width: 530px; 
		float: left; 
		
		font-size: 1px;
		height: 5px;
		padding: 0px;
		margin: 0px;
		}
		#listado_descargas ul li.descarga #bottom
		{
		background: url(../../imagenes/descargas/descargas_bottom.gif) no-repeat left top;
		}
		#listado_descargas ul li.descarga img
		{
			margin: 0px;
			padding: 0px;

			}
		#listado_descargas ul li.descarga a.imagen_enlace:link,
		#listado_descargas ul li.descarga a.imagen_enlace:visited,
		#listado_descargas ul li.descarga a.imagen_enlace:hover,
		#listado_descargas ul li.descarga a.imagen_enlace:active
		{	
			border: 1px solid #e01f27;
			width: 62px;
			height: 43px;
			float: left;
			margin: 5px 0px 5px 10px;
			display: block;
		}

		#listado_descargas ul li.descarga  .info_enlace
		{
			margin: 0px 10px 0px 10px;
			padding: 3px 0px 0px 0px;
			color: #004bb6;
			font: normal normal 11px Arial, Verdana, Sans-serif;
			float: left;
			width: 430px;
			text-align: justify;
		}

			#listado_descargas ul li.descarga .info_enlace a.titulo_enlace:link, #listado_descargas ul li.descarga .info_enlace a.titulo_enlace:visited,  #listado_descargas ul li.descarga a.info_enlace a.titulo_enlace:active
			{
				color: #e01f27;
				font: normal normal 12px Arial, Verdana, Sans-serif;
				text-decoration: none;
			}

			#listado_descargas ul li.descarga .info_enlace a.titulo_enlace:hover
			{
				text-decoration: underline;
			}

			#listado_descargas ul li.descarga .info_enlace span.adicional
			{
				display: block;
				float: left;
				clear: both;
				text-decoration: none;
				font: normal normal 10px Arial, Verdana, Sans-serif;
				color: #e01f27;
			}

			#listado_descargas ul li.descarga .info_enlace a.vistar_web:link, #listado_descargas ul li.descarga .info_enlace a.vistar_web:visited, #listado_descargas ul li.descarga .info_enlace a.vistar_web:hover, #listado_descargas ul li.descarga .info_enlace a.vistar_web:active
			{
				text-decoration: none;
				color: #F88D3B;
			}

