/* fonts */
@font-face {
    font-family: 'open_sans';
    src: url('../fonts/opensans-condbold_0-webfont.eot');
    src: url('../fonts/opensans-condbold_0-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/opensans-condbold_0-webfont.woff2') format('woff2'), url('../fonts/opensans-condbold_0-webfont.woff') format('woff'), url('../fonts/opensans-condbold_0-webfont.ttf') format('truetype'), url('../fonts/opensans-condbold_0-webfont.svg#open_sans_condensedbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* Estilos General Css */
body {
    margin:0 auto;
    background:#ffffff;
    padding:0;
    line-height:normal;
    font-family: 'open_sans' !important;
    font-size:13px;
    font-weight: normal;
    font-style: normal;
}
input, textarea, keygen, select, button {
    font: 14px 'open_sans';
    font-weight: normal;
}
a {
    text-decoration:none;
    outline:0px;
}

/* Estilos Generales */
header {
    width:100%;
    min-width:320px;
    background:#EEEEEE;
    height:114px;
    margin:0 auto;
    position:relative;
}
    header .row .logo {
        background:url('../images/logo-h.png') no-repeat;
        width:239px;
        height:60px;
        float:left;
        display:inline-block;
        margin:24px 30px 0 0;
    }
    header .row .sublogo {
        background: url('../images/sublogo-h.png') no-repeat;
        width: 215px;
        height: 30px;
        float: left;
        display: inline-block;
        margin:46px 0 0 0; 
    }
    header .row .topmenu {
        float: right !important;
        margin-top: 14px;
    }
    header .row .topmenu ul {
        margin:0;
        padding:0;
        list-style:none;
    }
    header .row .topmenu ul li {
        margin-left:8px;
        border-right:1px solid #666666;
    }
    header .row .topmenu ul li a {
        color:#666666;
        text-decoration:none !important;
        font-size:13px;
        text-transform:uppercase;
        padding-right:8px !important;
    }
    header .row .topmenu ul li:last-child {
        padding-right:0px !important;
        border-right:0px !important;
    }
    header .row .usuario {
        float: right !important;
        background: url('../images/user.png') no-repeat left;
        min-height: 35px;
        padding-left: 34px;
        display: block;
        color: #666666;
        font-size: 13px;
        margin: -30px 207px 0px 0px;
        vertical-align: middle;
        width: 154px;
    }
    header .row .boton-logout {
        float: right !important;
        border:1px solid #A31D21;
        height: 34px;
        line-height:30px;
        text-align:center;
        background:#FFFFFF;
        color:#A31D21;
        font-size:13px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        display:inline-block;    
        margin: -34px 72px 0 0;
    }
    header .row .fecha {
        color:#666666;
        text-decoration:none;
        font-size:13px;
        display:inline-block;
        float: right !important;
        margin-top: -24px;
    }

#navi {
    width: 100%;
    min-width: 320px;
    background: #F37829;
    height: 50px;
    margin: 0 auto;
    position: relative;
    z-index: 99;
}
   #navi nav {
        margin:0 auto;
        padding:0;
        height:50px;
        width:100%;
        max-width:960px;
        min-width:320px;
        list-style:none;
    }
   #navi nav ul.mainmenu {
        margin:0 auto;
        padding:0;
        height:50px;
        list-style:none;
    }
    #navi nav ul.mainmenu li {
        position:relative;
        float:left;
        display:block;
        height:50px;
        line-height:50px;
        margin-right:18px;
        color:#FFFFFF;
        cursor:pointer;
        font-size:15px;
        font-weight:normal;
    }
    #navi nav ul.mainmenu li:last-child {
        margin-right:0px !important;
    }
    #navi nav ul.mainmenu li a {
        display:block;
        color:#FFFFFF;
        font-size:15px;
        font-weight:normal;
    }
    #navi nav ul.mainmenu li ul {
        display:none;
        background:#F37829;
        padding:4px 0px 6px 0px;
        width:auto !important;
        min-width:169px;
        float:none !important;
        height:auto;
        position:absolute !important;
        top:50px;
        left:0px;
    }
    #navi nav ul.mainmenu li .submenu {
        float:none !important;
        margin:0;
        padding:0;
    }
    #navi nav ul.mainmenu li:hover ul {
        display:block;
    }
    #navi nav ul.mainmenu li:hover,
    #navi nav ul.mainmenu li a:hover {
        color:#A31D21;
    }
    #navi nav ul.mainmenu li ul li {
        float:none;
        display:block;
        height:auto;
        line-height:normal;
        margin-right:0;
        color:#FFFFFF;
        cursor:pointer;
    }
    nav ul.mainmenu li ul li a {
        display:block;
        line-height:normal;
        padding:4px 10px;
        color:#FFFFFF;
        font-size:15px;
    }

