@font-face {
    font-family: 'HelveticaNeueCondensedBold';
    src: url('../_files/fonts/HelveticaNeueCondensedBold.eot');
    src: url('../_files/fonts/HelveticaNeueCondensedBold.eot')
        format('embedded-opentype'),
        url('../_files/fonts/HelveticaNeueCondensedBold.woff2') format('woff2'),
        url('../_files/fonts/HelveticaNeueCondensedBold.woff') format('woff'),
        url('../_files/fonts/HelveticaNeueCondensedBold.ttf')
        format('truetype')
}

@font-face {
    font-family: 'FontAwesome';
    src: url("../_files/fonts/fontawesome-webfont.eot?v=4.4.0");
    src: url("../_files/fonts/fontawesome-webfont.eot?#iefix&v=4.4.0")
        format('embedded-opentype'),
        url("../_files/fonts/fontawesome-webfont.woff2?v=4.4.0")
        format('woff2'),
        url("../_files/fonts/fontawesome-webfont.woff?v=4.4.0") format('woff'),
        url("../_files/fonts/fontawesome-webfont.ttf?v=4.4.0")
        format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Conv_HelveticaNeue-UltraLight';
    src: url("../_files/fonts/HelveticaNeue-UltraLight.eot");
    src: url('../_files/fonts/HelveticaNeue-UltraLight.eot?#iefix')
        format('embedded-opentype')/* IE6-IE8 */, local('☺'),
        url("../_files/fonts/HelveticaNeue-UltraLight.woff") format('woff'),
        url("../_files/fonts/HelveticaNeue-UltraLight.ttf") format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Conv_HelveticaNeue-Light';
    src: url("../_files/fonts/HelveticaNeue-Light.eot");
    src:
        url("../_files/fonts/HelveticaNeue-Light.eot?#iefix') format('embedded-opentype"),
        local('☺'), url("../_files/fonts/HelveticaNeue-Light.woff")
        format('woff'), url("../_files/fonts/HelveticaNeue-Light.ttf")
        format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Conv_HelveticaNeue';
    src: url("../_files/fonts/HelveticaNeue.eot");
    src:
        url("../_files/fonts/HelveticaNeue.eot?#iefix') format('embedded-opentype"),
        url("../_files/fonts/HelveticaNeue.eot?#iefix') format('embedded-opentype"),
        local('☺'), url("../_files/fonts/HelveticaNeue.woff") format('woff'),
        url("../_files/fonts/HelveticaNeue.ttf") format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Conv_HelveticaNeue-Medium';
    src: url("../_files/fonts/HelveticaNeue-Medium.eot");
    src:
        url("../_files/fonts/HelveticaNeue-Medium.eot?#iefix') format('embedded-opentype"),
        local('☺'), url("../_files/fonts/HelveticaNeue-Medium.woff")
        format('woff'), url("../_files/fonts/HelveticaNeue-Medium.ttf")
        format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Conv_HelveticaNeue-Bold';
    src: url("../_files/fonts/HelveticaNeue-Bold.eot");
    src:
        url("../_files/fonts/HelveticaNeue-Bold.eot?#iefix') format('embedded-opentype"),
        local('☺'), url("../_files/fonts/HelveticaNeue-Bold.woff")
        format('woff'), url("../_files/fonts/HelveticaNeue-Bold.ttf")
        format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Conv_HelveticaNeue-CondensedBold';
    src: url("../_files/fonts/HelveticaNeueCondensedBold.eot");
    src:
        url("../_files/fonts/HelveticaNeueCondensedBold.eot?#iefix') format('embedded-opentype"),
        local('☺'), url("../_files/fonts/HelveticaNeueCondensedBold.woff")
        format('woff'), url("../_files/fonts/HelveticaNeueCondensedBold.ttf")
        format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Conv_HelveticaNeue-thin';
    src: url("../_files/fonts/HelveticaNeue-Thin.otf");
    font-weight: normal;
    font-style: normal;
}

.display-none{
    margin-top: 10000px;
}

.opacity-none{
    opacity: 0;
}

.display{
    margin-top: 0px;
}

.blue {
    color: #0064a7;
    font-weight: normal;
}

.blue-size {
    font-size: 12px;
}

.skyblue {
    color: #0091c9;
}

.mustard {
    color: #fdb924;
}

.gray {
    color: #f0f3f7;
}

.gray2 {
    color: #7c8282;
}

.white {
    color: #fff;
}

.black {
    color: #000;
}

.order-table {
    border-collapse: collapse;
}

.order-table-header {
    text-align: center;
    /*background:none repeat scroll 0 0 #E5E5E5;
    border-bottom:1px solid #BBBBBB;
    padding:16px;
    */
}

.order-table-center {
    text-align: center;
    /*
    background:none repeat scroll 0 0 #FFFFFFF;
    border-top:1px solid #BBBBBB;
    */
}

.descripcion{
    display: inline-block;
    width: 65%;
}	

html {
    font-size: 62.5%;
}

.bodyclone {
    overflow-y: hidden;
    overflow-x: hidden;
}

html * {
    font-family: 'Conv_HelveticaNeue', Arial Narrow, Georgia, arial;
}

.bootstrap-select>.dropdown-toggle {
    z-index: 0;
}

main, #outdated {
    font-size: 1.6rem;
}

html, body {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

main {
    width: 100%;
    min-height: 100%;
    position: relative;
    left: 0;
    top: 0;
    right: 0;
}

[class*=col-] {
    padding: 0;
}

h1 {
    font-size: 3.5rem;
}

h2 {
    font-size: 3rem;
}

h3 {
    font-size: 2.5rem;
}

h4 {
    font-size: 2rem;
}

h5 {
    font-size: 1.6rem;
}

h6 {
    font-size: 1.2rem;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    margin: 0;
}

*:focus {
    outline: none !important;
}

::-webkit-input-placeholder {
    color: #808080;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #808080;
}


:-ms-input-placeholder {
    color: #808080;
}

.update-browser {
    width: 100%;
    height: 100%;
    position: fixed;
    overflow: hidden;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #666;
    display: none;
}

.update-browser .update-browser-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 80px;
    padding: 25px;
}

.update-browser .update-browser-link {
    color: #fff;
    font-size: 20px;
    display: block;
    margin: 0 auto;
    width: 60%;
}

.update-browser .update-browser-link a {
    color: #fff;
    text-decoration: underline;
}

a:link, a:visited, a:hover, a:focus {
    text-decoration: none;
}

fieldset {
    border: none;
}

.btn, a {
    cursor: pointer;
}

.display-table {
    display: table;
    height: 100%;
    margin: 0 auto;
}

.display-table .display-table-cell {
    display: table-cell;
    vertical-align: middle;
}

.big-center {
    margin: 0 auto;
    display: block;
    clear: both;
    width: 100%;
    height: inherit;
    max-width: 1500px;
}

.center {
    margin: 0 auto;
    display: block;
    clear: both;
    width: 100%;
    height: inherit;
    max-width: 1200px;
}

.small-center {
    margin: 0 auto;
    display: block;
    clear: both;
    width: 100%;
    /*height: inherit;*/
    max-width: 960px;
}

.medium-center {
    margin: 0 auto;
    display: block;
    clear: both;
    width: 100%;
    height: inherit;
    max-width: 650px;
}

.tiny-center {
    margin: 0 auto;
    display: block;
    clear: both;
    width: 100%;
    height: inherit;
    max-width: 570px;
}

.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.hide {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity = 0);
}

.none {
    display: none;
}

.error {
    color: #f00;
    display: block;
    font-size: 12px;
    height: 17px;
}

.ico {
    display: inline-block;
}

.ico-empresa-1x {
    background-image: url("");
/*    background-position:;
    width:;
    height:;*/
}

.icons-details a:hover {
    color: #fdb924;
}

.icons-details a:hover .ic_exportar_excel {
    background-image: url("../images/sprite.png");
    background-position: -84px -255px;
    width: 24px;
    height: 24px;
}

.icons-details a:hover .ic_impresion {
    background-image: url("../images/sprite.png");
    background-position: -305px -120px;
    width: 24px;
    height: 24px;
}

.icons-details a:hover .ic_enviar {
    background-image: url("../images/sprite.png");
    background-position: -200px -229px;
    width: 24px;
    height: 24px;
}

.icons-details a:hover .ico_calendario {
    background-image: url("../images/sprite.png");
    background-position: -180px -255px;
    width: 24px;
    height: 24px;
}

.icons-details-Empresas a:hover {
    color: #00afde;
}

.icons-details-Empresas a:hover .ic_exportar_excel {
    background-image: url("../images/sprite.png");
    background-position: -60px -255px;
    width: 24px;
    height: 24px;
}

.icons-details-Empresas a:hover .ic_impresion {
    background-image: url("../images/sprite.png");
    background-position: -305px -144px;
    width: 24px;
    height: 24px;
}

.icons-details-Empresas a:hover .ic_enviar {
    background-image: url("../images/sprite.png");
    background-position: -305px -240px;
    width: 24px;
    height: 24px;
}

.icons-details-Empresas a:hover .ico_calendario {
    background-image: url("../images/sprite.png");
    background-position: -252px -255px;
    width: 24px;
    height: 24px;
}

#eliminarOperacion:hover {
    color: #fdb924;
}

#eliminarOperacion:hover .a_eliminar {
    background-image: url("../images/sprite.png");
    background-position: -156px -255px;
    width: 24px;
    height: 24px;
}

#eliminarOperacion .a_eliminar {
    vertical-align: middle;
    cursor: pointer;
    background-image: url("../images/sprite.png");
    background-position: -132px -255px;
    width: 24px;
    height: 24px;
}

#eliminarOperacion .a_eliminar:hover {
    background-image: url("../images/sprite.png");
    background-position: -156px -255px;
    width: 24px;
    height: 24px;
}

.a_eliminar {
    vertical-align: middle;
    cursor: pointer;
    background-image: url("../images/sprite.png");
    background-position: -132px -255px;
    width: 24px;
    height: 24px;
    margin-bottom: 2px;
}

.a_eliminar_blue {
    vertical-align: middle;
    cursor: pointer;
    background-image: url("../images/sprite.png");
    background-position: -132px -255px;
    width: 24px;
    height: 24px;
}

.ic_exportar_excel {
    display: inline-block;
    vertical-align: middle;
    background-image: url("../images/sprite.png");
    background-position: -305px -72px;
    width: 24px;
    height: 24px;
}

.ic_impresion {
    display: inline-block;
    vertical-align: middle;
    background-image: url("../images/sprite.png");
    background-position: -305px -96px;
    width: 24px;
    height: 24px;
}

.ic_enviar {
    display: inline-block;
    vertical-align: middle;
    background-image: url("../images/sprite.png");
    background-position: -305px -48px;
    width: 24px;
    height: 24px;
}

.ic_alerta {
    background-image: url("../images/sprite.png") !important;
    background-position: -255px -194px;
    width: 36px;
    height: 31px;
    vertical-align: middle;
}

p span.ic_alerta {
    background-image: url("../images/sprite.png") !important;
}

.ico_calendario {
    display: inline-block;
    vertical-align: middle;
    background-image: url("../images/sprite.png");
    background-position: -305px -24px;
    width: 24px;
    height: 24px;
}

.ico-persona-1x {
    background-image: url("");
/*    background-position:;
    width:;
    height:;*/
}

.ico-pdf-1x {
    background-image: url("../images/sprite.png");
    background-position: -305px -264px;
    width: 20px;
    height: 21px;
}

.ico-vineta-1x {
    background-image: url("../images/sprite.png");
    background-position: -291px -194px;
    width: 10px;
    height: 11px;
}

.ico-atras {
    background-image: url("../images/sprite.png");
    background-position: -287px -152px;
    width: 12px;
    height: 21px;
    margin-left: 6px;
}

.check-on-1x {
    background-image: url("../images/sprite.png");
    background-position: 0px -204px;
    width: 51px;
    height: 51px;
}

.check-off-1x {
    background-image: url("../images/sprite.png");
/*  background-position: -51px -205px; */
    background-position: -51px -204px;
    width: 50px;
    height: 51px;
}

.ico-top-1x {
    background-image: url("../images/sprite.png");
    background-position: -255px -152px;
    width: 32px;
    height: 42px;
}

.ico-blue-cloud {
    background-image: url("../images/sprite.png");
    background-position: -180px -70px;
    width: 74px;
    height: 63px;
}

.ico-amarillo-cloud {
    background-image: url("../images/sprite.png");
    background-position: -180px 0px;
    width: 75px;
    height: 70px;
}

.ico-exit {
    background-image: url("../images/sprite.png");
    background-position: -30px -255px;
    width: 30px;
    height: 31px;
    margin-bottom: -3px;
}

.x_tab_celeste {
    background-image: url("../images/sprite.png");
    background-position: -255px -102px;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 59.4px;
    left: 43px;
}

.x_tab_amarillo {
    background-image: url("../images/sprite.png");
    background-position: -101px -204px;
    width: 51px;
    height: 50px;
    position: absolute;
    top: 59.4px;
    left: 43px;
}

.view_details {
    background-image: url("../images/sprite.png");
    background-position: -204px -255px;
    width: 24px;
    height: 24px;
}

.atras_gris {
    display: inline-block;
    vertical-align: top;
    background-image: url("../images/sprite.png");
    background-position: -224px -229px;
    width: 24px;
    height: 24px;
}

.a_mensaje_exito {
    vertical-align: middle;
    background-image: url("../images/sprite.png");
    background-position: -228px -255px;
    width: 24px;
    height: 24px;
}

.a_mensaje_exito_empresa {
    vertical-align: middle;
    background-image: url("../images/sprite.png");
    background-position: -108px -255px;
    width: 24px;
    height: 24px;
}

.a_guardar {
    vertical-align: middle;
    background-image: url("../images/sprite.png");
    background-position: 0px -255px;
    width: 30px;
    height: 31px;
}

.a_guardarEmpresa {
    vertical-align: middle;
    background-image: url("../images/sprite.png");
    background-position: -255px -225px;
    width: 30px;
    height: 30px;
}

.a_mensaje_eliminar {
    vertical-align: middle;
    background-image: url("../images/sprite.png");
    background-position: -305px 0px;
    width: 24px;
    height: 24px;
}

.a_eliminar_empresas {
    vertical-align: middle;
    background-image: url("../images/sprite.png");
    background-position: -152px -229px;
    width: 24px;
    height: 24px;
}

.pagina_anterior {
    vertical-align: middle;
    background-image: url("../images/sprite.png");
    background-position: -305px -216px;
    width: 24px;
    height: 24px;
}

.siguiente_pagina {
    margin-left: 5px !important;
    vertical-align: middle;
    background-image: url("../images/sprite.png");
    background-position: -276px -255px;
    width: 24px;
    height: 24px;
}

.mensaje-abierto {
    background-image: url("../images/sprite.png");
    background-position: -305px -168px;
    width: 24px;
    height: 24px;
    margin-top: -3px;
}

.mensaje-cerrado {
    background-image: url("../images/sprite.png");
    background-position: -305px -192px;
    width: 24px;
    height: 24px;
    margin-top: -3px;
}

