/***** Enlaces *****/

#listado_enlaces
{
	padding: 0px 0px 35px 0px;
	float: left;
	
	min-height: 200px;
	height: auto;
}

#listado_enlaces .enlace
{
	float: left;
	margin: 5px 0px 5px 15px;
	/margin: 5px 0px 5px 10px;
	padding-left: 5px;
	
	background-image: url(../imagenes/enlaces/bullet_enlaces.png);
	background-repeat: no-repeat;
	background-position: left 10px;
	background-color: transparent;

	border-bottom: 1px dashed #3d5c57;

	width: 475px;

	min-height: 110px;
	/height: 110px;
}

#listado_enlaces .enlace img
{
	margin: 0px 5px 0px 0px;
	float: right;

	border: 1px solid #3d5c57;

	width: 150px;
	height: 100px;

}

#listado_enlaces .enlace i
{
	font-family: Verdana;
	font-size: 9px;
	color: #999;
	font-style: normal;
	border: 1px solid red;
}

#listado_enlaces .enlace p
{
	float: left;
	
	margin: 7px 0px 5px 10px;
	/margin: 7px 0px 5px 5px;

	font-family: Verdana;
	font-size: 11px;
	color: #5a5a5a;
	font-weight: bold;

	width: 300px;
	text-align: justify;

}

#listado_enlaces .enlace p a:link, #listado_enlaces .enlace p a:visited, #listado_enlaces .enlace p a:active
{
	display: block;

	font-family: Verdana;
	font-size: 11px;
	color: #d87300;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;

	width: 300px;
	margin-bottom: 5px;
}

#listado_enlaces .enlace p a:hover
{
	text-decoration: underline;
}

#listado_enlaces p.informacion
{
	color: #d87300;
	font-family: Verdana;
	font-size: 11px;
}
