/***** Enlaces *****/

#listado_enlaces
{
	float: left;
	
	width:570px;
	
	margin:0px;
	padding: 0px 0px 0px 0px;
	
}

#listado_enlaces .enlace
{
	float: left;
	width:550px;
	
	margin: 0px 0px 0px 0px;
	padding:5px 0px 5px 20px;
	
	border-bottom:1px solid #c3c3c3;
	background-image: url(../../imagenes/enlaces/bullet.gif);
	background-position: 5px 8px;
	background-repeat: no-repeat;
}

#listado_enlaces .enlace img
{
	margin: 0px 0px 0px 0px;
	float: right;
}

#listado_enlaces .enlace p
{
	margin: 0px 0px 0px 0px;
	font-family: Verdana;
	font-size: 10px;
	color: #001F88;
}
#listado_enlaces .enlace p span
{
	font-weight:bold;

}
#listado_enlaces .enlace p a
{
	font-family: Verdana;
	font-size: 10px;
	color: #67A2EB;
	
	font-weight: bold;
	text-decoration: none;
}

#listado_enlaces .enlace p a:hover
{
	text-decoration: underline;
}

#listado_enlaces p.informacion
{
	color: #868686;
	font-family: Verdana;
	font-size: 11px;
}