.btn {
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

.btn-blue {
    background: #0064a7;
    border-bottom: 3px #04548a solid;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
    font-family: 'Conv_HelveticaNeue-Light', helvetica, arial;
    height: 32px;
    padding: 6px 30px;
}

.btn-blue.hover:hover {
    color: #fff;
    background: #0080bf;
}

.btn-blue.hover:focus {
    color: #fff;
    background: #0064a7;
}

a.btn-blue {
    width: 160px;
}

a.btn-blue.hover:hover {
    color: #fff;
    background: #0080bf;
}

.btn-mustard {
    background: #fdb924;
    border-bottom: 3px #fd9900 solid;
    color: #0064a7;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.2px;
    font-family: "Conv_HelveticaNeue-CondensedBold", Arial Narrow, Charcoal,
        sans-serif;
    height: 32px;
    padding: 0 30px;
}

.btn-mustard.hover:hover {
    color: #fff;
    background: #ffa300;
}

.btn-plastic {
    overflow: hidden;
    background-image: url("../images/sprite.png");
    background-position: 0px -102px;
    width: 180px;
    height: 34px;
    color: #0064a7;
    font-size: 16px;
    font-weight: bold !important;
    font-family: "Conv_HelveticaNeue-CondensedBold", Arial Narrow, Charcoal,
        sans-serif;
}

.btn-plasticlogeo {
	background-size: 383px;
	width: 180px !important;
    overflow: hidden;
    background-image: url("../images/sprite.png");
    background-position: 0px -124px;
    width: 180px;
    height: 34px;
    color: #0064a7;
    font-size: 16px;
    font-weight: bold !important;
    font-family: "Conv_HelveticaNeue-CondensedBold", Arial Narrow, Charcoal,
        sans-serif;
}

.btn-borrar {
    overflow: hidden;
    background-image: url("../images/sprite.png");
    background-position: 0px -102px;
    height: 34px;
    color: #0064a7;
    font-size: 16px;
    font-weight: bold;
    font-family: "Conv_HelveticaNeue-CondensedBold", Arial Narrow, Charcoal,
        sans-serif;
}

.btn-plastic.hover:hover {
    background-image: url("../images/sprite.png");
    background-position: 0px 0px;
    width: 180px;
    height: 34px;
    color: #fff;
}

.btn-plasticlogeo.hover:hover {
    background-image: url("../images/sprite.png");
    background-position: 0px 0px;
    width: 180px;
    height: 34px;
    color: #fff;
}

.btn-plastic.btn-plastic-2 {
    background-image: url("../images/sprite.png");
    background-position: -120px -170px;
    width: 120px;
    height: 34px;
}

.btn-plastic.btn-plastic-2.hover:hover {
    background-image: url("../images/sprite.png");
    background-position: 0px -170px;
    width: 120px;
    height: 34px;
}

.btn-plastic-empresas {
    overflow: hidden;
    background-image: url("../images/sprite.png");
    background-position: 0px -68px;
    width: 180px;
    height: 34px;
    color: #fff;
    font-size: 16px;
    font-weight: bold !important;
    font-family: 'Conv_HelveticaNeue-CondensedBold', Arial Narrow, helvetica,
        arial;
}

.btn-plastic-empresaslogeo{
    background-size: 383px;
    width: 180 px !important;
    overflow: hidden;
    background-image: url(../images/sprite.png);
    background-position: 0px -84px;
    width: 180px;
    height: 34px;
    color: #fff;
    font-size: 16px;
    font-weight: bold !important;
    font-family: 'Conv_HelveticaNeue-CondensedBold', Arial Narrow, helvetica, arial;
}

.btn-plastic-empresas.hover:hover {
    background-image: url("../images/sprite.png");
    background-position: 0px -34px;
    width: 180px;
    height: 34px;
    color: #fff;
}

.btn-plastic-empresaslogeo.hover:hover {
    background-image: url(../images/sprite.png);
    background-position: 0px -40px;
    width: 180px;
    height: 34px;
    color: #fff;
}

.btn-plastic-empresas.btn-plastic-2-Empresas {
    background-image: url("../images/sprite.png");
    background-position: -120px -136px;
    width: 120px;
    height: 34px;
}

.btn-plastic-empresas.btn-plastic-2-Empresas.hover:hover {
    background-image: url("../images/sprite.png");
    background-position: 0px -136px;
    width: 120px;
    height: 34px;
}

.btn-plastic-clave {
    overflow: hidden;
    background-image: url("../images/sprite.png");
    background-position: 0px -2px;
    background-size: 400px 400px;
    width: 200px;
    height: 34px;
    color: #0064a7;
    font-size: 16px;
    font-weight: bold !important;
    font-family: 'Conv_HelveticaNeue-CondensedBold', Arial Narrow, helvetica,
        arial;
}

.btn-plastic-clave.hover:hover {
    background-image: url("../images/sprite.png");
    background-position: 0px -12px;
    background-size: 400px 400px;
    height: 34px;
    color: #fff;
}

.btn-plastic-empresas-clave {
    overflow: hidden;
    background-image: url("../images/sprite.png");
    background-position: 0px -102px;
    background-size: 400px 400px;
    width: 200px;
    height: 34px;
    color: #0064a7;
    font-size: 16px;
    font-weight: bold !important;
    font-family: 'Conv_HelveticaNeue-CondensedBold', Arial Narrow, helvetica,
        arial;
}

.btn-plastic-empresas-clave.hover:hover {
    background-image: url("../images/sprite.png");
    background-position: 0px -58px;
    background-size: 400px 400px;
    height: 34px;
    color: #fff;
}

.btn-cerrar-modal {
    background-image: url("../images/sprite.png");
    background-position: -306px 0px;
    width: 24px;
    height: 24px;
    cursor: pointer;
    position: absolute;
/*  top: -5px; */
    top: -1px;
    right: 5px;
    z-index: 8040;
    border-radius:2em;
    border: solid 1px #F2F2F2;
    
}

.panel {
    width: 100%;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    background: #fff;
    -webkit-box-shadow: 1px 3px 11px 0px rgba(97, 91, 91, 0.28);
    box-shadow: 1px 3px 11px 0px rgba(97, 91, 91, 0.28);
    /*margin: 15px 0 85px 0;*/
    margin: 15px 0 105px 0;
    position: relative;
}

.panel p {
    font-size: 16px;
}

.panel-heading {
    min-height: 40px;
    background: #0064a7;
    -webkit-border-radius: 15px 15px 0 0;
    border-radius: 15px 15px 0 0;
    padding: 0 30px;
}

.panel-heading h1 {
    margin: 12px 0;
    font-family: 'Conv_HelveticaNeue-CondensedBold', Arial Narrow, helvetica,
        arial;
    font-weight: bold;
    font-size: 15px;
}

.panel-heading p {
    font-family: 'Conv_HelveticaNeue-Medium', Arial Narrow, helvetica, arial;
    font-size: 16px;
}

.panel-heading .panel-heading-aside {
    font-size: 12px;
    font-family: 'Conv_HelveticaNeue', Arial Narrow, helvetica, arial;
    margin-top: 11px;
}

.panel-heading .panel-heading-aside b {
    font-size: 13px;
    font-family: 'Conv_HelveticaNeue-Medium', Arial Narrow, helvetica, arial;
    margin-left: 2px;
}

.panel-heading .panel-heading-aside .ico-clock {
    margin: -1px 6px 0 0;
}

.panel-body {
    padding: 32px 50px 50px 50px;
    overflow: hidden;
    width: 100%;
}

.panel-body h2 {
    font-family: 'Conv_HelveticaNeue-CondensedBold', Arial Narrow, helvetica,
        arial;
    font-size: 26px;
    font-weight: bold;
}

.panel-body strong {
    font-size: 20px;
    font-weight: bold;
    font-family: 'Conv_HelveticaNeue-Bold', Arial Narrow, helvetica, arial;
}

.panel-body .body-pdf {
    font-size: 11px;
    font-family: 'Conv_HelveticaNeue', Arial Narrow, helvetica, arial;
}

.panel-body .body-pdf span {
    line-height: 20px;
    vertical-align: top;
    margin-left: 3px;
}

.panel-body .panel-name {
    font-size: 17px;
    margin-bottom: 20px;
}

.panel-body .extra-text {
    margin-top: 74px;
    font-family: 'Conv_HelveticaNeue-Medium', Arial Narrow, helvetica, arial;
    line-height: 20px;
    font-size: 18px;
}

.panel-body .extra-text b {
    font-size: 23px;
    font-weight: bold;
    font-family: 'Conv_HelveticaNeue-Bold', Arial Narrow, helvetica, arial;
    clear: both;
    text-align: center;
    display: block;
}

.modal-header .close {
    margin-top: -2px;
    color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-shadow: none;
    opacity: 1;
    -ms-filter: none;
    filter: none;
    font-size: 1.7em;
    margin: 10px -13px 0 0;
}

.panel-modal {
    background: none;
    -webkit-border-radius: 15px;
    border-radius: 15px;
}

.panel-modal .modal-foot {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: -31px;
}

.panel-modal .modal-body {
    background: #fff;
    -webkit-border-radius: 0 0 15px 15px;
    border-radius: 0 0 15px 15px;
    padding: 15px 50px 30px 50px;
    font-size: 14px;
    line-height: 16px;
}

.panel-modal .panel-heading {
    float: none !important;
}

.panel-modal .panel-heading h1 {
    font-size: 35px;
    padding: 30px 0 25px 0;
    float: none;
    display: block;
    margin: 0;
}

.panel-modal .modal-list {
    padding-left: 15px;
    list-style-image: url("../images/mustard-dot.png");
}

.panel-modal .modal-list li {
    margin-bottom: 12px;
}

.form-control {
    -webkit-border-radius: 6px;
    border-radius: 6px;
    font-size: 13px;
}

select {
    -moz-appearance: none;
    -webkit-appearance: none;
    -o-appearance: none;
    appearance: none;
    overflow: hidden !important;
    background: url("../images/1x_select_arrow.png") no-repeat 95% center
        transparent !important;
}

select:-ms-expand {
    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    /* IE 5-7 */
    filter: alpha(opacity = 0);
    /* Good browsers :) */
    opacity: 0;
}

.form-group .combologueo:focus {
    color: #0091c9 !important
}

.form-group .combologueo:hover {
    color: #0091c9 !important
}

.form-group .combologueo {
    border: 1px solid #ccc !important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    border-radius: 4px;
    padding-left: 8px;
    color: #0091c9 !important
}

html {
    font-weight: 300;
}

.main {
    width: 100%;
    float: left;
    overflow: hidden;
    /*padding-bottom: 69px;*/
    padding-bottom: 0;
    background: #f0f3f7;
    min-width: 300px;
}

.main-header {
    /*height: 114px;*/
    background: #0064a7;
    color: #fff;
}

.main-header .header-logo {
    margin-top: 18px;
}

.main-header .header-nav {
    /*height: 50px;*/
    background: #fdb924;
    background: -webkit-linear-gradient(#fdb722, #fd9c04);
    background: -moz-linear-gradient(#fdb722, #fd9c04);
    background: -o-linear-gradient(#fdb722, #fd9c04);
    background: -ms-linear-gradient(#fdb722, #fd9c04);
    background: linear-gradient(#fdb722, #fd9c04);
}

.main-header .header-nav div {
    text-align: right;
}

.main-header .header-nav .nav-link {
    color: #fff;
    font-size: 12px;
    font-family: 'Conv_HelveticaNeue-Light', Arial Narrow, helvetica, arial;
    margin-right: 30px;
    line-height: 27px;
}

.main-header .header-nav .nav-link:last-of-type {
    margin-right: 0;
}

.main-header .header-right {
    padding-top: 18px;
}

.main-header .header-right.logged .ico-empresa-img {
    position: absolute;
    top: 6px;
    height: 39px;
    right: 0;
}

.main-header .header-right.not-logged .ico {
    float: right;
    margin-left: 20px;
}

.main-header .header-right .section-title {
    font-size: 34px;
    float: right;
    font-family: 'Conv_HelveticaNeue-CondensedBold', Impact, helvetica,
        arial;
    line-height: 65px;
    vertical-align: bottom;
}

.main-header .header-right .header-col {
    height: 100%;
    float: left;
}

.main-header .header-right .small {
    font-size: 75%;
    color: #ffffff;
}

.main-header .header-right .header-col-1 {
    padding-right: 15px;
    padding-top: 8px;
    position: relative;
}

.main-header .header-right .header-col-1 span {
    line-height: 1.2;
    display: block;
    margin-right: 30px; 
}

.main-header .header-right .header-col-2 {
    width: 65px;
    line-height: 4;
}

.main-header .header-right .header-col-3 {
    width: 80px;
    line-height: 4;
}

.main-header .header-right .company-name {
    font-family: 'Conv_HelveticaNeue-Light', helvetica, arial;
    font-size: 13px;
    margin-right: 44px; 
}

.main-header .header-right .person-name {
    font-family: 'Conv_HelveticaNeue-Light', helvetica, arial;
    font-size: 15px;
    text-align: left;
}

.main-header .header-right .fa-envelope-o {
    font-size: 1.5em;
    color:#ffffff;
}

.div-left {
    float: left;
}

.main-footer {
    min-height: 70px;
    background: #0064a7;
    border-top: 4px solid #fdb924;
    position: absolute;
    left: 0;
    bottom: 0;
}

.main-footer .ico-top-1x {
    position: absolute;
    left: 27px;
    top: -29px;
    cursor: pointer;
    display: none;
}

.main-footer .small-center {
    position: relative;
}

.main-footer .footer-phones {
    font-size: 14px;
    font-family: 'Conv_HelveticaNeue-Light', helvetica, arial;
    padding: 25px 0;
}

.main-footer .footer-logo {
    margin: 18px 35px 0 0;
}

.main-footer address {
    font-size: 12px;
    font-family: 'Conv_HelveticaNeue-Light', helvetica, arial;
    padding-top: 21px;
}

.main-footer .footer-extra {
    position: absolute;
    top: -12px;
    right: 0;
    height: 82px;
    border-top: 4px solid #fdb924;
    background: #0064a7;
    z-index: 1;
    display: none;
}

.main-footer .footer-extra .footer-extra-img {
    width: 100px;
    height: 41px;
    position: absolute;
    left: -60px;
    top: -4px;
    background: url("../images/footer-1x.png") no-repeat;
}

.main-footer .footer-social {
    padding: 18px 54px 0 0;
    position: relative;
    z-index: 1;
}

.main-footer .footer-social .social-text {
    float: left;
    line-height: 31px;
    margin-right: 15px;
    font-size: 14px;
}

.main-footer .footer-social .fa {
    width: 31px;
    height: 31px;
    -webkit-border-radius: 31px;
    border-radius: 31px;
    text-align: center;
    color: #0064a7;
    background: #fff;
    float: left;
    margin-right: 19px;
    vertical-align: middle;
    line-height: 31px;
}

.main-footer .footer-social .fa:last-child {
    margin-right: 0;
}

.panel-steps {
    padding-top: 50px;
}

.panel-steps2 {
    padding-top: 10px;
}

.panel-steps.panel-3-cols .panel-step, .panel-steps.panel-2-cols .panel-step
{
    padding: 0 53px !important;
}

.panel-stepAdm {
    padding-left: 10px;
    margin-bottom: 20px;
    margin-top: 0;
}

.panel-stepAdm:first-of-type {
    padding-right: 0;
    border-right: 1px dotted #7c8282;
}

.panel-stepAdm:first-of-type.no-border {
    border: none;
}

.panel-stepAdm .step-title {
    font-size: 13px;
    font-family: 'Conv_HelveticaNeue-Bold', helvetica, arial;
}

.panel-stepAdm .step-label {
    font-size: 12px;
    font-family: 'Conv_HelveticaNeue-Light', helvetica, arial;
    margin: 13px 0 10px 0;
}

.panel-step {
    padding-left: 35px;
}

.panel-step-error {
    padding-left: 0;
}

.panel-step:first-of-type {
    padding-left: 0;
    padding-right: 35px;
/*  border-right: 1px dotted #7c8282; */
}

.panel-step-teclado-numerico {
    padding-left: 0;
    padding-right: 35px;
    border-right: 1px dotted #7c8282;
    margin-top: -35px;
}



.panel-step:first-of-type.no-border {
    border: none;
}

.panel-step:last-of-type {
    padding-right: none;
}

.panel-step #login-card-select {
    margin-top: 0px;
}

.panel-step .step-symbol {
    font-size: 50px;
    font-family: 'Conv_HelveticaNeue-Bold', helvetica, arial;
    color: #cdd0d4;
    text-align: center;
    display: block;
    margin: 0 auto 13px auto;
}

.panel-step .step-img {
    padding-top: 15px;
}

.panel-step .step-link {
    color: #0091c9;
    font-size: 12px;
}

.panel-step .step-link:hover, .panel-step .step-link:visited {
    color: #0091c9;
}

.panel-step .step-text {
    font-size: 12px;
    font-family: 'Conv_HelveticaNeue-Light', helvetica, arial;
    margin-bottom: 20px;
}

.panel-step .step-label {
    font-size: 12px;
    font-family: 'Conv_HelveticaNeue-Light', helvetica, arial;
    margin: 13px 0 10px 0;
}



.panel-login2 .desplegar-label {
    font-size: 12px;
    font-family: 'Conv_HelveticaNeue-Light', helvetica, arial;
    margin: 10px 0 5px 0;
}
.panel-login2 .ingresar-label {
    font-size: 12px;
    font-family: 'Conv_HelveticaNeue-Light', helvetica, arial;
    margin: 10px 0 5px 0;
}


.panel-step .step-label-error {
    font-size: 12px;
    font-family: 'Conv_HelveticaNeue-Light', helvetica, arial;
    margin: 0 0 0 0;
}

.step-label-error {
    font-size: 12px;
    font-family: 'Conv_HelveticaNeue-Light', helvetica, arial;
    margin: 0 0 0 0;
}

.panel-step .step-title {
    font-size: 13px;
    font-family: 'Conv_HelveticaNeue-Bold', helvetica, arial;
}

.panel-step .btn {
    display: block;
    margin: 0 auto;
}

.panel-step .btn-next {
    height: 34px;
    margin-top: 15px;
}


.panel-login4 .boton-siguiente {
    height: 34px;
    margin-top: 40px;
    margin-left: 0;
}


.texto-capcha {
    margin-top: 20px;
}



.password-keyboard .btn {
    float: left;
}

.password-keyboard .keyboard-key {
    width: 40px;
    height: 34px;
    font-size: 18px;
    font-family: 'Conv_HelveticaNeue-CondensedBold', Arial Narrow, helvetica,
        arial;
    font-weight: bold;
    padding: 0;
    margin-bottom: 6px;
    margin-right: 6px;
}

.password-keyboard .keyboard-key:nth-child(4n) {
    margin-right: 0;
}

.password-keyboard .keyboard-btn {
    width: 86px;
    height: 34px;
    padding: 0;
}

#keyboard-container .btn-keyboard-ok {
    clear: both;
    display: none;
}

.section-welcome .help-cloud {
    top: -113px;
}

.help-cloud {
    width: 70px;
    height: 40px;
    padding: 6px 6px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: #789dc9;
    color: #fff;
    font-size: 11px;
    font-style: italic;
    line-height: 14px;
    text-align: center;
    font-family: 'Conv_HelveticaNeue', Arial Narrow, helvetica, arial;
    position: absolute;
    right: -116px;
    top: 0px;
    cursor: pointer;
    -webkit-box-shadow: 1px 3px 10px 0px rgba(51, 48, 48, 0.41);
    box-shadow: 1px 3px 10px 0px rgba(51, 48, 48, 0.41);
}

.help-cloud .fa {
    background: #789dc9;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 2;
    color: #fff;
    font-size: 1.7em;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    vertical-align: middle;
    line-height: 40px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity = 0);
    -webkit-transition: opacity 0.4s;
    -moz-transition: opacity 0.4s;
    -o-transition: opacity 0.4s;
    -ms-transition: opacity 0.4s;
    transition: opacity 0.4s;
}

.help-cloud .arrow {
    background-image: url("../images/sprite.png");
    background-position: -287px -173px;
    width: 18px;
    height: 11px;
    position: absolute;
    left: 50%;
    bottom: -11px;
    margin-left: -9px;
}

.help-cloud .help-cloud-content {
    height: 340px;
    overflow: auto;
    font-style: normal;
    text-align: left;
    position: absolute;
    z-index: 1010;
    right: 0;
    top: 56px;
    width: 230px !important;
    padding: 20px;
    background: #f5f7fa;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    cursor: auto;
    -webkit-box-shadow: 1px 3px 10px 0px rgba(51, 48, 48, 0.41);
    box-shadow: 1px 3px 10px 0px rgba(51, 48, 48, 0.41);
    display: none;
}

.help-cloud .help-cloud-content a:hover {
    color: #0091c9;
}

.help-cloud .help-cloud-content .content-title {
    font-size: 14px;
    margin-bottom: 20px;
    padding-left: 20px;
    font-size: 13px;
    margin-top: 0;
}

.help-cloud .help-cloud-content .content-link {
    font-size: 14px;
    margin-bottom: 5px;
    clear: both;
    display: block;
    font-size: 12px;
    width: 100%;
    color: #525252;
}

.help-cloud .help-cloud-content .ico {
    float: left;
    margin: 2px 7px 0px 0;
}

.help-cloud .help-cloud-content .link-text {
    display: table;
}

.help-cloud.active .fa {
    opacity: 1;
    -ms-filter: none;
    filter: none;
}

.section-security-tips {
    margin-bottom: 180px !important;
    /*margin-bottom: 65px !important;*/
    margin-top: 120px;
}

.section-security-tips .panel-heading {
    height: 81px;
    padding: 0 44px;
}

.section-security-tips .panel-heading .heading-ico {
    margin-right: -30px;
}

.section-security-tips .panel-body {
    padding: 32px 27px;
}

.section-security-tips h1 {
    margin: 0;
    padding: 26px 0 0 0;
    font-size: 34px;
}

.section-security-tips .panel-tips-container {
    max-height: 245px;
    padding-left: 20px;
    overflow: auto;
    word-wrap: break-word;
    list-style-image: url("../images/blue-dot.png");
    padding-right: 12px;
}

.section-security-tips .panel-tips-container b {
    font-family: 'Conv_HelveticaNeue-Light', helvetica, arial;
    font-size: 13px;
}

.section-security-tips .panel-tips-container ul {
    list-style: none;
    padding: 0;
}

.section-security-tips .panel-tips-container ul li:first-child {
    margin-top: 3px;
}

.section-security-tips .panel-tips-container li {
    text-align: justify;
    text-justify: inter-word;
    font-size: 13px;
    color: #525252;
    margin-bottom: 3px;
}

.section-security-tips .tips-terms {
    margin-top: 25px;
}

.section-security-tips .tips-terms .terms-text {
    font-size: 13px;
    line-height: 15px;
    width: 260px;
    display: inline-block;
    color: #525252;
    vertical-align: middle;
    margin-left: 13px;
}

.section-security-tips .tips-terms .icheckbox_square-blue {
    margin: -14px 13px 0 0;
}

.section-security-tips .btn {
    margin-top: 25px;
}

.security-tips-aside {
    margin-top: -45px;
    margin-bottom: 85px;
    padding-left: 35px;
}

.security-tips-aside .aside-title {
    font-size: 16px;
    font-family: 'Conv_HelveticaNeue-CondensedBold', Arial Narrow helvetica,
        arial;
}

.security-tips-aside .aside-link {
    margin-left: 10px;
}

.security-tips-aside .aside-link .ico {
    margin-right: 5px;
}

.security-tips-aside .link-text {
    font-size: 10px;
}

.section-closing-session .first-text {
    margin: 35px 0 105px 0;
    font-family: 'Conv_HelveticaNeue-Medium', helvetica, arial;
}

.section-closing-session .first-textbloqueo {
    margin: 60px 0 60px 0;
    font-family: 'Conv_HelveticaNeue-Medium', helvetica, arial;
}

.section-closing-session .session-countdown {
    clear: both;
    margin-top: 10px;
    font-size: 95px;
    display: block;
    font-family: 'Conv_HelveticaNeue-UltraLight', helvetica, arial;
}

.section-password-created .second-text {
    float: left;
    margin: 90px 0 80px 0;
}

.section-password-created .btn {
    margin: 0 auto;
    display: block;
}

.section-enter-coordinates .step-title {
    margin-top: 45px;
}

.section-enter-coordinates .bold-num {
    font-size: 23px;
    font-family: 'Conv_HelveticaNeue-Bold', helvetica, arial;
}

.section-enter-coordinates .panel-step:first-of-type {
    padding: 30px;
}

.section-enter-coordinates .panel-step:last-of-type {
    padding: 0 25px 0 10px;
    margin-left: 65px;
}

.section-enter-coordinates .panel-body .welcome-text {
    font-family: 'Conv_HelveticaNeue-Light', helvetica, arial;
    float: left;
}

.coordinates-table {
    height: auto;
    width: 100%;
    max-width: 570px;
    min-height: 350px;
    padding: 30px;
    background: #0064a7;
    background: -webkit-linear-gradient(left, #005181, #0064a7 65%);
    background: -moz-linear-gradient(left, #005181, #0064a7 65%);
    background: -o-linear-gradient(left, #005181, #0064a7 65%);
    background: -ms-linear-gradient(left, #005181, #0064a7 65%);
    background: linear-gradient(to right, #005181, #0064a7 65%);
    -webkit-border-radius: 10px;
    border-radius: 10px;
    position: relative;
}

.coordinates-table .ico-blue-cloud {
    position: absolute;
    right: -1px;
    bottom: -33px;
}

.coordinates-table .ico-amarillo-cloud {
    position: absolute;
    right: -1px;
    bottom: -32px;
}

.coordinates-table h3 {
    font-size: 22px;
    font-family: 'Conv_HelveticaNeue-Light', helvetica, arial;
    margin: 0 0 18px 0;
}

.coordinates-table .info-text {
    font-size: 13px;
    font-family: 'Conv_HelveticaNeue-Light', helvetica, arial;
    letter-spacing: 0.4px;
    margin-bottom: 29px;
}

.coordinates-table img {
    margin-right: 60px;
    -webkit-box-shadow: 1px 3px 10px 0px rgba(51, 48, 48, 0.41);
    box-shadow: 1px 3px 10px 0px rgba(51, 48, 48, 0.41);
}

.coordinates-table .table-help-info {
    width: 125px;
    margin-top: 45px;
}

.coordinates-table .table-help-info b {
    font-family: 'Conv_HelveticaNeue-CondensedBold', Arial Narrow, helvetica,
        arial;
    font-size: 18px;
    font-weight: bold;
}

.coordinates-table .table-help-info .info-position {
    font-size: 23px;
    margin-right: 12px;
    margin-top: 10px;
}

.coordinates-table .table-help-info .info-number {
    margin-top: 10px;
    width: 70px;
    background: #fff;
    padding: 4px 16px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    font-size: 20px;
    font-family: 'Conv_HelveticaNeue-CondensedBold', Arial Narrow, helvetica,
        arial;
    -webkit-box-shadow: 1px 3px 10px 0px rgba(51, 48, 48, 0.41);
    box-shadow: 1px 3px 10px 0px rgba(51, 48, 48, 0.41);
}

.coordinates-table .table-help-info p {
    font-size: 13px;
    margin-bottom: 5px;
}

.inner-top-data {
    position: inherit;
    margin-top: 10px;
    clear: both;
}

.inner-top-text {
    font-size: 12px;
    padding-top: 4px;
    font-family: 'Conv_HelveticaNeue-Light', helvetica, arial;
}

.inner-top-text.second {
    background: #0064a7;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    padding: 3px 12px 5px 12px;
    margin-top: 8px;
    display: none;
}

.inner-top-text.second img {
    display: inline-block;
}

.section-welcome {
    margin-left: -3px;
    max-width: 960px;
    min-height: 330px;
    position: relative;
    float: left;
    margin-top: 80px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    -webkit-box-shadow: 0px 6px 11px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 6px 11px 0px rgba(0, 0, 0, 0.5);
}

.section-welcome .tab-indicator {
    position: absolute;
    left: 0;
    top: 0;
}

.section-welcome .panel-body {
    padding: 32px 50px 35px 50px;
}

.section-welcome .panel-body-plazo-fijo {
    padding: 32px 10px 35px 50px;
    overflow: hidden;
    width: 100%;
}

.section-welcome .panel-body .content-title {
    color: #484b4c;
}

.section-welcome .content-menu {
    position: absolute;
    top: 48px;
    left: -190px;
    width: 190px;
}

.section-welcome .content-menu .menu-group-content * {
    font-size: 14px;
/*     font-family: 'Conv_HelveticaNeue-Light', helvetica, arial; */
    color: #fff;
    list-style: none;
    padding: 0;
}

.section-welcome .content-menu .menu-title {
    width: 100%;
    height: 35px;
    font-size: 13px;
    display: none;
    font-family: 'Conv_HelveticaNeue-Medium', helvetica, arial;
}

.section-welcome .content-menu .menu-title .fa {
    font-size: 1.7em;
    margin-right: 8px;
}

.section-welcome .content-menu .menu-title * {
    line-height: 35px;
    vertical-align: middle;
}

.section-welcome .content-menu.content-companies .menu-group.active .menu-group-btn
{
    background: #0091c9 !important;
    color: #fff;
    font-family: 'Conv_HelveticaNeue-Medium', helvetica, arial;
}

.section-welcome .content-menu.content-companies .menu-group.active .menu-group-content
{
    background: #0091c9 url("../images/back-right.png") no-repeat scroll
        right center;
    max-height: 400px;
    padding: 20px 0 20px 25px;
}

.section-welcome .content-menu.content-companies .menu-title {
    background: #0091c9;
}

.section-welcome .content-menu.content-companies .menu-group-btn.hover:hover
{
    background: #0091c9;
    color: #fff;
    font-family: 'Conv_HelveticaNeue-Medium', helvetica, arial;
}

.section-welcome .content-menu.content-persons .menu-group.panel-activo .menu-group-btn
{
    background: #fdb924;
    color: #0064a7 !important;
    font-family: 'Conv_HelveticaNeue-Medium', helvetica, arial;
}

.section-welcome .content-menu.content-persons .menu-group.active .menu-group-content
{
    background: #fdb924;
    display: block;
}

.section-welcome .content-menu.content-persons .menu-title {
    background: #fdb924;
}

.section-welcome .content-menu.content-persons .menu-group-btn.hover:hover
{
    background: #fdb924;
    color: #0064a7 !important;
    font-weight: bold;
}

.section-welcome .menu-groups {
    z-index: 1;
}

.section-welcome .menu-groups .mostrarmenu {
    display: block;
}

.section-welcome .menu-groups .menu-group {
    position: absolute;
    left: -1px;
    top: 0;
    width: 100%;
}

.section-welcome .menu-group-btn {
    color: #7c8282;
    position: absolute;
    top: -110px;
    left: 351px;
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: background 0.3s;
    -moz-transition: background 0.3s;
    -o-transition: background 0.3s;
    -ms-transition: background 0.3s;
    transition: background 0.3s;
    font-family: 'Conv_HelveticaNeue', helvetica, arial;
    font-size: 13px;
    padding: 20px 30px;
    -webkit-border-radius: 13px 13px 0 0;
    border-radius: 13px 13px 0 0;
    letter-spacing: 0.4px;
}

.section-welcome .menu-group-btn.second-btn {
    left: 513px;
}

.section-welcome .menu-group-btn.third-btn {
    left: 690px;
}

.section-welcome .menu-group-btn.fourth-btn {
    left: 864px;
}

.section-welcome .menu-group-btn .fa {
    font-size: 1.2em;
    float: right;
    margin: 10px 0 0 0;
    display: none;
}

.section-welcome .menu-group-content {
    max-height: 0;
    overflow: hidden;
    padding: 0;
    -webkit-border-radius: 10px 0 0 10px;
    border-radius: 10px 0 0 10px;
   /* background: #fdb924 ;*/  
}



.section-welcome .menu-group-content a {
    border-bottom: 1px dotted rgba(255, 255, 255, 0.32);
    padding: 5px 0;
    min-height: 30px;
    vertical-align: middle;
    width: 100%;
    display: block;
}

.section-welcome .menu-group-content a:last-of-type {
    border: none;
}

.section-welcome .content-title {
    font-size: 44px;
    font-family: 'Conv_HelveticaNeue-Medium', helvetica, arial;
    margin: 20px 0;
}

.section-welcome .content-text {
    font-size: 15px;
}

.section-welcome .panel-body .content-title {
    font-family: 'Conv_HelveticaNeue-Light', helvetica, arial;
}

.div-select-tarjeta {
    height: auto;
    background-color: #f0f3f7;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.coordinates-table {
    height: auto;
    width: 100%;
    max-width: 570px;
    min-height: 350px;
    padding: 30px;
    background: #0064a7;
    background: -webkit-linear-gradient(left, #005181, #0064a7 65%);
    background: -moz-linear-gradient(left, #005181, #0064a7 65%);
    background: -o-linear-gradient(left, #005181, #0064a7 65%);
    background: -ms-linear-gradient(left, #005181, #0064a7 65%);
    background: linear-gradient(to right, #005181, #0064a7 65%);
    -webkit-border-radius: 10px;
    border-radius: 10px;
    position: relative;
}

.coordinates-table.clave-sms {
    height: auto;
    width: 100%;
    max-width: 570px;
    min-height: 350px;
    padding: 30px;
    background: #0064a7;
    background: rgba(0, 0, 0, 0)
        -webkit-linear-gradient(left, #fda008, #ffb500 65%) repeat scroll 0 0;
    background: rgba(0, 0, 0, 0)
        -moz-linear-gradient(left, #fda008, #ffb500 65%) repeat scroll 0 0;
    background: rgba(0, 0, 0, 0)
        -o-linear-gradient(left, #fda008, #ffb500 65%) repeat scroll 0 0;
    background: rgba(0, 0, 0, 0)
        -ms-linear-gradient(left, #fda008, #ffb500 65%) repeat scroll 0 0;
    background: rgba(0, 0, 0, 0)
        linear-gradient(to right, #fda008, #ffb500 65%) repeat scroll 0 0;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    position: relative;
}

.coordinates-table.clave-sms img {
    -webkit-box-shadow: none;
    box-shadow: none;
    position: absolute;
    bottom: -30px;
}

.coordinates-table.clave-sms .table-help-info {
    width: 225px;
    margin-top: 90px;
    margin-right: 20px;
}

.coordinates-table.clave-sms .table-help-info p {
    font-size: 16px;
}

.section-welcome .content-menu.content-persons .menu-group.active .menu-group-content
{
    display: block;
    max-height: 400px;
    padding: 20px 0 20px 25px;
}

.content-menu.content-persons .menu-group-content a {
    color: #0064a7;
}

.section-welcome .content-menu.content-persons .menu-group.active .menu-group-btn,
.section-welcome .content-menu.content-persons .menu-group-btn {
    color: #7c8282;
}

.menu-title-desplegable {
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

.btn-correct {
    display: inline-block;
    margin-top: 25px;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 0;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.btn-correct2 {
    display: inline-block;
    margin-top: 5px;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 0;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.menu-active1 {
    color: #fff !important;
}

.content-table {
    font-family: 'Conv_HelveticaNeue-Medium';
    color: #0064a4;
    font-size: 21px;
    font-weight: bolder;
}

.table-design, .table-design-espc {
    font-family: 'Conv_HelveticaNeue-UltraLight', helvetica, arial;
}

.table-design3 {
    font-family: 'Conv_HelveticaNeue-UltraLight', helvetica, arial;
}

.table-design thead tr, .table-design-espc thead tr {
    color: #959ba0;
    font-size: 12px;
    border-bottom: 1px solid rgba(149, 155, 160, 0.3);
}

.table-design3 thead tr {
    color: #959ba0;
    font-size: 12px;
    border-bottom: 1px solid rgba(149, 155, 160, 0.3);
}

.table-design2 {
    font-family: 'Conv_HelveticaNeue-UltraLight', helvetica, arial;
}

.table-design2 thead tr {
    color: #959ba0;
    font-size: 12px;
    border-bottom: 1px solid rgba(149, 155, 160, 0.3);
}

.table {
    color: #54585e;
}

tbody {
    font-size: 13px;
}

.tr-bg {
    color: #959ba0;
    font-size: 12px !important;
    border-bottom: 1px solid rgba(149, 155, 160, 0.3);
}

.alignRight {
    text-align: right !important;
}

table th, table td {
    border-top: none !important;
    border-left: none !important;
    /*padding-left: 8px !important;*/
}

.table thead>tr>th {
    border-bottom: none !important;
    padding-left: 0;
}

.wTD {
    width: 25%;
}

.blueTxt {
    font-size: 13px;
    color: #0064a7;
}

#movilText {
    font-size: 12px;
}

.mb .textDesingMovil {
    font-family: 'Conv_HelveticaNeue-UltraLight', helvetica,
        arial !important;
    font-size: 23px !important;
    font-weight: bold !important;
}

.showDetailsNumber_mobil_block {
    display: block;
}

#click-backDetails {
    color: #0064a7;
}

.bgTitle {
    background: #fdb924;
    margin-left: -51px;
    width: 200%;
    padding-left: 59px;
    padding-top: 10px;
    padding-bottom: 18px;
    color: white;
    font-size: 14px;
}

.bgShowTotal {
    background: #fdb924;
    margin-left: -51px;
    width: 112%;
    padding-left: 40px;
    padding-top: 10px;
    padding-bottom: 3px;
}
.bgShowTotalSaldo {
    background: #fdb924;
    margin-left: -50px;
    width: 200%;
    padding-left: 20px;
    padding-top: 10px;
    height: 50px;
    padding-bottom: 3px;
}

.bgShowTotalSaldoTexto{
	text-align: right;
	position: absolute;
	right: 51%;
 	white-space: nowrap;
}	

.bgShowTotal .textShowTotal {
    margin-right: 60px;
    text-align: right;
}

.bgShowTotalSaldo .textShowTotal {
    text-align: right;
    display: inline-block;
    width: 74.5%;
}

.bgShowTotalEmpresas {
    background: #00afde;
    margin-left: -51px;
    width: 112%;
    padding-left: 40px;
    padding-top: 10px;
    padding-bottom: 3px;
}


.bgShowTotalEmpresasSaldo {
    background: #00afde;
    margin-left: -50px;
    width: 200%;
    padding-left: 20px;
    padding-top: 10px;
    height: 50px;
    padding-bottom: 3px;
}



.bgShowTotalEmpresas .textShowTotal {
    margin-right: 60px;
    text-align: right;
}

.bgShowTotalEmpresasSaldo .textShowTotal {
    text-align: right;
    display: inline-block;
    width: 77%;
}

.bgShowTotalconmov {
    background: #fdb924;
    margin-left: -51px;
    width: 112%;
    padding-left: 40px;
    padding-top: 10px;
    padding-bottom: 3px;
}

.bgShowTotalconmov .textShowTotal {
    margin-right: 60px;
    text-align: right;
}

.bgShowTotalEmpresasconmov {
    background: #00afde;
    margin-left: -51px;
    width: 112%;
    padding-left: 40px;
    padding-top: 10px;
    padding-bottom: 3px;
}

.bgShowTotalEmpresasconmov .textShowTotal {
    margin-right: 60px;
    text-align: right;
}

.detailAhorro_corriente {
    padding-left: 5px;
    color: #c0c0c0 !important;
    margin-bottom: 25px;
}

.icons-details, .icons-details-Empresas {
    margin-top: 5px;
    font-size: 12px;
    font-family: 'Conv_HelveticaNeue';
}

.icons-details a, .icons-details-Empresas a {
    margin-left: 15px;
    color: #959ba0;
}

#dL {
    margin-left: 5px;
}

@media all and (-ms-high-contrast: none) {
    .ico-empresa-img {
        margin-left: 22% !important;
    }
}

@media all and (-ms-high-contrast: none) {
    *::-ms-backdrop, .ico-empresa-img {
        margin-left: 22% !important;
    }
}

.textUpper {
    text-transform: uppercase;
}

.tecladoBor {
    border-right: none !important;
}

.admTextBox {
    font-size: 16px;
    font-weight: bold;
    margin-top: -3px;
}

.cnt1 {
    margin-top: 41%;
    margin-left: 44px;
}

.mT {
    margin-top: 50px;
    padding: 10px;
}

.mT2 {
    margin-top: 50px;
    height: 150px;
    padding-left: 5px;
    color: #c0c0c0;
    font-size: 14px !important;
}

.hrStyle {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    width: 200%;
    color: #fdb924;
    height: 3px;
    border-top: 2px solid;
    margin-left: -51px;
}

.hrStyle2 {
    margin-top: 5px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-width: 108.2%;
    -moz-width: 108.2%;
    width: 108.2%;
    color: #fdb924;
    height: 3px;
    border-top: 2px solid;
    margin-left: -36px;
}

.silver {
    color: #c0c0c0;
    font-size: 14px !important;
}

.silver2 {
    color: #54585e;
    font-size: 16px !important;
}

.silverSelect {
    color: #7c8282;
    font-size: 14px;
    font-weight: 300;
}

.mustard {
    color: #fdb924;
    font-weight: bold;
}

.mustardFooter {
    color: #fdb924;
    font-weight: 300;
}

#ctn-cro {
    margin-bottom: 15px;
}

.pagination {
    margin: 0;
    margin-top: 0px;
}

.pagination>li>.link {
    width: 36px;
    padding: 6px 6px;
}

.pagination>li>a {
    color: #959ba0 !important;
    font-weight: bold !important;
    border: none !important;
}

.pagination>li>a:hover {
    color: #fdb924 !important;
    background-color: transparent;
}

.pagination>li>a:focus {
    color: #959ba0 !important;
    background-color: transparent !important;
}

.pagination>.active>a {
    color: #fdb924 !important;
    background-color: transparent;
}

.pagination>.active>a:hover {
    background-color: transparent;
}

.pagination>.active>a:visited {
    color: #fdb924 !important;
    background-color: transparent;
}
.pagination>.active>a:focus {
    color: #fdb924 !important;
    background-color: transparent;
}
.pagination>.active>a:active {
    color: #fdb924 !important;
    background-color: transparent;
}

.pagination>.active>a:hover {
    color: #fdb924 !important;
    background-color: transparent;
}

.pagination.pagEmpresas {
    margin: 0;
    margin-top: 0px;
}

.pagination.pagEmpresas>li>a {
    color: #959ba0 !important;
    font-weight: bold !important;
    border: none !important;
}

.pagination.pagEmpresas>li>a:hover {
    color: #00afde !important;
    background-color: transparent;
}

.pagination.pagEmpresas>li>a:focus {
    color: #959ba0 !important;
    background-color: transparent;
}

.pagination.pagEmpresas>.active>a {
    color: #00afde !important;
    background-color: transparent;
}

.pagination.pagEmpresas>.active>a:hover {
    color: #00afde !important;
    background-color: transparent;
}

.pagination.pagEmpresas>.active>a:visited {
    color: #00afde !important;
    background-color: transparent;
}

.pagination.pagEmpresas>.active>a:focus {
    color: #00afde !important;
    background-color: transparent;
}

.pagination.pagEmpresas>.active>a:active {
    color: #00afde !important;
    background-color: transparent;
}

.pagTwo {
    vertical-align: super;
}

.btnPaginate {
    background-color: #c0c0c0 !important;
}

#ctn-creditos {
    margin-top: 12px;
    padding-left: 8px;
}

#ctn-creditos div p.silver2 {
    max-width: 90%;
}

#tableMTN {
    margin-top: -23px;
}

#tableMT {
    margin-top: 20px;
}

.labelTwo {
    font-size: 12px !important;
    color: #c0c0c0;
}

.form-select {
    width: 86%;
    height: 34px;
    background-color: #fff;
    border: none;
    border-bottom: 1px solid #d8dbdd;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.form-modal {
    width: 100%;
    height: 15px;
    border: none;
    background-color: #fff;
    border-bottom: 1px solid rgba(192, 192, 192, 0.2);
    text-align: left;
    color: #808080;
    margin-bottom: 20px;
}

.content-extrSaldo {
    padding-top: 0px;
    padding-left: 8px;
}

.btnTOP {
    margin-top: 25px;
    font-size: 16px;
    text-transform: uppercase;
}

.btnTOP2 {
    margin-top: 27px;
    font-size: 16px;
    text-transform: uppercase;
}

.btnTOP3 {
    margin-top: 100px;
    font-size: 16px;
    text-transform: uppercase;
}

.seccionExtracto{
    margin-top: 20px; 
    width: 200%
}

.alert-extractoSaldo {
    background-color: #fdb924;
    margin-left: -51px;
    min-height: 75px;
}

.alert-extractoSaldo .ic_alerta.ico {
    position: absolute; 
    margin-top: 5px;
}

.alert-extractoSaldo .msj_alerta {
    display: block; 
    margin-left: 40px; 
    width: 50%;
    padding-top: 5px;
    padding-right: 10px;
}

.alert-extractoSaldo .pMT {
    margin-left: 40px;
    margin-top: 13px;
    font-size: 14px;
    margin-right: 16px;
}

.alert-extractoSaldoEmpresas {
    background-color: #00afde;
    margin-left: -51px;
    min-height: 75px;
}

.alert-extractoSaldoEmpresas .ic_alerta.ico {
    position: absolute; 
    margin-top: 5px;
}

.alert-extractoSaldoEmpresas .msj_alerta {
    display: block; 
    margin-left: 40px; 
    width: 50%;
    padding-top: 5px;
    padding-right: 10px;
}

.alert-extractoSaldoEmpresas .pMT {
    margin-left: 40px;
    margin-top: 13px;
    font-size: 14px;
    margin-right: 16px;
}

.modal-backdrop.in {
    background-color: #fff;
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity = 80);
}

.modal-header {
    background: #0064a7;
    -webkit-border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-topright: 6px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    color: #fdb924 !important;
}

.modal-content {
    border: none;
}

.modal-content p {
    color: #525252;
}

.modal-title {
    margin-left: 38px;
}

.modal-medium {
    width: 500px;
    margin-left: 90px;
}

.modal-footer {
    border-top: none;
}

.modal-Padding {
    padding: 40px;
}

.dateBG {
    background: url("../images/ic_calendario.png");
    background-repeat: no-repeat;
    background-position: right 10px center;
    font-size: 14px;
    cursor: pointer;
    height: 38px;
}

.dateBG::-webkit-input-placeholder {
    color: #54585e;
    font-size: 14px;
    font-weight: bold;
}

.dateBG:-moz-placeholder {
    color: #54585e;
    font-size: 14px;
    font-weight: bold;
}

.dateBG:-ms-input-placeholder {
    color: #54585e;
    font-size: 14px;
    font-weight: bold;
}

.dateBG2 {
    background: url("../images/ic_calendario.png");
    background-repeat: no-repeat;
    background-position: right 10px center;
    font-size: 14px;
    cursor: pointer;
    height: 38px;
}

.dateBG2::-webkit-input-placeholder {
    color: #54585e;
    font-size: 14px;
    font-weight: bold;
}

.dateBG2:-moz-placeholder {
    color: #54585e;
    font-size: 14px;
    font-weight: bold;
}

.dateBG2:-ms-input-placeholder {
    color: #54585e;
    font-size: 14px;
    font-weight: bold;
}

#subTitulo>span {
    margin-right: 50% !important;
}

#subTitulo>div {
    margin-right: 50% !important;
}

.mL16 {
    margin-left: 16px;
}

.mBOTTOM {
    margin-bottom: 15px;
}

.modalPTitle {
    font-size: 14px;
}

.messageSMS {
    font-size: 16px;
    margin-top: 15px;
    letter-spacing: 0.5px;
}

.menuPersonas {
    background: #fdb924 url("../images/back-right.png") no-repeat scroll
        right center;
    padding: 12px;
    width: 50px;
    height: 50px;
    font-size: 22px;
    margin-left: 73.5%;
    -webkit-border-top-left-radius: 13px;
    -webkit-border-bottom-left-radius: 13px;
    -moz-border-radius-topleft: 13px;
    -moz-border-radius-bottomleft: 13px;
    border-top-left-radius: 13px;
    border-bottom-left-radius: 13px;
    cursor: pointer;
    margin-top: -8px;
}

.menu1 {
    margin-left: 3px;
}

.menuPersonas2 {
    -webkit-box-shadow: 3px 2px 11px -3px rgba(0, 0, 0, 0.4);
    box-shadow: 3px 2px 11px -3px rgba(0, 0, 0, 0.4);
    background: #fdb924;
    padding: 12px;
    width: 131%;
    height: 50px;
    font-size: 22px;
    margin-left: 74%;
    -webkit-border-radius: 13px;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius: 13px;
    -moz-border-radius-bottomright: 0;
    -webkit-border-radius: 13px;
    border-radius: 13px;
    border-bottom-right-radius: 0;
    cursor: pointer;
    position: absolute;
    z-index: 999;
    margin-top: -8px;
}

.menuEmpresas {
    background: #00afde;
    padding: 12px;
    width: 50px;
    height: 50px;
    font-size: 22px;
    margin-left: 73.5%;
    -webkit-border-top-left-radius: 13px;
    -webkit-border-bottom-left-radius: 13px;
    -moz-border-radius-topleft: 13px;
    -moz-border-radius-bottomleft: 13px;
    border-top-left-radius: 13px;
    border-bottom-left-radius: 13px;
    cursor: pointer;
    margin-top: -8px;
}

.menuEmpresas2 {
    -webkit-box-shadow: 3px 2px 11px -3px rgba(0, 0, 0, 0.75);
    box-shadow: 3px 2px 11px -3px rgba(0, 0, 0, 0.75);
    background: #00afde;
    padding: 12px;
    width: 140.8%;
    height: 50px;
    font-size: 22px;
    margin-left: 74%;
    -webkit-border-radius: 13px;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius: 13px;
    -moz-border-radius-bottomright: 0;
    -webkit-border-radius: 13px;
    border-radius: 13px;
    border-bottom-right-radius: 0;
    cursor: pointer;
    position: absolute;
    z-index: 999;
    margin-top: -8px;
}

.menuShowEmpresas {
    -webkit-box-shadow: 3px 8px 11px -3px rgba(0, 0, 0, 0.6);
    box-shadow: 3px 8px 11px -3px rgba(0, 0, 0, 0.6);
    background: #00afde;
    display: block;
    height: auto;
    padding: 10px 0 25px 0px;
    margin-top: 32px;
    margin-left: 189px;
    width: 116%;
    z-index: 1000;
    position: absolute;
    font-size: 14px;
    font-family: 'Conv_HelveticaNeue-Light', helvetica, arial;
    overflow: hidden;
    -webkit-border-bottom-right-radius: 13px;
    -webkit-border-bottom-left-radius: 13px;
    -moz-border-radius-bottomright: 13px;
    -moz-border-radius-bottomleft: 13px;
    border-bottom-right-radius: 13px;
    border-bottom-left-radius: 13px;
}

.menuShowEmpresas ul {
    list-style: none;
    padding-left: 0px;
}

.menuShowEmpresas ul li .showul li {
    background: #009bd6;
}

.menuShowEmpresas ul li .showul li a {
    margin-left: 10px;
}

.menuShowEmpresas ul li .showul li a:hover {
    background: transparent !important;
}

.menuShowEmpresas ul li {

}

.menuShowEmpresas ul li a {
    color: #fff;
    padding: 9px 18px;
    vertical-align: middle;
    width: 100%;
    display: block;
    font-size: 15px;
    font-family: 'Conv_HelveticaNeue', helvetica, arial;
}

.menuShowEmpresas ul li:nth-last-child(1n+2) {
    border-bottom: 1px dotted rgba(255, 255, 255, 0.32);
    border-top: 1px dotted rgba(255, 255, 255, 0.32);
}

.menuShowEmpresas ul li a:hover {
    color: #fff;
    background: #009bd6;
    color: #fff;
    border-bottom: none;
    border-top: none;
    width: 100%;
}

.menuShowEmpresas ul li a.active {
    background: #ffa500;
    color: #fff;
    border-bottom: none;
    border-top: none;
    margin-left: -20px;
    width: 111%;
}

.menuShow {
    -webkit-box-shadow: 3px 8px 11px -3px rgba(0, 0, 0, 0.6);
    box-shadow: 3px 8px 11px -4px rgba(0, 0, 0, 0.6);
    background: #fdb924;
    display: block;
    height: auto;
    padding: 10px 0 25px 0px;
    margin-top: 32px;
    margin-left: 189px;
    width: 106%;
    z-index: 1000;
    position: absolute;
    font-size: 14px;
    font-family: 'Conv_HelveticaNeue-Light', helvetica, arial;
    overflow: hidden;
    -webkit-border-bottom-right-radius: 13px;
    -webkit-border-bottom-left-radius: 13px;
    -moz-border-radius-bottomright: 13px;
    -moz-border-radius-bottomleft: 13px;
    border-bottom-right-radius: 13px;
    border-bottom-left-radius: 13px;
}

.menuShow ul {
    list-style: none;
    padding-left: 0px;
}

.menuShow ul li .showul li {
    background: #ffa500;
}

menuShow ul li .showul li a {
    margin-left: 10px;
}

menuShow ul li .showul li a:hover {
    background: transparent !important;
}

.menuShow ul li {

}

.menuShow ul li a {
    color: #0064a7;
    padding: 9px 18px;
    vertical-align: middle;
    width: 100%;
    display: block;
    font-size: 15px;
    font-family: 'Conv_HelveticaNeue', helvetica, arial;
}

.menuShow ul li:nth-last-child(1n+2) {
    border-bottom: 1px dotted rgba(255, 255, 255, 0.32);
    border-top: 1px dotted rgba(255, 255, 255, 0.32);
}

.menuShow ul li a:hover {
    color: #fff;
    background: #ffa500;
    color: #fff;
    border-bottom: none;
    border-top: none;
    width: 100%;
}

.menuShow ul li a.active {
    background: #ffa500;
    color: #fff;
    border-bottom: none;
    border-top: none;
    margin-left: -20px;
    width: 111%;
}

.menu2 b {
    font-size: 16px;
    margin-left: 9px;
}

.fontSilver {
    color: #c0c0c0;
    font-weight: lighter;
}

.fontGray2 {
    color: #7c8282;
}

.fontGray4 {
    color: #a6adb4;
}

.ordeCargML {
    margin-left: 8px;
}

.breadcrumb {
    margin-bottom: 3px;
    background: transparent;
    font-size: 10px;
}

.breadcrumb li a {
    color: #7c8282;
    font-weight: bolder;
    font-family: 'Conv_HelveticaNeue-Medium';
}

.breadcrumb>.active {
    color: #7c8282;
    font-weight: bolder;
    font-family: 'Conv_HelveticaNeue-Medium';
}

.breadcLeft1 {
    margin-left: -9px;
    /*white-space: nowrap;*/
}

.breadcLeft2 {
    margin-left: 10px;
}

.btn-active {
    color: #0064a7 !important;
}

.active-content {
    min-height: 300px !important;
}

.formCoordenadas {
    background: #fff !important;
    width: 180px;
    margin-left: 19%;
}

.formSMS {
    background: #fff !important;
    width: 180px;
}

.botonSms{
    margin-top: 53px!important;
}

.inputTextSms{
    margin-left: auto;
    margin-right: auto;
}

.lblErrorTextSms{
    text-align: center;
    width: 100%;
}

.formClave {
    background: #fff !important;
}

.labelCoordenadas {
    margin-left: 19%;
    font-size: 12px;
    font-family: 'Conv_HelveticaNeue-Light', helvetica, arial;
}

.panelStepMT {
    /*margin-top: 14px;*/
    margin-top: 64px;
}
.panelStepMTsolicitud {
    /*margin-top: 14px;*/
    margin-top: 10px;
}

.margLEFTm {
    margin-left: 70px !important;
}

.skygris {
    color: #959ba0;
    font-size: 12px !important;
    font-weight: 300;
}

.skysilver {
    color: #54585e;
    font-size: 13px !important;
}

.displayBlock {
    display: block;
}

.labelFrec {
    display: block;
    margin-top: 15px;
}

.colFrec {
    padding-left: 10px;
}

.trPaddings>tr>td {
    padding-right: 33px !important;
    max-width: 100%;
}

.extrSaldoDiario {
    margin-bottom: 125px;
    margin-left: 7px;
}


.m0 {
    margin-top: -6px;
}

.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.bootstrap-select .dropdown-toggle:focus {
    outline: none !important;
}

.selectOne {
    width: 77% !important;
}

.btn-group>.btn:first-child {
    margin-left: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url("../images/1x_select_arrow.png") no-repeat 95% center
        transparent !important;
}

.bootstrap-select.btn-group .dropdown-toggle .filter-option {
    margin-left: -13px;
}

.font14 {
    font-size: 14px !important;
}

.margLEFT1 {
    margin-left: 5px;
}

.selectAuto {
    width: 100% !important;
}

.radioPaddingL {
    padding-left: 16px;
}

.mTradio {
    margin-top: 33px !important;
}

.newOpe {
    background: #f5f5f5;
    width: 108.2%;
    /*margin-left: -36px;
padding-left: 44px;*/
    margin-left: -51px;
    padding-left: 58px;
    padding-top: 7px;
    padding-bottom: 7px;
    border-bottom: 2px solid #fdb924;
    margin-bottom: 14px;
}

.newOpeEmpresa {
    background: #f5f5f5;
    width: 108.2%;
    /*margin-left: -36px;
padding-left: 44px;*/
    margin-left: -51px;
    padding-left: 58px;
    padding-top: 7px;
    padding-bottom: 7px;
    border-bottom: 2px solid #00afde;
    margin-bottom: 20px; /*14*/
}

.bgOperation {
    margin-left: -36px;
    background: #f5f5f5;
    width: 108.2%;
    padding-top: 17px;
    padding-left: 42px;
    margin-top: 15px;
}

.bgOperation2 {
    margin-left: -36px;
    background: #f5f5f5;
    width: 108.2%;
    padding-top: 17px;
    padding-left: 42px;
}

.alertOperation {
    border-bottom: 2px solid rgba(192, 192, 192, 0.5);
    background: #f5f5f5;
    width: 108.2%;
    margin-left: -36px;
    padding-left: 44px;
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 14px;
}

.modalP {
    margin-left: 10px;
    margin-top: 14px;
    margin-bottom: 60px;
}

select::-ms-expand {
    display: none;
}

.bgTitleWhite {
    background: #fdb924;
    margin-left: -36px;
    width: 108.2%;
    padding-left: 44px;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #fff;
    font-family: 'Conv_HelveticaNeue-Medium';
    font-size: 14px;
}

.amortizacionSeguridad {
    border-bottom: 1px solid #d8dbdd;
    line-height: 32px;
    width: 40%;
    border-radius: 6px;
    box-shadow: none;
    -webkit-box-shadow: none;
    /*text-align: center;*/
    padding: 0px
}

.amortizacionSeguridad:focus {
    border-color: #d8dbdd;
    box-shadow: none;
    -webkit-box-shadow: none;
}

.seguridad2 {
    border-bottom: 1px solid #d8dbdd;
    line-height: 32px;
    width: 80%;
}

.botonCoordenada {
    margin-top: 120px !important;
}

.btnTOP4 {
    margin-top: 120px;
    font-size: 16px;
    text-transform: uppercase;
}

.formCoordenadas2 {
    background: #fff !important;
    width: 180px;
    margin-left: 29%;
}

.formCoordenadas3 {
    background: #fff !important;
    width: 180px;
}

.changeBorderRadio {
    border-bottom: 1px solid #fdb924;
}

.changeBorderRadioEmpresas {
    border-bottom: 1px solid #00afde;
}

.bgModalPago {
    background: #f5f5f5;
    margin-top: -15px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 24px;
    padding-right: 20px;
}

.bgModalPago span {
    /*margin-left: 24px;*/
    font-size: 16px;
}

.sendPago label {
    margin-left: 24px;
    margin-top: 8px;
    margin-bottom: 0px !important;
}

.sendPago select {
    border: none;
    border-bottom: 1px solid #d8dbdd;
}

.sendPago .inputB {
    border: none;
    border-bottom: 1px solid #d8dbdd;
    padding-left: 5%;
}

.content-send-constancia {
    padding: 0 10px 0 0;
    line-height: 2.5;
}

.content-send-constancia  h6 {
    padding-top: 20px;
}

.content-send-constancia hr {
    margin-left: 8px !important;
}

.content-send-constancia .dataTables_wrapper.no-footer {
    padding-left: 8px;
    padding-top: 5px;
}

.content-send-constancia table {
    margin-left: 0 !important;
}

.content-send-constancia .skygris {
    font-size: 12px;
    color: #959ba0;
}

.content-send-constancia .skysilver {
    font-size: 13px;
    color: #54585e;
    line-height: 10px;
    margin: 0;
}

.modal-body .content-send-constancia .table>tbody>tr>td, .modal-body .content-send-constancia .table>thead>tr>th
{
    line-height: 2 !important;
    padding: initial !important;
}

.modal-body .content-send-constancia .table>tbody>tr>td, .modal-body .content-send-constancia .table>tbody>tr>td>span
{
    line-height: 20px !important;
}

.hrModal {
    color: #fdb924;
    border-top: 1px solid;
}

.selectAuto2 {
    width: 90% !important;
}

.font12 {
    font-size: 12px !important;
}

.bold {
    font-weight: bold;
}

.hrSilver {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-width: 108.2%;
    -moz-width: 108.2%;
    width: 108.2%;
    color: rgba(192, 192, 192, 0.5);
    height: 3px;
    border-top: 2px solid;
    margin-left: -36px;
}

.selectMedium {
    width: 73% !important;
}

.welcomeTitle1, .welcomeEmpresas1 {
    font-family: 'Conv_HelveticaNeue-thin', 'helvetica', Georgia;
    color: #484b4c;
    font-size: 32px;
}

.welcomeTitle2, .welcomeEmpresas2 {
    font-family: 'Conv_HelveticaNeue-thin', 'helvetica', Georgia;
    color: #484b4c;
    font-size: 50px;
}

.welcomeTitle3 {
    font-family: 'Conv_HelveticaNeue-thin', 'helvetica', Georgia;
    color: #fdb924;
    font-size: 50px;
}

.welcomeEmpresas3 {
    font-family: 'Conv_HelveticaNeue-thin', 'helvetica', Georgia;
    color: #00afde;
    font-size: 50px;
}

.tableRowWidth1 {
    width: 20%;
}

.tableRowWidth2 {
    width: 12%;
}

.tableRowWidth3 {
    width: 40%;
}

.tableRowWidth4 {
    width: 31%;
}

.tableRowWidth5 {
    width: 12%;
}

.bgTitleEmpresas {
    background: #00afde;
    margin-left: -51px;
    width: 200%;
    padding-left: 59px;
    padding-top: 10px;
    padding-bottom: 16px;
    color: #fff;
    font-size: 14px;
}

.bgTitleEmpresas2 {
    background: #00afde;
    margin-left: -26px;
    width: 200%;
    padding-left: 59px;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #fff;
    font-size: 14px;
}

.mT3 {
    margin-top: 25px;
}

.mT5 {
    margin-top: 5px;
}

.hrStyleEmpresas {
    margin-top: 5px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    width: 200%;
    color: #00afde;
    height: 3px;
    border-top: 2px solid;
    margin-left: -51px;
}

.btn-invisible {
    background: transparent;
    color: #00afde;
    font-weight: bold;
}

.btn-invisible:hover {
    color: #0064a7;
}

.content-extrSaldo .form-group label {
    padding-right: 10px;
}

.credito-consulta #ctn-creditos>div, .credito-consulta .content-extrSaldo>div
{
    padding-bottom: 0px !important;
    min-height: 69px;
}

.buzon-autorizaciones .bgTitleEmpresas {
    width: 200%;
    border-radius: 0;
}

.buzon-mensajes .bgTitleEmpresas {
    width: 200%;
    border-radius: 0;
}

.modal-body .content-send-constancia.constancia-apertura .table>tbody>tr>td
{
    padding-right: 7px !important;
    word-break: break-word;
    white-space: inherit;
}

.buzon-detalle .content-extrSaldo>div {
    word-break: break-word;
}

.datepicker td, .datepicker th {
    text-align: center !important;
}

.datepicker td.day {
    padding: 0px !important;
}

.datepicker td.today {
    color: #fff;
    background-color: #097c7b;
}

.carret-menu2 {
    padding-right: 20px !important;
    font: 14px/1 FontAwesome !important;
}

.inner-small-blockright{
    white-space: nowrap;
}

.panel-modalidad{
    height: 470px;
}

@media ( -webkit-min-device-pixel-ratio : 2) , ( min-resolution :
192dpi) {
    .ico, .check-off-1x, .check-on-1x, .btn-plastic {
        background-image: url("../images/sprite2x.png") !important;
        -webkit-background-size: 329px 286px !important;
        -moz-background-size: 329px 286px !important;
        background-size: 329px 286px !important;
    }
}

@media only screen and (max-width: 1200px) {
    .help-cloud {
        right: 13px;
        top: 59px;
    }
    .main {
        /*padding-bottom: 90px;*/
        padding-bottom: 0;
    }
    .section-security-tips {
        margin-top: 30px;
    }
}

@media only screen and (max-width: 1190px) {
    .inner-top-text.second {
        margin-right: 100px;
    }
    .section-welcome .help-cloud {
        right: -4px;
        top: -100px;
        position: absolute;
    }
}

@media print {
    .printIMG {
        visibility: hidden;
        display: none
    }
}

@media only screen and (orientation: portrair) and (max-width: 1010px){
	.menu-groups {
        display: none !important;
    }
}

@media only screen and (orientation: landscape) and (min-width: 1010px){
	.menu-groups {
        /*display: block !important;*/
        display: block;
    }
}

.menuopc-visible{
	display: none !important;
}

@media only screen and (max-width: 1010px) {
	
	.tdmargetabla{
   		margin-right: 0px !important;
	}
	
	.menutop{
		margin-top: -38px;
	}
	
	.menuopc-visible{
		display: block !important;
	}
    .panel-modalidad{
        height: 590px;
    }
    .x_tab_amarillo {
        display: none;
    }
    .coordinates-table .ico-amarillo-cloud {
        display: none;
    }
    .section-welcome .menu-group-btn .fa {
        display: block;
        color: #fff;
    }
    .inner-top-data {
        float: none;
    }
    .section-person-login{
    	margin-bottom: 170px;
    }
    .section-company-login{
    	margin-bottom: 170px;
    }
    .section-enter-coordinates{
    	margin-bottom: 170px;
    }
    .section-generate-password{
    	margin-bottom: 170px;
    }
    .section-password-created{
    	margin-bottom: 170px;
    }
    .section-closing-session{
    	margin-bottom: 170px;
    }
    .section-welcome {
        /*float: none;
margin: 105px auto 0 auto;*/
        margin: 105px auto 170px auto;
    }
    .section-welcome .menu-group-btn {
        width: 100%;
        -webkit-border-radius: 10px 10px 0 0;
        border-radius: 10px 10px 0 0;
        height: 38px;
        line-height: 38px;
        padding: 0 20px 0 25px;
    }
    .section-welcome .menu-group, .section-welcome .menu-group-btn {
        position: relative !important;
        left: auto !important;
        top: auto !important;
        text-align: left;
    }
    .section-welcome .content-menu {
        top: -47px;
        left: 0;
        width: 100%;
        z-index: 999;
    }
    .section-welcome .menu-groups {
        display: none;
    }
    .section-welcome .menu-group {
        width: 300px;
    }
    .section-welcome .menu-group.first {
        -webkit-border-radius: 15px 15px 0 0;
        border-radius: 15px 15px 0 0;
        overflow: hidden;
    }
    .section-welcome .menu-group:last-of-type {
        -webkit-border-radius: 0 0 15px 15px;
        border-radius: 0 0 15px 15px;
        overflow: hidden;
    }
    .section-welcome .content-menu.content-companies a {
        line-height: 38px;
        height: 38px;
        padding: 0;
        background: #007fbe;
        padding-left: 25px;
    }
    .section-welcome .content-menu.content-persons a {
        line-height: 38px;
        height: 38px;
        padding: 0;
        padding-left: 25px;
    }
    .section-welcome .content-menu.content-companies .showul li a{ 
        background: #146d9e !important;
    }
    .section-welcome .content-menu.content-persons .showul li a{ 
        background: #e6ab05 !important;
    }
    
    .section-welcome .menu-group-content {
        -webkit-border-radius: 0;
        border-radius: 0;
        padding: 0;
        -webkit-transition: max-height 0.3s ease;
        -moz-transition: max-height 0.3s ease;
        -o-transition: max-height 0.3s ease;
        -ms-transition: max-height 0.3s ease;
        transition: max-height 0.3s ease;
    }
    .section-welcome .content-menu.content-companies .menu-group.active .menu-group-content,
    .section-welcome .content-menu.content-persons .menu-group.active .menu-group-content
    {
        padding: 0;
    }
    .section-welcome .content-menu .menu-title {
        margin-bottom: 10px;
        -webkit-border-radius: 10px;
        border-radius: 10px;
        padding: 0 25px;
        display: block;
    }
    .content-menu.content-companies .menu-group .menu-group-btn {
        background: #0091c9;
        color: #fff;
        font-family: 'Conv_HelveticaNeue-Medium', helvetica, arial;
        -webkit-border-radius: 0;
        border-radius: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.32);
    }
    .content-menu.content-persons .menu-group .menu-group-btn {
        background: #fdb924;
        color: #0064a7 !important;
        font-family: 'Conv_HelveticaNeue-Medium', helvetica, arial;
        -webkit-border-radius: 0;
        border-radius: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.32);
    }
    .section-welcome .content-menu.content-companies .menu-group.active .menu-group-btn
    {
        background: #007fbe;
    }
    .x_tab_celeste {
        display: none;
    }
    .section-welcome .menu-group-btn .fa {
        right: 20px;
        position: absolute;
        top: 0px;
    }
    .section-welcome .help-cloud {
        top: -100px;
        right: -4px;
    }
    .inner-top-text.second {
        margin-right: 19%;
    }
/*    .inner-top-data {
        margin-top: 0 !important;
    }*/
    #meDesktopTrue {
        display: none;
    }
}

@media only screen and (min-width: 991px) {
    
    
    table td {
        white-space: nowrap;
    }
    .frecRadioYesNo {
        margin-top: 25px;
        margin-left: 10%;
        width: 200px;
    }
/*     .panel-login1-juridica{ */

/*         margin-top: -45px;	 */
/*     } */

/*     .panel-login2-juridica{ */

/*         margin-top: -45px;	 */
/*     } */

/*     .panel-login3-juridica{ */

/*         margin-top: -45px;	 */
/*     } */

/*     .panel-login4-juridica{ */

/*         margin-top: -45px;	 */
/*     } */

}

@media only screen and (max-width: 991px) {
    
    .menutop{
		margin-top: 0px;
	}
    
    .carret-menu2 {
        padding-top: 6px !important;
    }
    
    .panel-step, .panel-steps.panel-3-cols .panel-step {
        padding: 0 !important;
        /*min-height: 235px;*/
        margin-bottom: 20px;
    }
    .panel-step-autorizacion {
        margin-left: auto;
        margin-right: auto;
    }
    .txt-opeFrecDescp {
        margin-left: auto;
        margin-right: auto;
        width: 100% !important; /*215px*/
    }
    .opeFrecDescp {
        /*margin-left: 0 !important;*/
        text-align: left !important;
    }
    .small-center, .tiny-center {
        padding: 10px 3%;
        margin-top: -5px;
        position: static;
    }
    .panel-body strong {
        font-size: 17px;
    }
    .main-footer address, .main-footer .footer-social, .main-footer .footer-phones,
    .main-footer .footer-phones+div {
        text-align: center;
    }
    .main-footer .footer-social .fa, .main-footer .footer-social .social-text
    {
        display: inline-block;
        float: none;
    }
    .main-footer .footer-social {
        padding: 0 54px 18px 0;
    }
    .section-security-tips .tips-terms .terms-text {
        width: 80%;
    }
    .main-footer .footer-logo {
        margin: 0 auto 20px auto;
        display: block;
        float: none !important;
    }
    .coordinates-table {
        overflow: hidden;
    }
    .section-enter-coordinates .panel-step, .section-enter-coordinates .panel-step:last-of-type
    {
        padding: 30px !important;
        margin: 0 auto;
        display: block;
        float: none;
    }
    .section-enter-coordinates .panel-step-1 {
        max-width: 245px;
        padding: 0 !important;
    }
    .coordinates-table .ico-blue-cloud {
        display: none;
    }
    .frecRadioYesNo {
         margin-top: 25px; 
        margin-left: 40%;
        width: 200px;
    }
    .section-welcome .panel-body-plazo-fijo {
        padding: 32px 50px 35px 50px;
        overflow: hidden;
        width: 100%;
    }
    .imgTecladoNumerico {
        display: block;
        margin: 0px auto auto auto !important; 
/*      margin: auto auto auto auto !important;  */
    }
    .btnCambioClave {
        margin-left: 0px;
        margin-top: 0px !important;
        padding-left: 6px;
    }

}

@media only screen and (max-width: 960px) {
    .inner-top-text.second {
        margin-right: 19%;
    }
    .x_tab_amarillo {
        display: none;
    }
}

@media only screen and (max-width: 900px) {
    .panel-step, .panel-steps.panel-3-cols .panel-step {
        padding: 0 !important;
    }
    .inner-top-text.second {
        margin-right: 16%;
    }
    .content-extrSaldo .form-group input[type="text"] {
        width: 85%;
    }
}

@media only screen and (max-width: 790px) {
    .panel-step:first-child {
        border: none;
    }
    .panel-step, .panel-steps.panel-3-cols .panel-step {
        /*padding: 0 10% !important;*/

    }
    .main-header .header-right.logged {
        width: 60%;
    }
    .inner-top-text.second {
        margin-right: 100px;
    }
    .section-welcome .help-cloud {
        position: absolute !important;
    }
    .help-cloud {
        line-height: 14px;
    }
}

@media screen and (max-width: 850px) and (min-width: 790px) {
    .inner-top-text.second {
        margin-right: 13%;
    }
    .help-cloud {
        line-height: 14px;
    }
}

@media only screen and (max-width: 768px) {

	::-webkit-scrollbar{
		width: 0px;
		background: transparent;
	}
	
    .texttamaniomodal{
        font-size: 9px !important;
    }
    
    .panel-modalidad {
        height: 700px;
    }
    
    .contenedorTeclado #keyboard-container{
	position: static;
	border-top: 0px dotted #0064a7;
	margin-top: -50px;
    }
	  
     .section-security-tips .tips-terms .terms-text {
        width: 60%;
    }  
    .contenedor-panel-steps #keyboard-container{
        position: static;
        border-top: 0px dotted #0064a7;
        margin-top: -10px;
    }

    .ico-empresa-img {
        /*         display: none */
    }
    .main-header .header-right .header-col-1 {
        padding: 0px;
        width: 200px;
        margin-top: -8px;
    }
    .main-header .header-right .person-name {
        font-size: 13px;
    }
    .tr-bg-mobile {
        color: #959ba0;
        font-size: 12px !important;
        border-bottom: 1px solid rgba(149, 155, 160, 0.3);
    }
    .text-mobile {
        text-align: right;
        margin-right: 0px;
    }
    .bgTitle {
        width: 138%;
        margin-left: -50px;
        padding-left: 59px;
    }
    .bgTitleEmpresas {
        width: 121.2%;
        margin-left: -50px;
        padding-left: 59px;
    }
    .bgTitleEmpresas2 {
        width: 132.2%;
        margin-left: -50px;
        padding-left: 59px;
    }

    /*
.bgShowTotal {
width: 116.4%;
}*/
    .bgTitleWhite {
        width: 116.3%;
    }
    .newOpe {
        width: 116.3%;
    }
    .newOpeEmpresa {
        width: 116.3%;
    }
    #ctn-creditos {
        margin-top: 10px;
    }
    .bgOperation {
        width: 111%;
    }
    .m {
        margin-left: 0px !important;
    }
    .hrStyle2 {
        width: 111%;
    }
    .content-table {
        margin-bottom: 20px;
    }
    .hrStyle {
        width: 200%;
    }
    .hrStyleEmpresas {
        width: 200%;
    }
    .m0 {
        margin-top: 0px;
    }
    .mlMovil {
        margin-left: 0px !important;
    }
    .mlMovil2 {
        margin-left: 189px !important;
    }
    .skygris, .skysilver {
        font-size: 14px !important;
    }
    .tr-bg {
        font-size: 13px !important;
    }
    .tr-bg th {
        width: auto;
    }
    tbody {
        font-size: 14px;
        text-align: left;
    }
    .mNone {
        margin-left: 0px !important;
    }
    .xMovil {
        margin-left: -5px;
    }
    
    #solicitud table thead th {
        text-align: center;
        width: 33.33% !important;
    }
    #solicitud table thead th:first-child {
        text-align: left;
    }
    table.dataTable.nowrap td, table.dataTable.nowrap th {
        white-space: nowrap;
    }
    .control {
        text-align: center;
    }
    td.sorting_1 {
        text-align: left !important;
    }
    th.sorting_disabled {
        /*text-align: right;*/

    }
    th.sorting {
        /*text-align: right;*/

    }
    .table>thead>tr>th {
        padding-right: 0px;
    }
    table>tbody>tr>td {
        padding-right: 0px !important;
    }
    table.dataTable.dtr-inline.collapsed>tbody>tr>td:first-child {
        /*padding-left: 5px !important;*/

    }
    .content-operacion .dataTable.dtr-inline.collapsed>tbody>tr>td:first-child {
        padding-left: 3px !important;
        padding-top: 5px;
    }
    .content-operacion .table>tbody>tr.child>td {
        text-align: right !important;
    }
    .section-welcome .content-menu.content-persons .menu-group.active .menu-group-btn,
    .section-welcome .content-menu.content-persons .menu-group-btn {
        color: #0064a7;
    }
    .btn-correct2 {
        margin-left: 12px;
    }
    .section-welcome .content-companies .menu-groups, .section-welcome .content-persons .menu-groups
    {
        position: absolute;
        width: 100%;
        margin-top: 10px;
        z-index: 100;
    }
    .section-welcome .content-companies .menu-title.menu-title-desplegable {
        -webkit-border-radius: 5px;
        border-radius: 5px;
    }
    .body-top>div, a.body-pdf {
        width: 100%;
    }
    .help-cloud .help-cloud-content .content-link {
        line-height: 13px;
    }
    .section-welcome .help-cloud .fa.fa-times {
        background: #8facd2;
    }
    .help-cloud .fa.fa-times {
        line-height: 40px;
        background: none;
    }
    .inner-top-text {
        font-size: 11px;
    }
    .inner-top-data {
        height: 80px;
    }
    .section-welcome .content-title {
        line-height: 20px;
        font-size: 31px;
        margin-top: 0px;
    }
    .section-welcome .content-menu.content-companies .menu-title,
    .section-welcome .content-menu.content-persons .menu-title {
        /*      margin-bottom: 0; */
        margin-bottom: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
    }
    .section-welcome .menu-group.first {
        -webkit-border-radius: 5px 5px 0 0;
        border-radius: 5px 5px 0 0;
    }
    .section-welcome .menu-group:last-of-type {
        -webkit-border-radius: 0 0 5px 5px;
        border-radius: 0 0 5px 5px;
    }
    .section-welcome .content-menu {
        top: auto;
        left: auto;
        margin-bottom: 10px;
        position: relative;
    }
    .section-welcome .menu-group {
        width: 100%;
    }
    .section-welcome {
        /*margin-bottom: 105px;*/
        overflow: visible !important;
        background: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        margin-top: 10px;
    }
    .section-welcome .panel-body {
        background: #fff;
        width: 100%;
        -webkit-border-radius: 15px;
        border-radius: 15px;
        -webkit-box-shadow: 1px 3px 11px 0px rgba(97, 91, 91, 0.28);
        box-shadow: 1px 3px 11px 0px rgba(97, 91, 91, 0.28);
    }
    .section-welcome .panel-body-plazo-fijo {
        background: #fff;
        /*-webkit-border-radius: 15px;
border-radius: 15px;
-webkit-box-shadow: 1px 3px 11px 0px rgba(97,91,91,0.28);
box-shadow: 1px 3px 11px 0px rgba(97,91,91,0.28);*/
    }
    .coordinates-table .table-help-info .info-position {
        margin-right: 0;
        margin-left: 12px;
    }
    .coordinates-table h3, .coordinates-table .info-text {
        text-align: center;
    }
    .section-enter-coordinates .panel-steps {
        padding-top: 10px;
    }
    .section-enter-coordinates .bold-num {
        text-align: center;
    }
    .section-enter-coordinates .body-top .ico-atras-1x, .body-top .ico-atras-2x
    {
        left: 0;
    }
    .section-enter-coordinates .panel-body {
        padding-left: 15px;
        padding-right: 15px;
    }
    .coordinates-table .table-help-info {
        width: 100%;
    }
    .coordinates-table img {
        float: none !important;
        margin: 0 auto;
        display: block;
        max-width: 100%;
        height: auto;
    }
    .section-password-created .second-text {
        margin: 30px 0 20px 0;
    }
    .panel-steps.panel-2-cols .panel-step {
        padding: 0 !important;
    }
    .panel-steps.panel-3-cols .panel-step {
        padding: 0% !important;
    }
    .section-security-tips .tips-terms .icheckbox_square-blue {
        margin: -28px 13px 0 0;
    }
    .section-security-tips .tips-terms {
        margin-top: -4px;
    }
    .section-security-tips .panel-body {
        width: 100%;
    }
    .section-security-tips .panel-tips-container {
        overflow-x: hidden;
    }
    .body-top .ico-atras-1x, .body-top .ico-atras-2x {
        position: absolute;
        left: -16px;
        top: 10px;
    }
    .section-security-tips .btn {
        margin: 0 auto;
/*      float: none !important; */
        display: block;
        clear: both;
        margin-top: -20px;
    }
    #keyboard-container {
        margin: 0;
        position: fixed; 
        left: 0;
        bottom: -255px;
        z-index: 10;
        width: 100%;
        background: rgba(255, 255, 255, 0.72);
        max-width: 100%;
        min-height: 0;
        padding: 15px 0 25px 0 !important;
        border-top: 1px dotted #0064a7;
        -webkit-transition: bottom 0.3s;
        -moz-transition: bottom 0.3s;
        -o-transition: bottom 0.3s;
        -ms-transition: bottom 0.3s;
        transition: bottom 0.3s;
    }
    #keyboard-container.active {
        bottom: 0;
    }
    #keyboard-container .btn-keyboard-ok {
        display: block;
    }
    .main-footer address {
        padding-top: 30px;
    }
    .main-footer .footer-extra .footer-extra-img {
        left: -100px;
    }
    .main-header .header-right .section-title {
        display: none;
    }
    .main-footer .footer-social {
        padding-right: 0;
    }
    .main-footer .footer-social .social-text {
        display: none;
    }
    .main-footer .ico-top-1x {
        display: block;
    }
    .panel {
        overflow: hidden;
    }
    .panel-step {
        max-width: 215px;
        padding: 0 !important;
        float: none;
        clear: both;
        display: block;
        margin-right: auto;
        margin-left: auto;
    }
    .section-enter-coordinates .panel-step-0 {
        max-width: 100%;
    }
    .panel-step .step-title {
        text-align: center;
    }
    .section-welcome .help-cloud {
        position: absolute;
        right: -4px;
        top: -108px;
        height: auto;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        width: 70px;
        line-height: 14px;
        font-family: 'Conv_HelveticaNeue-Light', helvetica, arial;
        font-size: 11px;
    }
    .help-cloud {
        position: relative;
        float: left;
        width: 100%;
        line-height: 30px;
        height: 40px;
        -webkit-box-shadow: none;
        box-shadow: none;
        font-family: 'Conv_HelveticaNeue-Medium', helvetica, arial;
        right: auto;
        top: auto;
        -webkit-border-radius: 0px;
        border-radius: 0px;
        font-size: 13px;
    }
    .section-welcome .help-cloud .arrow {
        display: block;
    }
    .help-cloud .arrow {
        display: none;
    }
    .panel-heading, .panel-heading h1, .panel-heading .panel-heading-aside {
        width: 100%;
        float: left;
        text-align: center;
    }
    .section-security-tips h1+div .heading-ico {
        width: 65%;
        max-width: 85px;
        margin-top: 7px;
        min-width: 64px;
    }
    .section-security-tips h1 {
        width: 75%;
        font-size: 23px;
        text-align: left;
    }
    .panel-heading .panel-heading-aside {
        margin: 0 0 11px 0;
    }
    .panel-body {
        padding-top: 20px;
        float: left;
    }
    .panel-body h2 {
        font-size: 20px;
    }
    .panel-body .body-pdf {
        text-align: center;
    }
    .body-top>div {
        text-align: center;
        margin-bottom: 20px;
    }
    .body-top>div {
        padding-top: 10px;
    }
    .panel-body strong {
        font-size: 14px;
    }
    .panel b {
        font-size: 16px;
    }
    .panel-step .step-label {
        width: 100%;
        text-align: center;
    }
    #coordinates-steps, #coordinates-steps label {
        margin-left: 0 !important;
    }
    .txt-opeFrecDescp {
        margin-left: auto;
        margin-right: auto;
        width: 215px !important;
    }
    .opeFrecDescp {
        margin-left: 0 !important;
        text-align: center !important;
    }
    .password-keyboard {
        width: 190px;
        margin: 0 auto;
    }
    .section-welcome .help-cloud .help-cloud-content {
        right: 0px;
        top: 55px;
    }
    .main-header .header-nav div {
        text-align: right;
    }
    .main-header .header-nav .nav-link {
        margin: 12px;
        font-size: 11px;
    }
    .main-header .header-logo {
        width: 140px;
        margin: 10px 0 0 20px;
    }

    .main-header .header-right {
        padding: 5px 5px 0 0;
    }
    .panel-modal .modal-foot {
        display: none;
    }
    .panel-modal .modal-body {
        padding: 15px 20px 30px 20px;
    }
    .section-closing-session .first-text {
        margin-bottom: 30px;
    }
    .section-closing-session .session-countdown {
        margin-top: 0;
    }
    .panel-body {
        padding-bottom: 30px;
    }
    .x_tab_celeste {
        display: none;
    }
    .section-welcome .help-cloud {
        top: -62px;
        margin-right: 10px;
    }
