 #tablaImagen img{max-width: inherit !important;}

table.dataTable {
	margin: 0 auto;
	clear: both;
	width: 100%;
}

table.dataTable thead th {
	padding: 3px 18px 3px 10px;
	border-bottom: 1px solid black;
	font-weight: bold;
	cursor: pointer;
	*cursor: hand;
	background: #0038a5 none repeat scroll 0 0;
	color:white !important;
}


table.dataTable thead .sorting { background: #0038a5 url('sort_both.png') no-repeat center right; 
padding-right:20px; 
}
table.dataTable thead .sorting_asc { background: #0038a5 url('sort_asc.png') no-repeat center right; 
padding-right:20px; 
}
table.dataTable thead .sorting_desc { background: #0038a5 url('sort_desc.png') no-repeat center right; 
padding-right:20px; 
}

table.dataTable thead .sorting_asc_disabled { 
	background: #0038a5 url('sort_asc_disabled.png') no-repeat center right; 
	padding-right:20px; 
}
table.dataTable thead .sorting_desc_disabled { 
	background: #0038a5 url('sort_desc_disabled.png') no-repeat center right; 
	padding-right:20px; 
}


table.dataTable td {
	padding: 3px 10px;
}

table.dataTable tr.odd { background-color: #ccc; }
table.dataTable tr.even { background-color: white; }

.dataTables_wrapper {
	position: relative;
	clear: both;
	*zoom: 1;
}

.dataTables_info {
	clear: both;
	float: left;
}

.dataTables_paginate {
	float: right;
	text-align: right;
}

.paginate_disabled_previous,
.paginate_enabled_previous,
.paginate_disabled_next,
.paginate_enabled_next {
	height: 19px;
	float: left;
	cursor: pointer;
	*cursor: hand;
	color: #111 !important;
}
.paginate_disabled_previous:hover,
.paginate_enabled_previous:hover,
.paginate_disabled_next:hover,
.paginate_enabled_next:hover {
	text-decoration: none !important;
}
.paginate_disabled_previous:active,
.paginate_enabled_previous:active,
.paginate_disabled_next:active,
.paginate_enabled_next:active {
	outline: none;
}

.paginate_disabled_previous,
.paginate_disabled_next {
	color: #666 !important;
}
.paginate_disabled_previous,
.paginate_enabled_previous {
	padding-left: 23px;
}
.paginate_disabled_next,
.paginate_enabled_next {
	padding-right: 23px;
	margin-left: 10px;
}