/* LAYOUT --------------------------------------------------------------------- */
#Seleccion
{
	float:left;
	width:150px;
}
#DesPrincipal 
{
	float:left;
	margin-left:25px;
	width:508px;
}
#DesSecundario{
	float:right;
	width:174px;
}
/* DESCARGAS -----------------------------------------*/
#Descargas{}
#Descargas ul{
	color:#5e563b;
	font-size:0.8em;
	overflow:hidden;
	_overflow:none;
	
	margin-top:5px;
}
#Descargas ul li{
	background-color:#000;
	border:1px solid #342c15;
	display:inline;
	float:left;
	width:485px;
	margin:0px 0px 5px 5px;
	padding:5px;
}
#Descargas ul li div.descarga span.imagenDescarga{
	float:left;
	padding-bottom:5px;	
}
#Descargas ul li div.descarga h2{
	color:#fc6;
	display:block;
	float:left;
	font-size:1.2em;
	padding:0px 0px 0px 10px;
	width:350px;
}
#Descargas ul li div.descarga span.veces{
	float:left;
	padding:10px 0px 0px 10px;
}
#Descargas ul li div.descarga span.ver a{
	color:#5e563b;
	background-image:url(../../images/icons/ver.gif);
	background-repeat:no-repeat;
	background-position:left top;
	float:right;
	height:20px;
	margin-top:10px;
	text-indent:25px;
	padding-top:2px;
}
#Descargas ul li div.descarga span.ver a:hover{
	color:#91896e;
}
/* DESCARGAS -----------------------------------------*/
#MasVotadas h1{
	padding-left:15px;
}
#MasVotadas ul{
	color:#5e563b;
	font-size:0.8em;
	overflow:hidden;
	_overflow:none;
	margin-top:5px;
}
#MasVotadas ul li{
	background-color:#000;
	border:1px solid #342c15;
	display:inline;
	float:left;
	width:150px;
	margin:0px 0px 5px 5px;
	padding:5px;
}
#MasVotadas ul li div.descarga img{
	padding-left:25px;	
	padding-bottom:5px;
}
#MasVotadas ul li div.descarga span.posicion{
	color:#fc0;
	float:left;
	font-size:1.4em;
}
#MasVotadas ul li div.descarga span.veces{
	float:left;
	padding:11px 0px 0px 2px;
	width:110px;
	text-align:center;
}
#MasVotadas ul li div.descarga span.ver a{
	background-image:url(../../images/icons/ver.gif);
	background-repeat:no-repeat;
	background-position:left top;
	color:#5e563b;
	float:right;
	height:18px;
	padding:2px 12px 0px 0px;
	margin-top:10px;
	text-indent:-9999px;
	width:21px;
}