#libros_header h1 {
	margin:0px 0px 30px 0px;
	padding:0px 0px 5px 0px;
}

#libros_detalle_header h1{
	margin:0px 0px 10px 0px;
	padding:0px 0px 5px 0px;
	line-height:25px;
}

.libros_lista_item{
	width:605px;
	overflow:hidden;
	border-bottom:dotted #E6E6E6 1px;
	padding-bottom:5px;
	margin-bottom:20px;
}

.libros_lista_item_titulo {
	font-size:17px;
	color:#333333;
	background-image:url(../images/book_open.png);
	background-repeat:no-repeat;
	padding-left:25px;
	clear:right;
	display:block;
}

.libros_lista_item_titulo a {color:#333333; text-decoration:none; font-weight:bold;}
.libros_lista_item_titulo a:hover {color:#333333; text-decoration:underline; font-weight:bold;}

.libros_lista_item_autor {
	font-size:13px;
	font-style:italic;
	color:#999999;
	margin-left:24px;
	float:left;
	display:block;
}

.libros_lista_item_editorial {
	font-size:13px;
	font-style:italic;
	color:#999999;
	float:right;
}

#libros_detalle_header{
	border-bottom:dotted #E6E6E6 1px;
	padding:0px 0px 10px 0px;
	width:600px;

}

#libros_detalle_info {
	font-size:12px;
	color:#999999;
	line-height:10px;
	margin-bottom:20px;
}

#libros_detalle_img {
	width:115px;
	/*height:150px;*/
	background-color:#333333;
	float:left;
	margin-right:20px;
	margin-bottom:10px;
	margin-top:5px;
}

#libros_detalle_text {
	width:600px;
	margin:10px 0px 0px 0px;
	float:left;
	overflow:hidden;
	border-bottom:dotted #E6E6E6 1px;
	padding:0px 0px 10px 0px;
}

.toggler {
	background-color:#333333;
	color:#FFFFFF;
	border:none;
	margin-top:15px;
	width:200px;
}
	
.libros_detalle_detalle {
	display:none;
	width:600px;
	border-bottom:dotted #E6E6E6 1px;
	padding:0px 0px 10px 0px;
	overflow:hidden;
}
	
.libros_detalle_detalle h2 {
	font-size:16px;
	margin:10px 0px 10px 0px;
}
	
.libros_detalle_detalle_ficha {
	font-size:12px;
	float:left;
	margin-right:30px;
	font-weight:bold;
	text-align:right;
	width:150px;
}


.libros_detalle_detalle_ficha_info {	
	clear:right;
	float:left;
	font-style:italic;
	color:#999999;
	text-align:left;
}
