.eXtremeTable {
	margin: 0;
	padding: 0;
}
.eXtremeTable td{
    font-size: 0.9em;
}
.eXtremeTable select {
	width: 75px;
}

.eXtremeTable .tableRegion {
	width: 100%;
	border-collapse: collapse;
	margin-top:0px;
	border-bottom: 1px solid #C1C1C1;
	background: #ffffff url(../img/border-table.gif) repeat-y right top;
}

#contenido .eXtremeTable .tableRegion thead td {
	background-color: #f4f4f4;
}

.eXtremeTable .filter {
}

.eXtremeTable .filter td {
	padding: 2px;
}

.eXtremeTable .title {
	font-weight: bold;
	vertical-align: middle;
}

.eXtremeTable .titleRow {
	background: url(../img/bg_tr.gif) bottom left repeat-x;
}

.eXtremeTable .titleRow td {
	padding-top: 2px;
	padding-bottom: 2px;
	vertical-align: middle;
	text-align: center;
	border-bottom:1px solid #ccc
}

.eXtremeTable .titleRow span {
	font-weight: bold;
}

.eXtremeTable .filter input {
	padding: 1px;
	margin:2px 0;
}

.eXtremeTable .filter select {

}

.eXtremeTable .tableHeader {
	font-weight: bold;
	text-align: left;
	padding-right: 3px;
	padding-left: 3px;
	padding-top: 4px;
	padding-bottom: 4px;
	background: url(../img/bg_tr.gif) bottom left repeat-x;
	border-bottom:1px solid #ccc
}

.eXtremeTable .tableHeaderSort {
	font-weight: bold;
	text-align: left;
	padding-right: 3px;
	padding-left: 3px;
	padding-top: 4px;
	padding-bottom: 4px;
	background: url(../img/bg_trover.gif) bottom left repeat-x;
	border-bottom:1px solid #ccc
}

.eXtremeTable .odd a, .even a {

}

.eXtremeTable .odd td, .eXtremeTable .even td {
	padding-top: 2px;
	padding-right: 3px;
	padding-bottom: 2px;
	padding-left: 3px;
	vertical-align: middle;
}

.eXtremeTable .odd {
	background-color: #FFFFFF;
}

.eXtremeTable .even {
  	background-color: #f7f7f7;
}

.eXtremeTable .highlight td {
	padding-top: 2px;
	padding-right: 3px;
	padding-bottom: 2px;
	padding-left: 3px;
	vertical-align: middle;
	background-color: #ececec;
	color:#404040;
}

.eXtremeTable .highlight a, .highlight a {
	color:#404040;
}

.eXtremeTable .compactToolbar {
	
}

.eXtremeTable .toolbar {
	margin-right: 1px;
}

.eXtremeTable .toolbar a:hover {
	background-color: transparent;
}

.eXtremeTable .toolbar td {
	color: #444444;
	padding: 0px 3px 0px 3px;
	text-align:center;
}

.eXtremeTable .separator {
	width: 7px;
}

.eXtremeTable .statusBar {

}

.eXtremeTable .filterButtons {
	text-align: right;
}

.eXtremeTable .title span {
	margin-left: 7px;
}

.eXtremeTable .formButtons {
	display: block;
	margin-top: 10px;
	margin-left: 5px;
}

.eXtremeTable .formButton {
	cursor: pointer;
	font-weight: bold;
	background-color: #308dbb;
	color: white;
	margin-top: 5px;
	border: outset 1px #333;
	vertical-align: middle;
}

.eXtremeTable .calcRow {

}

.eXtremeTable .calcTitle {
	font-weight: bold;
}

.eXtremeTable .calcResult {
	
}


.eXtremeTable tr.titleRow, tr.filter, tr.even, tr.odd{
	border-bottom:1px solid #ccc;
}
.eXtremeTable tr.filter {
	border-top:1px solid #ccc;
}
.eXtremeTable a {
	color:#990000;
	font-weight:bold;
	text-decoration: none;
}
.eXtremeTable a:hover {
	color:#990000;
	text-decoration: underline;
}	
	/* modificaciones*/
	
.eXtremeTable {
	/*	background: url(../img/bg_listado.gif) repeat-x scroll top transparent;*/
}


.eXtremeTable .toolbar {
	margin-right: 3px;
}


#contenido .eXtremeTable table tr.odd,#contenido .eXtremeTable table tr.even{
	/*background-color: transparent;
        border-bottom:0px solid #ddd; Comentado por jifernandez 04/05/2017*/
	border-top:0px solid #ddd;
	border-left: 0px solid #c1c1c1;
	border-right: 1px solid #c1c1c1;
/*	background:transparent url(../img/border-table.gif) repeat-y right top;*/
}

#contenido .eXtremeTable table tr.odd td:first-child, 
#contenido .eXtremeTable table tr.even td:first-child {
	border-left: 1px solid #c1c1c1;
}

#contenido .eXtremeTable .even {
  	/*background-color: #f7f7f7;
  	border-bottom:0px solid #ddd;
	border-top:0px solid #ddd; Comentado por jifernandez 04/05/2017*/
}

#contenido .eXtremeTable table.tableRegion td.tableHeader,#contenido .eXtremeTable table.tableRegion td.tableHeaderSort {
	/*background:url("../img/menuinterior_sel.gif") repeat-x scroll 0 bottom transparent;*/
		background:#f4f4f4 url(../img/table-head-bg.gif) repeat-x 0 bottom;
	font-weight:normal;
	padding-top:10px;
   color: #E23B30;
   font-family: "Minion Pro", Georgia, serif;
	text-align:left;
	border-top:0px solid #DDDDDD;
	margin-top: 5px;
	padding-bottom: 6px;	
	font-size: 1.25em;
}

#contenido .eXtremeTable table tr.highlight td {
/*	background:#e6f2fd;
	color:#3287CF;*/
}

#contenido .eXtremeTable table tr.highlight td:first-child {
    border-left: 1px solid #C1C1C1;
}

#contenido .eXtremeTable table tr.odd td /*, #contenido table tr.highlight td*/ {
/*border-bottom:0px solid #DDDDDD;
border-top:0px solid #DDDDDD; Comentado por jifernandez 04/05/2017 */
}

#contenido table tr.highlight {
	border-left: 1px solid #c1c1c1;
	border-right: 2px solid #efa18d;
        background-color: #F7D7CF;
}

#contenido table tr.highlight td {
	color: #777;
}

