/*
 *  Estilo para las Tablas autordenadas
 */
 
.tablesorter {
	width: 100%;
	background-color: #fff;
	margin: 10px 0 15px;
	text-align: left;
	border-spacing: 0;
	border: #cdcdcd 1px solid;
	border-width: 1px 0 0 1px;
}

.tablesorter th,
.tablesorter td {
	border: #cdcdcd 1px solid;
	border-width: 0 1px 1px 0;
}

/* header */
.tablesorter th,
.tablesorter thead td {
	font: bold 11px/16px Arial, Sans-serif;
	color: white;
	background: #1a1a1a;
	border-collapse: collapse;
	text-shadow: 0 1px 0 rgba(128, 128, 128, 0.7);
	-webkit-box-shadow: inset 0 1px 0 #222;
	-moz-box-shadow: inset 0 1px 0 #222;
	box-shadow: inset 0 1px 0 #222;
	padding: 4px;
	word-wrap: break-word;
}

.tablesorter tbody td,
.tablesorter tfoot th,
.tablesorter tfoot td {
	padding: 4px;
	vertical-align: top;
}

.tablesorter .tablesorter-header-inner,
.tablesorter .tablesorter-header-inner {
	position: relative;
}

.tablesorter .header,
.tablesorter .tablesorter-header {
	cursor: pointer;
}

