body {
  font-family: Verdana;
}

img {
  border: 0;
}

.fr {
  float: right;
}
.fl {
  float: left;
}
.clear {
  clear: both;
}

.tit_novedades {
  width: 100%;
  background-color: #dde2db;
  padding: 2px;
  margin-bottom: 3px;
}
	.tit_novedades h3 {
		margin: 0;
		padding: 1px;
		font-size: 12px;
		text-align: center;
	}
#listado_novedades {
	border-left: 2px dotted #000;
	overflow: hidden;
	width: 100%;
}
	.libro_novedad {
		float: left;
		width: 48%;
		.width: 50%;
		padding: 5px 0px 5px 13px;
		border-right: 2px dotted #000;
		border-bottom: 1px solid #dde2db;
	}
	.foto_libro {
		float: left;
		width: 44%;
	}
	.foto_libro img {
		width: 140px;
		height: 220px;
	}
	.datos_libro {
		float: left;
		height: 200px;
		width: 52%;
		text-align: right;
	}
	.titulo_libro {
		padding: 5px 0px 5px 0px;
	}
	.compra_libro {
		vertical-align: bottom;
		text-align: right;
		padding: 0px 10px;
	}
  