@charset "utf-8";
/* CSS Document */

#tabla {
	margin: 20px auto;
	padding: 0;
	width: 592px;
	text-align: center;
	background: #ffffff url(/img/descarga/tabla_medio.png);
}

#tabla .borde {
	width: 100%;
	height: 9px;
	linge-height: 1px;
	font-size: 1px;
}

#tabla #titulos {
	width: 100%;
}
	
#titulos .texto {
	font-size: 16px;
	text-align: center;
	color: #000000;
}

#titulos .directorio {
	float: left;
	width: 400px;
}

#titulo .descargas {
	float: right;
	width: 90px;
}

#titulos .superior {
	background: #ffffff url(/img/descarga/tabla_top.png);
}
	
#tabla #descargas {
	position: relative;
}

#descargas .lista{
	position: relative;
	padding: 10px;
	width: 572px;
	max-height: 700px;
	background: #ffffff url(/img/descarga/tabla_medio.png);
	overflow: auto;
}

#descargas .intermedio {
	background: #ffffff url(/img/descarga/tabla_top_tit.png);
}

#descargas .inferior {
	background: #ffffff url(/img/descarga/tabla_bottom.png);
}

.lista .archivo {
	padding: 10px;
	text-align: left;
	font-size: 14px;
	color: #000000;
	width: 425px;
	min-height: 35px;
	float: left;
	text-align: left;
}
	
.lista .botones {
	padding: 5px;
	height: 45px;
	width: 100px;
	float: left;
	text-align: center;
}
	
.resaltar {
	background: #eeeeee;
}