.tablesorter .header i,
.tablesorter .tablesorter-header i {
	width: 18px;
	height: 10px;
	position: absolute;
	right: 2px;
	top: 50%;
	margin-top: -10px;
	margin-right: -8px;
	/* white (unsorted) double arrow */
	background-image: url(data:image/gif;base64,R0lGODlhFQAJAIAAAP///////yH5BAEAAAEALAAAAAAVAAkAAAIXjI+AywnaYnhUMoqt3gZXPmVg94yJVQAAOw==);
	background-repeat: no-repeat;
	background-position: center right;
	padding: 4px;
	white-space: normal;
}
.tablesorter th.headerSortUp,
.tablesorter th.tablesorter-headerSortUp,
.tablesorter th.headerSortDown,
.tablesorter th.tablesorter-headerSortDown,
.tablesorter th.tablesorter-headerAsc,
.tablesorter th.tablesorter-headerDesc{
	color: white;
	background: #1a1a1a !important;
}
.tablesorter .headerSortUp i,
.tablesorter .tablesorter-headerSortUp i,
.tablesorter .tablesorter-headerAsc i {
	/* white asc arrow */
	background-image: url(data:image/gif;base64,R0lGODlhFQAEAIAAAP///////yH5BAEAAAEALAAAAAAVAAQAAAINjI8Bya2wnINUMopZAQA7);
}
.tablesorter .headerSortDown i,
.tablesorter .tablesorter-headerSortDown i,
.tablesorter .tablesorter-headerDesc i {
	/* white desc arrow */
	background-image: url(data:image/gif;base64,R0lGODlhFQAEAIAAAP///////yH5BAEAAAEALAAAAAAVAAQAAAINjB+gC+jP2ptn0WskLQA7);
}
.tablesorter thead .sorter-false {
	cursor: default;
}
.tablesorter thead .sorter-false i {
	background-image: none;
	padding: 4px;
}

.tablesorter .valoracion{
	float:right;
	font-size:80%;
}

/* tfoot */
.tablesorter tbody td,
.tablesorter tfoot th,
.tablesorter tfoot td {
	padding: 4px;
	vertical-align: top;
}
.tablesorter tfoot th,
.tablesorter tfoot td {
	padding: 8px;
}

/* tbody */
.tablesorter td {
	color: black;
	background-color: white;
	padding: 4px;
	vertical-align: top;
}

/* hovered row colors
 you'll need to add additional lines for
 rows with more than 2 child rows
 */
.tablesorter tbody > tr:hover > td,
.tablesorter tbody > tr:hover + tr.tablesorter-childRow > td,
.tablesorter tbody > tr:hover + tr.tablesorter-childRow + tr.tablesorter-childRow > td,
.tablesorter tbody > tr.even:hover > td,
.tablesorter tbody > tr.even:hover + tr.tablesorter-childRow > td,
.tablesorter tbody > tr.even:hover + tr.tablesorter-childRow + tr.tablesorter-childRow > td {
	background: #fbec88;
}
.tablesorter tbody > tr.odd:hover > td,
.tablesorter tbody > tr.odd:hover + tr.tablesorter-childRow > td,
.tablesorter tbody > tr.odd:hover + tr.tablesorter-childRow + tr.tablesorter-childRow > td {
	background: #fbec88;
}

/* table processing indicator */
.tablesorter .tablesorter-processing {
	background-position: center center !important;
	background-repeat: no-repeat !important;
	background-image: url('data:image/gif;base64,R0lGODlhFAAUAKEAAO7u7lpaWgAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQBCgACACwAAAAAFAAUAAACQZRvoIDtu1wLQUAlqKTVxqwhXIiBnDg6Y4eyx4lKW5XK7wrLeK3vbq8J2W4T4e1nMhpWrZCTt3xKZ8kgsggdJmUFACH5BAEKAAIALAcAAAALAAcAAAIUVB6ii7jajgCAuUmtovxtXnmdUAAAIfkEAQoAAgAsDQACAAcACwAAAhRUIpmHy/3gUVQAQO9NetuugCFWAAAh+QQBCgACACwNAAcABwALAAACE5QVcZjKbVo6ck2AF95m5/6BSwEAIfkEAQoAAgAsBwANAAsABwAAAhOUH3kr6QaAcSrGWe1VQl+mMUIBACH5BAEKAAIALAIADQALAAcAAAIUlICmh7ncTAgqijkruDiv7n2YUAAAIfkEAQoAAgAsAAAHAAcACwAAAhQUIGmHyedehIoqFXLKfPOAaZdWAAAh+QQFCgACACwAAAIABwALAAACFJQFcJiXb15zLYRl7cla8OtlGGgUADs=') !important;
}

/* Zebra Widget - row alternating colors */
.tablesorter tbody tr.odd > td {
	background-color: white;
}
.tablesorter tbody tr.even > td {
	background-color: #cccccc;
}

/* Column Widget - column sort colors */
.tablesorter td.primary,
.tablesorter tr.odd td.primary {
	background-color: #e6e6e6;
}
.tablesorter tr.even td.primary {
	background-color: #999999;
}
.tablesorter td.secondary,
.tablesorter tr.odd td.secondary {
	background-color: #d6e0f5;
}
.tablesorter tr.even td.secondary {
	background-color: #c2d1f0;
}
.tablesorter td.tertiary,
.tablesorter tr.odd td.tertiary {
	background-color: #ebf0fa;
}
.tablesorter tr.even td.tertiary {
	background-color: #d6e0f5;
}

/* caption */
caption {
	background: white;
}

/* filter widget */
.tablesorter .tablesorter-filter-row td {
	background: #eeeeee;
	line-height: normal;
	text-align: center; /* center the input */
	-webkit-transition: line-height 0.1s ease;
	-moz-transition: line-height 0.1s ease;
	-o-transition: line-height 0.1s ease;
	transition: line-height 0.1s ease;
}
/* optional disabled input styling */
.tablesorter .tablesorter-filter-row .disabled {
	opacity: 0.5;
	filter: alpha(opacity=50);
	cursor: not-allowed;
}
/* hidden filter row */
.tablesorter .tablesorter-filter-row.hideme td {
	/*** *********************************************** ***/
	/*** change this padding to modify the thickness     ***/
	/*** of the closed filter row (height = padding x 2) ***/
	padding: 2px;
	/*** *********************************************** ***/
	margin: 0;
	line-height: 0;
	cursor: pointer;
}
.tablesorter .tablesorter-filter-row.hideme * {
	height: 1px;
	min-height: 0;
	border: 0;
	padding: 0;
	margin: 0;
	/* don't use visibility: hidden because it disables tabbing */
	opacity: 0;
	filter: alpha(opacity=0);
}
/* filters */
.tablesorter .tablesorter-filter {
	width: 98%;
	height: auto;
	margin: 0;
	padding: 4px;
	background-color: white;
	border: 1px solid #bbbbbb;
	color: #333333;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: height 0.1s ease;
	-moz-transition: height 0.1s ease;
	-o-transition: height 0.1s ease;
	transition: height 0.1s ease;
}
/* rows hidden by filtering (needed for child rows) */
.tablesorter .filtered {
	display: none;
}

/* ajax error row */
.tablesorter .tablesorter-errorRow td {
	text-align: center;
	cursor: pointer;
	background-color: #ffaeb9;
}
