/* CSS Document */

.enlaces-imagen {
	float: right;
	border: 1px solid #E6E6E6;
	margin-left: 10px;
	width: 145px;
	height: 110px;
}
.enlaces-titulo {
	color: #000000;
	display: block;
	font-family: Georgia, "Book Antiqua", Times;
	font-weight: bold;
	margin-bottom: 10px;
}
.enlaces-resumen {
	font-size: 12px;
	color: #666666;
}
.enlaces-lista {
	margin-left: 15px;
	border-style:None;
	width:680px;
}
.enlaces-lista td {
	border-bottom: 1px dotted #CCCCCC;
	padding-bottom: 10px;
	padding-top: 10px;
}
.enlaces-item {
	display: block;
	float: left;
	width: 515px;
}
.enlaces-link {
	font-size:12px;
}
