#listado_enlaces
{
	float: right;
	background: url(../../imagenes/enlaces/fd_enlaces.jpg) top right no-repeat;
	width: 574px;
	margin-right: 1px;
	min-height: 159px;
	padding-bottom: 25px;
}


	#enlaces ul
	{
		margin: 0px 0 25px -40px;
		padding: 0 0 25px 0px;
		float: left;

		list-style-type: none;
		list-style-image: none;

	}

		#enlaces ul li
		{
			border: 1px solid #c6cc19;
			background-color: #fff;
			width: 540px;
			margin-top: 1px;
			float: left;
			padding: 1px 1px 1px 30px;
			background: url(../../imagenes/enlaces/bl_enlaces.gif) left 5px no-repeat;
		}

		#enlaces ul li .imagen_enlace
		{
			float: right;
		}


		#enlaces ul li a.titulo:link, #enlaces ul li a.titulo:visited, #enlaces ul li a.titulo:hover, #enlaces ul li a.titulo:active
		{
			text-decoration: none;
			font: bold 10px Verdana, Arial, Sans-serif;
			color: #1c4b57;
		}

			#enlaces ul li a.titulo span.puntos
			{
				color: #c6cc19;
			}

			#enlaces ul li a.titulo span.subtitulo
			{
				font-weight: normal;
			}

			#enlaces ul li .url_enlace
			{
				margin: -2px 0px 0px 0px;
			}

				#enlaces ul li .url_enlace a:link, #enlaces ul li .url_enlace a:visited, #enlaces ul li .url_enlace a:active
				{
					text-decoration: none;
					font: normal 10px Verdana, Arial, Sans-serif;
					color: #c6cc19;
				}
			
				#enlaces ul li .url_enlace a:hover
				{
					text-decoration: underline;
				}

		#enlaces ul li .imagen_enlace
		{
			background: url(../../imagenes/enlaces/sombra_enlace.gif) center left no-repeat;
			padding-left: 10px;
		}