/*    .inner-top-text {
        padding-left: 8px;
        padding-top: 16px;
    }*/
    
    .main-header .header-right.logged .ico-empresa-img {
/*      top: 10px;  */
        top: 20px; 
        margin-right: -20px;
    }
    .section-welcome .help-cloud .fa {
        text-align: center;
        padding-right: 0px;
    }
    .help-cloud .fa {
        text-align: right;
        padding-right: 20px;
    }
/*    .inner-top-data {
     margin-top: 0 !important; 
       margin-top: 20px !important; 
    }*/
    .pagination-box {
        padding-top: 15px;
        text-align: right;
    }
    
    
    .botonSms{
        margin-right: auto!important;
        margin-left: auto!important;
        margin-top: 0px!important;
        float: none!important;
    }
    
    .inputTextSms{
	    margin-right: auto!important;
        margin-left: auto!important;
	}
	
	.messageSMS {
	    text-align: center;
	}
    
}

.header-right.header-right-movil .header-col-3 .btnCerrarSesion {
    display: inline-block !important;
    color: white;
}

@media only screen and (min-width: 680px) {
    .header-right-movil {
        display: none;
    }
}

@media only screen and (max-width: 680px) {
    .ico-empresa-img{
/*      margin-top: -15px; */
        margin-top: -10px;
    }

    .header-responsive550.pull-right {
        display: none;
    }
    .header-right.header-right-movil {
        background: #00527F;
        padding-top: 0;
    }
    .header-right.header-right-movil .header-col-3 {
        width: auto !important;
        padding-left: 15px;
        line-height: 2;
    }
    .main-header .header-right .header-col-2 {
        width: 70px;
        line-height: 2;
       margin-top: 0px;
    }
    .header-right.header-right-movil .header-col-2{
        width: auto !important;
        padding-left: 15px;
    }
    .header-responsive550 {
        margin-top: 4px;
    }
    .header-responsive550 .header-col-3 span a {
        margin-top: -8px;
    }
    
    .admTextBox {
        padding-top: 20px;
    }
    .main form#j_idt52 {
        height: auto !important;
    }
    #seccionGrabarOpeFrecuente #txtDescFrecuente {
        /*height: auto !important;*/
        line-height: 1.5 !important;
    }
    
    #consulta .table tbody>tr>td {
        font-size: 13px;
    }
    .printIMG {
        margin-bottom: 10px;
    }
    table.dataTable.nowrap td, table.dataTable.nowrap th {
        /*white-space: normal !important;*/
        width: auto !important;
    }
    
    .person-name {
        width: 60%;
        float: right;
        text-align: left;
        white-space: pre-line;
    }

}

