/***** Descargas *****/
#listado_descargas
{
	float: left;
	min-height:100px;
	height:auto;
	margin-left:15px;
	/margin:0px;
	
}
#descarga_aux
{
	float:left;
	
	width:420px;
	height:70px;
}
#listado_descargas .descarga
{
	border:1px solid #848484;
	width: 470px;
	min-height: 70px;
	height: 70px;
	/height: 70px;
	padding: 0px;
	margin: 5px 0px 0px 3px;
	float: left;
}

#listado_descargas .descarga hr
{
	display: none;
}

#listado_descargas .descarga p
{
	margin: 4px 0px 0px 5px;
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #707070;
	float: left;
}

#listado_descargas .descarga h3
{
	margin: 5px 0px 0px 5px;
	float:left;
	width:410px;
}

#listado_descargas .descarga h3 a
{
	margin:0px;
	padding:0px;
	
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #4E4D4D;
	float: left;
	text-decoration:none;

}
#listado_descargas .descarga span
{
	color: #648000;
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	margin-right:7px;
	float:right;
}

#listado_descargas .descarga img
{
	border: 1px solid #868686;
	float: left;
	margin: 7px 3px 3px 5px;
}

#listado_descargas p.informacion
{
	color: #868686;
	font-family: Verdana;
	font-size: 11px;
}
