#listado_contenidos
{
	font-family: Verdana;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: normal;
	
	margin: 0px 0px 0px 40px;
	padding:0px;
	float: left;
	min-height: 100px;
	height: auto;
	background-image: url(../../imagenes/contenidos/fd_sup.gif);
	background-position: left top;
	background-repeat: no-repeat;
}

#listado_contenidos ul
{
	float:left;
	clear:both;
	margin: 0px;
	padding: 7px 0px 7px 0px;
	width: 505px;
	list-style-type: none;
	background-image: url(../../imagenes/contenidos/fd_inf.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
}

#listado_contenidos ul li
{
	float:left;
	clear:both;
	margin: 0px;
	padding: 10px 0px 0px 40px;
	width: 463px;
	height:26px;
	list-style-type: none;
	border-left:1px solid #b2b6bb;
	border-right:1px solid #b2b6bb;
	background-color:#888888;
	background-image: url(../../imagenes/contenidos/fd_item.gif);
	background-position: 8px top;
	background-repeat: no-repeat;
}

#listado_contenidos ul li a
{
	float:left;
	
	font-family: Verdana;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
	
}

#listado_contenidos ul li a:hover
{
	text-decoration: none;
	color: #ffd44d;
}

#listado_contenidos p.informacion
{
	color: #868686;
	font-family: Verdana;
	font-size: 11px;
}

/***** Descargas asociadas a los contenidos *****/
#listado_descargas_asociadas
{
	float:left;
	width:342px;
	margin:0px 0px 0px 10px;
	padding:0px;
	border-bottom:1px solid #3b3d40;
}

#listado_descargas_asociadas ul
{
	float:left;
	width:342px;
	margin:0px;
	padding:0px;
	list-style-type: none;
}

#listado_descargas_asociadas ul li
{
	float:left;
	width:342px;
	height:32px;
	margin:0px;
	padding:0px 0px 0px 0px;
	
	border-top:1px solid #3b3d40;
	border-left:1px solid #3b3d40;
	border-right:1px solid #3b3d40;
}

#listado_descargas_asociadas ul li a
{
	float:left;
	width:312px;
	height:21px;
	margin:0px;
	padding:11px 0px 0px 30px;
	color: #d0d0d0;
	text-decoration: none;
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	background-image: url(../../imagenes/contenidos/fd_descargas.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}

#listado_descargas_asociadas ul li a:hover
{
	background-image: url(../../imagenes/contenidos/fd_descargas_hover.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	color: #3e2f01;
}