@media only screen and (max-width: 480px) and (min-width: 680px) {
    #consulta .table tbody>tr>td span {
        float: none !important;
    }
}

@media only screen and (max-width: 600px) {
    
    #header .main-header {
        height: auto !important;
    }
    .coordinates-table.clave-sms .table-help-info {
        width: 190px;
        margin-right: 0;
    }
    .header-right .header-col-1 {
        width: 180px;
        margin: 0px;
        padding-top: 0 !important
    }
    .inner-small-blockright {
        text-align: right !important;
    }
}

@media only screen and (max-width: 576px) and (min-width: 549px) {
    .header-right .header-col-1 {
        width: 180px;
        margin: 0px;
        padding-top: 0 !important
    }
    .second {
        display: none
    }
    .main-header .header-right .header-col-1 {
        padding-right: 0px;
        padding-top: 10px;
    }
    /*.main-header .header-right {
width: 65% !important;
}*/
    .main-header .header-right .header-col-2, .main-header .header-right .header-col-3
    {
        width: 70px;
        /*margin-top: 10px;*/
    }
    .main-header .header-right .person-name {
        font-size: 13px;
    }
    .inner-small {
        font-size: 11px;
    }
    .inner-top-text {
        font-size: 11px;
    }
}

@media only screen and (max-width: 550px) {
	
	.breakworkmodal{
    	 word-break: break-all !important;
    }

    .admTextBox {
        margin-left: 0 !important;
    }
    /*.mustard {display:none}*/
    .section-welcome .content-menu.content-persons .menu-group.active .menu-group-btn,
    .section-welcome .content-menu.content-persons .menu-group-btn {
        color: #0064a7;
    }
    .hrStyle {
        width: 200%;
    }
    .hrStyleEmpresas {
        width: 200%;
    }
    .btn-correct2 {
        margin-left: 12px;
    }
    .section-welcome .content-companies .menu-groups, .section-welcome .content-persons .menu-groups
    {
        margin-top: 0px;
        position: relative;
        width: auto;
    }
    .menu-title-desplegable {
        -webkit-border-radius: 5px 5px 0 0 !important;
        border-radius: 5px 5px 0 0 !important;
    }
    .section-welcome .menu-group.first {
        -webkit-border-radius: 0px;
        border-radius: 0px;
    }
    .section-welcome .help-cloud {
        font-family: 'Conv_HelveticaNeue-Medium', helvetica, arial;
        font-size: 13px;
    }
    .section-welcome .menu-title.menu-title-desplegable, .section-welcome .menu-title
    {
        padding-right: 20px !important;
    }
/*    .section-welcome .content-menu .menu-title .fa {
        margin-right: 0px;
        float: right;
    }*/
    .coordinates-table.clave-sms img {
        position: relative;
    }
    .coordinates-table.clave-sms .table-help-info {
        width: auto;
        margin-right: 0px;
    }
    .section-welcome .help-cloud .fa.fa-times {
        background: transparent;
    }
    .main-header .header-nav div {
        text-align: center;
    }
    .main-header .header-nav .nav-link {
        margin: 5px;
    }
    .section-welcome .help-cloud .fa {
        text-align: right;
        padding-right: 20px;
    }
    .help-cloud .help-cloud-content {
        width: 100% !important;
    }
    .help-cloud .help-cloud-content .content-link {
        line-height: 13px;
    }
    .section-welcome .help-cloud .help-cloud-content {
        top: 48px;
    }
    .section-welcome .help-cloud .fa, .help-cloud .fa.fa-times {
        line-height: 40px;
        background: none;
    }
    .inner-top-text.second {
        width: 100%;
        -webkit-border-radius: 0;
        border-radius: 0;
    }
    .x_tab_celeste {
        display: none;
    }
    .inner-top-text.second {
        margin-right: 0px;
        padding: 5px 28px;
        background-color: #00527f;
        margin-top: 0;
        height: 30px;
        display: none
    }
    .main-header .header-right.logged {
        width: auto;
        padding-right: 10px;
    }
    .main-header .header-right.logged .header-col .ico-empresa-img {
        /*         display: none; */
    }
    .main-header .header-right.logged .header-col.header-col-3 .small {
        display: none;
    }
    .main-header .header-right .header-col-2 .small {
        font-size: 80%;
        left: 26px;
        /*position: absolute;*/
        top: -12px;
    }
    .main-header .header-right .header-col-3 {
        width: 40px;
    }
    .main-header .header-right .header-col-1 {
        padding-right: 0px;
    }
    .text-responsive550 {
        display: none;
    }
    .text-responsive-info {
        text-transform: capitalize;
    }
    .inner-small-clock, .inner-small-dolar {
        display: block;
    }
    .main-header .header-logo {
        margin-left: 0;
    }
    .inner-small-dolar {
        text-align: right;
    }
    .inner-small-blockleft {
        float: left;
    }
    .inner-small-blockright {
        float: right;
    }
    .div-left {
        float: none;
    }
    .section-welcome .help-cloud {
        margin-bottom: 10px;
        position: initial !important;
        width: 100%;
        height: 40px;
        line-height: 40px;
        float: none;
    }
    .inner-top-data {
        height: 40px;
    }
    .inner-top-text {
        padding-top: 8px;
    }
    .section-welcome .help-cloud .arrow {
        display: none;
    }
    .help-cloud {
        line-height: 40px;
        padding: 0;
        margin: 0;
    }
    
}

