@font-face {
    font-family: 'VAGRoundedLtRegular';
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/vagroln-webfont.eot');
    src: url('../fonts/vagroln-webfont.eot?#iefix') format('embedded-opentype'),url('../fonts/vagroln-webfont.woff') format('woff'),url('../fonts/vagroln-webfont.ttf') format('truetype'),url('../fonts/vagroln-webfont.svg#VAGRoundedLtRegular') format('svg');
}
@font-face {
    font-family: 'VAGRoundedBoldRegular';
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/vagrounded-bold-webfont.eot');
    src: url('../fonts/vagrounded-bold-webfont.eot?#iefix') format('embedded-opentype'),url('../fonts/vagrounded-bold-webfont.woff') format('woff'),url('../fonts/vagrounded-bold-webfont.ttf') format('truetype'),url('../fonts/vagrounded-bold-webfont.svg#VAGRoundedBoldRegular') format('svg');
}
* {
    border: 0;
    margin: 0;
    padding: 0;
}
body {
    background: #fff;
    color: #717173;
    font-family: arial,sans-serif;
    margin: 0;
    padding: 0;
}
.clearfix {
    clear: both;
}
.contenedor {
    margin: 0 auto;
    width: 950px;
    position: relative;
}
.contenedor-full {
    min-width: 960px;
    padding: 0 20px;
    position: relative;
}
.fixed {
    background: #fff;
    height: 130px;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
}
#cabezal {
    font-family: arial,verdana,sans-serif;
    height: 102px;
}
#logo {
    float: left;
    margin-top: 7px;
    vertical-align: top;
    width: 30%;
}
#menu-sup {
    background: #0086b9;
    box-shadow: 0 3px 6px 0 #999;
}
#menu-sup ul {
    margin: 0;
    padding: 0;
}
#menu-sup ul ul {
    box-shadow: 0 4px 6px 0 #999;
    display: none;
    left: 0;
    position: absolute;
    top: 27px;
    z-index: 999;
}
#menu-sup ul li:hover ul {
    display: block;
}
#menu-sup li {
    float: left;
    list-style-type: none;
    position: relative;
}
#menu-sup li li {
    background: #0086b9;
    width: 235px;
    border-top: dotted 1px #ffa500;
}
#menu-sup li li.first {
    border: none;
}
#menu-sup a, #menu-sup span {
    color: #fff;
    cursor: pointer;
    display: block;
    font-family: arial,verdana,sans-serif;
    font-size: 13px;
    padding: 4px 10px;
    text-decoration: none;
}
#menu-sup a:hover, #menu-sup span:hover {
    background: #636363;
}

#menu-sup .destacado a {
    font-weight: bold;
}
#login {
    color: #636363;
    font-family: arial,verdana,sans-serif;
    height: 54px;
    position: absolute;
    right: 20px;
    text-align: right;
    top: 18px;
}
#login .usuario {
    color: #636363;
    font-family: arial,verdana,sans-serif;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 1;
    margin: 0;
}
#login .cuenta {
    color: #0086b9;
    font-family: arial,verdana,sans-serif;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 1;
    margin: 6px 0 0;
}
#cuerpo {
    height: auto;
    min-height: 450px;
    padding: 10px 0;
    margin: 127px 0 0;
}
#moneda {
    position: absolute;
    right: 20px;
    top: 12px;
}
#moneda a {
    color: #636363;
    text-decoration: none;
}
#moneda a.active {
    color: #0086b9;
    font-weight: bold;
}
#moneda a:hover {
    color: #0086b9;
    text-decoration: none;
}
#subCuentaSel {
    border: 1px solid #CCC;
    padding: 2px 3px;
    position: absolute;
    right: 140px;
    top: 8px;
    border-radius: 5px;
    moz-border-radius: 5px;
    ms-border-radius: 5px;
    webkit-border-radius: 5px;
    color: #333;
}
#subCuentaSel option {
    padding: 0 10px 0 0;
}
#breadcrumbs {
    float: left;
    font-size: 12px;
    margin: 10px 0 0 0;
}
#breadcrumbs span {
    font-family: arial,sans-serif;
    font-style: italic;
    letter-spacing: normal;
}
#breadcrumbs a {
    color: #707173;
    font-family: arial,sans-serif;
    font-style: italic;
    font-weight: bold;
    letter-spacing: normal;
    text-decoration: none;
}
#breadcrumbs a:hover {
    text-decoration: underline;
}
.panel-gris {
    background: #f6f6f6;
    border: 1px solid #d4d4d4;
    border-radius: 5px;
    moz-border-radius: 5px;
    ms-border-radius: 5px;
    webkit-border-radius: 5px;
    height: 100px;
    margin: 10px 0 10px 0;
}
#content {
    margin-bottom: 10px;
    padding-top: 10px;
}
#content h2 {
    color: #0086b9;
    font-family: arial,verdana,sans-serif;
    font-size: 25px;
    font-weight: bold;
}
#content p {
    color: #636363;
    font-family: arial,verdana,sans-serif;
    font-size: 14px;
    line-height: 1.75em;
    margin: 0 0 15px;
    padding: 0;
}
#content ul {
    font-size: 14px;
}
#content .col {
    width: 50%;
}
#content .row label,#content h3 {
    font-family: arial,verdana,sans-serif;
    font-size: 15px;
    font-weight: normal;
}
#content .row input[type="text"],#content .row input[type="password"] {
    background: #f6f6f6;
    border: 1px solid #ccc;
    border-radius: 5px;
    moz-border-radius: 5px;
    ms-border-radius: 5px;
    webkit-border-radius: 5px;
    color: #a0a0a0;
    font-size: 14px;
    height: 30px;
    padding: 2px 10px 2px 10px;
    width: 350px;
}
#content .row input[type="text"].corto {
    width: 290px;
}
#content .row select {
    background: #fff;
    border: 1px solid #d2d4d3;
    border-radius: 10px;
    moz-border-radius: 10px;
    ms-border-radius: 10px;
    webkit-border-radius: 10px;
    height: 35px;
    padding: 2px;
    vertical-align: middle;
    width: auto;
}
#content .row textarea {
    background: #fff;
    border: 1px solid #d2d4d3;
    border-radius: 5px;
    moz-border-radius: 5px;
    ms-border-radius: 5px;
    webkit-border-radius: 5px;
    color: #a0a0a0;
    font-size: 14px;
    height: 240px;
    overflow-y: auto;
    padding: 3px;
    width: 450px;
}
input#ContactForm_verifyCode {
    width: 150px;
}
#content .required {
    color: #0086b9;
}
#content .hint {
    color: #a0a0a0;
    font-family: arial,sans-serif;
    font-size: 13px;
    font-weight: normal;
    margin: 6px 0 6px 0;
}
#content .row a {
    color: #707173;
    font-family: arial,sans-serif;
    font-weight: bold;
    text-decoration: none;
}
#content .row a:hover {
    text-decoration: underline;
}
#content .errorMessage {
    color: #0086b9;
    font-family: arial,sans-serif;
    font-size: 14px;
    font-weight: normal;
}
#content .terminos .panel {
    background: #fff;
    border: 1px solid #d2d4d3;
    border-radius: 5px;
    moz-border-radius: 5px;
    ms-border-radius: 5px;
    webkit-border-radius: 5px;
    color: #a0a0a0;
    padding: 15px;
    width: 500px;
}
#content .terminos label {
    font-size: 15px;
    margin-left: 25px;
    margin-top: 10px;
}
#content input[type="checkbox"] {
    color: #a0a0a0;
    margin-right: 5px;
}
#content .terminos .panel .pscroll {
    background: #fff;
    height: 390px;
    margin: 10px auto;
    overflow: scroll;
    padding: 6px;
    width: 430px;
}
#content .terminos h4 {
    color: #a0a0a0;
    font-family: arial,sans-serif;
    font-size: 16px;
    font-weight: normal;
}
#content .terminos p {
    color: #a0a0a0;
    font-family: 'VAGRoundedLtRegular',arial,sans-serif;
    font-size: 12px;
    font-weight: normal;
    margin-bottom: 8px;
    text-align: justify;
}
#accordion .buttons {
    margin: 8px 0 8px -4px;
    padding: 0;
}
#accordion .errorMessage {
    color: #0086b9;
    font-style: italic;
}
.info {
    color: #09bd42;
    font-style: italic;
}
.info-error {
    color: #c71b1d;
    font-style: italic;
}
#accordion p {
    color: #6e6e6e;
    font-size: 12px;
    margin: 5px 10px 8px 10px;
    padding: 0;
    text-align: justify;
}
#accordion .aviso p {
    font-size: 13px;
    text-align: left;
}
#accordion .aviso h4 {
    color: #F00;
    font-size: 17px;
    font-weight: bold;
    margin: 0 0 10px 3px;
    text-align: left;
}
#accordion .help {
    color: #6e6e6e;
    font-weight: bold;
    text-align: left;
}
#accordion .help a {
    color: #0086b9;
    text-decoration: none;
}
#accordion .help a:hover {
    text-decoration: underline;
}
#accordion .bar {
    background: #3494c4;
    height: 5px;
}
#accordion input[type="text"], #accordion input[type="password"], #accordion select, #nro_sucursal, #Cuenta_nro_sucursal {
    background: #fff !important;
    border: 1px solid #ccc !important;
    color: #a0a0a0;
    font-style: italic;
    width: 187px;
    padding: 5px;
}
#Retiro_nro_cuenta.corto {
    width: 141px !important;
}
#accordion select {
    width: 197px;
}
#accordion input.calendar {
    width: 168px;
}
#accordion .ui-datepicker-trigger {
    margin-left: 2px;
    vertical-align: -3px;
}
#accordion input[type="submit"],#accordion input[type="reset"] {
    background: #636363;
    border-radius: 5px;
    moz-border-radius: 5px;
    ms-border-radius: 5px;
    webkit-border-radius: 5px;
    color: #fff;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
    margin-left: 5px;
    padding: 6px 8px;
    width: 92px;
    cursor: pointer;
}
#accordion input[type="submit"] {
    background: #0086b9;
}
#menu-lateral {
    background: #f6f6f6;
    border: 1px solid #e0e0e2;
    border-radius: 5px;
    moz-border-radius: 5px;
    ms-border-radius: 5px;
    webkit-border-radius: 5px;
    height: auto;
    margin: 10px 0 10px 0;
    width: 220px;
}
#menu-lateral .portlet .portlet-content ul {
    list-style-type: none;
    margin: 0;
}
#menu-lateral .portlet .portlet-content li {
    border-bottom: 1px solid #e0e0e2;
}
#menu-lateral .portlet .portlet-content li.last {
    border: 0;
}
#menu-lateral .portlet .portlet-content li a {
    color: #777779;
    display: block;
    font-family: arial,sans-serif;
    font-size: 1em;
    font-weight: bold;
    padding: .8em .5em .8em .7em;
    text-decoration: none;
}
#menu-lateral .portlet .portlet-content li a:hover {
    color: #0086b9;
    text-decoration: none;
}
#menu-lateral .portlet .portlet-content li a em {
    font-size: 11px;
    font-style: normal;
    font-weight: normal;
}
#contenedor-grilla {
    border: 1px solid #e0e0e2;
    border-radius: 5px;
    moz-border-radius: 5px;
    ms-border-radius: 5px;
    webkit-border-radius: 5px;
    height: auto;
    min-height: 150px;
    padding: 15px;
    width: 700px;
}
#contenedor-grilla.botones {
    width: 100%;
}
.contenedor-full #contenedor-grilla {
    width: auto;
}
.contenedor-full .span-17 {
    width: auto;
}
#contenedor-grilla .periodo {
    background-color: #fff;
    height: 182px;
    width: 280px;
}
#contenedor-grilla .panel {
    border: 1px solid #e0e0e2;
    border-radius: 5px;
    moz-border-radius: 5px;
    ms-border-radius: 5px;
    webkit-border-radius: 5px;
    padding: 4px;
}
#contenedor-grilla .panel.mini {
    padding: 1px;
}
#contenedor-grilla .titulo {
    margin-bottom: 7px;
    padding: 10px;
}
#contenedor-grilla .panel h1 {
    color: #0086b9;
    font-family: arial,sans-serif;
    font-size: 24px;
    font-weight: bold;
    margin: 0;
    padding: 0;
}
.panel.titulo.left h1 em {
    color: #636363;
    font-size: 16px !important;
}
#contenedor-grilla .panel h1 span.color {
    color: #0086b9;
}
#contenedor-grilla h1 em {
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    margin-left: 4px;
}
#contenedor-grilla .panel.titulo.left {
    background: none;
    border: none;
    margin: 0;
    padding: 5px 0;
}

