table.tablefolder {
	font-family: Arial, sans-serif;
	text-align: left;
	height:28px;
	width:100%;
}

table.tablefolder thead {
	background-color:#eaeaea;
	color:#999999;
	font-size:1.2em;
}

table.tablefolder thead tr {
	height:28px;
	border-top:1px solid #d8d8d8;
	border-bottom:1px solid #d8d8d8;
}

table.tablefolder thead tr th  {
	padding-top:3px;
	text-align:left;
}


table.tablefolder tbody tr {
	height:22px;
	border-top:1px solid #e1e1e1;
	border-bottom:1px solid #e1e1e1;
	background: url(../img/fondo_fila_tablefolders.gif);
	
}
table.tablefolder tbody td .directory {

	font-size:1.2em;
	text-transform: lowercase;	
}

table.tablefolder tbody tr:hover {

	background: url(../img/fondo_fila_tablefolders_on.gif);
	background-repeat:repeat-x;
	cursor:pointer;
}


/* tables */
table.tablesorter {
	border: 1px solid #CDCDCD;
	width: 100%;
	text-align: left;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	background-color: #e6EEEE;
	padding: 4px;
	border: 1px solid #CDCDCD;	
    color:#343434;
	font-size:1.1em;
}



table.tablesorter thead tr .header {
	background-image: url(../img/ascdesc.png);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
	border-bottom: 1px solid #cccccc;	
	border-top: 1px solid #cccccc;	
	background-color:#ebebed;
	
}


table.tablesorter tbody td {
	padding: 4px;
	vertical-align: top;
	height:24px;
	font-size:1.1em;
	
}

table td {
	padding: 4px;
	vertical-align: top;
	height:15px;
	font-size:1.2em;	
}

table.tablesorter tbody tr.odd td {
	background-color:#F0F0F6;
}



table.tablesorter thead tr .headerSortUp {
	background-image: url(../img/asc.png);
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(../img/desc.png);
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {

}

.pagedisplay
{
    font-size:1.2em;
    margin-left:5px;
    margin-right:5px;
    margin-top:3px;
    float:left;
}


.pagesize
{
    float:left;
}

.pager
{
    float:right;
    clear:right;
    margin-right:12px;
    margin-top:5px;
    margin-bottom:5px;
    color:#666666;
}

.texto
{
    font-size:1.2em;
    margin-left:5px;
    margin-right:5px;
    margin-top:3px;
    float:left;
}

