/***** Enlaces *****/

#listado_enlaces
{
	padding: 0px;
	margin:0px 0px 0px 20px;
	/margin:0px 0px 0px 5px;
	float: left;
	width:410px;
}

#listado_enlaces .enlace
{
	float: left;
	width: 400px;
	min-height:50px;
	height:auto;
	/min-height:50px;
	/height:auto;
	margin: 0px 0px 5px 0px;
	border:1px solid #848484;
}

#listado_enlaces .enlace img
{
	margin: 0px 5px 0px 10px;
	/margin: 0px 5px 0px 10px;
	float: right;
}

#listado_enlaces .enlace i
{
	font-family: Verdana;
	font-size: 9px;
	color: #999;
	font-style: normal;
}

#listado_enlaces .enlace p
{
	margin: 10px 0px 5px 15px;
	/margin: 5px 0px 5px 5px;
	font-family: Verdana;
	font-size: 11px;
	color: #000;
	float:left;
	width:380px;
	/min-height:55px;
	/height:55px;
	
	
}
#listado_enlaces .enlace p a
{
	font-family: Verdana;
	font-size: 11px;
	color: #A4A4A4;
	font-weight: bold;
	text-decoration: none;
	margin:0px 0px 5px 0px;
	float:left;
	display:block;
	position:absolute;
	width:300px;

}
p:last-letter
{
	background-color:red;

}
#listado_enlaces p.informacion
{
	font-family: Verdana;
	font-size: 11px;
	color: #707070;
	font-weight: bold;
	text-decoration: none;
	margin:30px 0px 0px 20px;

}