@media only screen and (max-width: 440px) {
    .btnTOP4 {
        margin-top: 120px;
    }
    .botonCoordenada {
        margin-top: 0px !important;
    }
    a.btn-blue {
        width: auto !important;
    }
    .dateBG2 {
        width: 100%;
    }
    .table-design2 {
        border: 0;
        margin-left: -14px;
        width: 351px;
    }
    .table-design2 thead {
        /*display: none;*/
    }
    .table-design2 tr {
        margin-bottom: 15px;
        display: block;
    }
    .table-design2 td {
        /*display: block;*/
        text-align: right;
        font-size: 13px;
        border-bottom: 1px dotted #ccc;
        width: auto;
    }
    .table-design2 td:last-child {
        /*border-bottom: 0;*/

    }
    .table-design2 td:before {
        content: attr(data-label);
        float: left;
        color: #959ba0;
        font-weight: bold;
    }
    .TitleMovilP {
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
        margin-top: -15px;
        background: #fdb924;
        margin-left: -26px;
        width: 117.2%;
        padding-top: 8px;
        padding-bottom: 5px;
        padding-left: 22px;
        color: #fff;
        font-size: 14px;
        margin-bottom: 25px;
    }
    .TitleMovilP2 {
        margin-top: -15px;
        background: #fdb924;
        margin-left: -26px;
        width: 200%;
        padding-top: 8px;
        padding-bottom: 5px;
        padding-left: 22px;
        color: #fff;
        font-size: 14px;
        margin-bottom: 25px;
    }
    .iconLEFT {
        margin-left: 174px;
    }
    .iconLEFT2 {
        margin-left: 188px;
    }
    .iconLEFT3 {
        margin-left: 241px;
    }
    .iconLEFT4 {
        margin-left: 293px;
    }
    .dtr-data {
        white-space: normal;
    }
    .bootstrap-select {
        width: 100% !important;
    }
    #seccionFrecuentes .bootstrap-select {
        width: 90% !important;
    }
    select#cuentaFrecuente {
        width: 100% !important;
        left: 0 !important;
    }
    #seccionFrecuentes #btnEliminar {
        padding-left: 25px;
        margin-right: -15px !important;
    }
    .dateBG {
        width: 100% !important;
    }
    /*
.bgShowTotal {
margin-left: -26px;
width: 117.3%;
border-bottom-right-radius: 8px;
border-bottom-left-radius: 8px;
top: 30px;
}

.bgShowTotal .textShowTotal {
text-align: left;
margin-right: 0px;
margin-left: -12px;
}
    */
    .bgTitle {
        margin-left: -26px;
        width: 125%;
        padding-left: 35px;
    }
    .bgTitleEmpresas {
        margin-left: -26px;
        width: 117.3%;
        padding-left: 35px;
    }
    .pM {
        margin-top: 4px;
    }
    .bgTitleWhite {
        width: 117.1%;
        margin-left: -26px;
    }
    .newOpe {
        margin-left: -26px;
        width: 117.1%;
        padding-left: 14px;
    }
    .newOpeEmpresa {
        margin-left: -26px;
        width: 117.1%;
        padding-left: 14px;
    }
    #ctn-creditos {
        margin-top: 10px;
    }
    .bgOperation {
        margin-left: -11px;
        width: 107.4%;
        padding-left: 23px;
    }
    .m {
        margin-left: 0px !important;
    }
    .icons-details a {
        margin-left: 5px;
    }
    .alert-extractoSaldo {
        margin-left: -26px;
    }
    .alert-extractoSaldo .pMT {
        margin-left: 16px;
        font-size: 13px;
    }
    .alert-extractoSaldoEmpresas {
        margin-left: -26px;
    }
    .alert-extractoSaldoEmpresas .pMT {
        margin-left: 16px;
        font-size: 13px;
    }
    .modal-Padding {
        padding: 20px;
        margin-bottom: 60px;
    }
    .selectOne {
        width: 100% !important;
    }
    .btn-correct2 {
        /*margin-right: 120px;*/
        margin-bottom: 20px;
    }
    .hrStyle2 {
        margin-left: -13px;
    }
    .formCoordenadas {
        margin-left: 22%;
    }
    .labelCoordenadas {
        margin-left: 24%;
    }
    .section-welcome .content-menu.content-persons .menu-group.active .menu-group-btn,
    .section-welcome .content-menu.content-persons .menu-group-btn {
        color: #0064a7;
    }
    .icons-details {
        margin-bottom: 20px;
    }
    .margLEFTm {
        margin-left: -2px !important;
    }
    .hrStyle {
        width: 200%;
    }
    .hrStyleEmpresas {
        width: 200%;
    }
    .help-cloud .help-cloud-content {
        right: 0%;
        width: 98%;
    }
    .section-security-tips .panel-heading {
        padding: 0 25px;
    }
    .content-table {
        margin: 0px;
    }
    .btn-correct2 {
        margin-left: 12px;
    }
    .welcomeTitle1, .welcomeEmpresas1, .pMovil {
        text-align: left;
    }
    .welcomeTitle2, .welcomeEmpresas2 {
        text-align: left;
        font-size: 42px;
    }
    .welcomeEmpresas3, .welcomeTitle3 {
        text-align: left;
        font-size: 44px;
    }
    .section-welcome .panel-body {
        padding: 15px 23px 30px 23px;
    }
    .content-table {
        margin-bottom: 10px;
    }
    .hrStyle {
        width: 115%;
        margin-left: -24px;
    }
    .hrStyleEmpresas {
        width: 117%;
        margin-left: -27px;
    }
    .m0 {
        margin-top: 0px;
    }
    .mlMovil {
        margin-left: 0px !important;
    }
    .mlMovil2 {
        margin-left: 32px !important;
    }
    .pR {
        text-align: right;
    }
    .skysilver, .skygris {
        font-size: 14px !important;
    }
    .tr-bg {
        font-size: 14px !important;
    }
    .tr-bg th {
        width: auto;
    }
    tbody {
        font-size: 14px;
        text-align: left; /*right*/
    }
    .mNone {
        margin-left: 0px !important;
    }
    .xMovil {
        margin-left: -5px;
    }
    table.dataTable.nowrap td, table.dataTable.nowrap th {
        white-space: nowrap;
    }
    .control {
        text-align: center;
    }
    td.sorting_1 {
        text-align: right;
    }
    th.sorting_disabled {
        /*text-align: right;*/

    }
    th.sorting {
        text-align: right;
    }
    .table>thead>tr>th {
        padding-right: 0px;
    }
    table>tbody>tr>td:first-child {
        padding-right: 0px !important;
        /*padding-left: 17px !important;*/
    }

    .pagination>li>.link {
        width: 33px;
        font-size: 12px;
    }
    
    .alert-extractoSaldoEmpresas .msj_alerta{
        text-align: justify;
        padding-top: 0px;
    }
    
    .alert-extractoSaldo .msj_alerta{
        text-align: justify;
        padding-top: 0px;
    }
}

@media only screen and (min-width: 680px) and (max-width: 768px) {
    .margentopbienvenido {
       margin-top: 18px;
       margin-bottom: 18px;
    }
    .tamaniobienvenido {
       width: 210px;
       margin-left: -20px;
    }
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {

    .tamaniobienvenido {
       width: 240px;
       margin-left: -100px;
    }
}


@media only screen and (min-width: 360px) and (max-width: 768px) {
    #logPersonaIngreso {
        border: none;
    }
    
    .panel-login1-juridica{
    margin-top: -50px;
    }
	
    .TitleMovilP {
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
        margin-top: -15px;
        background: #fdb924;
        /*margin-left: -26px;
width: 119%;*/
        padding-top: 8px;
        padding-bottom: 5px;
        padding-left: 22px;
        color: #fff;
        font-size: 14px;
        margin-bottom: 25px;
    }
    .TitleMovilP2 {
        margin-top: -15px;
        background: #fdb924;
        /*margin-left: -26px;
width: 119%;*/
        padding-top: 8px;
        padding-bottom: 5px;
        padding-left: 22px;
        color: #fff;
        font-size: 14px;
        margin-bottom: 25px;
    }
    .bgTitleEmpresas {
        /*border-top-left-radius: 8px;
border-top-right-radius: 8px;
margin-top: -15px;*/
        background: #00afde;
        /*margin-left: -26px;
width: 119%;*/
        padding-top: 8px;
        padding-bottom: 18px;
        /*padding-left: 22px;*/
        color: #fff;
        font-size: 14px;
        /*margin-bottom: 25px;*/
        width: 124%
    }
    .bgTitleEmpresas2 {
        margin-top: -15px;
        background: #00afde;
        /*margin-left: -26px;*/
        width: 128%;
        padding-top: 8px;
        padding-bottom: 5px;
        padding-left: 22px;
        color: #fff;
        font-size: 14px;
        margin-bottom: 25px;
    }
    
    .consulta-extracto{
        min-height: 465px !important;
    }
}

