#listado_contenidos
{
}

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

#listado_contenidos ul li
{
}

#listado_contenidos ul li a
{
	font: normal bold 10px Verdana, Arial;
	color: #fadf2a;
	text-decoration: none;
	text-transform: uppercase;
	background-color: #3436ad;
	display: block;
	border: 1px solid #00014c;
	padding: 11px 0px 11px 13px;
	margin-bottom: 1px;
}
#listado_contenidos ul li a:hover
{
	text-decoration: none;
}
#listado_contenidos ul li a span {
	background-image: url(../../imagenes/portada/bullet-contenidos.gif);
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 26px;
}
#listado_contenidos p.informacion
{
	color: #868686;
	font-family: Verdana;
	font-size: 11px;
}

/***** Descargas asociadas a los contenidos *****/
h2#rotulo_descargas_asociadas
{
	margin: 0px 0px 1px 0px !important;
	background-image: url(../../imagenes/portada/rotulo-descargas.gif);
	background-repeat: no-repeat;
	width: 344px;
	height: 21px;
	border: 1px solid #928ffe;
}
h2#rotulo_descargas_asociadas span {
	display: none;
}

#listado_descargas_asociadas
{
	float: left;
	background-color: #2d2aac;
	width: 346px;
	padding: 2px;
	margin: 0px 0px 0px 31px;
}

#listado_descargas_asociadas ul
{
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 12px 0px 0px 16px;
	border: 1px solid #f4e61d;
}

#listado_descargas_asociadas ul li
{
	color: #05501E;
	margin-bottom: 12px;
}

#listado_descargas_asociadas ul li a
{
	font: normal bold 10px Verdana, Arial;
	color: #f4e61d;
	text-decoration: none;
	background-image: url(../../imagenes/portada/bullet-listado-descargas.gif);
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 22px;
}

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





