.table { 
	width:100%;
	border: 0px;
	font-size: 100%;	
}

.table th { 
	border:1px solid #DEDEDE;
	background-color:#284d86;
	color:#FFFFFF;
	width:auto;
	font-weight: bold;
	padding: 2px 4px;
	font-size: 100%;
}

.table th.sortable {
	width:auto;
}

.table th.ico {
	width: 1%;
}

.table th.sortable a {
	background: url("../../images/arrow_off.png") no-repeat right center;
	text-decoration: none;
	color: #FFFFFF;
	padding-right: 10px;
}

.table th.order1 a {
	background: url("../../images/arrow_up.png") no-repeat right center;
	color: #FFFFFF;
}

.table th.order2 a { 
	background: url("../../images/arrow_down.png") no-repeat right center;
	color: #FFFFFF;
}

.table tr.even, tr.even:VISITED {
	background-color:#F2F2F2;
}

.table tr.odd, tr.odd:VISITED {
	background-color:#FFFFFF;
}

.table tr.even:HOVER {
	background: #FFF7D7;
}

.table tr.odd:HOVER {
	background: #FFF7D7;
}

.table td {
	border:1px solid #DEDEDE;
	color:#696969;
	padding:4px;
	text-align:left;
	font-size: 90%;	
	table-layout: fixed;
/*	word-break: break-word; */
/* 	word-wrap: break-word; */
}

.img_resultado {
	width:100px; 
	height:112px; 
	vertical-align: middle; 
	cursor: pointer;
}

.table td.colapse {
	padding:0px;
}

span.pagebanner {
    display: block;
    margin: 10px 0 10px 0;
    padding: 2px 4px 2px 0;
}


span.exportlinks { 
	background-color: #F4F2EF;
	width:100%;
	text-align: center;
	font-size: 10px;
}

span.pagelinks {
    display: block;
    font-size: .95em;
    margin-bottom: -10px;
    text-align: center;
    width: 100%;
}

div.exportlinks {
	border:1px solid #DEDEDE;
	background-color:#dedede;
	width:auto;
	font-weight: bold;
	padding: 2px 4px;
	font-size: 100%;	
}

.tam_reducido {
	width: 100px !important;
}