@charset "utf-8";
/* CSS Document */


	body {
  font: normal medium/1.4 sans-serif;
}
			table {
  border-collapse: collapse;
  width: 90%;
  text-align: center;
  margin: auto;
  
}
th, td {
  padding: 0.25rem;
  border: 1px solid #ccc;
}
tbody tr:nth-child(odd) {
  background: #eee;

}
.titulo{
  padding: 0.5rem;
  background:#2D65AE;
  color: white;
  text-align: center;
  font-size: 21px;


}

#cuadro{
	width: 95%;
	background: #FFFFFF;
	padding: 25px;
	margin: 5px auto;
	border: 3px solid #D8D8D8;
}

#buscar{
	width: 500px;
	font-size: 22px;
	color: #fff;
	background: #2D65AE;
	padding-left: 20px ;
	text-align: center;
	border-radius: 10px 10px;
	padding: 10px;
	margin:10px; 
}

#light-table-filter{
	
	width:70%;
	}