#contenedor-grilla div.acciones {
    background: url(../images/flecha-menu.png) left no-repeat;
    clear: both;
    margin-top: 8px;
    min-height: 35px;
}
#contenedor-grilla .msg {
    margin: 0 0 5px;
}
#contenedor-grilla .msg.right {
    color: #EB691B;
    text-align: right;
}
#contenedor-grilla .msg.right p {
    color: #EB691B;
}
#ajax-loader {
    background: url(../images/ajax-loader.gif) center no-repeat;
    display: none;
    height: 11px;
}
#contenedor-grilla .iconos {
    margin-left: 33px;
}
#contenedor-grilla ul {
    display: inline;
    list-style: none;
    margin: 0;
    padding: 0;
}
#contenedor-grilla .iconos li {
    float: left;
    height: 20px;
    margin: 0;
    padding: 0;
    width: 34px;
}
#contenedor-grilla .iconos li.sep {
    border-right: 2px solid #DDD;
}
#contenedor-grilla .iconos li.sep.enviarEmailSMS {
    width: 74px;
}
#contenedor-grilla table {
    margin: 0;
}
#contenedor-grilla .wrapper {
    border: 1px solid #e0e0e2;
    border-radius: 5px;
    moz-border-radius: 5px;
    ms-border-radius: 5px;
    webkit-border-radius: 5px;
    clear: both;
    margin: 10px 0 10px 0;
}
#contenedor-grilla .wrapper table thead th {
    background: #fff;
    border-bottom: 1px solid #d1d2d6;
    border-left: 1px solid #f9fafe;
    border-right: 1px solid #d1d2d6;
    border-top: 1px solid #f9fafe;
    color: #0086b9;
    font-weight: bold;
    padding: 8px;
    text-align: center;
}
#contenedor-grilla .wrapper table thead th.header {
    background: #e7ebf6 url(../images/flechita.png) 95% no-repeat;
}
#contenedor-grilla .wrapper table thead th.headerSortUp {
    background: url(../images/flechita-up.png) 95% no-repeat;
}
#contenedor-grilla .wrapper table thead th.headerSortDown {
    background: url(../images/flechita-down.png) 95% no-repeat;
}
#contenedor-grilla .wrapper table thead th.header {
    cursor: pointer;
}
#contenedor-grilla .wrapper table td {
    border-bottom: 1px solid #d1d2d6;
    border-left: 1px solid #f9fafe;
    border-right: 1px solid #d1d2d6;
    border-top: 1px solid #f9fafe;
    color: #353439;
    padding: 8px;
}
#contenedor-grilla .wrapper table td.negro {
    color: #353439;
}
#contenedor-grilla .wrapper table td.naranja {
    color: #0086b9;
}
#contenedor-grilla .wrapper table td.rojo {
    color: #e20018;
}
#contenedor-grilla .wrapper table td.celeste {
    color: #3394ce;
}
#contenedor-grilla .wrapper table td.gris {
    color: #b2b3b5;
}
#contenedor-grilla .wrapper table td.verde {
    color: #14831b;
}
#contenedor-grilla .wrapper table tbody td {
    background: #fff;
    vertical-align: top;
}
#contenedor-grilla .wrapper table tbody tr.odd td {
    background: #f6f6f6;
}
#contenedor-grilla .wrapper table input {
    font-family: arial,sans-serif;
    font-size: 100%;
    margin: 0;
}
#contenedor-grilla .wrapper table form {
    margin: 0;
    padding: 0;
}
a#enviar {
    background: url(../images/bt-contacto.png) top center no-repeat;
    display: block;
    filter: alpha(opacity=0.7);
    filter: alpha(opacity=70);
    height: 24px;
    khtml-opacity: .70;
    margin-top: -2px;
    moz-opacity: .70;
    ms-filter: "alpha(opacity=70)";
    opacity: .70;
    text-align: center;
}
a#enviar:hover {
    filter: alpha(opacity=1);
    khtml-opacity: 1;
    moz-opacity: 1;
    ms-filter: "alpha(opacity=1)";
    opacity: 1;
}
a#imprimir {
    background: url(../images/bt-imprimir.png) top center no-repeat;
    display: block;
    filter: alpha(opacity=0.7);
    filter: alpha(opacity=70);
    height: 24px;
    khtml-opacity: .70;
    margin-top: -2px;
    moz-opacity: .70;
    ms-filter: "alpha(opacity=70)";
    opacity: .70;
    text-align: center;
}
a#imprimir:hover {
    filter: alpha(opacity=1);
    khtml-opacity: 1;
    moz-opacity: 1;
    ms-filter: "alpha(opacity=1)";
    opacity: 1;
}
a#sms {
    background: url(../images/bt-sms.png) top center no-repeat;
    display: block;
    filter: alpha(opacity=0.7);
    filter: alpha(opacity=70);
    height: 24px;
    khtml-opacity: .70;
    margin-top: -2px;
    moz-opacity: .70;
    ms-filter: "alpha(opacity=70)";
    opacity: .70;
    text-align: center;
}
a#sms:hover {
    filter: alpha(opacity=1);
    khtml-opacity: 1;
    moz-opacity: 1;
    ms-filter: "alpha(opacity=1)";
    opacity: 1;
}
a#enviarEmailSMS {
    background: url(../images/bt-emailsms.png) top center no-repeat;
    display: block;
    filter: alpha(opacity=0.7);
    filter: alpha(opacity=70);
    height: 24px;
    khtml-opacity: .70;
    margin-top: -2px;
    moz-opacity: .70;
    ms-filter: "alpha(opacity=70)";
    opacity: .70;
    text-align: center;
}
a#enviarEmailSMS:hover {
    filter: alpha(opacity=1);
    khtml-opacity: 1;
    moz-opacity: 1;
    ms-filter: "alpha(opacity=1)";
    opacity: 1;
}
a#eliminar {
    background: url(../images/bt-eliminar.png) top center no-repeat;
    display: block;
    filter: alpha(opacity=0.7);
    filter: alpha(opacity=70);
    height: 24px;
    khtml-opacity: .70;
    margin-top: -2px;
    moz-opacity: .70;
    ms-filter: "alpha(opacity=70)";
    opacity: .70;
    text-align: center;
}
a#eliminar:hover {
    filter: alpha(opacity=1);
    khtml-opacity: 1;
    moz-opacity: 1;
    ms-filter: "alpha(opacity=1)";
    opacity: 1;
}
a#exportar {
    background: url(../images/bt-descargar.png) top center no-repeat;
    display: block;
    filter: alpha(opacity=0.7);
    filter: alpha(opacity=70);
    height: 24px;
    khtml-opacity: .70;
    margin-top: -2px;
    moz-opacity: .70;
    ms-filter: "alpha(opacity=70)";
    opacity: .70;
    text-align: center;
}
a#exportar:hover {
    filter: alpha(opacity=1);
    khtml-opacity: 1;
    moz-opacity: 1;
    ms-filter: "alpha(opacity=1)";
    opacity: 1;
}
a#modificar {
    background: url(../images/candado.png) 0 0 no-repeat;
    display: block;
    filter: alpha(opacity=0.7);
    filter: alpha(opacity=70);
    height: 23px;
    khtml-opacity: .70;
    margin-top: -2px;
    moz-opacity: .70;
    ms-filter: "alpha(opacity=70)";
    opacity: .70;
    text-align: center;
    width: 30px;
}
a#modificar:hover {
    filter: alpha(opacity=1);
    khtml-opacity: 1;
    moz-opacity: 1;
    ms-filter: "alpha(opacity=1)";
    opacity: 1;
}
a#modificar.disabled, a#eliminar.disabled {
    opacity: .3;
}
#contenedor-grilla .totales {
}
#contenedor-grilla .totales li {
    color: #636363;
    float: left;
    font-family: arial,sans-serif;
    font-size: 13px;
    font-weight: bold;
    height: 20px;
    margin: 0;
    padding: 0 5px;
    width: auto;
}
#contenedor-grilla .totales li.sep {
    border-right: 1px solid #a9acb3;
}
#contenedor-grilla .totales li strong {
    color: #0086b9;
    font-size: 15px;
}
#contenedor-grilla p {
    color: #777779;
    font-family: arial,sans-serif;
    font-size: 11px;
    margin: 0;
}
#contenedor-grilla .cabezal-estado-cuenta .texto-derecha {
    text-align: right;
}
#contenedor-grilla .cabezal-estado-cuenta p {
    color: #6e6e6e;
    font-size: 12px;
}
#contenedor-grilla .cabezal-estado-cuenta h1 {
    color: #0086b9;
    font-family: arial,sans-serif;
    font-size: 20px;
    font-weight: bold;
}
#contenedor-grilla .cabezal-estado-cuenta h2 {
    color: #6e6e6e;
    display: inline;
    font-family: arial,sans-serif;
    font-size: 15px;
    font-weight: bold;
}
#contenedor-grilla .cabezal-estado-cuenta .col40 {
    width: 40%;
}
#contenedor-grilla .cabezal-estado-cuenta .col60 {
    width: 60%;
}
#contenedor-grilla .cabezal-estado-cuenta h1 {
    display: inline;
    vertical-align: middle;
}
#contenedor-grilla .cabezal-estado-cuenta .filtro {
    float: right;
    margin-left: 15px;
}
#contenedor-grilla .cabezal-estado-cuenta select,#contenedor-grilla .cabezal-estado-cuenta input[type="text"] {
    background: #fff;
    border: 1px solid #d2d4d3;
    border-radius: 5px;
    moz-border-radius: 5px;
    ms-border-radius: 5px;
    webkit-border-radius: 5px;
    padding: 2px 3px;
}
#contenedor-grilla .cabezal-estado-cuenta input[type="text"] {
    margin-left: 2px;
    margin-right: 3px;
    padding: 2px;
    text-align: center;
    width: 75px;
}
#contenedor-grilla .wrapper tr.highlight td {
    background-color: #f6f6f6;
    font-weight: bold;
}
#contenedor-grilla p.vacio {
    font-size: 14px;
    margin-top: 40px;
}
#home .presentacion {
    background: url('../images/header.png') top center no-repeat;
    height: 375px;
    width: 961px;
}
#home .banner {
    float: left;
    height: 91px;
    line-height: .4;
    margin-bottom: 10px;
    margin-top: 10px;
    padding-top: 30px;
    text-align: center;
    width: 299px;
}
#home .banner h1 {
    color: #fff;
    font-size: 38px;
    margin: 0;
    margin-top: 20px;
    padding: 0;
    text-shadow: #000 .1em .1em .2em;
}
#home .banner h2 {
    color: #fff;
    font-size: 18px;
    margin: 0;
    padding: 0;
    text-shadow: #000 .1em .1em .2em;
}
#home .naranja {
    background-color: #f19124;
    margin-left: 21px;
    margin-right: 11px;
}
#home .naranja:hover {
    background-color: #b4660e;
}
#home .azul {
    background-color: #005191;
    margin-right: 11px;
}
#home .azul:hover {
    background-color: #0e87e6;
}
#home .violeta {
    background-color: #6b3a8a;
}
#home .violeta:hover {
    background-color: #af81cc;
}
#home .banner-horizontal {
    background-color: #c9dce9;
    clear: both;
    height: 25px;
    margin: 0 auto;
    margin-bottom: 30px;
    margin-left: 20px;
    padding: 10px;
    text-align: center;
    width: 900px;
}
#home .banner-horizontal a {
    color: #135191;
    font-family: arial,verdana,sans-serif;
    font-size: 18px;
    letter-spacing: 1;
    text-decoration: none;
}
#home .banner-horizontal a:hover {
    color: #f19124;
}
#sidebar {
    padding: 10px 0 20px 0;
}
#pie {
    width: 100%;
    min-width: 960px;
    padding: 30px 0;
    margin: 30px 0 0;
    text-align: center;
    background: #EEE;
    border-top: solid 3px #DDD;
}
#pie img {
    width: 100%;
    max-width: 1200px;
}
#tooltipmod {
    background: #f9f9f9;
    border: 1px solid #d4d4d4;
    border-radius: 5px;
    ms-border-radius: 5px;
    webkit-border-radius: 5px;
    font-size: 12px;
    padding: 8px;
    position: absolute;
    moz-box-shadow: 0 1px 3px rgba(000,000,000,0.5),inset 0 0 1px rgba(255,255,255,1);
    webkit-box-shadow: 0 1px 3px rgba(000,000,000,0.5),inset 0 0 1px rgba(255,255,255,1);
    z-index: 3000;
}
#tooltipmod h3,#tooltipmod div {
    margin: 0;
}
#tooltip {
    background: #fdf6ed;
    border: 1px solid #fbd850;
    border-radius: 7px;
    moz-border-radius: 5px;
    ms-border-radius: 5px;
    webkit-border-radius: 5px;
    box-shadow: 3px 3px 10px #444;
    moz-box-shadow: 3px 3px 10px #444;
    webkit-box-shadow: 3px 3px 10px #444;
    font-size: 12px;
    padding: 8px;
    position: absolute;
    z-index: 3000;
}
#tooltip h3,#tooltip div {
    margin: 0;
}

