/***** Enlaces *****/

#listado_enlaces
{
	float: left;
	width: 553px;
}

#listado_enlaces table
{
	width: 100%;
	/width: 515px;
	margin: 0px;
	padding: 8px 0px 0px 50px;
	/padding: 0px;
	/margin: 8px 0px 0px 25px;
	float: left;
}

#listado_enlaces table td
{
	margin: 0px;
	padding: 0px;
	vertical-align: top;
	text-align: justify;
	font-family: Verdana;
	font-size: 11px;
	color: #83941A;
	font-weight: regular;
}
#listado_enlaces table td.separacion
{
	background-image: url(../../imagenes/varios/fondo_enlaces.gif);
	background-position: left 5px;
	background-repeat: no-repeat;
	padding: 0px 20px 0px 15px;
}
#listado_enlaces table td.imagen
{
	padding: 0px 0px 10px 0px;
}

#listado_enlaces table td span.titulo
{
	color: #4C5708;
}

#listado_enlaces table td a
{
	color: #005224;
	float: left;
	text-decoration: none;
}

#listado_enlaces table td a:hover
{
	color: #696969;
}

#listado_enlaces table tr td img
{
	width: 66px;
}
