#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: 30%; 
		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: 26%; 
		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;
    }

#Listado .TodoJunto { white-space: nowrap; }
#Listado .TodoJunto img { margin: 0 1px; }

.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;
}

.isbn{ width:80px; white-space:nowrap;}
#FichaLibro { font-size:14px; width: 100%; border: 1px solid #acacac; line-height: 18px;}
.Titulo { background-color:#ec7803; line-height:24px; text-align: center; margin-bottom:10px;}
.Titulo h1 { color: #ffffff; font-size: 20px; }
.DatosLibro {margin-left:10px; padding: 5px; width: 95%;}
.addthis_toolbox{ margin-top:20px;}
.Informe { border: 1px dotted #acacac; margin-left:10px; padding: 5px; width: 95%;}
.negrita { font-weight: bold;}
.Etiqueta {color: #EC7803; font-weight: bold; }

#LibrosRomaBuscar { width: 100%;}
#LibrosRomaBuscar .CampoTexto { float: left; width: 49%; margin-top: 10px;}
#LibrosRomaBuscar .CampoTexto .Etiq { font-weight: bold; }
#LibrosRomaBuscar .CampoTexto label { font-size: 10px; font-weight: normal; }
#dnn_ctr1185_SearchSmall_40, #dnn_ctr1185_SearchSmall_42, #dnn_ctr1185_SearchSmall_47, #dnn_ctr1185_SearchSmall_49 { float: right; margin-right: 60px;}
#LibrosRomaBuscar .clear { clear:both;}
li.ui-menu-item {font-family: Arial, Helvetica, sans-serif; font-size: 12px; list-style-type: none;}
