
#listados_header h1, #listados_header h2{
	margin:0px 0px 30px 0px;
	padding:0px 0px 5px 0px;
}

#listados_header h2{
	border-bottom:1px dotted #990000;
	color:#990000;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:25px;
	font-weight:normal;
	padding-bottom:10px;
	width:605px;
}

.listados_llista_item, .intro {
	width:605px;
	overflow:hidden;
	border-bottom:dotted #999999 1px;
	padding-bottom:20px;
	margin-bottom:30px;
}

.listados_item_info {
	font-size:10px;
	color:#999999;
	line-height:10px;
	display:block;
	clear:left;
}

.libros_lista_item_editorial{
	font-size:10px;
	color:#999999;
}

.listados_item_img {	
	width:100px;
	margin-top:15px;
	background-color:#333333;
	margin-right:15px;
	float:left;
	}

.listados_item_text, .listados_item_text_full, .listados_busqueda_text{
	margin:10px 0px 0px 0px;
	float:right;
}

.listados_item_text {
	width:470px;
}
	
.listados_item_text_full {
	width:100%;
}

.listados_busqueda_text{	
	width:100%;
}

.listados_item_text a, .listados_item_text_full a {
	margin-left:5px;
	color: #990000;
	font-size:0.75em;
	font-weight:bold;
}

.listados_item_text a:hover, .listados_item_text_full a:hover {
	text-decoration:underline;	
}
	
.listados_llista_item h2 { display:inline; float:left; margin-bottom:5px;}
.listados_llista_item h2 a {color:#333333; text-decoration:none;}
.listados_llista_item h2 a:hover	{text-decoration:underline;}

.listados_lista_item_apartado {	float:right; text-align:right;}
.listados_lista_item_apartado a {
	color:#999999;
}
.listados_lista_item_apartado a:hover {
	text-decoration:underline;}
	
.boton_enviar{
	width:605px;
	display:block;
	text-align:right;
	text-decoration:none;
}

.boton_enviar:hover{
	text-decoration:underline;
	cursor:pointer;	
}

#listados_header_busquedas h2 {
	background-color:#E8E8E8;
	border-bottom:1px dotted #990000;
	color:#990000;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:25px;
	font-weight:normal;
	margin-bottom:20px;
	padding-bottom:10px;
	padding-top:10px;
	padding-left:10px;
	width:595px;
	}

.listados_llista_item ul {
	list-style-type:disc;
	list-style:inside;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	margin-top:20px;
	}
	
.listados_llista_item ul li {
	/*list-style-image:url(../images/path_flecha_full.jpg);*/
	list-style: none;
	background-image: url(../images/path_flecha_full.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;
	padding-left: 30px;
	*padding-left: 15px;
	margin-bottom:10px;
	}
	
.listados_llista_item ul li a{
	color:#333333;
	text-decoration:none;
	/*_padding-left:100px;*/
	}
	
.listados_llista_item ul li a:hover{
	color:#990000;
	text-decoration:underline;
	}