#tooltip.talon-data {
    background: #fff;
    border: 1px solid #767676;
    font-size: 14px;
    padding: 20px 25px;
    min-width: 600px;
    max-width: 600px;
}
#tooltip.talon-data h2 {
    font-size: 20px;
    color: #0086b9;
    font-weight: bold;
    margin: 0 0 10px;
}
#tooltip.talon-data h3 {
    margin: 30px 0 10px;
    font-size: 20px;
    font-weight: bold;
    color: #636363;
}
#tooltip.talon-data h4, #tooltip.talon-data h5, #tooltip.talon-data h6 {
    color: #fff;
    float: right;
    font-size: 14px;
    font-weight: bold;
    padding: 5px 8px;
    text-transform: uppercase;
    line-height: 1;
}
#tooltip.talon-data h4 {
    background: #999;
}
#tooltip.talon-data h5 {
    background: #0086b9;
}
#tooltip.talon-data h6 {
    background: #2e8b57;
}
#tooltip.talon-data p {
    margin: 10px 0;
    font-size: 14px;
}
#tooltip.talon-data p span {
    width: 120px;
    display: inline-block;
    font-style: italic;
    font-size: 13px;
}

ul.pages {
    float: right;
    margin-right: 5px;
}
ul.pages li {
    display: inline;
}
ul.pages li a {
    color: #777779;
    font-family: arial,sans-serif;
    font-size: 11px;
    margin-right: 3px;
    text-decoration: none;
}
ul.pages li a:hover {
    text-decoration: underline;
}
.ui-dialog.confirmacion {
    box-shadow: 3px 3px 10px #444;
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4,Direction=135,Color='#444444');
    moz-box-shadow: 3px 3px 10px #444;
    ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=10, Direction=135, Color='#444444')";
    webkit-box-shadow: 3px 3px 10px #444;
}
.ui-widget-content.confirmacion {
    background: #ececee;
    border: 5px solid #fff;
}
.confirmacion .ui-widget-header {
    background: transparent;
    border: 0;
    color: #5d5d5d;
}
.confirmacion .ui-widget-content {
    border: 0;
}
.confirmacion .ui-dialog-content {
    text-align: center;
}
.confirmacion .ui-widget-header .ui-icon {
    background-image: url(ui-lightness/images/ui-icons_ef8c08_256x240.png);
}
.confirmacion .ui-state-default,.confirmacion .ui-widget-content .ui-state-default,.confirmacion .ui-widget-header .ui-state-default {
    background: #636363;
    color: #fff;
    font-weight: normal;
    border: none;
    border-radius: 5px;
    moz-border-radius: 5px;
    ms-border-radius: 5px;
    webkit-border-radius: 5px;
}
.confirmacion .ui-button:hover {
    background: #0086b9 !important;
}
.confirmacion p {
    color: #0086b9;
    font-weight: bold;
}
.confirmacion .msg {
    color: #5d5d5d;
    margin: 0 auto;
    margin-top: 20px;
}
.confirmacion .row {
    margin: 6px 0 6px 0;
}
.confirmacion fieldset {
    color: #8f8f90;
    text-align: left;
}
.confirmacion fieldset p {
    color: #8f8f90;
    display: inline;
    font-weight: normal;
    margin-left: 4px;
}
.confirmacion .label {
    background: #e7e7e9;
    background: linear-gradient(top,#e4e4e6 0,#f4f4f6 100%);
    background: -moz-linear-gradient(top,#e4e4e6 0,#f4f4f6 100%);
    background: -ms-linear-gradient(top,#e4e4e6 0,#f4f4f6 100%);
    background: -o-linear-gradient(top,#e4e4e6 0,#f4f4f6 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#e4e4e6),color-stop(100%,#f4f4f6));
    background: -webkit-linear-gradient(top,#e4e4e6 0,#f4f4f6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e4e4e6',endColorstr='#f4f4f6',GradientType=0);
    border: 1px solid #b8b9bb;
    border: 1px solid #c2c3c5;
    border-radius: 7px;
    color: #8f8f90;
    display: inline-block;
    moz-border-radius: 7px;
    ms-border-radius: 7px;
    padding: 1px 0 1px 2px;
    text-align: left;
    webkit-border-radius: 7px;
    width: 55px;
}
.confirmacion input[type="text"] {
    background: #fff;
    border: 1px solid #c2c3c5;
    border-radius: 7px;
    color: #8f8f90;
    margin-left: 2px;
    moz-border-radius: 7px;
    ms-border-radius: 7px;
    padding: 3px;
    webkit-border-radius: 7px;
    width: 300px;
}
.confirmacion .contenedor {
    background: #fff;
    border: 1px solid #c2c3c5;
    border-radius: 7px;
    color: #8f8f90;
    display: inline-block;
    margin-left: 6px;
    moz-border-radius: 7px;
    ms-border-radius: 7px;
    padding: 1px 3px 1px 3px;
    webkit-border-radius: 7px;
    width: 300px;
}
.confirmacion .contenedor a {
    color: #8f8f90;
}
.confirmacion textarea {
    background: #fff;
    border: 1px solid #c2c3c5!important;
    border-radius: 7px;
    color: #8f8f90;
    height: 100px;
    moz-border-radius: 7px;
    ms-border-radius: 7px;
    padding: 6px;
    text-align: left;
    webkit-border-radius: 7px;
    width: 355px;
}
.confirmacion .row p.checkbox {
    font-size: 11px;
    margin-left: 3px;
}
.ui-widget-overlay {
    background-image: none!important;
}
.confirmacion .ui-dialog-buttonpane.ui-widget-content.ui-helper-clearfix {
    position: relative;
    text-align: center;
}
.confirmacion.ui-dialog .ui-dialog-buttonpane {
    margin: 0;
}
.confirmacion.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
    float: none;
}
.confirmacion.aceptar .ui-dialog-buttonpane.ui-widget-content.ui-helper-clearfix {
    float: none;
    left: 0;
    padding-left: 0;
    padding-right: 0;
}
.ui-dialog.confirmacion.aceptar .ui-dialog-buttonpane .ui-dialog-buttonset {
    float: none;
    text-align: center;
}
.ui-dialog.confirmacion.aceptar .ui-dialog-buttonpane button {
    margin-right: 0;
}
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
    color: #0086b9;
}
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
    color: #0086b9;
}
#accordion .ui-widget-content {
    background: #f6f6f6;
    border-bottom: 1px solid #e0e0e2;
    border-left: 1px solid #e0e0e2;
    border-right: 1px solid #e0e0e2;
}
.ui-accordion .ui-accordion-header {
    background: #f6f6f6;
    border-top: 1px solid #e0e0e2;
    border-left: 1px solid #e0e0e2;
    border-right: 1px solid #e0e0e2;
}
.ui-accordion .ui-accordion-header:hover {
    border-bottom: solid 1px #e0e0e2 !important;
}
#accordion #label_excel {
    margin: 0 0 20px 5px;
}
#accordion .submitbutton {
    background: transparent;
    float: right;
    margin: 9px 0 5px 0;
}
#accordion #uploadFile {
    float: left;
}
#accordion #uploadFile .qq-upload-button {
    background: #696969;
    border: none;
    color: #fff;
    margin: 11px 0 0 5px;
    padding: 6px 8px;
}
#accordion-datos {
    width: 720px;
    border: none;
}
#accordion-datos.ui-tabs {
    padding: 0;
}
#accordion-datos .ui-tabs-nav {
    background: #FFF;
    border: solid 1px #CCC;
    border-left: none;
    border-right: none;
    border-top: none;
    border-radius: 0;
    font-size: 12px;
    padding: 0;
}
#accordion-datos .ui-tabs-nav .ui-state-default {
    background: #E9E9EB;
    background: linear-gradient(top,#E9E9EB 0,#D1D2D4 100%);
    background: -moz-linear-gradient(top,#E9E9EB 0,#D1D2D4 100%);
    background: -ms-linear-gradient(top,#E9E9EB 0,#D1D2D4 100%);
    background: -o-linear-gradient(top,#E9E9EB 0,#D1D2D4 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#E9E9EB),color-stop(100%,#D1D2D4));
    background: -webkit-linear-gradient(top,#E9E9EB 0,#D1D2D4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#E9E9EB',endColorstr='#D1D2D4',GradientType=0);
    border: 1px solid #999;
}
#accordion-datos .ui-tabs-nav .ui-state-default.ui-tabs-selected.ui-state-active {
    background: #f6f6f6;
    border: 1px solid #CCC;
}
#accordion-datos .ui-tabs-nav .ui-state-default > a {
    color: #4d4d4d !important;
    text-shadow: 1px 1px #FFF;
}
#accordion-datos .ui-tabs-panel.ui-widget-content {
    background: #F7F7F7;
    border: solid 1px #CCC;
    border-top: none;
}
#accordion-datos fieldset {
    border-top: 1px solid #CCC;
    margin: 20px 0;
    padding: 10px;
}
#accordion-datos legend {
    color: #5C5C5C;
    font-weight: bold;
    padding: 0 5px;
    text-shadow: 1px 1px #FFF;
}
#accordion-datos .col-datos {
    float: left;
    width: 70%;
}
#accordion-datos .col-logo {
    float: right;
    width: 30%;
}
#accordion-datos img.logo {
    float: right;
    width: 120px;
}
#accordion-datos a.eliminar {
    background: url(../images/close_icon.gif) no-repeat;
    display: block;
    float: right;
    height: 14px;
    width: 14px;
}
#accordion-datos .ui-accordion-header {
    background: #e9e9eb;
    background: linear-gradient(top,#e9e9eb 0,#d1d2d4 100%);
    background: -moz-linear-gradient(top,#e9e9eb 0,#d1d2d4 100%);
    background: -ms-linear-gradient(top,#e9e9eb 0,#d1d2d4 100%);
    background: -o-linear-gradient(top,#e9e9eb 0,#d1d2d4 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#e9e9eb),color-stop(100%,#d1d2d4));
    background: -webkit-linear-gradient(top,#e9e9eb 0,#d1d2d4 100%);
    border: 1px solid #d5d6d8;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9eb',endColorstr='#d1d2d4',GradientType=0);
}
#accordion-datos h3 {
    color: #646567;
    font-family: arial,tahoma,verdana;
    font-size: 1.1em;
    text-shadow: 0 -1px 0 rgba(000,000,000,0.2),0px 1px 0 rgba(255,255,255,1);
}
#accordion-datos h3 a {
    color: #646567;
    text-decoration: none;
    text-shadow: 0 -1px 0 rgba(000,000,000,0.2),0px 1px 0 rgba(255,255,255,1);
}
#accordion-datos h3 a:hover {
    color: #88898c;
}
#accordion-datos .ui-accordion-content {
    background: #f5f5f5;
    background: linear-gradient(top,#f5f5f5 0,#e9e9e9 100%);
    background: -moz-linear-gradient(top,#f5f5f5 0,#e9e9e9 100%);
    background: -ms-linear-gradient(top,#f5f5f5 0,#e9e9e9 100%);
    background: -o-linear-gradient(top,#f5f5f5 0,#e9e9e9 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#f5f5f5),color-stop(100%,#e9e9e9));
    background: -webkit-linear-gradient(top,#f5f5f5 0,#e9e9e9 100%);
    border: 1px solid #d5d6d8;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f5f5',endColorstr='#e9e9e9',GradientType=0);
    padding: 10px 30px 0;
}
#accordion-datos .row, #content .panel-right .row {
    clear: both;
}
#accordion-datos .row label, #content .panel-right .row label  {
    color: #646567;
    display: block;
    float: left;
    font-family: arial,tahoma,verdana;
    font-size: 1em;
    margin-bottom: 5px;
    margin-top: 5px;
    width: 130px;
}
#accordion-datos .row input[type="text"], #accordion-datos .row input[type="password"], #content .panel-right .row input[type="text"], #content .panel-right .row input[type="password"] {
    background: #fff;
    border: 1px solid #c2c3c5;
    border-radius: 5px;
    color: #646567;
    font-family: arial,tahoma,verdana;
    font-size: 1em;
    height: 20px;
    margin-bottom: 5px;
    moz-border-radius: 5px;
    ms-border-radius: 5px;
    padding: 3px;
    vertical-align: middle;
    webkit-border-radius: 5px;
    width: 290px;
}
#accordion-datos .row input[type="text"].corto {
    margin-left: 5px;
    width: 227px;
}
#accordion-datos .row select {
    background: #fff;
    border: 1px solid #c2c3c5;
    border-radius: 5px;
    color: #646567;
    float: left;
    font-family: arial,tahoma,verdana;
    font-size: 1em;
    height: 27px;
    margin-bottom: 5px;
    moz-border-radius: 5px;
    ms-border-radius: 5px;
    padding: 3px;
    vertical-align: middle;
    webkit-border-radius: 5px;
}
#accordion-datos .row textarea {
    background: #fff;
    color: #646567;
    font-family: arial,tahoma,verdana;
    font-size: 1em;
    padding: 3px;
}
#accordion-datos .row .errorMessage {
    color: #0086b9;
    display: block;
    font-family: arial,tahoma,verdana;
    font-size: 1em;
    font-weight: normal;
    line-height: 1.5;
    margin: 0 0 5px 130px;
}
#accordion-datos #Cuenta_tipo_documento > input {
    float: left;
    margin: 6px 3px 0 0;
}
#accordion-datos #Cuenta_tipo_documento > label {
    width: 100px;
}
#accordion-datos #Cuenta_documento {
    margin-left: 0;
    width: 200px;
}
#accordion-datos .row.chkbox > label, #content .panel-right .row.chkbox > label {
    width: auto !important;
}
#accordion-datos .row.chkbox > input, #content .panel-right .row.chkbox > input {
    float: left;
    margin: 6px 10px 0 0 !important;
}
#accordion-datos .token {
    display: block;
    float: left;
    margin: 5px 0 10px;
}
#accordion-datos input[type="submit"] {
    background: #0086b9;
    border: none;
    border-radius: 5px;
    moz-border-radius: 5px;
    ms-border-radius: 5px;
    webkit-border-radius: 5px;
    color: #fff;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
    margin-left: 5px;
    padding: 5px 8px;
    width: 90px;
}
#uploadLogo .qq-upload-button {
    background: #696969;
    border: none;
    border-radius: 5px;
    moz-border-radius: 5px;
    ms-border-radius: 5px;
    webkit-border-radius: 5px;
    color: #fff;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
    margin: 10px 0 0 5px;
    padding: 5px 8px;
    width: 72px;
}
#uploadLogo .qq-upload-button-hover {
    background: #0086b9;
}
#accordion-datos .ErrorMessage {
    color: #0086b9;
}
#uploadLogo ul.qq-upload-list {
    float: left;
    font-weight: normal;
    margin-left: 230px;
    margin-top: -20px;
}
#content .submitupdate {
    text-align: center;
    margin: 15px 0;
}
#content .submitupdate input[type="submit"] {
    background: #0086b9;
    border-radius: 5px;
    moz-border-radius: 5px;
    ms-border-radius: 5px;
    webkit-border-radius: 5px;
    color: #fff;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
    margin-left: 5px;
    padding: 8px 15px;
    text-align: center;
}
#content .submitupdate input[type="submit"]:hover {
    background: #636363;
}
.settings {
    float: right;
    left: 195px;
    position: absolute;
    top: 5px;
}
#settings {
    background: url(../images/ruedita.png) no-repeat;
    filter: alpha(opacity=0.4);
    filter: alpha(opacity=40);
    float: left;
    height: 17px;
    khtml-opacity: .40;
    moz-opacity: .40;
    ms-filter: "alpha(opacity=40)";
    opacity: .40;
    width: 17px;
}
#settings:hover {
    filter: alpha(opacity=1);
    khtml-opacity: 1;
    moz-opacity: 1;
    ms-filter: "alpha(opacity=1)";
    opacity: 1;
}
#frm-config {
    color: #777779;
}
#frm-config p {
    margin: 0 0 0.3em;
}
#frm-config p.indentar {
    margin-left: 25px;
}
#frm-config #porcentajeRecargo {
    border: 1px solid #777779;
    width: 34px;
}
.configuracion.ui-dialog {
    background: #FFF;
    border: solid 1px #999;
}
.configuracion .ui-widget-header {
    background: 0;
    border: 0;
    color: #0086b9;
}
.configuracion .ui-dialog-buttonpane {
    border-top: solid 1px #CCC !important;
}
.configuracion .ui-icon {
    background-image: url(ui-lightness/images/ui-icons_222222_256x240.png)!important;
}
.configuracion .ui-button {
    background: #0086b9;
    border: none;
    border-radius: 5px;
    moz-border-radius: 5px;
    ms-border-radius: 5px;
    webkit-border-radius: 5px;
    color: #FFF;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
    margin-left: 5px;
}
.configuracion .ui-state-default {
    border: none;
    color: #FFF !important;
}
.navigator-bottom {
    float: right;
    margin: 12px 0 0;
}
.gridNavFirst, .gridNavPrev, .gridNavNext, .gridNavLast {
    display: block;
    float: left;
    height: 25px;
    margin-top: -2px;
    opacity: .7;
    text-indent: -9999px;
    width: 33px;
}
.gridNavFirst:hover, .gridNavPrev:hover, .gridNavNext:hover, .gridNavLast:hover {
    opacity: 1;
}
.gridNavFirst {
    background: url(../images/nav-first.png) no-repeat center center;
}
.gridNavPrev {
    background: url(../images/nav-prev.png) no-repeat center center;
}
.gridNavNext {
    background: url(../images/nav-next.png) no-repeat center center;
}
.gridNavLast {
    background: url(../images/nav-last.png) no-repeat center center;
}
.currentPage {
    color: #444;
    display: block;
    float: left;
    font-size: 15px;
    margin-top: -2px;
    padding: 0 7px !important;
    width: auto !important;
}
.buscadorDiv {
    background: #f7f7f7;
    border: solid 1px #ddd;
    border-radius: 5px 0 5px 5px;
    moz-border-radius: 5px 5px 0 0;
    ms-border-radius: 5px 5px 0 0;
    webkit-border-radius: 5px 5px 0 0;
    color: #717173;
    font-size: 12px;
    margin: 0 0 15px;
    padding: 15px 25px 10px;

}
.buscadorDiv .title {
    color: #0086b9;
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 10px;
}
.buscadorDiv fieldset {
    border-bottom: 2px solid #d5d5d5;
    float: left;
    padding: 0 2% 10px 0;
}
.buscadorDiv fieldset.que {
    width: 29%;
}
.buscadorDiv fieldset.cuando {
    width: 37%;
}
.buscadorDiv fieldset.quienes {
    padding-right: 0;
    width: 30%;
}
.buscadorDiv fieldset.quienes .tip {
    font-size: 10px;
}
.buscadorDiv fieldset.quienes .sep {
    padding: 6px 0;
}
.buscadorDiv fieldset .wrap {
    height: 120px;
    margin: 0 0 0 3%;
}
.buscadorDiv fieldset.que .wrap {
    max-width: 180px;
}
.buscadorDiv fieldset.cuando .wrap {
    max-width: 240px;
}
.buscadorDiv fieldset.quienes .wrap {
    max-width: none;
    width: 184px;
}
.buscadorDiv fieldset.quienes input {
    width: 120px;
}
.buscadorDiv fieldset legend {
    border-bottom: 2px solid #D5D5D5;
    color: #717173;
    font-size: 13px;
    font-weight: bold;
    margin: 0 0 12px;
    padding: 0 0 5px 2%;
    width: 98%;
}
.buscadorDiv fieldset ul {
    color: #777779 !important;
    font-size: 12px !important;
    line-height: 2em !important;
    list-style: none;
}
.buscadorDiv fieldset.que ul li {
}
.buscadorDiv fieldset.cuando label.lblPeriodo {
    display: block;
    float: left;
    width: 42px;
}
.buscadorDiv fieldset.quienes label {
    display: block;
    float: left;
    width: 58px;
}
.buscadorDiv input, .buscadorDiv select {
    border: solid 1px #CCC;
    border-radius: 5px 5px 5px 5px;
    font-size: 12px;
    moz-border-radius: 5px 5px 5px 5px;
    ms-border-radius: 5px 5px 5px 5px;
    padding: 2px;
    webkit-border-radius: 5px 5px 5px 5px;
}
.buscadorDiv .date-pick {
    text-align: center;
    width: 66px;
}
.buscadorDiv .botones {
    margin: 10px 0 0;
    text-align: right;
}
.buscadorDiv .botones input {
    background: #636363;
    border: none;
    border-radius: 5px;
    moz-border-radius: 5px;
    ms-border-radius: 5px;
    webkit-border-radius: 5px;
    color: #FFF;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
    font-weight: bold;
    margin-left: 5px;
    padding: 5px 12px;
    cursor: pointer;
}
.buscadorDiv .botones input#busEnviar {
    background: #0086b9;
}
.busqueda {
}
.busqueda a#buscar {
    background: #FFF url("../images/search.png") no-repeat scroll 6px center;
    border: 1px solid #CCC;
    border-radius: 5px;
    moz-border-radius: 5px;
    ms-border-radius: 5px;
    webkit-border-radius: 5px;
    color: #333;
    display: block;
    font-size: 13px;
    line-height: 20px;
    opacity: 0.7;
    padding: 7px 12px 7px 36px;
    text-decoration: none;
    text-transform: uppercase;
}
.busqueda a#buscar:hover {
    opacity: 1;
}
.busqueda.active {
    background: #f6f6f6;
    border: solid 1px #ddd;
    border-bottom: none;
    border-radius: 5px 5px 0 0;
    moz-border-radius: 5px 5px 0 0;
    ms-border-radius: 5px 5px 0 0;
    webkit-border-radius: 5px 5px 0 0;
    margin-bottom: -1px;
    margin-right: 1px;
    padding: 7px 7px 5px;
}
#contenedor-grilla .cantxpag {
    float: left;
    margin: 12px 0 0;
    padding: 2px 7px 2px 4px;
}
#contenedor-grilla .cantxpag select {
    background: none;
    border: none;
}
#contenedor-grilla .cantxpag option {
    padding-right: 10px;
}