section {
    width:100%;
    min-width:320px;
    background:#FFFFFF;
    height:auto;
    margin: 40px auto 60px auto;
    position:relative;
}

footer {
    width:100%;
    min-width:320px;
    background:#A21D22;
    height:auto;
    margin:0 auto;
    position:relative;
}
    footer .row {
        padding:28px 0;
    }
    footer .row .email,
    footer .row .tel {
        float:left;
        display:inline-block;
        font-size:16px;
        color:#FFFFFF;
        position:relative;
    }
    footer .row .tel {
        margin-left:38px;
    }
        footer .row .copyright {
            float: right;
            color: #FFFFFF;
            width: 281px;
        }
    footer .row .copyright img {
        display:inline-block;
        margin-left:14px;
    }

/* Estilos Comunes */
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.clearfix { display: block; }
.row {
    width:100%;
    min-width:320px;
    max-width:960px;
    height:auto;
    margin:0 auto;
    position:relative;
}
button {
    cursor:pointer;
}

/* Estilos Mobiles */
.mobile {
    display:none;
}
#mobile {
    display:none;
}

/* Login */
.logon {
    background:#A31D21;
}
.logon section {
    background:transparent;
    margin: 8% auto 8% auto;
}
.logon section .row .login-form {
    float:left;
    width:100%;
    min-width:320px;
    max-width:380px;
    height:410px;
    background:#ffffff;
}
span#mainContentHolder_RequiredFieldValidator1,
span#mainContentHolder_PasswordRequired {
    margin-left: 30px !important;
    color: red;
    font-weight:bold;
}
.logon section .row .login-image {
    float: left;
    width: 580px;
    background: url('../images/login.jpg') no-repeat;
    height: 410px;
}


.logon section .row .login-seguro {
    float: left;
    width: 580px;
    background: url('../images/seguro-vehiculo.jpg') no-repeat;
    height: 410px;
}


