#wrapper {
  display: block;
  width: 850px;
  background: #fff;
  margin: 0 auto;
  padding: 10px 17px;
  -webkit-box-shadow: 2px 2px 3px -1px rgba(0,0,0,0.35);
}
#keywords {
  margin: 0 auto;
  font-size: 12px;
  margin-bottom: 15px;
}


#keywords thead {
  cursor: pointer;
  background: #c9dff0;
}
#keywords thead tr th { 
  font-weight: bold;
  padding: 12px 30px;
  padding-left: 42px;
}
#keywords thead tr th span { 
  padding-right: 20px;
  background-repeat: no-repeat;
  background-position: 100% 100%;
}

#keywords thead tr th.headerSortUp, #keywords thead tr th.headerSortDown {
  background: #acc8dd;
}

#keywords thead tr th.headerSortUp span {
  background-image: url('http://i.imgur.com/SP99ZPJ.png');
}
#keywords thead tr th.headerSortDown span {
  background-image: url('http://i.imgur.com/RkA9MBo.png');
}


#keywords tbody tr { 
  color: #555;
}
#keywords tbody tr td {
  text-align: center;
  padding: 15px 10px;
}
#keywords tbody tr td.lalign {
  text-align: left;
}

.boton{
	padding:10px 10px;
	background:#CCC;
	text-decoration:none;
	color:#333333
}

.boton_liberar_tickets{
	padding:5px 5px;
	background:#CCC;
	text-decoration:none;
	color:#333333; 
	border-radius: 5px;
	font-size: 10px;
}








#keywords2 {
  /*margin: 0 auto;*/
  font-size: 12px;
  /*margin-bottom: 15px;*/
  width:50%;
  border:0;
}


#keywords2 thead {
  cursor: pointer;
  background: #c9dff0;
}
#keywords2 thead tr th { 
  font-weight: bold;
  padding: 12px 30px;
  padding-left: 42px;
}
#keywords2 thead tr th span { 
  padding-right: 20px;
  background-repeat: no-repeat;
  background-position: 100% 100%;
}

#keywords2 thead tr th.headerSortUp, #keywords2 thead tr th.headerSortDown {
  background: #acc8dd;
}

#keywords2 thead tr th.headerSortUp span {
  background-image: url('http://i.imgur.com/SP99ZPJ.png');
}
#keywords2 thead tr th.headerSortDown span {
  background-image: url('http://i.imgur.com/RkA9MBo.png');
}


#keywords2 tbody tr { 
  color: #555;
}
#keywords2 tbody tr td {
  text-align: center;
  padding: 15px 10px;
}
#keywords2 tbody tr td.lalign {
  text-align: left;
}

tr.fila_0 td { background-color: #FFFFFF;}
tr.fila_1 td { background-color: #F5F5F5;}