#exportarDiv {
    text-align: left;
}
#exportarDiv h2 {
    color: #505050;
    text-align: center;
}
#exportarDiv h4 {
    color: #0086b9;
    font-size: 1em;
    font-weight: bold;
    margin: 0;
}
#exportarDiv input, #exportarDiv select {
    border: 1px solid #CCCCCC;
    border-radius: 5px;
    moz-border-radius: 5px;
    ms-border-radius: 5px;
    webkit-border-radius: 5px;
    margin: 10px 0 0;
    padding: 2px 3px;
    color: #333;
}
#exportarDiv input[type="text"] {
    width: 70px;
}
#exportarDiv ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
#exportarDiv li {
    float: left;
    padding: 0 5%;
    width: 40%;
}
#exportarDiv p {
    margin: 10px 0 20px;
}
#exportarDiv label[for="exportarHasta"] {
    margin: 0 0 0 15px;
}

#content .panel-left ul {
    border-bottom: 1px solid #DDDDDD;
    border-top: 1px solid #DDDDDD;
    color: #0086b9;
    font-size: 14px;
    list-style: square inside none;
    margin: 0 0 15px;
    padding: 10px 5px;
}
#content .panel-left a {
    text-decoration: none;
}
#content .panel-left p {
    color: #666;
    margin: 0 0 10px;
}
#content .panel-left a {
    text-decoration: none;
}
#content .button, #content input[type="submit"] {
    background: #0086b9;
    border-radius: 5px;
    moz-border-radius: 5px;
    ms-border-radius: 5px;
    webkit-border-radius: 5px;
    color: #FFF;
    display: inline-block;
    font-size: 14px;
    padding: 8px 20px;
    text-transform: uppercase;
    cursor: pointer;
    text-decoration: none;
}
#content .button:hover, #content input[type="submit"]:hover {
    background: #636363;
}
#content .panel-left h2 {
    margin-bottom: 7px;
}
#content .panel-right {
    background: #f6f6f6;
    background: linear-gradient(top,#f6f6f6 0,#f7f7f7 100%);
    background: -moz-linear-gradient(top,#f6f6f6 0,#f7f7f7 100%);
    background: -ms-linear-gradient(top,#f6f6f6 0,#f7f7f7 100%);
    background: -o-linear-gradient(top,#f6f6f6 0,#f7f7f7 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#f6f6f6),color-stop(100%,#f7f7f7));
    background: -webkit-linear-gradient(top,#f6f6f6 0,#f7f7f7 100%);
    background: -moz-linear-gradient(top,#f6f6f6 0,#f7f7f7);
    background: -webkit-gradient(linear,left top,left bottom,from(#f6f6f6),to(#f7f7f7));
    border: 1px solid #e0e0e2;
    height: auto;
    min-height: 150px;
    border-radius: 5px;
    moz-border-radius: 5px;
    ms-border-radius: 5px;
    webkit-border-radius: 5px;
    padding: 15px;
}
#content .panel-right fieldset {
    border-top: 1px solid #CCC;
    margin: 20px 0;
    padding: 10px;
}
#content .panel-right legend {
    color: #5C5C5C;
    font-weight: bold;
    padding: 0 5px;
    text-shadow: 1px 1px #FFF;
}
#content .panel-right table th {
    background: #636363;
    color: #FFF;
    text-align: center;
}
#content .panel-right table tr.odd {
    background: #FFF;;
}
#content .panel-right table td {
    text-align: center;
    padding: 7px 12px;
}
#content .panel-right table td.left {
    text-align: left;
}
#content p.aviso {
    color: #0086b9;
    font-size: 13px;
    margin: 10px 0 30px;
}

