#b {
	width: 1080px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	margin-bottom: auto;
	overflow: hidden;
	page-break-inside: avoid;
}

#tabla {
	float: left;
	width: 535px;
	margin-top: 5px;
	margin-bottom: 5px;
	background-color: #FFF;
}

#divTabla{
		
	}
	
	input[type="search"]{
			padding: 5px;
			width: 535px;
		}
		table{
	border-radius: 3px;
	border: solid 1px #f1f1f1;
	box-shadow: 0 0 10px #333;
	margin: 10px;
	width: 500px;
		}
			table a{
				color: #fff;
			}
			table thead tr th,
			table tfoot tr td{
				padding: 15px 0;
				background-color: #314456;			
				color: #fff;
				font-weight: bold;
				font-size: 14px;
				text-align: center;
				min-width: 10px;
			}
				table tbody tr td{
					transition: all 400ms ease-in;
						-webkit-transition: all 100ms ease-in;
						-moz-transition: all 100ms ease-in;
						-o-transition: all 100ms ease-in;
						-ms-transition: all 100ms ease-in;
					padding: 10px 5px;
					word-wrap: break-word;
					border: solid 0px #fff;
					border-bottom: solid 0px #fff;
					border-top: solid 0px #f1f1f1;
					border-right: solid 0px #f1f1f1;
				}
					table tbody tr:nth-child(odd){
						background-color: #fff;
					}
					table tbody tr:nth-child(even){
						background-color: #fafafa;
					}
						table tbody tr:hover td:nth-child(odd),
						table tbody tr:hover td:nth-child(even){
							background: #7290ae;
							color: #fff;
						}
