table.aycogrid {
    width: 100%;
    table-layout: fixed;
    font-size: 12px;
}
tr.aycogrid-header th {
    border-top: 1px solid #efefef;
    text-align: left;
    font-weight: normal;
    font-size: 13px;
}
tr.aycogrid-header th div {
    padding: 0 0 0 11px; }

tr.aycogrid-header th div.aycogrid-orderBy {
    background: transparent url(img/orden_down_off.gif) no-repeat 2px 3px;
    cursor: pointer; }
tr.aycogrid-header th div.aycogrid-orderBy:hover {
    background: transparent url(img/orden_down_hover.gif) no-repeat 2px 3px;
    color: #333333; }
tr.aycogrid-header th div.aycogrid-orderBy.ASC {
    background: transparent url(img/orden_down_on.gif) no-repeat 2px 3px;
    color: #333333; }
tr.aycogrid-header th div.aycogrid-orderBy.DESC {
    background: transparent url(img/orden_up_on.gif) no-repeat 2px 3px;
    color: #333333; }

tr.aycogrid-header th {
    background: url(img/bg_th.gif) repeat-x left bottom;
}
tr.aycogrid-header th[rel]:hover {
    background: url(img/bg_th_orderby.gif) repeat-x left bottom;
}
tr.aycogrid-header th a:link, tr.aycogrid-header th a:visited {
    float: right;
    margin-right: 1px;
    padding: 0 8px;
    border: 1px solid #ababab;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: white;
    color: #676767;
    font-size: 10px;
}
tr.aycogrid-header th a:hover {
    color: #ababab;
    text-decoration: none;
}
tr.aycogrid-header th a.green:link, tr.aycogrid-header th a.green:visited {
    border: 1px solid #accbb0;
    color: #779d7c;
}
tr.aycogrid-header th a.green:hover {
    color: #accbb0;
}
tr.aycogrid-header th a.red:link, tr.aycogrid-header th a.red:visited {
    border: 1px solid #cbacac;
    color: #ce7373;
}
tr.aycogrid-header th a.red:hover {
    color: #cbacac;
}


tr.aycogrid-odd {
    background-color: #ededed; }
tr.aycogrid-even {
    background-color: #cdcdcd; }

table.aycogrid tr td {
    overflow: hidden;
    padding: 0;
    border-bottom: 1px solid #efefef;
    background: url(img/bg_td.gif) repeat-x left bottom;
    white-space: nowrap;
}
table.aycogrid tr td.editable {
    cursor: pointer; }

table.aycogrid tr.disabled td {
    color: #cdcdcd;
    font-style: italic;
}

table.aycogrid tr td.aycogrid-tdLast {
    width: 10px;
    background: url(img/bg_td_last.gif) repeat-x left bottom;
    vertical-align: middle; }

table.aycogrid tr td.aycogrid-tdFirst div {
    padding: 2px 7px;
    background: none; }
table.aycogrid tr td.aycogrid-tdLast div {
    padding: 2px 17px;
    height: 16px;
    background: none;
    text-align: center;
    white-space: nowrap; }

table.aycogrid tr.hover td {
    background: url(img/bg_td_hover.gif) repeat-x left bottom; }
table.aycogrid tr.hover td.aycogrid-tdLast {
    background: url(img/bg_td_last_hover.gif) repeat-x left bottom; }

table.aycogrid tr.active td {
    background: url(img/bg_td_active.gif) repeat-x left bottom; }
table.aycogrid tr.active td.aycogrid-tdLast {
    background: url(img/bg_td_last_active.gif) repeat-x left bottom; }

table.aycogrid tr td div {
    padding: 2px 11px;
    background: url(img/bg_separador_td.gif) no-repeat 4px 50%;
}


table.aycogrid tr.aycogrid-highlightRed td {
    background: url(img/bg_td_red.gif) repeat-x left bottom;
    font-weight: bold; }
table.aycogrid tr.aycogrid-highlightRed td.aycogrid-tdLast {
    background: url(img/bg_td_last_red.gif) repeat-x left bottom; }
table.aycogrid tr.aycogrid-highlightRed.hover td {
    background: url(img/bg_td_hover_red.gif) repeat-x left bottom; }
table.aycogrid tr.aycogrid-highlightRed.hover td.aycogrid-tdLast {
    background: url(img/bg_td_last_hover_red.gif) repeat-x left bottom; }

table.aycogrid tr.aycogrid-highlightGreen td {
    background: url(img/bg_td_green.gif) repeat-x left bottom;
    font-weight: bold; }
table.aycogrid tr.aycogrid-highlightGreen td.aycogrid-tdLast {
    background: url(img/bg_td_last_green.gif) repeat-x left bottom; }
table.aycogrid tr.aycogrid-highlightGreen.hover td {
    background: url(img/bg_td_hover_green.gif) repeat-x left bottom; }
table.aycogrid tr.aycogrid-highlightGreen.hover td.aycogrid-tdLast {
    background: url(img/bg_td_last_hover_green.gif) repeat-x left bottom; }

table.aycogrid tr.aycogrid-highlightYellow td {
    background: url(img/bg_td_yellow.gif) repeat-x left bottom;
    font-weight: bold; }
table.aycogrid tr.aycogrid-highlightYellow td.aycogrid-tdLast {
    background: url(img/bg_td_last_yellow.gif) repeat-x left bottom; }
table.aycogrid tr.aycogrid-highlightYellow.hover td {
    background: url(img/bg_td_hover_yellow.gif) repeat-x left bottom; }
table.aycogrid tr.aycogrid-highlightYellow.hover td.aycogrid-tdLast {
    background: url(img/bg_td_last_hover_yellow.gif) repeat-x left bottom; }


table.aycogrid tr.aycogrid-masInfo, table.aycogrid tr.aycogrid-masInfo td, table.aycogrid tr.aycogrid-masInfo td div {
    position: relative;
    border-bottom: none;
    background: none;
    color: #999999; }

table.aycogrid tr.aycogrid-masInfo td {
    background: #fffdeb url(img/bg_mas_info.gif) repeat-x left top;
}
table.aycogrid tr.aycogrid-masInfo table tr td {
    background: none;
}

table.aycogrid a.aycogrid-masInfo-opener {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 2;
    width: 7px;
    height: 7px;
    background: url(img/opener.gif) no-repeat center center;
}

.aycopager {
    padding: 10px 0;
    font-size: 10px;
}

.aycopager a:link, .aycopager a:visited {
    display:inline-block;
    color: #777;
    text-decoration:none;
    text-shadow:0 1px 0 #ffffff;
    font-size: 12px;
}

.aycopager a:link.aycopager-go, .aycopager a:visited.aycopager-go, .aycopager span.aycopager-go.disabled, .aycopager a:link.aycopager-regs, .aycopager a:visited.aycopager-regs {
    display:inline-block;
    /*background:url(img/pag_bg.png) no-repeat left;*/
    text-decoration:none;
    text-shadow:0 1px 0 #ffffff;
}
.aycopager a:link.aycopager-go span, .aycopager a:visited.aycopager-go span, .aycopager span.aycopager-go.disabled span, .aycopager a:link.aycopager-regs span, .aycopager a:visited.aycopager-regs span {
    display: inline-block;
    padding: 6px 10px 5px 10px;
}
.aycopager a:link.aycopager-go.selected, .aycopager a:visited.aycopager-go.selected, .aycopager a:link.aycopager-go.hover, .aycopager a:visited.aycopager-go.hover, .aycopager a:link.aycopager-regs.hover, .aycopager a:visited.aycopager-regs.hover {
    /*background:url(img/pag_bg_on.png) no-repeat left;*/
    color: orange;
}
.aycopager a:link.aycopager-go.selected span, .aycopager a:visited.aycopager-go.selected span {
    /*background: url(img/ico_paginado.gif) no-repeat bottom center;*/
}
.aycopager a:link.aycopager-go.disabled, .aycopager a:visited.aycopager-go.disabled {
    cursor: default;
}

.aycopager a:link.aycopager-goFirst, .aycopager a:visited.aycopager-goFirst {
    padding: 6px 10px 5px 10px;
    /*background:url(img/pag_izq.png) no-repeat left;*/
}

.aycopager a:link.aycopager-goPre, .aycopager a:visited.aycopager-goPre {
    padding: 6px 10px 5px 10px;
    /*background:url(img/pag_izq.png) no-repeat left;*/
}

.aycopager a:link.aycopager-goFwd, .aycopager a:visited.aycopager-goFwd {
    padding: 6px 10px 5px 10px;
    /*background:url(img/pag_der.png) no-repeat right;*/
}

.aycopager a:link.aycopager-goLast, .aycopager a:visited.aycopager-goLast {
    padding: 6px 10px 5px 10px;
    /*background:url(img/pag_der.png) no-repeat right;*/
}

.aycopager a:link.aycopager-goFirst.hover, .aycopager a:visited.aycopager-goFirst.hover {
    /*background:url(img/pag_izq_on.png) no-repeat left;*/
}

.aycopager a:link.aycopager-goPre.hover, .aycopager a:visited.aycopager-goPre.hover {
    /*background:url(img/pag_izq_on.png) no-repeat left;*/
}

.aycopager a:link.aycopager-goFwd.hover, .aycopager a:visited.aycopager-goFwd.hover {
    /*background:url(img/pag_der_on.png) no-repeat left;*/
}

.aycopager a:link.aycopager-goLast.hover, .aycopager a:visited.aycopager-goLast.hover {
    /*background:url(img/pag_der_on.png) no-repeat left;*/
}

.aycopager a:link.aycopager-goFirst.disabled, .aycopager a:visited.aycopager-goFirst.disabled {
    /*background:url(img/pag_izq.png) no-repeat left;*/
    color: #ababab;
    cursor: default;
}

.aycopager a:link.aycopager-goPre.disabled, .aycopager a:visited.aycopager-goPre.disabled {
    /*background:url(img/pag_izq.png) no-repeat left;*/
    color: #ddd;
    cursor: default;
}

.aycopager a:link.aycopager-goFwd.disabled, .aycopager a:visited.aycopager-goFwd.disabled {
    /*background:url(img/pag_der.png) no-repeat left;*/
    color: #ddd;
    cursor: default;
}

.aycopager a:link.aycopager-goLast.disabled, .aycopager a:visited.aycopager-goLast.disabled {
    /*background:url(img/pag_der.png) no-repeat left;*/
    color: #ababab;
    cursor: default;
}

.aycopager .aycopager-regsMsg {
    /*background: url(img/pager_regs_mid.gif) no-repeat 50% top;*/
}
.aycopager .aycopager-regsMsgLeft {
    /*background: url(img/pager_regs_left.gif) no-repeat left top;*/
}
.aycopager .aycopager-regsMsgRight {
    padding: 11px 10px 7px 12px;
    /*background: url(img/pager_regs_right.gif) no-repeat right top;*/
}

.aycopager select {
    width: auto;
}

table.aycogrid .swap_order {
    cursor: pointer;
}
/* anadidos */
table.aycogrid tr td div.tr_move {
    padding: 2px 2px 2px 4px;
    width: 6px;
    cursor: move;
}
table.aycogrid tr td div.tr_move img {
    position: absolute;
    margin-top: 2px;
}
table.aycogrid tr td div.tr_icon {
    padding: 3px 0 2px 0;
    width: 16px;
    background: none;
}
table.aycogrid tr td div.tr_filename {
    padding-left: 4px;
    background: none;
    font-weight: bold;
}
table.aycogrid tr td div.tr_check {
    padding-top: 5px;
    padding-right: 2px;
    padding-left: 2px;
    background: none;
    font-weight: bold;
}
#rp_carpetas_path {
    position: absolute;
    margin-top: -18px;
}

/* fin anadidos */