.dashboard {
    margin: 0 -20px;
}
.dashboard .periodo {
    cursor: pointer;
    float: right;
    margin-right: 17px;
}
.dashboard .periodo .wrap {
    border: solid 1px #CCC;
    border-right: none;
    float: left;
    padding: 5px 10px;
}
.dashboard .periodo .selIcon {
    background: #DDD url("../images/flechita.png") no-repeat center center;
    float: right;
    height: 44px;
    width: 24px;
}
.dashboard .periodo .qlk {
    font-size: 11px;
    line-height: 11px;
}
.dashboard .periodo .fechas {
    font-size: 16px;
    font-weight: bold;
    line-height: 16px;
    margin: 5px 0 0;
}
.dashboard .opciones {
    display: none;
    background: none repeat scroll 0 0 #FFF;
    border: 1px solid #CCC;
    box-shadow: 0 5px 10px 0 #999;
    position: absolute;
    right: 16px;
    top: 64px;
    z-index: 9;
}
.dashboard .opciones .wrap {
    float: left;
    padding: 20px 25px;
    width: 200px;
}
.dashboard .opciones .title {
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 10px;
}
.dashboard .date-picker {
    border: 1px solid #B5B5B5;
    font-size: 14px;
    padding: 2px;
    width: 74px;
}
.dashboard .opciones .acuxmes {
    font-size: 12px !important;
    margin: 15px 0 0 !important;
}
.dashboard .opciones ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
.dashboard .opciones ul li {
    float: left;
    font-size: 12px;
    width: 50%;
}
.dashboard .opciones .botones {
    background: none repeat scroll 0 0 #EEEEEE;
    padding: 10px 20px;
    text-align: right;
}
.dashboard .opciones .botones input {
    background: none repeat scroll 0 0 #636363;
    border-radius: 5px;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: bold;
    margin-left: 5px;
    padding: 5px 10px;
    cursor: pointer;
}
.dashboard .opciones .botones input#enviar {
    background: none repeat scroll 0 0 #0086b9;
}
.dashboard h2 {
    margin-left: 15px;
}
.dashboard .grafica {
    border-bottom: 2px solid #636363;
    border-top: 2px solid #636363;
    padding: 20px 10px;
}
.dashboard #grafica {
    height: 300px;
    width: 100%;
}
.dashboard .indicadores {
    border-top: 4px solid #636363;
}
.dashboard .indicadores .indicador {
    float: left;
    width: 20%;
}
.dashboard .indicadores .indicador .wrap {
    border-left: 1px solid #CCC;
    padding: 5px 10px;
    height: 60px;
}
.dashboard .indicadores .titulo {
    font-size: 14px;
}
.dashboard .indicadores .valor {
    font-size: 24px;
    line-height: 45px;
    color: #0086b9;
}
.dashboard .indicadores .indicador.cobrados .valor {
    color: #0086b9;
    font-weight: bold;
}
.dashboard .indicadores .indicador.enviados .valor {
    color: #0A71B3;
    font-weight: bold;
}

