@charset "utf-8";
/* CSS Document */



.itemLink {
	list-style:none;
	margin-bottom:10px;
	float:none;
	clear:both;
}

.itemLink h2 {
	color:#C8D208;
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:bold;
	margin-bottom:10px;
}

.itemLink li {
	display:block;
	float:left;
}

.itemLink .foto {
	width:200px;
}

.itemLink .descripcion {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#666;
	line-height:1.5em;
	padding-left:15px;
	width:353px;
}

.linkSeparador {
	float:none;
	clear:both;
	height:15px;
	border-bottom:1px dotted #CCC;
	margin-bottom:15px;
}