.login-form .logo {
    background: url('../images/logo-h.png') no-repeat;
    width: 237px;
    height: 60px;
    display: block;
    margin: 18px auto 30px auto;
}
.login-form .login-input {
    width:315px;
    height:47px;
    line-height:47px;
    margin:0 auto 8px auto;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border:1px solid #CCCCCC;
    font-size:14px;
    color:#666666;
    padding:0 4px;
    display:block;
}
.login-form input.usuario {
    background:#FFFFFF url('../images/usero.jpg') no-repeat 293px;
}
.login-form input.clave {
    background: #FFFFFF url('../images/pasero.jpg') no-repeat 293px;
}
span#mainContentHolder_RequiredFieldValidator1,
span#mainContentHolder_PasswordRequired {
    display:block !important;
    margin-bottom:2px;
}
.login-form .login-button {
    width:315px;
    height:47px;
    line-height:47px;
    text-align:center;
    background:#F37829;
    border:0px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    display:block;
    margin:4px auto;
    font-size:20px;
    color:#FFFFFF;
    cursor:pointer;
}
a#registrar {
    font-size:15px;
    color:#666666;
    text-decoration:none;
    text-align:center;
    display:block;
    margin:6px auto;
}
.dashboard {
    display:block;
    width:100%;
    max-width:960px;
    min-width:320px;
    height:auto;
    margin:0 auto;
}
.dashboard .items {
    display:block;
    width:100%;
    max-width:960px;
    min-width:320px;
    height:auto;
    margin:30px auto 0 auto;
}
.dashboard .items .item {
    display:inline-block;
    width:310px;
    height:254px;
    margin:0 4px 24px 4px;
    float:left;
    border:1px solid #CCCCCC;
}
.dashboard .items .item.corto {
    height:162px !important;
}
.dashboard .items .item .imagen {
    display:inline-block;
    width:114px;
    height:254px;
    float:left;
    background:#EEEEEE;
}
.dashboard .items .item.corto .imagen {
    height:162px !important;
}
.dashboard .items .item .menu {
    display:inline-block;
    width:196px;
    height:210px;
    float:left;
}
.dashboard .items .item.corto .menu {
    height: 162px !important;
}
.dashboard .items .item .menu h1 {
    display:block;
    font-size:20px;
    color:#333333;
    font-weight:normal;
    margin: 10px 10px 2px 16px;
    line-height: 1.2;
}
.dashboard .items .item .menu ul {
    list-style:none !important;
    margin:0 10px 0 16px !important;
    padding:0 !important;
    line-height: 1pc !important;
}
.dashboard .items .item .menu ul li a {
    font-size:12px;
    color:#666666;
    text-decoration:none; 
}
.dashboard .items .item .menu ul li a:hover {
    color:#F37829;
    text-decoration:none;
}
/* SideMenu */
nav#sidemenu {
    width:220px;
    display:inline-block;
    float:left;
    height:auto;
    margin-right: 24px;
}
#navi ul#mobile {
    width:100%;
    height:auto;
    position:absolute;
    top: 50px;
    left:0;
    background:#F37829;
    min-width:320px;
    margin:0;
    padding:0;
    list-style:none;
}
nav#sidemenu ul.sidemenu {
    width:100%;
    height:auto;
    margin:0;
    padding:0;
    list-style:none;
    border-left:1px solid #DCE0E0;
    border-right:1px solid #DCE0E0;
    border-bottom:1px solid #DCE0E0;
}
nav#sidemenu ul.sidemenu li {
    display:block;
    width:100%;
    float:none;
    text-align:left;
}
ul#mobile li {
    display:block;
    width:100%;
    float:none;
    text-align:left;
}
nav#sidemenu ul.sidemenu li span.menu,
ul#mobile li span.menu {
    display:block;
    float:none;
    text-align:left;
    clear:both;
    height:36px;
    line-height:36px;
    padding-left:10px;
    font-size:14px;
    cursor:pointer;
    border-bottom:1px solid #DCE0E0;
    border-top:1px solid #DCE0E0;
    color:#A31D21;
}
ul#mobile li span.menu {
    color:#FFFFFF !important;
}
nav#sidemenu ul.sidemenu li span.menu:before,
ul#mobile li span.menu:before {
   font-family: FontAwesome;
   display: inline-block;
   padding-right: 5px;
   vertical-align: middle;
   font-size: 16px;
}
nav#sidemenu ul.sidemenu li .lupa:before,
ul#mobile li .lupa:before {
   content: "\f002";
}
nav#sidemenu ul.sidemenu li .check:before,
ul#mobile li .check:before {
   content: "\f046";
}
nav#sidemenu ul.sidemenu li .danger:before,
ul#mobile li .danger:before {
   content: "\f071";
}
nav#sidemenu ul.sidemenu li .paper:before,
ul#mobile li .paper:before {
   content: "\f0f6";
}
nav#sidemenu ul.sidemenu li .change:before,
ul#mobile li .change:before {
   content: "\f0ec";
}
nav#sidemenu ul.sidemenu li .people:before,
ul#mobile li .people:before {
   content: "\f234";
}
nav#sidemenu ul.sidemenu li .tablet:before,
ul#mobile li .tablet:before {
   content: "\f0ea";
}
nav#sidemenu ul.sidemenu li .tcard:before,
ul#mobile li .tcard:before {
   content: "\f09d";
}
nav#sidemenu ul.sidemenu li ul,
ul#mobile li ul {
    list-style:none !important;
    margin:5px 10px 5px 16px !important;
    padding:0 !important;
    line-height: 1pc !important;
    display:none;
}
nav#sidemenu ul.sidemenu li ul.open,
ul#mobile li ul.open {
    display:block !important;
}
nav#sidemenu ul.sidemenu li ul li a,
ul#mobile li ul li a {
    font-size:12px;
    color:#666666;
    text-decoration:none;
    margin:5px 0;
}
ul#mobile li ul li a {
    color:#FFFFFF !important;
}
nav#sidemenu ul.sidemenu li ul li a:hover,
ul#mobile li ul li a:hover {
    color:#A31D20;
    text-decoration:none;
}
nav#sidemenu ul.sidemenu li span.menu:hover,
ul#mobile li span.menu:hover,
nav#sidemenu ul.sidemenu li span.active,
ul#mobile li span.active {
    background: #F37829;
    color: #FFFFFF;
}
.paneles {
    display:inline-block;
    width:73.33%;
    max-width:704px;
    min-width:300px;
    height:auto;
    float:left;
}
.paneles .HTitulos {
    height:36px;
    background:#EEEEEE;
    display:block;
    line-height:36px;
    border:1px solid #DCE0E0;
    border-bottom:0px !important;
}
.paneles .HTitulos span {
    height:36px;
    font-size:16px;
    color:#A31D20;
    padding-left:12px;
}
.paneles .panel {
    border:1px solid #DCE0E0;
    padding:28px 20px;
    display:block;
    margin-bottom:30px;
}
.paneles .cartera .label {
    font-size:16px;
    color:#666666;
    width: 60px;
    display:inline-block;
    margin-bottom: 2px;
}
.paneles .cartera .label2 {
    width: auto !important;
}
.paneles .cartera .label3 {
    width: auto !important;
    font-size:13px;
    margin-right:4px;
    padding-top: 8px;
}
.paneles .cartera .label4 {
    width: auto !important;
    font-size:14px;
    padding-top: 8px;
}
.paneles .cartera .label4 {
    width: 100px !important;
    font-size: 14px;
    padding-top: 8px;
    display: inline-block;
    text-align: right;
}
.fix17 {
    padding: 0px !important; 
    margin-bottom: 0px !important; 
}
.concepto {
    margin: 6px 0 16px 0;
}
.tarjeta input {
    padding:4px;
    margin-bottom:6px;
}
.gris {
    background:#eeeeee;
}
.naranja {
    background:#f37829;
    color:#ffffff !important;
}
.totales {
    width:100%;
    min-width:320px;
}
.paneles .cartera select,
.paneles .cartera input.texto {
    width:248px;
    height:47px;
    padding:0 12px;
    line-height:47px;
    font-size:15px;
    color:#666666;
    border:1px solid #CCCCCC;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-bottom:16px;
}
.paneles .cartera textarea.texto3 {
    width:94%;
    max-width:513px;
    min-width:280px;
    height:100px;
    padding:4px;
    font-size:13px;
    color:#666666;
    border:1px solid #CCCCCC;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-bottom:16px;
}
.hr {
    margin-bottom: 16px;
}
.paneles .cartera input.texto2 {
    width:162px;
    height:32px;
    padding:0 8px;
    line-height:32px;
    font-size:15px;
    color:#666666;
    border:1px solid #CCCCCC;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}
.paneles .cartera input.texto {
    width:222px !important;
}
.paneles .cartera .ToolPanel {
    width:100%;
    text-align:right;
    display:block;
    margin-top: 20px;
    margin-bottom: 20px;
}
.paneles .ToolPanel .ToolBotones,
.botones {
    border:1px solid #A31D21;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    width:125px;
    height:36px;
    line-height:36px;
    background:#FFFFFF;
    font-size:14px;
    text-align:center;
    color:#A31D20;
    margin-right: 10px;
    cursor:pointer;
    padding-left:10px;
}
.paneles .ToolPanel .search,
.BotonBuscar {
    background:#FFF url('../images/lupa2.jpg') 20px 10px no-repeat;
}
.paneles .ToolPanel .printer {
    background:#FFF url('../images/printer.jpg') 20px 10px no-repeat;
}
.paneles .ToolPanel .nuevo {
    background:#FFF url('../images/nuevo.jpg') 20px 7px no-repeat;
}
.paneles .ToolPanel .grabar {
    background:#FFF url('../images/guardar.jpg') 16px 7px no-repeat;
}
.BotonRegistrar {
    background:#FFF url('../images/registrar.jpg') 8px 10px no-repeat;
}
.paneles .totalC {
    display:block;
    margin-bottom:30px;
    font-size:15px;
    color:#666666;
    text-align:left;
}
.paneles .totalC span {
    font-size:15px;
    color:#F37829;
    text-align:right;
}
.left {
    float:left;
    display:inline-block;
}
.right {
    float:right;
    display:inline-block;
}
TABLE.grilla {
    width:100%;
    height:auto;
    border:1px solid #DCE0E0 !important;
}
TABLE.grilla TR.theader {
    background:#EEEEEE;
    height:30px;
    border-bottom:1px solid #DCE0E0 !important;
}
TABLE.grilla TH.header {
    border:0px;
    text-align:left;
    font-size:14px;
    color:#A31D20;
    padding: 2px 4px;
}
TABLE.grilla TD.cell {
    border:0px;
    height:30px;
    padding: 0 4px;
    font-size:13px;
    color:#666666;
    border-bottom: 1px solid #DCE0E0;
}
.selectedRowStyle td
{
    background-color: #FFFF99;
}
TABLE.grilla TH.lupas {
    text-align:left;
    width:28px;
}
.paneles .paginacion {
    text-align: center;
    margin: 20px auto;
    font-size:13px;
    color:#666666;
    display:block;
}
.paneles .paginacion input,
.BotonAnterior2,
.BotonProximo2 {
    width:30px;
    height:30px;
    border:0px;
    cursor:pointer;
    margin:0 2px;
}
.paneles .paginacion input.BotonPrimero {
    background:url('../images/primero.jpg') no-repeat;
}
.paneles .paginacion input.BotonAnterior,
.BotonAnterior2 {
    background:url('../images/anterior.jpg') no-repeat;
}
.paneles .paginacion input.BotonProximo,
.BotonProximo2 {
    background:url('../images/proximo.jpg') no-repeat;
}
.paneles .paginacion input.BotonUltimo {
    background:url('../images/ultimo.jpg') no-repeat;
}
.totales {
    margin: 0 0 20px 0;
    display: block;
    text-align: right;
}
.inputboxL {
    height:47px;
    padding:0 12px;
    line-height:47px;
    font-size:15px;
    color:#666666;
    border:1px solid #CCCCCC;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.grillada {
    height:149px;
    width:100%;
    min-width:320px;
}
.tab {
    width:100%;
    height:44px;
    min-width:280px;
    display:block;
    margin-bottom:20px;
}
.tab ul {
    width:100% !important;
    height:44px;
    min-width:280px;
    display:flex;
    /*border-top:1px solid #cccccc;
    border-bottom:1px solid #cccccc;
    border-right:1px solid #cccccc;*/
}
.tab ul li {
    width:33%;
    height:44px;
    line-height:44px;
    display:inline-block;
    float:left;
    text-align:center;
   /* border-left:1px solid #cccccc;*/
}
.midtle ul li {
    width: 50% !important;
}
.tab ul li a {
    height:44px;
    line-height:44px;
    display:block;
    text-align:center;
    background:#eeeeee;
    color:#666666;
    font-size:14px;
}
.tab ul li a.selected {
    background:#f37829;
    color:#ffffff !important;
    font-size:14px;
}
.Titulo {
    font-size:18px;
    color:#a31d21;
    font-weight:bold;
    margin:18px 0 10px 0;
    display:block;
}
.paneles .cartera input.pequeno,
.paneles .cartera select.pequeno {
    width: 100px !important;
}

.paneles .cartera input.grande,
.paneles .cartera select.grande {
    width: 415px !important;
}

.multi, .radio {
    margin:20px 0;
}
span.checkbox {
    display:inline-block;
    margin:20px 0;
}
.multi label,
span.checkbox label,
.radio label {
    font-size:16px;
    color:#666666;
    font-weight:normal;
    float:left;
    margin-right:20px;
}
.multi input,
span.checkbox input,
.radio input {
    width: 20px;
    height: 20px;
    float:left;
}
.block {
    display:inline-block;
    margin-right:10px;
    margin-bottom:10px;
}
.right-total {
    display:block;
}
.danos {
    display:none;
}
.mar-bottom {
    margin-bottom:14px;
}

/* FIXES */
.fix1 {
    width:104px !important;
    margin-left:10px;
}
.fix2 {
    margin-right:10px;
}
.fix3 {
    width:120px !important;
}
.inicio {
    font-size:20px !important;
}
.fix4 {
    text-align:left !important;
    border-bottom:1px solid #CCCCCC;
    margin-top: 0px !important;
    padding-bottom:20px;
    margin-bottom: 20px;
}
.center {
    text-align:center !important;
}
.fix5 {
    margin-top: 30px;
    margin-bottom: 10px;
    color: #a31d21 !important;
    font-size: 18px;
}
.fix6 {
    width:66% !important;
    max-width:462px;
}
.paneles .cartera input.fix7 {
    width:100px !important;
    height:32px !important;
    padding: 0 12px !important;
    line-height: 12px !important;
    font-size: 12px !important;
    color: #666666 !important;
    border: 1px solid #CCCCCC;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-bottom: 14px;
}
.fix8 {
    font-size:13px !important;
    width:auto !important;
    margin-bottom:14px;
}
.fix9 {
    width:auto !important;
}
.fix10 {
    width: 130px !important;
}
.fix11 {
    width: 150px !important;
}
.fix12 {
    width: 80px !important;
}
.fix15{
    display: inline-block;
    width: 100% !important;
    max-width: 704px !important;
    min-width: 320px !important;
    height: auto !important;
    float:none !important;
    margin: 0 auto !important;
}
.vtop {
    vertical-align: top;
}

/* dialog */
.politicas {
    width: 725px !important;
    min-height: 32px;
    max-height: none;
    height: 512px !important;
    text-align:justify;
}

/* ESTILOS COMUNES */
h2 {
    color:#f37829;
    font-weight:normal;
    font-size:16px;
    margin: 24px 0;
}
h5, legend, .h5 {
    color: #a31d21;
    font-weight: normal;
    font-size: 14px;
    margin: 30px 0 10px 0;
}
fieldset {
    border:0;
}
.rojo {
    color: red !important;
}
.loader {
    position:fixed;
    width:100%;
    height:100%;
    top:0;
    left:0;
    z-index:1000;
    background:#000;
    opacity:0.8;
    overflow:hidden;
    display:none;
}
.loader .loadimg {
    background:url('/images/default.gif') no-repeat;
    position:absolute;
    width:150px;
    height:150px;
    top:45%;
    left:45%;
    z-index:1001;
    opacity:1;
}
#navmenu {
      display:none;
}
#navmenu i {
    color:#ffffff;
    font-size:30px;
    padding: 10px 6px;
}
.rdblTipo {
    display: inline-block;
    margin: 0 0 16px 0;
}
.bloque {
    display:inline-block;
}
.ToolBotones, .botones {
    margin-top:4px;
}
.Fix16 {
    font-size: 16px !important;
}
.credito {
    width: auto !important;
}