.confirmacion #dialog-enviar input[type="text"], .confirmacion #dialog-enviar .contenedor {
    width: 500px;
}
.confirmacion #dialog-enviar #cc {
    margin-left: 66px;
}
.confirmacion #dialog-enviar > img {
    float: left;
    margin-left: 10px;
}
.confirmacion #dialog-enviar .msg {
    float: right;
    margin: 23px 20px 0 0;
    text-align: right;
}
.confirmacion #dialog-enviar .msg h3 {
    color: #0086b9;
    font-weight: bold;
}
.confirmacion #dialog-enviar .msg p {
    color: #777;
    margin: 0;
}
#dialog-enviar form {
    margin: 15px 0 0;
}
#dialog-enviar .cuerpo {
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 7px;
    margin: 15px 0 0;
    padding: 12px 10px 10px;
    font-size: 11px;
    color: #666;
}
#dialog-enviar .row {
    margin: 15px 0;
}
#dialog-enviar .row.title {
    color: #333;
    font-weight: bold;
}
#dialog-enviar .logos {
    margin: 0 30px 10px;
}
#dialog-enviar .micobro {
    float: left;
}
#dialog-enviar .logoEmpresa {
    float: right;
    font-size: 14px;
    font-weight: bold;
}
#dialog-enviar .fondo {
    background: none repeat scroll 0 0 #EEE;
    padding: 3px 30px;
}
.confirmacion #dialog-enviar textarea {
    width: 478px;
    min-height: 0;
    height: 40px;
    font-size: 12px;
}
#dialog-enviar .pagar {
    background: none repeat scroll 0 0 #0086b9;
    color: #f9f8f6;
    padding: 4px 0;
    text-align: center;
}
#dialog-enviar .medios {
    text-align: center;
}
#dialog-enviar .mediosLogos {
    margin: 5px 0 0;
}
#ui-datepicker-div {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #ccc;
}
#ui-datepicker-div .ui-datepicker-header {
    background: #CCC;
    border: none;
    padding: 4px 0;
}
#ui-datepicker-div thead th {
    background: none;
}
#ui-datepicker-div tbody tr td .ui-state-default {
    color: #696969;
    border: solid 1px #fff;
}
#ui-datepicker-div tbody tr td .ui-state-hover, #ui-datepicker-div tbody tr td .ui-state-highlight {
    background: #0086b9;
    border: solid 1px #0086b9;
    color: #fff;
}
#content .soporte .row input[type="text"], #content .soporte .row input[type="password"], #content .soporte .row select, #content .soporte .row textarea {
    background: #f6f6f6;
    border: 1px solid #ccc;
    border-radius: 5px;
    moz-border-radius: 5px;
    ms-border-radius: 5px;
    webkit-border-radius: 5px;
    color: #636363;
    font-size: 14px;
    padding: 8px 10px;
    width: 920px;
    height: auto;
}
#content .soporte .row select {
    width: 942px;
}
#content .soporte .row textarea {
    height: 240px;
}

