﻿
#divDescargas
{
	/*clear: both;
	position: relative;
	top: -25px;
	left: 820px;*/
	float: right;
	margin-right: 10px;
	margin-top: -20px;
}

#divDescargas a span
{
	color: #FFFFFF;
}

#divListadoDescargas
{
	width: 300px;
	overflow: auto;
	position: absolute;
	/*top: 30px;
	left: 385px;*/
	border: solid 1px #FFFFFF;
	background-color: #FFFFFF;
	z-index: 2000;
	text-align: center;
	float: right;
}

#divListadoDescargas table.ListadoArchivos
{
	margin: 10px;
}

#divListadoDescargas table.ListadoArchivos tr td
{
	text-align: left;
	padding: 2px;
}