/* Responsive */
@media all and (max-width: 977px) {
    .logon section .row .login-image {
        display: none;
    }
    .logon section .row .login-form {
        float:none;
        margin-left:auto;
        margin-right:auto;
    }
}

@media all and (max-width: 959px) {
  nav#sidemenu,
   #navi nav ul.mainmenu {
      display:none !important;
  }
  #navmenu {
      display:inline-block !important;
      color:#ffffff;
      height:50px;
      line-height:50px;
  }
  #navi {
    width: 100%;
    min-width: 320px;
    background: #F37829;
    height: 50px;
    margin: 0 auto;
    position: relative;
    z-index: 99;
}
   #navi nav {
        margin:0 auto;
        padding:0;
        height:50px;
        width:100%;
        max-width:960px;
        min-width:320px;
        list-style:none;
    }
  .paneles {
      width:100% !important;
      min-width:320px !important;
      display:block;
      max-width:100% !important;
  }
  #footer .row .email,
  #footer .row .copyright {
      padding:0 6px;
  }
  .sublogo {
       display:none !important;
  }
}
@media all and (max-width: 767px) {
      
}
@media all and (max-width: 659px) {
  .sublogo,
  .topmenu,
  .fecha,
  header .row .usuario {
       display:none !important;
  }
  #footer .row .email,
  #footer .row .copyright,
  #footer .row .tel {
      display:block;
      width:100%;
      text-align:center;
      margin:0 0 10px 0;
      padding:0;
  }
  .dashboard .items .item {
        display:block;
        margin: 0 auto 24px auto;
        float: none;
  }
  header .row .logo {
    background: url('../images/logo-h.png') center no-repeat;
    float: none;
    display:block;
    padding: 10px 0 10px 0;
    margin:0 auto;
  }
   header .row .boton-logout {
    position: relative;
    text-align: center;
    display: block;
    margin: 43px auto;
    z-index: 999;
  }
}
@media all and (max-width: 479px) {
    .bajante {
        display:block !important;
        clear:both !important;
    }
    .paneles .cartera .label2 {
        width: auto !important;
        margin-bottom: 2px;
    }
    .fix10 {
        width: 52px !important;
    }
    .paneles .cartera input.pequeno {
        width: 44px !important;
    }
    .paneles .panel {
        padding: 28px 4px !important;
    }
    .TextoIndent {
        width: 64px !important;
    }
    .TextoIndent2 {
        width: 67px !important;
    }
    header .row .boton-logout {
        margin: 43px 6px;
    }
}

.hide {
    display: none;
}

/* Crystal Reports */
.CRvisor {
    margin: 10px auto 0 auto !important;
}
.CRvisor .crtoolbar,
.CRvisor .leftPanel,
.CRvisor .hideableFrame {
    display: none !important;
 }
.CRvisor table {
    left: 0 !important;
    top: 0 !important;
    border:0 !important;
        border-collapse:collapse;
}
.CRvisor .insetBorder {
    background-color: white;
    border:0 !important;
}
section#page2 {
    width: 100%;
    min-width: 320px;
    background: #FFFFFF;
    height: auto;
    margin: 10px auto 60px auto !important;
    position: relative;
}
.hiddencol{ display:none !important;}

.third {
    width: 32% !important;
    margin-left: 10px;
}
.third_mini {
    width: 40% !important;
    margin-left: 1%;
}
.right{float:right;}