.frm fieldset.recuadro {
    border: solid 1px #ccc;
    border-radius: 5px;
    moz-border-radius: 5px;
    ms-border-radius: 5px;
    webkit-border-radius: 5px;
    padding: 15px 2% 0;
}
.frm fieldset fieldset {
    padding: 15px 0;
}
.frm fieldset fieldset .dato {
    margin: 0 0 15px 15px;
}
.frm legend {
    font-weight: bold;
    font-size: 14px;
}
.frm input[type="text"], .frm textarea, .frm select {
    background: #f6f6f6;
    border: 1px solid #ccc;
    border-radius: 5px;
    moz-border-radius: 5px;
    ms-border-radius: 5px;
    webkit-border-radius: 5px;
    color: #636363;
    font-size: 13px;
    padding: 5px 0;
    width: 100%;
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 5px;
}
.frm input[type="text"], .frm textarea {
    text-indent: 10px;
}
.frm select {
    text-indent: 3px;
    padding: 4px 0;
}
.frm input[disabled="disabled"], .frm textarea[disabled="disabled"], .frm select[disabled="disabled"] {
    color: #f6f6f6;
}
.frm .dato {
    margin: 0 0 20px;
}
.boton .titulo {
    float: left;
    width: 70%;
}
.boton .right-50 {
    float: right;
    width: 44%;
}
.boton .left-50 {
    float: left;
    width: 44%;
}
.boton .right-33 {
    float: right;
    width: 32%;
}
.boton .left-33 {
    float: left;
    width: 32%;
    margin-right: 2%;
}
.boton #descripcion {
    height: 200px;
    padding: 10px;
    text-indent: 0;
    width: 928px;
}
.boton #envio {
    width: 117px;
    margin-left: 5px;
}
.boton .dato.cantidad {
    margin: 23px 0 0;
    text-align: right;
}
.boton .dato.envio {
    margin: 17px 0 0;
    text-align: right;
}
.boton table td {
    padding: 0 10px 0 0;
    vertical-align: top;
}
.boton thead th {
    background: none;
    font-weight: bold;
    text-align: center;
}
.boton .paso {
    display: none;
}
.boton #paso1 {
    display: block;
}
.boton .pasosTit {
    margin: 20px 0 30px;
    border-bottom: 1px solid #0086b9;
}
.boton .pasosTit ul {
    list-style: none inside;
    padding: 0;
}
.boton .pasosTit li {
    background: #eee;
    float: left;
    font-size: 22px;
    margin: 0 3px 0 0;
    padding: 0 15px;
    border-radius: 0 10px 0 0;
    moz-border-radius: 0 10px 0 0;
    ms-border-radius: 0 10px 0 0;
    webkit-border-radius: 0 10px 0 0;
}
.boton .pasosTit li.selected {
    background: #0086b9;
    color: #FFF;
}
.boton .pasosTit li span {
    display: block;
    float: right;
    font-size: 16px;
    padding: 6px 10px 0;
}
.boton .accion {
    text-align: right;
}
.boton #monto {
    width: 120px;
}
.boton label {
    font-weight: bold;
}
.boton fieldset fieldset label {
    font-weight: normal;
}
.boton #monto {
    margin: 0 0 0 5px;
    width: 120px;
}
.boton .template {
    float: left;
    margin: 20px 2%;
    text-align: center;
    width: 29%;
}
.boton .template label {
    font-weight: normal;
}
.boton .template img {
    border: 1px solid #ccc;
    margin: 0 0 10px;
}
.boton table {
    margin: 0;
}
.boton table#campos, .boton table#montos {
    border: 1px solid #ccc;
    border-radius: 5px;
    margin: 20px 0;
    padding: 10px;
    width: 100%;
}
.boton #campos > thead th, .boton #montos > thead th {
    border-bottom: 1px solid #ccc;
}
.boton table#campos > tbody > tr > td, .boton table#montos > tbody > tr > td {
    border-bottom: 1px solid #ddd;
    padding: 7px 10px;
    vertical-align: top;
}
.boton .delOp, .boton .delCampo {
    display: block;
    background: url(../images/list-del.gif) no-repeat center center;
    width: 11px;
    height: 11px;
    padding: 22px 0 0;
}
#content .boton .required {
    color: #636363;
}
#content .boton p {
    font-size: 13px;
    margin: 15px 0;
}
.boton .tipoCampo {
    padding: 10px 0 0;
    text-indent: 10px;
}
.boton .qq-upload-button {
    background: #636363;
    border: none;
    border-radius: 5px;
    moz-border-radius: 5px;
    ms-border-radius: 5px;
    webkit-border-radius: 5px;
    color: #fff;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
    margin: 10px 0;
    padding: 7px 15px;
    width: 72px;
}
.boton .qq-upload-button:hover {
    background: #0086b9;
}
.boton .imagen {
    max-height: 200px;
    max-width: 300px;
}
.boton #delImagen {
    background: url("../images/close_icon.gif") no-repeat;
    display: block;
    height: 14px;
    left: 0;
}
.boton #tamano_imagen {
    font-weight: normal;
}
.boton .insertar {
    border: 1px solid #ccc;
    border-radius: 5px;
    float: left;
    padding: 30px 40px;
    width: 400px;
}
#content .boton h3 {
    color: #636363;
    font-size: 18px;
    font-weight: bold;
    margin: 10px 0 30px;
}
.boton .colores {
    list-style: none;
    margin: 7px 0 50px;
    padding: 0;
}
.boton .colores li {
    float: left;
    height: 15px;
    margin-right: 7px;
    width: 15px;
    cursor: pointer;
}
.boton .colores .negro {
    background: #1f1f1f;
}
.boton .colores .gris {
    background: #767676;
}
.boton .colores .marron {
    background: #8b4513;
}
.boton .colores .rojo {
    background: #ff0000;
}
.boton .colores .rosado {
    background: #ff1493;
}
.boton .colores .azul {
    background: #00008b;
}
.boton .colores .celeste {
    background: #00bfff;
}
.boton .colores .verde {
    background: #228b22;
}
.boton .colores .naranja {
    background: #ff7700;
}
.boton .vistaprevia {
    margin: 7px 0 30px;
}
.boton .codigo label {
    display: block;
    font-weight: normal;
}
.boton .codigo textarea, .boton .link input {
    background: #f6f6f6;
    border: 1px solid #ccc;
    border-radius: 5px;
    color: #333;
    font-family: Arial,Helvetica,sans-serif;
    margin: 5px 0;
}
.boton .codigo textarea {
    height: 56px;
    width: 94%;
    font-size: 10px;
    padding: 5px 10px;
}
.boton .link input {
    font-size: 16px;
    padding: 10px 50px;
    text-align: center;
}
.boton .link {
    border: 1px solid #ccc;
    border-radius: 5px;
    float: right;
    padding: 30px 0 69px;
    text-align: center;
    width: 44%;
}
.boton .facebook {
    margin: 60px 0;
}
#contenedor-grilla.botones .iconos li {
    float: left;
    height: auto;
    margin: 0;
    padding: 0 10px;
    width: auto;
}
#contenedor-grilla.botones .iconos li.sep {
    border-right: 1px solid #ddd;
}
#contenedor-grilla.botones .iconos a {
    color: #0086b9;
    text-decoration: none;
}
#mediosdepago ul {
    clear: both;
    list-style: none;
    margin: 0 0 80px;
}
#mediosdepago li {
    float: left;
    margin: 5px 0 0;
    width: 16%;
}
#content .creditel p {
    margin: 20px 0 15px;
}
#content .creditel .row input[type="text"] {
    width: 80px;
}
