#listado_contenidos
{
	position: relative;
	float: right;
	top: 10px;
	right: 10px;
	font-family: Verdana;
	font-size: 11px;
	color: #98b1bb;
	width: 552px;

	min-height: 150px;
	/height: 150px;

	padding-bottom: 13px;

	background-image: url(../imagenes/contenidos/pie_contenidos.gif);
	background-repeat:  no-repeat;
	background-position: right bottom;
}


	#listado_contenidos h2
	{
		margin: 0px;

		background-image: url(../imagenes/contenidos/ruta_contenidos.gif);
		background-repeat: no-repeat;
		background-position: right top;

		width: 552px;
		height: 47px;
	}

		#listado_contenidos h2 span
		{
			display: block;
			padding: 5px 0 0 20px;
			/padding-top: 6px;

			text-transform: uppercase;
			font-size: 12px;
			font-family: Verdana, Arial, Sans-serif;
			color: #1c5056;

		}

	#listado_contenidos ul
	{
		width: 510px;
		min-height: 150px;
		/height: 150px;

		background-image: url(../imagenes/contenidos/fondo_contenidos.gif);
		background-repeat: repeat-y;
		background-position: right top;

		list-style-image: none;
		list-style-type: none;

		padding: 20px 20px 20px 22px

	}

		#listado_contenidos ul li
		{
			width: 310px;

			background-image: url(../imagenes/contenidos/bullet_contenidos.gif);
			background-repeat: no-repeat;
			background-position: left 9px;

			padding-left: 20px;

			line-height: 2.5em;
		}

			#listado_contenidos ul li a
			{
				font-family: Verdana;
				font-size: 11px;
				color: #3f6f82;
				text-decoration: none;
			}

			#listado_contenidos ul li a:hover
			{
				text-decoration: none;
				color: #c98027;
			}

/***** Descargas asociadas a los contenidos *****/

#listado_descargas_asociadas
{
	clear: both;
	background-color: #d6e7ed;
	margin: 5px 1px 1px 1px;

	padding: 10px 10px 10px 10px;
}

	#listado_descargas_asociadas h4#rotulo_descargas_asociadas
	{
		color: #1c5056;
		font-size: 10px;
		font-weight: bold;
		font-family: Verdana;
		text-transform: none;

	}

	#listado_descargas_asociadas ul
	{
		margin-top: 5px;
		list-style-type: none;
		list-style-image: none;
	}

		#listado_descargas_asociadas ul li
		{
			color: #05501E;
		}

			#listado_descargas_asociadas ul li a
			{
				color: #c98027;
				text-decoration: none;
				font-family: Verdana;
				font-size: 10px;
				font-weight: normal;
			}

			#listado_descargas_asociadas ul li a:hover
			{
				font-family: Verdana;
				font-size: 10px;
				font-weight: normal;
				text-decoration: underline;
			}
