
.GridHeader {
	display: none;
    margin-top: 5px;
}
.Header {
	width: 100%;
	}

.Header th {
	font-size: 100%; font-weight: bold; text-align: left;
	padding: 3px;
	background-image: url('../imagenes/headerbg.gif'); color: #ffffff;
	width: 100%;
	white-space: nowrap;
    font-size: 14px;
    margin-top:5px;
	}

.HeaderLeft {
	background-image: url(../imagenes/headerleft.gif);
	}

.HeaderRight {
	background-image: url(../imagenes/headerright.gif);
	}
.HeaderButton {
	background-image: url(../imagenes/headerbg.gif);
}
.HeaderButton img{
	width: 20px;
}

.HeaderLeft img{
	width: 4px;
	}

.HeaderRight img{
	width: 9px;
	}
.GridHeader table {margin:0;}
.GridHeader td, tr {padding:0;}

/* Grid */
table.scroll {
	table-layout: fixed;
	margin-bottom :0px;
}
table.scroll tbody tr {
	background-color: #fffcf2;
}

table.scroll tbody tr.alt {
	background-color: #ecf7e4;
}

table.scroll tr.over td{
	background-color: #FFDEAD;
}

	table.scroll tbody tr.selected td {
	background: #3c964b;
	color: #ecf7e4;
}

	table.scroll tbody td  {

	padding: 2px;
	text-align: left;
	border-bottom: 1px solid #3c964b;
	border-left: 1px solid #3c964b;
	overflow: hidden;
	height : auto;
}

table.scroll thead th  {

	padding: 2px 2px 2px 5px;
	border-bottom: 1px solid #3c964b;
	border-left: 1px solid #3c964b;
	text-align: left;
	font-weight: normal;
	overflow: hidden;
	background-image: url(../imagenes/grid-blue-hd.gif);
	height : 17px;
}

table.scroll th div {
	overflow: hidden;
	word-wrap: break-word;
	height : 17px;
}
table.scroll th span {
	cursor: e-resize;
	width: 10px;
	float: right;
	display: block;
	margin: -2px -1px -2px 0px;
	height: 18px;
	overflow: hidden;
	white-space: nowrap;
}

table.scroll thead {
}

/* End Grid */

/* Pager */
div.scroll {
	vertical-align: top;
	height: 23px;
	white-space: nowrap;
	text-align: center;
	background-image: url(../imagenes/grid-blue-ft.gif);
/*
	border-left: 1px solid #3c964b;
	border-right: 1px solid #3c964b;
	border-bottom: 1px solid #3c964b;
*/
}
div.scroll span {
	vertical-align : top;
}

table.navtable td.nav-button {
/*	margin-top:2px;*/
	border: 1px solid #E2ECF8;
	white-space: nowrap;
}

table.navtable td.nav-hover {
	border: 1px solid #3c964b;
}

table.tbutton tr td{
	border : none;
	padding:0px;
}




.texto_contenido {
    font-size: 10px;
}

