/***** Enlaces *****/

#listado_enlaces
{
	position: relative;
	top: -15px;
	padding: 0px 0px 50px 10px;
	float: left;
}

#listado_enlaces .enlace
{
	float: left;
	width: 550px;
	/width: 540px;
	/min-height: 88px;
	height: 88px;
	margin: 5px 0px 0px 0px;

	background-image: url(../imagenes/enlaces/fondo_imagen_enlace.gif);
	background-repeat: no-repeat;
	background-position: left top;

}

#listado_enlaces .enlace .imagen_enlace
{
	position: relative;
	float: left;

	margin: 15px 5px 0px 5px;
	/margin-left: 2px;
	float: left;
	width: 95px;
	height: 58px;
}

#listado_enlaces .enlace i
{
	font-family: Verdana;
	font-size: 9px;
	color: #999;
	font-style: normal;
}

#listado_enlaces .enlace p
{
	width: 415px;
	/width: 416px;
	height: 51px;

	display: block;
	position: relative;
	float: left;

	margin: 11px 0px 5px 0px;
	padding: 5px 10px 10px 10px;

	font-family: Verdana;
	font-size: 11px;
	color: #164456;
	background-color: #b9dae7;

	text-align: justify;
	line-height: 14px;
}

#listado_enlaces .enlace a
{
	font-family: Verdana;
	font-size: 10px;
	color: #c98027;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
}

#listado_enlaces .enlace a:hover
{
	text-decoration: underline;
}

#listado_enlaces p.informacion
{
	margin-top: 30px;
	color: #164456;
	font-family: Verdana;
	font-size: 11px;
}
