#libro {
	float: left;
	width: 230px;
	border: 0px dashed #ccc;
	height: 380px;
	text-align: center;
}

#detalle_autores {
	float: left;
	width: 485px;
	border: 0px dashed #ccc;
	text-align: justify;
	padding-left: 5px;
	padding-right: 5px;
}

#detalle {
	float: left;
	width: 485px;
	border: 0px dashed #ccc;
	text-align: justify;
	padding-left: 5px;
	padding-right: 5px;
}

#detalle h2 {
	font-size: 10pt;
	margin-top: 10px;
	margin-bottom: 10px;
}

.rojo {
	color: #c6010d;
}

.giallo {
	color: #eda500;
}

#detalle p {
	color: #000;
	font-size: 9pt;
	margin-top: 10px;
	margin-bottom: 3px;
}

#detalle ul {
	color: #504e53;
	font-size: 9pt;
	margin-top: 10px;
	margin-bottom: 3px;
}

#detalle ul li {
	margin-top: 2px;
	margin-bottom: 2px;
	list-style-type: none;
	font-weight:bold;
}

.portada {
	margin-top: 25px;
}

.corchete {
	margin-top: 10px;
	margin-bottom: 10px;
}

.pleca {
	border: 1px solid #736A68;
	width: 600px;
	margin-left: auto;
	margin-right: auto;
}

.autor {
	margin-left: 50px;
}