#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;
}

.boton_buscar_enviar{
	padding:5px 5px;
	background: #d7ebf9;
	text-decoration:none;
	color: #2779aa;
	border-radius: 6px;
	border: 1px solid #aed0ea;
	font-size: 12px;
}








#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;}


/*Estilos reporte diario*/

#reporte_diario{ 
	background: black;
    border-spacing: 1px;
}

#reporte_diario thead { 
  font-weight: bold;
  padding: 12px 30px;
  padding-left: 42px;
  font-style: italic;
  text-align: left;
  padding: 3px 10px;
  /*font-size: 11.5px;
  font-family: Calibri;*/
  font-size: 10px;
  font-family: Arial;
}

#reporte_diario th, #reporte_diario tr, #reporte_diario td {
	text-align: left;
	padding: 3px 8px;
	/*font-size: 11.5px;
	font-family: Calibri;*/
	font-size: 11px;
	font-family: Arial;
	background: white;
}

.fac_cancel{background: yellow !important;}
.fac_cancel td{background: none !important;}
.fac_ne{background: DeepSkyBlue  !important;}
.fac_ne td{background: none !important;}
.totales{font-weight: bold; font-style: italic;}