@media only screen and (max-width: 375px) {
    
    
    .section-security-tips .tips-terms .terms-text {
        width: 80%;
        margin-bottom: 20px;
        margin-top: 20px;
    }  
    .table-design2 {
        border: 0;
        margin-left: -14px;
        width: 315px;
    }
    .table-design2 thead {
        /*display: none;*/

    }
    .table-design2 tr {
        margin-bottom: 15px;
        display: block;
    }
    .table-design2 td {
        /*display: block;*/
        text-align: right;
        font-size: 13px;
        border-bottom: 1px dotted #ccc;
        width: auto;
    }
    .table-design2 td:last-child {
        border-bottom: 0;
    }
    .table-design2 td:before {
        content: attr(data-label);
        float: left;
        color: #959ba0;
        font-weight: bold;
    }
    .TitleMovilP {
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
        margin-top: -15px;
        background: #fdb924;
        margin-left: -26px;
        width: 119%;
        padding-top: 8px;
        padding-bottom: 5px;
        padding-left: 22px;
        color: #fff;
        font-size: 14px;
        margin-bottom: 25px;
    }
    .TitleMovilP2 {
        margin-top: -15px;
        background: #fdb924;
        margin-left: -26px;
        width: 119%;
        padding-top: 8px;
        padding-bottom: 5px;
        padding-left: 22px;
        color: #fff;
        font-size: 14px;
        margin-bottom: 25px;
    }
    .iconLEFT {
        margin-left: 140px;
    }
    .iconLEFT2 {
        margin-left: 153px;
    }
    .iconLEFT3 {
        margin-left: 208px;
    }
    .iconLEFT4 {
        margin-left: 259px;
    }
    .dtr-data {
        white-space: normal;
    }
    .bootstrap-select {
        width: 100% !important;
    }
    .dateBG {
        width: 100% !important;
    }
    /*
.bgShowTotal {
margin-left: -26px;
width: 119%;
border-bottom-right-radius: 8px;
border-bottom-left-radius: 8px;
top: 30px;
}
.bgShowTotal .textShowTotal {
text-align: left;
margin-right: 0px;
margin-left: -12px;
}
    */
    .pM {
        margin-top: 4px;
    }
    .bgTitleWhite {
        width: 119.2%;
        margin-left: -26px;
        text-align: center;
        height: 50px;
        padding-left: 55px;
    }
    .newOpe {
        margin-left: -26px;
        width: 119.2%;
        padding-left: 33px;
    }
    .newOpeEmpresa {
        margin-left: -26px;
        width: 119.2%;
        padding-left: 33px;
    }
    #ctn-creditos {
        margin-top: 10px;
    }
    .bgOperation {
        margin-left: -11px;
        width: 108.2%;
        padding-left: 23px;
    }
    .m {
        margin-left: 0px !important;
    }
    .icons-details a {
        margin-left: 5px;
    }
    .alert-extractoSaldo .pMT {
        margin-left: 16px;
        font-size: 13px;
    }
    .alert-extractoSaldoEmpresas .pMT {
        margin-left: 16px;
        font-size: 13px;
    }
    .modal-Padding {
        padding: 20px;
        margin-bottom: 60px;
    }
    .selectOne {
        width: 100% !important;
    }
    .btn-correct2 {
        /*margin-right: 98px;*/
        margin-bottom: 20px;
    }
    .hrStyle2 {
        width: 108.6%;
    }
    .bgTitle {
        margin-left: -26px;
        width: 125%;
        padding-left: 34px;
    }
    .bgTitleEmpresas {
        margin-left: -26px;
        width: 121%;
        padding-left: 34px;
    }
    .bgTitleEmpresas2 {
        margin-left: -26px;
        width: 121%;
        padding-left: 34px;
    }
    .section-welcome .content-menu.content-persons .menu-group.active .menu-group-btn,
    .section-welcome .content-menu.content-persons .menu-group-btn {
        color: #0064a7;
    }
    .hrStyle {
        width: 141%;
    }
    .hrStyleEmpresas {
        width: 141%;
    }
    .welcomeTitle1, .welcomeEmpresas1, .pMovil {
        text-align: left;
    }
    .welcomeTitle2, .welcomeEmpresas2 {
        text-align: left;
        font-size: 42px;
    }
    .welcomeEmpresas3, .welcomeTitle3 {
        text-align: left;
        font-size: 44px;
    }
    .section-welcome .panel-body {
        padding: 15px 30px 30px 26px;
    }
    .section-welcome .panel-body-plazo-fijo {
        padding: 15px 30px 30px 26px;
    }
    .content-table {
        margin-bottom: 10px;
    }
    .hrStyle {
        width: 200%;
        margin-left: -27px;
    }
    .hrStyleEmpresas {
        width: 200%;
        margin-left: -27px;
    }
    /*.main-header{
height:100px;
}*/
    .main-header .header-right.logged {
        width: 50%;
    }
    /*Seccion bienvenida*/
    .frecRadioYesNo {
        margin-top: 25px;
        margin-left: 18%;
        width: 200px;
    }
}

@media only screen and (max-width: 360px) {
    
    .header-responsive550 {
        /*position: absolute;*/
        top: -27px;
        right: 0px;
    }
    .main-header {
        /*height: 110px;*/

    }
    .header-right .header-col-1 {
        padding-right: 0px;
        margin-top: 0px;
        width: 180px;
    }
    .table-design2 {
        border: 0;
        margin-left: -14px;
        width: 304px;
    }
    .table-design2 thead {
        /*display: none;*/

    }
    .table-design2 tr {
        margin-bottom: 15px;
        display: block;
    }
    .table-design2 td {
        /*display: block;*/
        text-align: right;
        font-size: 13px;
        border-bottom: 1px dotted #ccc;
        width: auto;
    }
    .table-design2 td:last-child {
        border-bottom: 0;
    }
    .table-design2 td:before {
        content: attr(data-label);
        float: left;
        color: #959ba0;
        font-weight: bold;
    }
    .TitleMovilP {
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
        margin-top: -15px;
        background: #fdb924;
        margin-left: -26px;
        width: 120%;
        padding-top: 8px;
        padding-bottom: 5px;
        padding-left: 22px;
        color: #fff;
        font-size: 14px;
        margin-bottom: 25px;
    }
    .TitleMovilP2 {
        margin-top: -15px;
        background: #fdb924;
        margin-left: -26px;
        width: 200%;
        padding-top: 8px;
        padding-bottom: 5px;
        padding-left: 22px;
        color: #fff;
        font-size: 14px;
        margin-bottom: 25px;
    }
    .iconLEFT {
        margin-left: 127px;
    }
    .iconLEFT2 {
        margin-left: 141px;
    }
    .iconLEFT3 {
        margin-left: 194px;
    }
    .iconLEFT4 {
        margin-left: 244px;
    }
    .dtr-data {
        white-space: normal;
    }
    .bootstrap-select {
        width: 100% !important;
    }
    .dateBG {
        width: 100% !important;
    }
    /*
.bgShowTotal {
margin-left: -26px;
width: 120%;
border-bottom-right-radius: 8px;
border-bottom-left-radius: 8px;
top: 30px;
}
.bgShowTotal .textShowTotal {
text-align: left;
margin-right: 0px;
margin-left: -12px;
}
    */
    .pM {
        margin-top: 4px;
    }
    .bgTitleWhite {
        width: 120%;
        margin-left: -26px;
        text-align: center;
        height: 50px;
    }
    .newOpe {
        margin-left: -26px;
        width: 120%;
        padding-left: 28px;
    }
    .newOpeEmpresa {
        margin-left: -26px;
        width: 120%;
        padding-left: 28px;
    }
    #ctn-creditos {
        margin-top: 10px;
    }
    .bgOperation {
        margin-left: -11px;
        width: 108.2%;
        padding-left: 23px;
    }
    .m {
        margin-left: 0px !important;
    }
    .icons-details a {
        margin-left: 5px;
    }
    .modal-Padding {
        padding: 20px;
        margin-bottom: 60px;
    }
    .selectOne {
        width: 100% !important;
    }
    .btn-correct2 {
        /*margin-right: 86px;*/
        margin-bottom: 20px;
    }
    .hrStyle2 {
        margin-left: -11px;
    }
    .bgTitle {
        margin-left: -26px;
        width: 125%;
        padding-left: 34px;
    }
    .bgTitleEmpresas {
        margin-left: -26px;
        width: 123%;
        padding-left: 34px;
    }
    .bgTitleEmpresas2 {
        margin-left: -26px;
        width: 125%;
        padding-left: 34px;
    }
    .section-welcome .content-menu.content-persons .menu-group.active .menu-group-btn,
    .section-welcome .content-menu.content-persons .menu-group-btn {
        color: #0064a7;
    }
    .icons-details {
        margin-bottom: 20px;
    }
    .margLEFTm {
        margin-left: -2px !important;
    }
    .welcomeTitle1, .welcomeEmpresas1, .pMovil {
        text-align: left;
    }
    .welcomeTitle2, .welcomeEmpresas2 {
        text-align: left;
        font-size: 42px;
    }
    .welcomeEmpresas3, .welcomeTitle3 {
        text-align: left;
        font-size: 44px;
    }
    .section-welcome .panel-body {
        padding: 15px 30px 30px 26px;
    }
    .section-welcome .panel-body-plazo-fijo {
        padding: 15px 30px 30px 26px;
    }
    .content-table {
        margin-bottom: 10px;
    }
    .hrStyle {
        width: 200%;
        margin-left: -27px;
    }
    .hrStyleEmpresas {
        width: 200%;
        margin-left: -27px;
    }
    .m0 {
        margin-top: 0px;
    }
    .mlMovil {
        margin-left: 0px !important;
    }
    .mlMovil2 {
        margin-left: 32px !important;
    }
    .pR {
        text-align: right;
    }
    .skysilver, .skygris {
        font-size: 14px !important;
    }
    .tr-bg {
        font-size: 14px !important;
    }
    .tr-bg th {
        width: auto;
    }
    tbody {
        font-size: 14px;
        text-align: left; /*right*/
    }
    .mNone {
        margin-left: 0px !important;
    }
    .xMovil {
        margin-left: -5px;
    }
    table.dataTable.nowrap td, table.dataTable.nowrap th {
        white-space: nowrap;
    }
    .control {
        text-align: center;
    }
    td.sorting_1 {
        text-align: left !important;
    }
    th.sorting_disabled {
        /*text-align: right;*/

    }
    th.sorting {
        /*text-align: right;*/

    }
    .table>thead>tr>th {
        padding-right: 0px;
    }
    table>tbody>tr>td {
        padding-right: 0px !important;
    }
    table.dataTable.dtr-inline.collapsed>tbody>tr>td:first-child {
        /*padding-left: 5px !important;*/

    }
}

@media only screen and (max-width: 320px) {
    /*.radio-inline,*/
    .login-user {
        margin: 0 !important
    }
    .main-header .header-right .header-col-1 {
        padding-top: 47px;
    }
    .header-responsive550 {
        top: -28px;
    }
    .table-design2 {
        border: 0;
        margin-left: -14px;
        width: 265px;
    }
    .table-design2 thead {
        /*display: none;*/

    }
    .table-design2 tr {
        margin-bottom: 15px;
        display: block;
    }
    .table-design2 td {
        /*display: block;*/
        text-align: right;
        font-size: 13px;
        border-bottom: 1px dotted #ccc;
        width: auto;
    }
    .table-design2 td:last-child {
        border-bottom: 0;
    }
    .table-design2 td:before {
        content: attr(data-label);
        float: left;
        color: #959ba0;
        font-weight: bold;
    }
    .TitleMovilP {
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
        margin-top: -15px;
        background: #fdb924;
        margin-left: -26px;
        width: 123%;
        padding-top: 8px;
        padding-bottom: 5px;
        padding-left: 22px;
        color: #fff;
        font-size: 14px;
        margin-bottom: 25px;
    }
    .TitleMovilP2 {
        margin-top: -15px;
        background: #fdb924;
        margin-left: -26px;
        width: 200%;
        padding-top: 8px;
        padding-bottom: 5px;
        padding-left: 22px;
        color: #fff;
        font-size: 14px;
        margin-bottom: 25px;
    }
    .iconLEFT {
        margin-left: 88px;
    }
    .iconLEFT2 {
        margin-left: 100px;
    }
    .iconLEFT3 {
        margin-left: 152px;
    }
    .iconLEFT4 {
        margin-left: 204px;
    }
    /*
.bgShowTotal {
margin-left: -26px;
width: 123%;
border-bottom-right-radius: 8px;
border-bottom-left-radius: 8px;
top: 30px;
}
.bgShowTotal .textShowTotal {
text-align: left;
margin-right: 0px;
}
    */
    .bootstrap-select {
        width: 100% !important;
    }
    .dateBG {
        width: 100% !important;
    }
    .modal-header h5 {
        text-align: center !important;
        margin-left: 0px;
    }
    .bgModalPago {
        /*text-align: center;*/

    }
    .bgModalPago span {
        margin-left: 0px;
    }
    .pM {
        margin-top: 4px;
    }
    .bgTitleWhite {
        width: 122.8%;
        margin-left: -26px;
        padding-left: 5px;
        height: 50px;
    }
    .newOpe {
        margin-left: -26px;
        width: 123%;
        padding-left: 28px;
    }
    .newOpeEmpresa {
        margin-left: -26px;
        width: 123%;
        padding-left: 28px;
    }
    #ctn-creditos {
        margin-top: 10px;
    }
    .bgOperation {
        margin-left: -11px;
        width: 109.2%;
        padding-left: 23px;
    }
    .m {
        margin-left: 0px !important;
    }
    .modal-Padding {
        padding: 20px;
        margin-bottom: 60px;
    }
    .selectOne {
        width: 100% !important;
    }
    .hrStyle2 {
        margin-left: -12px;
        width: 110.2%;
    }
    .bgTitle {
        margin-left: -26px;
        width: 125%;
        padding-left: 34px;
    }
    .bgTitleEmpresas {
        margin-left: -26px;
        width: 125%;
        padding-left: 34px;
    }
    .section-welcome .content-menu.content-persons .menu-group.active .menu-group-btn,
    .section-welcome .content-menu.content-persons .menu-group-btn {
        color: #0064a7;
    }
    .icons-details {
        margin-bottom: 20px;
    }
    .margLEFTm {
        margin-left: -13px !important;
    }
    .coordinates-table .table-help-info .info-number {
        width: 57px;
    }
    .btn-correct2 {
        /*margin-right: 66px;*/
        margin-bottom: 20px;
    }
    .welcomeTitle1, .welcomeEmpresas1, .pMovil {
        text-align: left;
    }
    .welcomeTitle2, .welcomeEmpresas2 {
        text-align: left;
        font-size: 42px;
    }
    .welcomeEmpresas3, .welcomeTitle3 {
        text-align: left;
        font-size: 44px;
    }
    .section-welcome .panel-body {
        /*padding: 15px 30px 30px 26px;*/
        padding: 15px 17px 30px 17px;
    }
    .content-table {
        margin-bottom: 10px;
    }
    .hrStyle {
        width: 200%;
        margin-left: -27px;
    }
    .hrStyleEmpresas {
        width: 200%;
        margin-left: -27px;
    }
    .m0 {
        margin-top: 0px;
    }
    .mlMovil {
        margin-left: 0px !important;
    }
    .mlMovil2 {
        margin-left: 7px !important;
    }
    .pR {
        text-align: right;
    }
    .pL {
        text-align: left;
        padding-left: 0px;
        margin-left: -10px;
    }
    .skysilver, .skygris {
        font-size: 13px !important;
    }
    .tr-bg {
        font-size: 13px !important;
    }
    .tr-bg th {
        width: auto;
    }
    tbody {
        font-size: 13px;
        text-align: left; /*right*/
    }
    .mNone {
        margin-left: 0px !important;
    }
    .xMovil {
        margin-left: -5px;
    }
    .control {
        text-align: center;
    }
    td.sorting_1 {
        /*text-align: right;*/

    }
    th.sorting_disabled {
        /*text-align: right;*/

    }
    th.sorting {
        /*text-align: right;*/

    }
    .table>thead>tr>th {
        padding-right: 0px;
    }
    table>tbody>tr>td {
        padding-right: 0px !important;
    }
    table.dataTable.dtr-inline.collapsed>tbody>tr>td:first-child {
        /*padding-left: 5px !important;*/

    }
    #dlgAdvertencia_modal {
        width: 100% !important;
    }
    .frecRadioYesNo {
        margin-top: 25px !important;
        margin-left: -6% !important;
        width: 200px;
    }
}

.columnHidden {
    width: 20%;
}

.tableRowWidth1 {
    width: 22%;
}

.tableRowWidth2 {
    width: 12%;
}

.tableRowWidth3 {
    width: 38%;
}

.tableRowWidth4 {
    width: 30%;
}

.tableRowWidth6 {
    width: 100px !important;
}

.tableRowWidt5 {
    width: 12%;
}

.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: none;
    box-shadow: none;
}

;
.bootstrap-select .dropdown-toggle:focus {
    outline: none !important;
}

;
.selectOne {
    width: 77% !important;
}

.btn-group>.btn:first-child {
    margin-left: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url("../images/1x_select_arrow.png") no-repeat 95% center
        transparent !important;
}

.bootstrap-select.btn-group .dropdown-toggle .filter-option {
    margin-left: -13px;
}

.ui-dialog {
    top: 50% !important;
    left: 50% !important;
    /*width: 35% !important;*/
    width: auto !important;
    /*margin-top: -50px;
margin-left: -100px;*/
    text-align: center;
    z-index: 1;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 0 15px;
}

.clamp-linear {
    padding-right: 32px;
}

.clamp-linear::after {
    content: "..." !important;
}

.ui-shadow {
    box-shadow: none;
}

.ui-widget-content {
    border: none;
    background: transparent;
}

.ui-widget-overlay {
    background: white;
    opacity: .7;
}

/** css before changes */
#dlg3 {
    background: #0064a7;
    width: 398px !important;
    box-shadow: 5px 7px 9px #888888;
    border-radius: 9px;
}

#dlg3 .ui-dialog-titlebar {
    background: #0064a7;
}

#dlg3 .ui-dialog-content {
    text-align: center;
    margin: 0 auto;
}

#dlg3 .ui-dialog-content h2 {
    text-transform: uppercase;
    color: #fdb924;
    font-size: 22px;
    font-weight: bold;
}

#dlg3 .ui-dialog-content label {
    color: white;
    font-size: 14px;
    margin-top: 15px;
    margin-bottom: 29px;
}

#dlg3 input[type=submit] {
    display: block;
    text-transform: uppercase;
    margin-bottom: 12px;
    margin: 0 auto 12px;
    font-family: 'Conv_HelveticaNeue-CondensedBold', Arial Narrow, helvetica,
        arial !important;
}

#dlg3 input[type=submit]:hover {
    color: white;
}

#dlg3 input[type=submit]:focus {
    color: white;
    background-image: url("../images/sprite.png");
    background-position: 0px 0px;
}

.uppercase {
    text-transform: uppercase;
}

.pointer {
    cursor: pointer;
}

.clamp-linear {
    padding-right: 32px;
}

.fontLigh {
    font-weight: lighter;
}

.topFixed_x_tab {
    top: 59px;
}

.padding_bottom_cage {
    padding-bottom: 16px;
}

#frmTemplate {
    height: 0px !important;
    margin-bottom: 0px !important;
}

.frm-fixed {
    height: auto !important;
}

.table-radio td:first-child {
    padding-right: 100px;
}

.table-radio td {
    padding-top: 5px;
}

.table-radio td label {
    margin-left: 10px;
    cursor: pointer;
}

.table_radio_2 {
    width: 100%;
}

.table_radio_2 td label {
    margin-left: 10px;
    cursor: pointer;
}

.disable_icon {
    margin-left: 30px;
    color: #959ba0;
}

.ope_cuota {
    margin-top: 6px;
}

.changeColoRadio {
    border: none;
    border-bottom: 1px solid #d8dbdd;
    line-height: 32px;
    width: 100%;
    height: 40px;
    border-radius: 0px;
    box-shadow: none;
    -webkit-box-shadow: none;
}

.changeColoRadio:focus {
    border-color: #d8dbdd;
    box-shadow: none;
    -webkit-box-shadow: none;
}

.whitter {
    color: white;
}

.inputsTextGeneral {
    border: none;
    border-bottom: 1px solid #d8dbdd;
    line-height: 32px;
    width: 85%;
    border-radius: 0px;
    box-shadow: none;
    -webkit-box-shadow: none;
    padding: 0px
}

.inputsTextGeneral:focus {
    border-color: #d8dbdd;
    box-shadow: none;
    -webkit-box-shadow: none;
}

.radiofixed div input {
    z-index: 100;
    cursor: pointer;
}

.carret-menu {
    margin-top: 4px;
    font-size: 11px;
}

.showul li {
/*     background: #ffc649; */
}

.showul li a {
    margin-left: 14px;
}

.showul li a:hover {
    background: transparent !important;
}

.error_conexion {
    position: absolute;
    top: 40px;
    left: 0;
    width: 100%;
    margin: 0;
    margin-top: 30px;
}

.error_404, .error_403 {
    display: block;
    margin: 0 auto;
}

.m-movil-style ul li {
    border-bottom: 1px dotted rgba(255, 255, 255, 0.32);
}

.m-movil-style ul li a ul li {
    border-bottom: 1px dotted rgba(255, 255, 255, 0.32);
}

.m-movil-style ul li ul li a {
    margin: 0;
}

.error-access-img {
    margin: 0 auto;
}
/* fixed jsf */
#j_idt50 {
    height: 0px !important;
    margin-bottom: 0px !important;
}

#j_idt51 {
    margin-bottom: 0px !important;
    height: 0px !important;
}

#j_idt52 {
    margin-bottom: 0px !important;
    /*height: 0px !important;*/
}

#clave6digitos {
    /*margin-left: 140px;*/
    margin-left: auto;
}

#textoPassword {
    text-align: center;
}

#contenedorKeyboard {
    margin-bottom: 50px;
}

.content-detalle>div{
    padding-bottom: 0px !important;
    min-height: 69px;
}

.frecuente-select{
	width: 250px;
}

#seccionFrecuentes .dropdown-menu {
    max-width: 150%;
    max-height: 150px !important;
}  
    
#seccionFrecuentes .dropdown-menu span.text {
    white-space: initial;
    max-width: 100%;
    word-wrap: break-word !important;
    white-space: pre-wrap; /*solucion para ie 11*/
}
	
@media screen and (min-width: 768px){ 
	
   .pan1ClavePersona .lblDespliegue{
	
	margin-bottom: 5px;
   }

   .pan1ClavePersona .lblIngrese{
         margin-top: 5px;
         margin-bottom: 5px;  
    }
   
   .panClaveCajero3 .btnSiguienteClave{
	margin-left: 0;
   }
       
   .pan3ClavePersona .btnSiguienteClavePersona{
      margin-left: 0;
   }
    
    #linea{
	width: 20px;
	height: 170px;
	border-right: 1px dotted #7c8282;
	float: inherit;
	margin-left: -35px;		
   }
   
       
    #linea2{
	width: 20px;
	height: 170px;
	border-right: 1px dotted #7c8282;
	float: inherit;
	margin-left: -35px;		
   }
   
}

