
	body{
		font-family: "Tahoma", "Geneva", sans-serif;
	}
	table {
		  background-color: #F2F2F2;
	}
	tbody {
		  background-color: #F2F2F2;
		
	}
	thead {
		background-color: #8ca9cf;
	
	}
	th {
	
	border: 1px solid #778899;
	}
	table {
   
    width: 100%;
}
thead {
    text-align:left;
    display: table;
    float: left;
    width: 100%;
}
thead tr {
    display: table-row;
    width: 100%;
}
tbody {
    display: block;
    height: 25vh;
    overflow: auto;
    float: left;
    width: 100%;
}
tbody tr {
    display: table;
    width: 100%;
}
tbody tr {
    height: 18px;
}
tbody td {
    padding:1px 8px;
}


tr:after{
    content: ".";
    visibility: hidden;
}
	#Busqueda{ width:69%;
	display:block;  
	 float:left;
	height:29%;    
	background-color: #F2F2F2;
	border: 1px solid #778899;
	overflow:hidden;
	margin-top:0.7%;
	}
	#Cliente{ width:30%;
	display:inline-block;
	 float:left;
	float:right;
	height:29%;    
	border: 1px solid #778899;
	background-color: #F2F2F2;
	overflow:hidden;
	margin-top:0.7%;
	}
	#Datos tbody {
    display: block;
    height: 55vh;
    overflow: auto;
    float: left;
    width: 100%;
}
	#Datos{ width:100%;
	display:block;
	 text-align:center;
	margin-top:0.7%;
	float:right;
	height:64%;    
	border: 1px solid #778899;
	background-color: #F2F2F2;
	overflow:hidden;
	}
	table tbody tr:nth-child(odd) td {
		/* appearance */
	background-color: #d6e0ef;
	background-image: -moz-linear-gradient(
		top,
		rgba(255,255,255,0.4) 0%,
		rgba(255,255,255,0.2) 50%,
		rgba(255,255,255,0.1) 51%,
		rgba(255,255,255,0.0) 100%);
	
	background-image: -webkit-gradient(
		linear, left top, left bottom,
		color-stop(0%,rgba(255,255,255,0.4)),
		color-stop(50%,rgba(255,255,255,0.2)),
		color-stop(51%,rgba(255,255,255,0.1)),
		color-stop(100%,rgba(255,255,255,0.0)));
		/* text */
	color: #262c31;
	font-size: 12px;
	}

	table tbody tr:nth-child(even) td{
		/* appearance */
	background-color: #eef2f9;
	background-image: -moz-linear-gradient(
		top,
		rgba(255,255,255,0.4) 0%,
		rgba(255,255,255,0.2) 50%,
		rgba(255,255,255,0.1) 51%,
		rgba(255,255,255,0.0) 100%);
	
	background-image: -webkit-gradient(
		linear, left top, left bottom,
		color-stop(0%,rgba(255,255,255,0.4)),
		color-stop(50%,rgba(255,255,255,0.2)),
		color-stop(51%,rgba(255,255,255,0.1)),
		color-stop(100%,rgba(255,255,255,0.0)));
		
	/* text */
	color: #262c31;
	font-size: 12px;
	}
	table tbody tr:nth-child(odd) td.desactivo {
	/* appearance */
	background-color: #F3BCC3;
	color: #000000;
	font-size: 12px;
	}

	table tbody tr:nth-child(even) td.desactivo {
	/* appearance */
	background-color: #BC858D;
	color: #000000;
	font-size: 12px;
	}
	
	table tbody tr:nth-child(odd) td.resaltar {
	/* appearance */
	background-color: #73dcff; 
	color: #8c0023;
	font-size: 12px;
	}

	table tbody tr:nth-child(even) td.resaltar {
	/* appearance */
	background-color: #73dcff; 
	color: #8c0023;
	font-size: 12px;
	}
	.resaltar{
		background: #00d9d9;
		bordercolor: #b30000;
	}

