#listado_contenidos
{
	font-family: Verdana;
	font-size: 10px;
	color: #000;
	font-weight: normal;
	text-align: justify;
	line-height: 1.8em;
	margin: 0px 0px 0px 5px;
	float: left;
	min-height: 100px;
	height: auto;
}

#listado_contenidos ul
{
	margin: 10px 5px 0px 25px;
	padding: 0px;
	width: 320px;
	list-style-type: none;
	list-style-image: url(../imagenes/portada/bullet_listados.gif);
}

#listado_contenidos ul li
{
	float:left;
	width:380px;
	list-style-type: none;
	margin-bottom: 3px;
}

#listado_contenidos ul li a
{
	font-family: Verdana;
	font-size: 11px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	padding: 2px 0px 0px 38px;
	display: block;
	width: 449px;
	height: 25px;
	background-image: url(../../imagenes/portada/list-content-item-bg.gif);
	background-repeat: no-repeat;
}

#listado_contenidos ul li a:hover
{
	text-decoration: underline;
}

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

/***** Descargas asociadas a los contenidos *****/
h3#rotulo_descargas_asociadas
{
	color: #fff;
	margin: 0px 0px 0px 0px;
}

#listado_descargas_asociadas
{
	float: left;
	margin-left: 17px;
}

#listado_descargas_asociadas ul
{
	list-style-type: disc;
}

#listado_descargas_asociadas ul li
{
}

#listado_descargas_asociadas ul li a
{
	color: #fff;
	text-decoration: none;
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
}

#listado_descargas_asociadas ul li a:hover
{
	font-family: Verdana;
	font-weight: normal;
	text-decoration: underline;
}





