#Listado {
     margin:10px 0 0;
}

/* responsivo */
@media only screen and (max-width: 800px) {
	
	/* Force table to not be like tables anymore */
	#Listado table, 
	#Listado thead, 
	#Listado tbody, 
	#Listado th, 
	#Listado td, 
	#Listado tr { 
		display: block; 
	}
 
	/* Hide table headers (but not display: none;, for accessibility) */
	#Listado thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
 
	#Listado tr { border-bottom: 1px solid #ffdd00; }
 
	#Listado td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding-left: 20%; 
		white-space: normal;
		text-align:left;
	}
 
	#Listado td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 2px;
		left: 6px;
		width: 18%; 
		padding-right: 10px; 
		white-space: nowrap;
		text-align:left;
		font-weight: bold;
	}
 
	/*
	Label the data
	*/
	#Listado td:before { content: attr(data-title); }
}
/* Fin responsivo */
#Listado table { 
    border:1px solid #ffdd00; 
    border-collapse:collapse; 
    empty-cells: show; 
    width: 100%;
}
#Listado thead tr th {
    background-color: #EC7803; 
    color:#ffffff; 
    text-align:left; 
    padding:0 5px 0 2px;
    }
.tabla-pijama tbody tr:nth-child(2n+1) td, .tabla-pijama tbody tr:nth-child(2n+1) th {
    background-color: #f2f2f2;
}
.tabla-pijama tbody tr td {
    border-top: 1px solid #FFDD00;
}

#Paginador table {
    border: 1px solid #FFDD00;
    border-collapse: collapse;
    empty-cells: show;
    table-layout: auto;
    width: 100%;
}
#Paginador td {
    font-size: 11px;
    padding:3px 0;
}


#FichaLibro { font-size:12px; width: 100%; border: 1px solid #acacac; line-height: 12px;}
.Titulo { background-color:#ec7803; color: #ffffff; font-size: 20px; line-height:24px; text-align: center; margin-bottom:10px;}
.Titulo2 {color: #EC7803; font-size: 14px; line-height: 18px; font-weight: bold;}
.Titulo2 { display: none;}
.Cartel { float: left; margin: 3px 10px 30px 5px; }

.addthis_toolbox{ margin-top:20px;}
.Informe { border: 1px dotted #acacac; margin-left:10px; padding: 5px; width: 95%;}
.negrita { font-weight: bold;}
.DatosLibro {
    font-size: 14px;
    line-height: 18px;
    margin: 24px 0;
}
.Etiqueta {color: #EC7803; font-weight: bold; }

/* Buscador libros recomendados */
.Etiq { width:75px; margin-right:10px;}
#dnn_ctr1153_SearchSmall_25 { width: 300px !important;}/*titulo*/
#dnn_ctr1153_SearchSmall_26 { width: 300px !important;}/*titulo original*/
#dnn_ctr1153_SearchSmall_31 { width:40px !important;}/*aņo*/
#dnn_ctr1153_SearchSmall_30 { width: 200px !important;}
#dnn_ctr1153_SearchSmall_29 { width: 200px !important;}
#dnn_ctr1153_SearchSmall_28 { width: 200px !important;}