/***** Descargas *****/
#listado_descargas
{
	float: left;
	width:650px;
}
#listado_descargas div.texto_categorias
{
	font-family: Verdana;
	font-size: 10px;
	color: #000;
	line-height: 14px;
	text-align: justify;
	margin: 20px 0px 0px 0px;
	padding-right:30px;
	width:700px;
}
#listado_descargas div.texto_categorias img
{
	float:right;
	margin-left:20px;
}
#listado_descargas div.texto_categorias a{font-family: Verdana;font-size: 10px;color: #000000;font-weight: bold;text-decoration: none;}
#listado_descargas div.texto_categorias a:hover{text-decoration: underline;color:#A7A7A7;}
#listado_descargas div.texto_categorias ul{margin-bottom:10px;}
#listado_descargas div.texto_categorias ul li{}
#listado_descargas div.texto_categorias ul li a{}
#listado_descargas div.texto_categorias ul li a:hover{text-decoration:underline;}
#listado_descargas div.texto_categorias ul li strong{font-weight:bold;}
#listado_descargas div.texto_categorias span{}
#listado_descargas div.texto_categorias strong{font-weight:bold;}

#listado_descargas ul
{
	float: left;
	margin:30px 0px 20px 10px;
	padding:0px;
	list-style-type:none;
	width:650px;
}
#listado_descargas ul li
{
	float:left;
	clear:both;
	padding-left:30px;
	width:650px;
	border-top:1px solid #000000;
	background-image: url(../../imagenes/contenidos/bullet_lista.gif);
	background-position: 13px 8px;
	background-repeat: no-repeat;
}
#listado_descargas ul li span.titulo
{
	font-family: Verdana;
	font-size: 10px;
	color: #000;
	font-weight:bold;
}
#listado_descargas ul li p
{
	font-family: Verdana;
	font-size: 10px;
	color: #000;
	font-weight:normal;
}

#listado_descargas ul li p.detalles
{
	float:left;
	margin:4px 0px 4px 0px;
	padding:0px;
	font-weight:bold;
	font-style:italic;
}
#listado_descargas ul li p.detalles span
{
	float:left;
	clear:both;
	width:300px;
}
#listado_descargas ul li p.comentario
{
	float:left;
	width:490px;
	margin:0px;
	padding:0px;
}
#listado_descargas ul li p.parrafo_enlace
{
	float:right;
	margin:0px;
	padding:0px;
}
#listado_descargas ul li p.parrafo_enlace a
{
	background-color:#000000;
	font-family: Verdana;
	font-size: 10px;
	color: #ffffff;
	font-weight:bold;
	text-decoration:none;
	padding:3px;
}
#listado_descargas ul li p.parrafo_enlace a:hover
{
	text-decoration:none;
	color:#A7A7A7;
}