/* Mediaqueries Dialog - Error */
@media screen and (min-width: 768px) and (max-width:1024px) {
    
    .ico-empresa-img {
        /*         display: none */
    }
    .person-name {
        font-size: .7em
    }
    #rbtPagoDeuda {
        margin-right: 12%;
        /*margin-left:-6%;
width: 140%;*/
    }
    .header-right .header-col-1 {
        width: 180px;
        margin: 0px;
        padding-top: 0 !important
    }
    #botonNextFrecuentes {
        position: relative !important;
        margin-bottom: 20px !important;
    }
    /*
#seccionFrecuentes{
  margin-left: 100px;
}
    */
    #seccionTipoCredito {
        margin-top: 20px;
        width: 105%;
    }
}

@media screen and (max-width: 767px) and (min-width:414px) {
    #seccionTipoCredito {
        margin-top: 20px;
        width: 105%;
    }
    #botonNextFrecuentes {
        position: relative !important;
        margin-top: 35px !important;
        margin-right: 30% !important;
    }
    #rbtPagoDeuda {
        margin-right: 12%;
        /*margin-left:-6%;*/
        width: 100%;
    }
    #rbtnTipoCredito {
        margin: 0 auto;
    }
    #seccionGrabarOpeFrecuente {
        /*margin-top: -120px;*/

    }
    #btnEliminar {
        position: absolute;
        margin-top: 170px !important;
        margin: 0 auto !important;
    }

    /* Tercera Pantalla - Pago Credito */
    #radBtnYes {
        /*margin-left:-20%!important;*/

    }
    #seccionClaveCoordenada {
        /*margin-left: -120px!important;*/

    }
    #botonNextPlaCoor {
        margin-top: 10px !important;
        margin-bottom: 110px !important;
    }
    #botonNextPla {
        margin-top: -120px !important;
        margin-bottom: 70px !important;
    }
}

@media screen and (max-width: 413px) and (min-width:375px) {
    #seccionTipoCredito {
        margin-top: 20px;
        width: 105%;
    }
    #radBtnYes {
        /*margin-left:-20%!important;*/

    }
    #seccionGrabarOpeFrecuente {
        /*margin-top: -120px;*/

    }
    #botonNextPlaCoor {
        margin-top: 10px !important;
        margin-bottom: 110px !important;
    }
    #botonNextPla {
        margin-top: -120px !important;
        margin-bottom: 70px !important;
    }
    .frecRadioYesNo {
        margin-top: 25px;
        margin-left: 22%;
        width: 200px;
    }
}

@media screen and (max-width: 374px) and (min-width:360px) {
    #seccionTipoCredito {
        margin-top: 20px;
        width: 105%;
    }
    #radBtnYes {
        /*margin-left:-20%!important;*/

    }
    #seccionGrabarOpeFrecuente {
        /*margin-top: -120px;*/

    }
    #botonNextPlaCoor {
        margin-top: 10px !important;
        margin-bottom: 110px !important;
    }
    #botonNextPla {
        margin-top: -120px !important;
        margin-bottom: 70px !important;
    }
}

@media screen and (max-width: 359px) and (min-width:320px) {
    #botonCancelarModal {
        margin-bottom: 200px !important;
    }
    #rbtnTipoCredito {
        margin-right: 12%;
        margin-left: -12%;
    }
    #seccionGrabarOpeFrecuente {
        /*margin-top: -120px;*/

    }
    #radBtnYes {
        /*margin-left:-20%!important;*/

    }
    #rbtPagoDeuda {
        margin-right: 12%;
        /*margin-left: -12%;*/
        width: 115%;
    }
    #seccionTipoCredito {
        margin-top: 20px;
        width: 105%;
    }
    #subTitulo {
        /*height: 50px !important;*/
    }
    .frecRadioYesNo {
        margin-top: 25px !important;
        margin-left: 12% !important;
        width: 200px;
    }

    .buzon-mensajes table td:before {
        margin-left: -10px !important;
    }

    table.dataTable.dtr-inline.collapsed>tbody>tr>td:first-child {
        padding-left: 18px !important;
        /*padding-top: 5px;*/
    }
}

@media ( min-width : 480px) and (max-width: 768px) {
        
    
    table.dataTable.dtr-inline.collapsed>tbody>tr>td:first-child:before,
    table.dataTable.dtr-inline.collapsed>tbody>tr>th:first-child:before {
        margin-left: -30px;
        box-sizing: border-box;
    }
    #dlg3 {
        /*      margin-left: -30% !important; */
        width: 70% !important;
        margin: 0 auto;
    }
    #dlgAdvertencia {
        /*   margin-left: -28%!important;
width: 70%!important;*/

    }
    #botonContenedor {
        /* margin-top: -120px!important;*/
        margin-bottom: 20px !important;
    }
    #botonNextClave {
        margin-right: 22%;
    }
    #subTitulo {
        /*height: 50px!important;*/

    }
    #botonNextPlaCoor {
        margin-top: 10px !important;
        margin-bottom: 110px !important;
    }
    #botonNextPla {
        margin-top: -120px !important;
        margin-bottom: 70px !important;
    }
    .tr-bg-mobile p {
        width: 50% !important;
    }
    .credito-consulta #ctn-creditos>div, .credito-consulta .content-extrSaldo>div
    {   
        width: 50% !important; 
        min-height: 80px;
    }
}

@media ( max-width : 700px) {
    #printImage {
        display: none !important;
    }
    .content-send-constancia .marginTableEmail td.columnEmail {
        text-align: left !important;
    }
}

@media ( max-width : 480px){
	
	.frecuente-select{
		width: 100%;
	}


    .check-off-1x {
		background-image: url("../images/sprite.png");
		background-position: -51px -204px;
		width: 50px;
		height: 51px;
	}

    .contenedor-step .panel-steps {
        padding-top: 10px;
    }

    #keyboard-container {
        margin: 0;
        position: static; 
        left: 0;
        /* 		bottom: -255px; */
        z-index: 10;
        width: 100%;
        background: rgba(255, 255, 255, 0.72);
        max-width: 100%;
        min-height: 0;
        padding: 15px 0 25px 0 !important;
        border-top: 1px dotted #f5f5f5;
        /*  		-webkit-transition: bottom 0.3s; */ 
        /* 		-moz-transition: bottom 0.3s; */
        /* 		-o-transition: bottom 0.3s; */
        /* 		-ms-transition: bottom 0.3s; */
        transition: bottom 0.3s;
    }



    #subTitulo>span {
        float: left !important;
        line-height: 1.3;
    }
    .columnEmail {
        vertical-align: top;
        padding: 5px;
        width: 33%;
        text-align: left;
        display: block;
    }
    .columnEmail2 {
        vertical-align: top;
        padding: 5px;
        width: 33%;
        text-align: left;
        display: block;
    }
    .columnEmail50 {
        width: 50%;
    }
    .botonCambioClaveSiguiente {
        display: none;
    }
    .btnEliminar {

    }
    #printImage {
        display: none !important;
    }
    table.dataTable.dtr-inline.collapsed>tbody>tr>td:first-child:before,
    table.dataTable.dtr-inline.collapsed>tbody>tr>th:first-child:before {
        margin-left: -28px;
        box-sizing: border-box;
    }
    #seccionConfClave {
        margin-top: -60px !important;
    }
    #seccionConfClave div {
        padding-top: -50px !important;
    }
    #botonNextPC22 {
        margin-top: 20px !important;
    }
    #grabarOpeFrecuenteSMS {
        margin-top: 0px;
        margin-left: 0px;
    }
    #seccionSmsPCCont {
        padding-left: -50px !important;
        margin-top: -140px !important;
    }
    #seccionSmsPC {
        margin-top: -60px;
    }
    #textoTecladoNumerico {
        text-align: center !important;
    }

    /*#botonContenedor{
margin-top: -120px!important;
  margin-bottom: 20px!important;
}*/
    #botonNextClave {
        margin-right: 22%;
    }
    #botonNextSms {
        margin-right: 22%;
        margin-top: 0px !important;
    }
    #botonNextCoor {
        margin-top: 20px !important;
        margin-right: 28%;
    }
    #clave6digitos {
        margin-left: 0px;
    }
    #dlg3 {
        width: 70% !important;
        margin: 0 auto;
    }
    #dlgAdvertencia {
        /*margin-left: -36%!important;*/
        width: 70% !important;
    }
    #seccionFrecuentes {
        margin-top: 20px;
    }
    #cuentaFrecuente {
        width: 90% !important;
    }
    #btnEliminar {
        position: relative;
        margin-top: -25px !important;
        margin-right: -20px !important;
        float: right;
    }
    #btnEliminar .textoBtnEliminar {
        display: none;
    }
    #subTitulo {
        /*height: 58px!important;*/
        padding-right: 20px !important;
        /*padding-top: 7px;*/
    }
    #pSubTitulo {
        width: 100% !important;
    }
    #seccionCoordenadas {
        margin-top: -15px !important;
    }
    #botonNextPlaCoor {
        margin-top: 10px !important;
        margin-bottom: 110px !important;
        margin-right: 30% !important;
    }
    #botonNextPla {
        margin-top: -120px !important;
        margin-bottom: 70px !important;
    }
    #botonNextSMS {
        margin-bottom: 100px !important;
        margin-top: 20px !important;
    }
    #botonSiguiente {
        margin: auto !important;
    }
    #botonSiguienteFrecuentes {
        margin: 30px auto !important;
    }
    #logPersonaIngreso {
        border: none;
    }
    #seccionFrecuentes .dropdown-menu {
	    max-width: 100%;
	    max-height: 200px !important;
	}
    
    .dropdown-menu>li>a {
        white-space: initial !important
    }
    /* #seccionConfClave {
min-height: 150px; 
}*/
    #autorizacionIncrementoForm #operacion .panel-steps .btn-correct2 {
        margin-top: 20px !important;
        position: relative !important;
    }
    .panel-body {
    }
    #coordinates-steps, #coordinates-steps label {
        margin-left: 0 !important;
    }
    #consulta .table tbody td.child li span:nth-child(2) {
        /*float: right;*/
        display: inline-block;
        width: 50%
    }
    .content-send-constancia .columnEmail {
        width: 100%;
    }
    .content-send-constancia .columnEmail2 {
        width: 100%;
    }
    .content-send-constancia .skysilver {
        line-height: 16px;
    }
    .mov span:first-child {
        display: none;
    }
    .mov span:last-child {
        display: block;
    }
    .content-extrSaldo .form-group input[type="text"] {
        width: 100%;
    }
}

@media ( max-width : 750px) {
    .buzon-autorizaciones table td:before {
        margin-left: -5px !important;
    }
}

@media ( max-width : 750px) {
    .buzon-mensajes table th {
        text-align: center !important;
    }
    .buzon-mensajes table td:before {
        margin-left: -10px !important;
    }
}

@media ( min-width : 480px) {
    .mov span:last-child {
        display: none;
    }
}

@media ( max-device-width : 480px) {
    #textoTecladoNumerico {
        text-align: center !important;
    }

    /*#botonContenedor{
margin-top: -130px!important;
  margin-bottom: 20px!important;
}*/
    #dlg3 {
        width: 70% !important;
        margin: 0 auto;
    }
    #dlgAdvertencia {
        /*margin-left: -36%!important;*/
        width: 70% !important;
    }
}

.show_error {
    display: inline;
    color: red;
    font-size: 12px;
    margin-left: 10% !important;
}

.hide_error {
    display: none;
}

#archivo {
    background: white !important;
}

#archivo .ui-button {
    background: rgb(0, 100, 167);
    color: white;
    font-size: 13px;
    display: inline-block;
    margin-top: 5px;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 0;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.ui-fileupload-filename {
    display: none !important;
}

#nombre_archivo {
    font-size: 13px;
}

#chkSeleccion {
    margin-top: 30px !important;
}

.titulo-justificado {
    text-align: justify;
    text-justify: inter-word;
}

.longitudClass {
    width: 90% !important;
}

.breakWordMail {
    word-wrap: break-word !important;
    max-width: 175px !important;
}

.breakworkmodal{
    /*word-break: break-all !important;*/
    word-wrap: break-word !important;
    font-size: 12px;
}


.breakWordDescripcion {
    word-wrap: break-word !important;
    max-width: 420px !important;
}

.breakWord_padRight {
    word-wrap: break-word !important;
    padding-right: 17px;
}

.breakWordNombre {
    word-wrap: break-word !important;
    max-width: 240px !important;
}

.breakWordAsunto {
    word-wrap: break-word !important;
    max-width: 300px !important;
}

.breakWordDescModal {
    word-wrap: break-word !important;
    max-width: 300px !important;
}

.transferencia-tercero.modal-body .content-send-constancia .table>tbody>tr>td
{
    padding-right: 15px !important;
}

.transferencia-tercero .table>thead>tr>th {
    text-align: left;
}

.content-send-constancia table td {
    white-space: inherit;
}

/*Correccion interlineado*/
.transPropiasF .col-md-3, .transPropiasF .col-md-4 {
    padding-right: 14px !important; /*5*/
    min-height: 60px !important; /*75*/
}

.autoBuzMargen .col-md-3, .autoBuzMargen .col-md-4 {
    padding-right: 10px !important;
    min-height: 75px !important;
}

.selectSizeMax {
    height: 400px !important;
}

.scrollboxModal2{
	/*overflow: scroll;*/
	width: 100% !important;
	/*height: 300px;*/
	overflow-y: hidden;
}

.scrollbox{
	overflow: scroll !important;
	width: 100% !important;	
	overflow-x: hidden !important;
	-moz-scrollbars-vertical : scroll;
}

.scrollboxMenu{
	
}

.pServicioModal .scrollboxModal h6 {
    /*Correccion constancias
    margin-top: -32px;*/
    margin-top: -10px;
    margin-bottom: 7px;
}

.pServicioModal .scrollboxModal .cabecera {
    /*Correccion de constancias
    margin-top: 0;*/

}

.pServicioModal .columnEmail span {
    padding-right: 5px;
    /*Correccion constancias*/
    padding-bottom: 7px;
}

.pServicioModal .columnEmail2 span {
    padding-right: 5px;
    padding-bottom: 7px;
}

.pServicioModal .scrollboxModal hr {
    margin-top: -10px;
    margin-left: -10px !important;
    /*Correccion de constancias*/
    /*width: 120%!important;*/
    width: auto;
    margin-bottom: 0 !important;
}

.pServicioModal .scrollboxModal {
    margin-bottom: -40px !important;
}

.sendPago {
    margin-left: -25px !important;
}

.modalMenuSuperior {
    font-size: 16px !important;
}

/*Correcion E0258*/
.table.dataTable.dtr-inline.collapsed>tbody>tr>td:first-child:before,
table.dataTable.dtr-inline.collapsed>tbody>tr>th:first-child:before {
    margin-left: -30px;
    box-sizing: border-box;
}

.content-operacion .table.dataTable.dtr-inline.collapsed>tbody>tr>td:first-child:before,
.content-operacion>table.dataTable.dtr-inline.collapsed>tbody>tr>th:first-child:before {
    position: initial;
    display: inline-block;
    margin-right: 10px;
    margin-top: 0;
}

/*Correccion E0355*/
.msg-autorizacion {
    margin-top: 10px;
    display: inline-block;
}

.msg-auto-Font1 {
    font-size: 12px;
}

.msg-auto-Font2 {
    font-size: 10px;
}

/*Correccion de overflow*/
.panel-aux {
    padding-left: 0 !important;
    padding-right: 0 !important;
    overflow: visible;
}

.panel-body-padding {
    padding-left: 50px;
    padding-right: 50px;
}

.body-paddingLeft {
    padding-left: 58px !important;
}

.subtituloAux {
    margin-left: 0;
    width: 100%
}

/*Correccion autorizadores*/
.padding-tablaAuto {
    padding-top: 0;
    padding-bottom: 5px;
}

/*Correccion separacion de numero de cuenta*/
.separacion-Cta {
    margin-top: 7px;
}

/*Correccion de espaciado en operaciones*/
.content-operacion .skygris {
    margin-bottom: 5px;
}

.content-operacion .skysilver {
    margin-bottom: 20px;
}

.content-operacion .newOpe .skysilver {
    margin-bottom: 10px;
}

.content-operacion .newOpeEmpresa .skysilver {
    margin-bottom: 10px;
}

.padding-info {
    padding-left: 8px;
}

.content-operacion .newOpe {
    margin-bottom: 20px;
    /*padding-left: 58px;*/
    width: 120%;
}

.content-operacion .newOpeEmpresa {
    margin-bottom: 20px;
    /*padding-left: 58px;*/
    width: 120%;
}

.content-operacion .table {
    margin-bottom: 0px !important;
}

.content-operacion .hrStyleEmpresas {
    margin-top: 20px;
}

.content-operacion .panel-steps {
    padding-top: 20px;
}

.content-operacion .btnTOP4 {
    margin-top: 0 !important;
}

.content-operacion .btnTOP5 {
    margin-top: 0 !important;
}

.content-operacion .admTextBox {
    /*
    padding-top: 20px;
    margin-top: 0;
    */

}

.content-operacion .botonCoordenada {
    margin-top: 0 !important;
}

.content-operacion .item-constancia {
    min-height: 1px !important;
}

.noMarginTop {
    margin-top: 0 !important;
}

.noMarginBottom {
    margin-bottom: 0 !important;
}

.noPadRight {
    padding-right: 0 !important;
}

.padComboEstandar .btn {
    padding-left: 15px !important;
}

.noDisplay {
    display: none;
}

.msgGuardarOpFrec {
    font-size: 14px !important;
    margin-top: 8px;
    margin-bottom: 20px;
}

.iconGuardarOpFrec {
    display: inline-block;
    margin-right: 15px;
}

.txtGuardarOpFrec {
    display: inline-block;
}

.constanciaOpFrec {
    font-size: 11px;
    margin-top: 9px;
    margin-left: 5px;
    text-align: left;
}

.constanciaOpFrec .txtGuardarOpFrec {
    line-height: 19px;
}

.displayInline {
    display: inline-block;
}

.iconSavePad {
    padding-right: 10px;
}

.mTopEstandar {
    margin-top: 20px !important;
}

.mBottomEstandar {
    margin-bottom: 20px !important;
}

.moedalidadactual {
    /*margin-bottom: 40px !important;*/
    padding-bottom: 40px;
}

.colIngresoCoord {
    padding-top: 0;
    padding-bottom: 20px;
}

.table {
    margin-bottom: 20px !important;
}

.op-autorizacion .col-md-3 {
    min-height: 1px !important;
}

.autorizacion-lbl-txt {
    margin-left: 10px;
    margin-top: 72px !important;
}

.opeFrecDescp {
    margin-left: 10%;
    text-align: left;
}

.noBorder {
    border: 0;
}

#rbtnTipoCredito td label{
    margin-right: 10px;
}

#rbtPagoDeuda td label{
	margin-right: 10px;
}

.col-btn-sigte {
    text-align: center;
}

.col-link-sigte {
    text-align: center;
}

#seccionGrabarOpeFrecuente {
    text-align: center;
}

.botonera-buzon-autorizacion {
    text-align: right;
}

.btn-buzon-autorizacion {
    display: inline-block;
    width: auto;
}

.etiqueta-btn-buzon-autorizacion {
    display: inline-block;
}

.terminos-condiciones {
    margin-top: 5px;
}

.txt-terminos {
    margin-left: 8px;
    padding-top: 2px;
    display: inline-block;
    width: 80%;
}

.terminos-condiciones .icheckbox_square-blue {
    vertical-align: top;
}

.terminos-condiciones .icheckbox_square-blue-empresas {
    vertical-align: top;
}

.vAlignTop {
    vertical-align: top;
}

.content-titulo {
    font-family: 'Conv_HelveticaNeue-Medium';
    color: #0064a4;
    font-size: 21px;
    font-weight: normal;
    display: inline-block;
    width: 90%;
}

.planillaCargaArchivo{
	display: inline-block;
	float:left;
}

.btn-cargaPlanilla{
	margin:0;
	padding:0;
	padding-right: 10px;
	
}

.planillaNomArchivo{
	display: inline-block;
	margin-top: 10px;
}

.table tbody>tr>td.text-right{
    text-align:right;
    white-space: nowrap;
}

@media ( max-width : 768px) {
	
	#linea{
	width: 0;
	height: 0;
	border-right: 1px dotted #7c8282;
	float: inherit;
	margin-left: -35px;		
   }
   
   	#linea2{
	width: 0;
	height: 0;
	border-right: 1px dotted #7c8282;
	float: inherit;
	margin-left: -35px;		
   }

    .imagenCaptcha{
        width: 191px;
        margin-bottom: 15px;
        margin-top: -25px;
        margin-left: 10px;
    }
    
    .lblPregunta{
     margin-left: 25px;
    }

    .imagenCaptcha2{
        width: 191px;
        margin-bottom: 15px;
        margin-left: 10px;
    }

    .panel-login4 .texto-capcha{
        margin-top: 10px;

    }

    .panel-login4-juridica .texto-capcha-juridica{
        margin-top: 10px;

    }

    .content-operacion .bgTitle {
        padding-left: 58px;
    }
    .subtituloPasoOpe {
        float: initial !important;
    }
    .col-btn-sigte>input {
        float: initial !important;
        margin-left: 0;
    }
    .col-link-sigte a {
        float: initial !important;
        margin-left: 0;
    }
    .content-operacion .mTopEstandarMobil {
        margin-top: 20px !important;
    }
    .panel-stepAdm {
        padding-left: 0;
    }
    
      .pan3ClavePersona .imgCaptchaClave{
		width: 90%;
		margin-top: -25px;
		margin-bottom: 10px;
		margin-left: 10px;
   }
   
       .panClaveCajero3 .imgCaptchaClaveCajero{
		width: 90%;
		margin-top: -25px;
		margin-bottom: 10px;
		margin-left: 10px;
   }
   
   
       .pan3ClavePersona .recargaCaptchaClave{
		margin-top: 10px;
	    margin-left: 35px;
   }
   
       .panClaveCajero3 .recargaCaptchaClaveCajero{
		margin-top: 10px;
	    margin-left: 35px;
   }
   
   
       .pan3ClavePersona .txtClaveInternet{
		margin-top: 10px;

   }
   
        .panClaveCajero3 .txtCaptchaCajero{
		margin-top: 10px;

   }
   
    .panel-login4 .recarga-capcha{
       margin-left: 40px;
     }
     
     
     .panel-login4-juridica .recarga-capcha-juridica{
       margin-left: 40px;
     }
     
     
    .pan3ClavePersona .lblQueImagen{
	    margin-left: 20px;
   }
   
   
   .pan3ClavePersona .lblDefCaptcha{
      margin-left: 20px;
    }
    
    .panClaveCajero3 .lblDefCaptchaCajero{
      margin-left: 20px;
    }
   
}

@media ( min-width : 769px) {
    .panel-stepAdm {
        margin-top: 30px;
    }
    .panelStepMT {
        margin-top: 94px;
    }
}

.panel-step .titulo-clave{
    margin-bottom: 14px;
    margin-left: -10px;
}
.texto-capcha-juridica{
    /*     margin-top: 18px; */
    margin-top: 22px;
}

@media ( max-width : 768px) {
    .panel-login4 .boton-siguiente{
        margin-left: 15px;
        margin-top: 13px;
        margin-bottom: 30px;
    }
    
      .panel-login4-juridica .boton-siguiente-juridica{
        margin-left: 15px;
        margin-top: 13px;
        margin-bottom: 30px;
    }
       
     .pan3ClavePersona .btnSiguienteClavePersona{
      margin-left: 15px;
      margin-bottom: 30px;
   }
   
   .panClaveCajero3 .btnSiguienteClave{
      margin-left: 15px;
      margin-bottom: 30px;
      margin: auto;
   
   }
   

    .recarga-captcha-juridica{
        float: left;
    }

    .panel-step .titulo-captcha-persona{
        margin-bottom: -20px;
    }

    .teclado{
         margin-left: auto;
         margin-right: auto;
    }
    
    .autorizacion-lbl-txt {
        margin-top: 20px !important;
    }    
}



