/* ..................................banners.......................................... */
table.tablesorter {
	width: 100%;
	text-align: left;
	z-index: 1000;
	border: 1px solid rgba(204,204,204,0.5);
	float: left;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	font-size:16px;
	background-color: rgba(204,204,204,1);
	padding: 10px 20px;
	color: rgba(51,51,51,1);
	text-align: center;
	border: 1px solid rgba(204,204,204,0.5);
}
table.tablesorter thead tr{width: 100%;}
table.tablesorter thead tr .header {
	background-image: url(bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.tablesorter tbody td {
	font-size:14px;
	padding: 15px 10px;
	vertical-align: central;
	border: 1px solid rgba(204,204,204,0.5);
	line-height: 20px;
	text-align: center;
}

table.tablesorter tbody td iframe{
	margin: 20px auto; display:table;	
}
	
table.tablesorter tbody td:first-child {
	font-weight: bold;
	font-size: 17px;
	
}
table.tablesorter tbody td img{
	width: auto;
	max-width: 40%;
	margin: 0 auto;
	display: table;
}

table.tablesorter tbody td a{text-decoration: none; color: rgba(51,51,51,1);}
table.tablesorter tbody td a:hover{text-decoration: underline;}

/*Botones de editar y borrar*/
table.tablesorter tbody td.editar, table.tablesorter tbody td.borrar{
	width: 50px;
}

.edit{width: 25px; height: 25px; background: url(../../img/edit.png) center center no-repeat; background-size: 100% 100%;  margin:0 auto; display: table;}
.delete{width: 25px; height: 25px; background: url(../../img/delete.png) center center no-repeat; background-size: 100% 100%; margin:0 auto; display: table;}



table.tablesorter thead tr .headerSortUp {
	background-image: url(asc.gif);
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(desc.gif);
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
	/*background-color: #999;
	color: White;*/
}