@media screen and (max-width: 991px) and (min-width: 769px){ 
	
/* 	.teclado-img, .teclado a{ */
	
/* 	margin-left: 90px; */
/* 	} */
	
	 .panel-login1{ 
       width: 40%; 
     } 
	.divPrincipalLogueo{
	 margin-left: 20px;
	}
	
	#linea{
	 width: 1px;
	 margin-left: 50px;
	}
	
	.panel-login3 {
	  width: 40%;
	  margin-left: 70px;
	
	}
	.panel-login3 .imgNumeroDos {
	  margin-left: -80px;	
	}
	
	.panel-login4 {
	  width: 40%;
	  margin-left: 30px;
	
	}
	.panel-login4 .imgNumeroTres {
	  margin-left: -80px;	
	}
	
	
	.panel-login2 {
	  width: 40%;
	  margin-left: 50px;
	
	}
	
    .panel-login2 .imgNumeroUno {
	  margin-left: -80px;	
	}

	.panel-login1  .lblPrimeraVez{
	  width: 60%;
	  margin-left: 60px;
      text-align: center;
	}
	
	.panel-login1 .imgCandado{
	  margin-left: 130px;	
	}
	
	.panel-login1 .btnIngrese{
	  margin-left: 65px;	
	}
	
	.divTituloLogueoP{
	  width: 600px;
	}
	
	
	.divTituloLogueoJ{
	  width: 600px;
	}
	
	
	.panel-login1-juridica{
/* 	  width: 40%; */
      margin-left: -70px;
	}
	
	
	 .panel-login1-juridica .lblPrimeraVezJuridica{
	   width: 60%;
	   margin-left: 60px;
	   text-align: center;
	 }
	 
	 .panel-login1-juridica .btnIngreseJ{
/* 	  width: 65px; */
	 }
	
	  .panel-login1-juridica .imgCandadoJ{
	    margin-left: 145px;
	  }
	  
	  .panel-login2-juridica{
/* 	    width:40%; */
 	    margin-left: 60px; 
	  }
	  
	  .maginlogin-natural{
		padding-right: 65px !important;
 	    margin-left: 19px;
	  }
	  
	  .maginlogin-naturaltitle{
		margin-left: -45px !important;
	  }
	  
	  .panel-login2-juridica .imgNumeroUnoJ{
	      margin-left: -110px;
	  
	  }
	  
	  .panel-login3-juridica .imgNumeroDosJ{
	      margin-left: -110px;
	  
	  }
	  .panel-login4-juridica .imgNumeroTresJ{
	      margin-left: -110px;
	  
	  }
	    
	  
	  .divPrincipalLogueoJ{
	    margin-left: 60px;
	    margin-top: -40px;
	  }
	  
	  #linea2{
       width: 1px; 
       margin-left: 8px;	   
	  }
	
	.panelGenera3 .txtClaveNew{
	  width: 90%;
	}
	 
    .cambio-labels{
        width: 90%;
        height: 34px;
        padding: 6px 12px;
        background-image: none;
        border: 1px solid #ccc;	

    }
    .panel-stepAdm2 {
        margin-top: -29px;
    }

    .panel-login4 .boton-siguiente{
        margin-top: 40px;
    }
    .texto-capcha{
     margin-top: 41px;
     width: 80%;

    }

    .panelLogin2{
    width: 80% !important;  
    }
    
   .panel-login4 .recarga-capcha{
  position: absolute;
  margin-top: 70px;
  margin-left: -180px; 
  }
  

    .panel-login3 .texto-clave-seis{
        width: 80%;
        margin-top: 3px;
    }
    
    .panel-login3 .lblIngreseClave{
        margin-top: 12px;
    }


    .panel-login3-juridica .texto-clave-juridica{
        width: 65%;
        margin-top: 0px;
    }
    
    .panel-login3-juridica .label-clave-juridica{
       
 /*     margin-top: 140px; pos:absolute*/
        margin-top: 15px;
    }
    
    .panel-login2-juridica .txtCodigoUsuario{
        width: 65%;
    }
   
    .panel-login4-juridica .texto-capcha-juridica{
      width: 65%;
    }
    
    .panel-login4-juridica .boton-siguiente-juridica{
        margin-top: 35px;
        margin-left: 0;
    }
    .texto-capcha-juridica{
        margin-top: 46px;
    }

    .panel-captcha{ 
        margin-top: 45px; 
    } 
    
   .pan3ClavePersona .txtClaveInternet{
/* 	width: 90%; */
	margin-top: 40px;
	margin-bottom: 8px;
  }
  
   
   .imgTecladoNumerico{
      margin-left: 0;
    }
    

   .panel-login4 .imagenCaptcha2{
/*     width: 54%; */
   }
    .panel-login4-juridica .imagenCaptcha{
    /*width: 54%;*/
   }
   
   .content-operacion .botonCoordenada {
        margin-top: 120px !important;
    }
    
    .colIngresoCoord {
        padding-top: 21px;
    }
    
    .content-operacion .btnTOP5 {
        margin-top: 100px !important;
    }
    
    .content-operacion .imgTecladoNumerico {
        display: block;
         margin: 0px auto auto 0 !important; 
    }
    
  .panel-login4-juridica .titulo-captcha{
	
	margin-bottom: 13px;
	margin-left: -150px;
	
  }	
  
  .panel-login3-juridica .titulo-clave{
	
	margin-left: -155px;
  }	
  
  .panel-login4-juridica .recarga-capcha-juridica{
  
  position: absolute;
  margin-top: 60px;
  margin-left: -180px; 
  }
  
  .panel-login3 .imgTecladoNumerico{
   margin: 0px 80px auto auto !important;

  }
  
    .panel-login3-juridica .imgTecladoNumerico{
   margin: 0px 145px auto auto !important;

  }
  
  .pan2ClavePersona .imgTecladoNumerico{
   margin: 0px 45px auto auto !important;

  }
  
  .pan1ClavePersona{
   width: 35%;

  }
  
   
  .pan2ClavePersona{
   width: 35%;
   margin-left: 120px;

  }
  
   
  .pan3ClavePersona{
   width: 35%;

  }
   
   .pan3ClavePersona .recargaCaptchaClave{
   position: absolute;
   margin-top: 55px;
   margin-left: -185px;
  
  }
  
     .pan3ClavePersona .btnSiguienteClavePersona{

   margin-top: 8px;
  
  }
  
  .divTituloClave{
   width: 600px;
  }
  
  .divAprendeUtilizar{
    margin-left: 415px; 
  }
  
  .divClavePersona{
    margin-left: 40px; 
  }
  
  .panClaveCajero1{
    width: 35%;
  }
  
   .panClaveCajero2{
    width: 35%;
    margin-left: 120px;
  }
  
   .panClaveCajero3{
    width: 35%;
  }
  
  
   .panClaveCajero2 .imgTecladoNumerico {
         margin: 0px 45px auto auto !important; 
    }
    
    .divTituloClaveCajero{
      width: 600px;
    }
    
    .divTituloAprendaUtilizar{
     margin-left: 415px;
    } 
    
    .panClaveCajero3 .recargaCaptchaClaveCajero{
     position: absolute;
     margin-top: 55px;
     margin-left: -185px;
     }

    .panClaveCajero3 .txtCaptchaCajero{
     margin-top: 40px;
     margin-bottom: 6px; 
     }
     
     
     .panClaveCajero3 .btnSiguienteClave{
     margin-top: 6px;
     }
   
     .panPrincipalCajero{
       margin-left: 40px;
     }
   
    .teclado-cambio-clave .teclado{
         margin-left: auto;
         margin-right: auto;
    }

}

@media ( min-width : 992px) {
	
	.panel-login3 .lblIngreseClave{
    	margin-top: 14px;
    }
	
	
	.panClaveCajero3 .imgCaptchaClaveCajero{
	   margin-bottom: 12px;
	}
	
	.panClaveCajero3 .txtCaptchaCajero{
	   margin-top: 10px;
	   margin-bottom: 5px;
	}
		
	.panClaveCajero3 .btnSiguienteClave{
	   margin-top: 10px;
	}	
		
	.pan3ClavePersona .imgCaptchaClave{ 
 	 margin-bottom: 12px;
   } 
   
   
   .pan3ClavePersona .txtClaveInternet{
	margin-top: 10px;
	margin-bottom: 5px;
   }
   
    .pan3ClavePersona .btnSiguienteClavePersona{
	margin-top: 10px;
   }

    .panel-login4-juridica .imagenCaptcha{
    margin-bottom: 12px;
    }
	
	.panel-login4 .imagenCaptcha2{
    margin-bottom: 12px;
    }
	
	.panel-login4-juridica .texto-capcha-juridica{
    margin-top: 10px;
    }
    
    .panel-login4 .texto-capcha{
    margin-top: 8px;

    }
    

	.selecOpcCredito{
		width: 200px !important;
	}

    .panel-login4-juridica .boton-siguiente-juridica{
        margin-top: 37px;
    }
    

    .msgDescpOpFrec {
        margin-left: -2.5%;
    }
    .msgGuardarOpFrec {
        margin-bottom: 0;
    }
    .panel-login {
        padding-left: 20px;
    }
    .imgTecladoNumerico {
        display: block;
        margin: 0px 0px 0px 0px !important;
    }
    .item-constancia:nth-child(4n+1) {
        clear: left;
    }
    .item-constancia3:nth-child(3n+1) {
        clear: left;
    }

    .panel-stepAdm {
        margin-top: 30px;
    }

    .panel-stepAdm2 {
        margin-top: -29px;
    }

    .panelStepMT {
        margin-top: 94px;
    }
    .content-operacion .radio-inline {
        padding-left: 0;
    }
    .content-operacion .btnTOP4 {
        margin-top: 130px !important; /*120px*/
    }
    .content-operacion .btnTOP5 {
        margin-top: 100px !important;
    }
    .content-operacion .botonCoordenada {
        margin-top: 120px !important;
    }
    .content-operacion .admTextBox {
        padding-top: 0px;
    }
    .colIngresoCoord {
        padding-top: 21px;
    }
}

@media only screen and (max-device-width: 414px) and
(orientation:portrait) {

    .content-operacion .bgTitle {
        padding-left: 34px;
    }
    .panel-body-padding {
        padding-left: 26px;
        padding-right: 30px;
    }
    .body-paddingLeft {
        padding-left: 34px !important;
    }
    .subtituloBottom {
        /*margin-bottom: 40px;*/

    }
    .content-operacion .bgShowTotal .textShowTotal {
        margin-right: 30px;
    }
    .content-operacion .bgShowTotalEmpresas .textShowTotal {
        margin-right: 30px;
    }
    .content-operacion .newOpe {
        padding-left: 32px;
        padding-right: 30px;
    }
    .content-operacion .newOpeEmpresa {
        padding-left: 32px;
        padding-right: 30px;
    }
    .col-btn-sigte>input {
        float: initial !important;
        margin-left: 0;
    }
    .content-operacion .mTopEstandarMobil {
        margin-top: 20px !important;
    }
    .col-link-sigte a {
        float: initial !important;
        margin-left: 0;
    }
    .botonera-buzon-autorizacion {
        text-align: left;
    }
    .btn-buzon-autorizacion {
        display: inline-block;
        text-align: center;
        width: 80px;
        margin-left: 5px !important;
        float: left;
        margin-bottom: 10px;
    }
    .etiqueta-btn-buzon-autorizacion {
        display: block;
    }
    .iconGuardarOpFrec {
        margin-top: 5px;
        float: left;
    }
    .constanciaOpFrec .iconGuardarOpFrec {
        margin-top: 2px;
    }
    .txtGuardarOpFrec {
        width: 70%; /*80*/
    }
    .txtGlosa {
    	max-width: 260px !important;
    }
    
}

@media ( max-width : 750px) {
    .content-operacion table td:before {
        margin-left: 5px !important;
        margin-top: 2px;

    }
}

/*Sobrescritura de estilos para tablas del modulo de operaciones*/ 
.content-operacion .table thead>tr>th {
    padding-left: 8px;
}

@media only screen and (max-device-width: 800px) {
    .content-operacion .table>tbody>tr>td, .content-operacion .table>thead>tr>th {
        text-align: left !important;
        padding-left: 3px;
    }

    .content-operacion .table>tbody>tr.child>td {
        text-align: right !important;
    }

	/*.content-operacion>table.dataTable.dtr-inline.collapsed>tbody>tr>td:first-child*/

    .content-operacion .dataTable.dtr-inline.collapsed>tbody>tr>td:first-child {
        padding-left: 3px !important;
        padding-top: 5px;

    }

    .content-operacion table td{
        text-align: left !important;

    }

    .modal-operacion table td, .modal-operacion table th{
        text-align: left !important;

    }
}


.panelStep2{

    margin-top: -50px;
}

@media only screen and (min-width: 991px) {
    
    .margenvaciosolicitud{
    	margin-bottom: 40px;
    }
    
    .margennovaciosolicitud{
    	margin-bottom: 20px;
    }
    
    .contenedor-panel-steps .lblSeleccioneDigito{
    margin-left: -32px;
    }
    
    table td {
        white-space: nowrap;
    }
    .frecRadioYesNo {
        margin-top: 25px;
        margin-left: 10%;
        width: 200px;
    }
    .panel-login1-juridica{

        margin-top: -45px;	
    }

    .panel-login2-juridica{

        margin-top: -45px;	
    }

    .panel-login3-juridica{

        margin-top: -45px;	
    }

    .panel-login4-juridica{

        margin-top: -45px;	
    }

}

@media (max-width: 667px) {

   .panTipSeguridad{
      width: 330px !important;
      height: 330px;
}
}

@media (max-width: 667px) and (orientation:landscape) {

   #botonNextCla{
	margin-top: 10px;
   }
	
   .panTipSeguridad{
      width: 330px !important;
      height: 270px;
   }
}


.panTipSeguridad{
	
padding:0;
width:700px;
text-align:center;
position:relative;
}


.lblCoordenada {
  margin-bottom: -50px;	
	
}
.panel-step .lblCoordenadaDigitos{
	margin: 23px 0 23px 0;
}

.btn.btnSiguiente{
	margin-top: 23px
}


.pan2ClavePersona .lblIngreseClave{
	
	margin-bottom: -40px;
}

.panel-steps .pan2ClavePersona .lblIngreseClave{
	
	margin-bottom: 14px;
}

.panStepsClavePersona{
	 margin-top: -50px;
	
}

.panClaveCajero2 .lblIngreseCodigo{
	margin-bottom: 14px;
}

.panPrincipalCajero{
	margin-top: -50px;
}


@media (min-width: 991px){
.panel-login4-juridica .titulo-captcha{
	
	margin-bottom: -13px;
	
 }
 
 .panel-login4-juridica .recarga-capcha-juridica{
	
	margin-top: 30px;
	
 }
 
}



@media (max-width: 692px){

   .imagenCaptcha{
	
	margin-bottom: 13px;
	margin-top: -10px;	
}	

}


.txtCaptchaCajero{
	margin-top: 22px;	
}

.pan3ClavePersona .lblClaveInternet{
	margin-bottom: 15px;
}
/*
.pan3ClavePersona .lblGeneraclaveInternet{
	margin-bottom: -12px;
}*/

.pan3ClavePersona .lblJGeneraclaveInternet{
	margin-bottom: -20px;
}

.panClaveCajero3 .lblIngresTextoCaptcha{
    margin-bottom: 15px;
	
}

.btnCambioClave{
	width: 220px;
	margin-top: 103px;
	text-align: center;
	
}

 .lblBienvenido{
margin-right: 30px;		
}

.lblNombrePersona{
margin-right: 30px;	
}
.divClaveInternet{
	line-height: 1.1;
}

.panel-steps .fondoSmsPersona {
    background: #fdb924;
}

.panel-steps .fondoSmsJuridica {
    background: #0064a7;
}

.panel-steps .cloudPersona{
	background-image: url("../images/sprite.png");
    background-position: -180px 0px;
    width: 75px;
    height: 70px;
}

.panel-steps .cloudJuridica{
    background-image: url("../images/sprite.png");
    background-position: -180px -70px;
    width: 74px;
    height: 63px;
}

.margetopconsulta{
	margin-top: 5px;
}

.colBuzonOpe{
    max-width: 250px !important;
    white-space: normal;
}

.print{
    position: absolute;
    top: -10000px;
}

	@page {
        size: 21cm 29.7cm !important;
   		margin: 20mm 5mm 15mm 5mm;
    }
@media print {

    body{
    	
    }
    
    table.dataTable.dtr-inline.collapsed>tbody>tr>td:first-child:before, table.dataTable.dtr-inline.collapsed>tbody>tr>th:first-child:before
	{
        display: none;
    }
    
    td,th{
		display: table-cell !important;
	}
	
	td .no-print,th .no-print{
        display: none !important;
    }
	
	.item-constancia:nth-child(4n+1) {
        clear: left;
    }
    
    .item-constancia3:nth-child(3n+1) {
        clear: left;
    }
    
    
    html, body {
        position: relative;
    }

    .main-footer{
        position: relative;
        height: 0px !important;
        padding-bottom: 0px;
        display: none;
    }
    
    .section-welcome .panel-body{
        padding-bottom: 0px !important;
    }
    
    .panel {
        margin-bottom: 0px !important;
        padding-bottom: 0px !important;
    }
    
    #footer{
        height: 0px !important;
        padding-bottom: 0px;
        display: none;
    }
    
    .menu-groups{
        display: none;
    }
    .header-responsive550{
        display: none;
    }
    .main-header{
        height: 30px;
    }
    .print{
        position: relative;
        top: 0px;
        right: 140px;
    }
    .main-header .header-nav{
        display: none;
        background-color: #0064a7;
    }
    .inner-top-data{
        display: none;
    }
    .no-print{
        display: none !important;
    }
    
    table{
    	width: 100%;
        margin: 0 auto;
    }
    .footer-social{
        display: none;
    }
    
    .header-logo{
        background-color: #0064a7;
    }
    .logo{
        background-color: #0064a7;
    }
  
    .lblBuzonMensaje{
     display: none;
    }
    
    .lblMensajeTitulo{
      display: none;
    }
    
    .skygris{
      margin-top: 5px !important;
    }
    
    .lblMensajesEliminados{
      display: none;
    }
        
    .ico-empresa-img{
      display: none;
    }
    
    .lblTituloDetalle{
     margin-bottom: 20px;
    }

    .no-print .ico{
        display: none;
    }
    
    .ico{
      background-image: none;
      display: none;
    }
    
    .credito-consulta #ctn-creditos>div, .credito-consulta .content-extrSaldo>div{
       width: 25% !important;  
    }
    
    .tamanio-treinta{
      width: 33%;
    }
    
    .tamanio-cincuenta{
      width: 50%;
    }
    
     .tamanio-veinticinco{
      width: 25%;
    }
    
    .tamanio-cien{
      width: 100%;
    }
    
    .tamanio-veinte{
      width: 20%;
    }
    
    .row.equal {
      display: flex;
      flex-wrap: wrap;
      margin: 0;
    }  
    
    .tamanio-cien{
      width: 100%;
    }  

    hr .hrStyle {
/*     display: -webkit-box; */
/*     display: -moz-box; */
/*     display: -webkit-flex; */
/*     display: -ms-flexbox; */
/*     display: box; */
/*     display: flex; */
/*     width: 200%; */ 
    color: #fdb924;
/*     height: 3px; */
/*     border-top: 2px solid; */
/*     margin-left: -51px;  */
   }
   
   hr .hrStyleEmpresas{
   	color: #fdb924;
   	}

   .newOpe{
   		border-bottom-color: black;
   }
   .newOpeEmpresa{
   		border-bottom-color: black;
   }
   
   .print_padRight {
	    padding-right: 18px;
    }
    

}

.divSMS{
	text-align: justify;
}

.row.equal {
	display: flex;
	flex-wrap: wrap;
	margin: 0;
}

.modal-scroll-auto {
	-webkit-overflow-scrolling: auto;
}

/*
Para evitar el scroll del background en modales
.modal-open {
    overflow: hidden;
    position: fixed;
}

.modal {
    -webkit-overflow-scrolling: auto;
}
*/

.teclado{
    position: relative;
    width:180px;
    height:120px;
}
.teclado-img, .teclado-a{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.teclado-a{
    z-index: 1;
    background-image: url('../images/transparent.png');
}
.teclado-a a:focus,.teclado-a a:hover{
    color: yellow;
    border: 2px dotted #7c8282;
}
.key{
    position: relative;
    float: left;
    margin: 0px;
    width:45px;
    height:40px;
    display: block;
    z-index: 4000;
}

.key-clean{
    position: relative;
    float: left;
    margin: 0px;
    width:90px;
    height:40px;
    display: block;
    z-index: 4000;
}

.pan2ClavePersona .lblCuatroDigitos
{
  margin-top: 12px;		
}
.panClaveCajero2 .lblClaveCajeroCuatro{
	
    margin-top: 12px;		
}

.panel-login3-juridica .label-clave-juridica{
  margin-top: 12px;	
	
}

.email-only{
	display: none;
}

.ini-constancia{
	height:20px;
}

.titulo-teclado{
	margin-bottom: 14px;
}

.tecladoCambioClave{
	position: relative;
	width: 180px;
	height: 120px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 12px;
}

.ui-button-text-icon-left .ui-button-text {
    padding: .3em 1.3em .3em 1.3em;
}

input[type=text]::-ms-clear {
    display: none;
}

input[type=password]::-ms-reveal {
    display: none !important;
}

::-ms-reveal {
    display: none !important;
}


.celda-autorizador{
    min-height: 17px;
}

.celda-autorizador-email{
    min-height: 40px;
}

.tdtamanotabla10{
   width: 10% !important;
   /*min-width: 10% !important;*/
}

.tdtamanotabla20{
   width: 20% !important;
}

.tdtamanotabla25{
   width: 25% !important;
}

.tdtamanotabla30{
   width: 30% !important;
}

.tdtamanotabla35{
   width: 35% !important;
}

.tdmargetabla{
   margin-right: 25px;
}

.backgroundmenupersona{
   background : #fdb924 !important;
}

.backgroundmenuempresa{
   background : #007fbe !important;
}

.sinseparartexto{
	/*white-space: nowrap;*/
	overflow-rap: normal;
}

.modalsinscroll{
	overflow: hidden !important;
}

.breakAll {
	word-break: break-all;
}
/*
#modalidad-plazo .bootstrap-select.btn-group .dropdown-menu , #modalidad-plazo .bootstrap-select.btn-group .dropdown-menu.inner{
	max-height: none !important;
}

#dias-plazo .bootstrap-select.btn-group .dropdown-menu , #dias-plazo .bootstrap-select.btn-group .dropdown-menu.inner{
	max-height: none !important;
}*/

.dialog-alert{
	padding: 0!important;
    background: #0064a7!important;
    border: 0!important;
}

.dialog-alert > .ui-dialog-titlebar{
	display:none;
}

.dialog-alert > .ui-dialog-content{
	box-shadow:none!important;
}

.dialog-alert > .ui-dialog-content > h4{
	margin-top:15px!important;
	color:#fdb924!important;
}

.dialog-alert > .ui-dialog-content > h4{
	margin-top:15px!important;
	color:#fdb924!important;
}

.dialog-alert > .ui-dialog-content > p{
	margin:15px 0;
}

.dialog-alert > .ui-dialog-content > input{
	margin:0 0 10px 0!important;
}

#openEmpresa2, #btnEntrar{
	color:#fff;
}
