﻿

hr {
    border: 1px solid white;
    height: 2px;
    width: 100%;
}

body {
    font-family: 'Open Sans', sans-serif;
    background-color:blueviolet;
}


h4 a {
    word-break: break-all;
}

input[type="color"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
select:focus,
textarea {
    font-size: 16px;
}

/*
    Se sobreescribió la clase para mantener proporción en imagenes redondas
*/
.img-circle {
    object-fit: cover;
}

/********************************

MasterPageDefault.master
 
**********************************/

.navbar-inverse .navbar-toggle .kobackground {
    background-color: #e77817;
}

.navbar {
    z-index: 5000;
}

    .navbar .nav > li {
        z-index: 5000;
    }

.modal {
    z-index: 10000;
}

.navbar-inverse .nav > li {
    z-index: 10000;
}

.klogo {
    max-width: 125px;
    margin: 7px 7px 0 15px;
}

.kicon {
    max-width: 35px;
    margin: 7px 7px 0 15px;
    display: none;
}

.navbar-inverse .kotext li a {
    color: #e77817;
    cursor: pointer;
}

.socialnets {
    padding-left: 20px;
}

@media screen and (max-width:767px) {
    .klogo {
        display: none;
    }

    .kicon {
        display: block;
    }

    .socialnets {
        padding-left: 0;
    }

        .socialnets li {
            display: inline-block;
        }
}

/*Bootstrap override for btn-primary button*/

.btn-primary {
    background: #e77817;
    border-color: #e67717;
}

    .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary:active:hover, .open > .dropdown-toggle.btn-primary {
        background: #dd411a;
        border-color: #df3f1c;
    }

    .btn-primary:active, .btn-primary.active {
        background: #dd411a;
        box-shadow: none;
    }

toggle.btn-primary:hover {
    background: #dd411a;
    border-color: #df3f1c;
}

.dropdown-toggle.btn-primary:focus {
    background: #dd411a;
    border-color: #df3f1c;
}

.open > .dropdown-toggle.btn-primary:focus {
    background: #dd411a;
    border-color: #df3f1c;
}

.swal2-container {
    z-index: 11000;
}

/********************************

MasterPageUsuario.master
 
**********************************/

.btn-primary .badge {
    color: #e77817;
    vertical-align: bottom;
}

.navbar-inverse .btn-link {
    color: #e77817;
    text-decoration: none;
}

    .navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus, .navbar-inverse .btn-link:active, .navbar-inverse .btn-link:active:hover, .open > .dropdown-toggle.btn-link {
        color: #dd411a;
        text-decoration: none;
    }

    .navbar-inverse .btn-link:active, .navbar-inverse .btn-link.active {
        color: #dd411a;
        text-decoration: none;
    }

.chat::after,
.user::after,
.publicar-asesoria::after,
.solicitar-asesoria::after,
.solicitudes::after,
.notify::after {
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    content: "\f007";
    color:aqua;
    padding-left: 10px;
}

.chat::after {
    content: "\f075";
}

.publicar-asesoria::after {
    content: "\f0a1";
}

.solicitar-asesoria::after {
    content: "\f044";
}

.solicitudes::after {
    content: "\f041";
}

@media screen and (min-width:767px) {

    .publicar-asesoria::after {
        color: #e77817;
    }

    .solicitar-asesoria::after {
        color: #e77817;
    }

    .solicitudes::after {
        color: #e77817;
    }
}

@media screen and (max-width:992px) and (min-width:767px) {
    .kaan-username {
        max-width: 150px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
}

/********************************

Default.aspx
 
**********************************/

.searchboxcontainer {
    width: 100%;
    position: fixed;
    top: 100px;
    text-align: center;
    z-index: 6;
    pointer-events: none;
}

.searchbox {
    width: 525px;
    height: 48px;
    border: solid;
    border-width: 2px;
    border-color: black;
    background-color: gainsboro;
    padding: 0 11px;
    color: black;
    pointer-events: all;
}

@media all and (max-width: 600px) {
    .searchbox {
        width: 80%;
        text-transform: none;
        font-size: 1em;
    }
}

.icons {
    font-size: 28px;
    position: relative;
    top: 6px;
}

    .icons .fa {
        margin: 0 2px;
        padding: inherit;
        border: none;
        background: none;
    }

.fa-search {
    background: 0;
    background-color: gainsboro;
    border: solid;
    border-width: 2px;
    border-color: black;
    color: black;
    height: 48px;
    width: 50px;
    padding-bottom: 0.01em;
    pointer-events: all;
}


/**********************
Google Maps and infobox
***********************/

html, body, form, .placeholder1, #ContentPlaceHolder1, #map {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    background-color: #E7E7FF;
    color: #800000;
}

#map {
    position: relative;
    z-index: 1;
}
.tituloo {
    background: #E7E7FF;
    color: black;
}

.info-box-wrap {
    background: #E7E7FF;
    overflow: hidden;
    box-shadow: 5px 5px 0px rgba(0, 0, 0, 0.08);
    font-size: 25px;
}

.info-box-text-wrap {
    height: 100% !important;
    width: 300px;
    float: left;
    overflow: hidden;
}

.action-btns {
    float: left;
    width: 70px;
    overflow: hidden;
    position: relative;
    top: 18px;
}

    .action-btns i {
        color: #ff6b33;
        margin-left: 10px;
    }

        .action-btns i:hover {
            transition: color 0.5s ease;
            color: #ccc;
            cursor: pointer;
        }

        .action-btns i.fa-heart-o {
            font-weight: bold;
        }

.info-box-text-wrap h6.pubtitle {
    padding: 6px 5px 1px 0;
    margin: 0 0 0 0;
    color: #0c99c8;
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.info-box-text-wrap p {
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}

    .info-box-text-wrap p.tutname {
        color: black;
        font-size: 20px;
    }

    .info-box-text-wrap p.price {
        color: #ff6b33;
        font-size: 20px;
    }

.info-box-wrap img {
    width: 120px !important;
    height: 120px;
    float: left;
    margin-right: 10px;
    padding-top: 0;
    margin-top: 0;
}

@media screen and (max-width: 767px) {
    .info-box-wrap img {
        display: none;
    }

    .action-btns {
        overflow: hidden;
        position: static;
        top: 0px;
        margin: 0 60px;
    }
}

.infoBox:before {
    content: " ";
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
    position: absolute;
    top: -10px;
    left: 128.4px;
}

/********************************

Master_configuracion.master y Master_administracion.master
 
**********************************/


.navbar-kaan li a input {
    color: #e77817;
    text-decoration: none;
    padding: 0;
    width: 100%;
}

    .navbar-kaan li a input:hover, .navbar-kaan li a input:focus, .navbar-kaan li a input:active, .navbar-kaan li a input:active:hover {
        color: #dd411a;
        text-decoration: none;
    }

.navbar-kaan .dropdown a {
    color: #e77817;
    text-decoration: none;
}

.dropdown-menu-center > ul > li {
    width: 100%;
    display: inline-block;
    position: relative;
    float: none;
}

.dropdown-menu-center > ul {
    text-align: center;
    width: 100%;
}


/********************************

Vista Cuadros y Vista Lista
 
**********************************/
.gapaftersearch table {
    width: 100%;
}

.well-hov:hover {
    background: gainsboro;
}

.panel-hov:hover {
    background: gainsboro;
}

.container-image {
    position: relative;
    width: 100%;
    padding-bottom: 55%;
    height: 0;
    overflow: hidden;
}

.list-group-image {
    position: absolute;
    max-width: 100%;
    max-height: 100%;
}

.cuadros-group-image {
    position: absolute;
    max-width: 100%;
}

.list-group-image-lista {
    max-width: 100%;
    max-height: 250px;
}

.title-and-name {
    height: 170px;
}

.titulo-wrap {
    display: block;
    text-overflow: ellipsis;
    word-wrap: break-word;
    overflow: hidden;
    max-height: 3.7em;
    line-height: 1.8em;
}

.a-kaan a {
    color: #e77817;
    cursor: pointer;
    text-decoration: none;
}

.a-kaan input {
    color: #e77817;
    cursor: pointer;
    text-decoration: none;
}

    .a-kaan input:hover {
        background-color: #eee;
        color: #dd411a;
        cursor: pointer;
        text-decoration: none;
    }

.a-kaan2 a { /* black color for anchors */
    color: #333;
    cursor: pointer;
    text-decoration: none;
}

/********************************

asesorias_anunciadas.aspx
 
**********************************/

@media screen and (min-width:767px) {
    .table-kaan {
        width: 90%;
        margin: 0 auto;
    }
}

.kaan-overflow {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 16px;
    max-height: 100px;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}

@media screen and (min-width:767px) {
    .hide-buttons {
        display: none;
    }
}

/********************************

correo.aspx
 
**********************************/
.ul-contacts {
    width: 100%;
}

@media screen and (max-width:767px) {
    .ul-contacts {
        width: auto;
    }
}


hr.style-five {
    border: 0;
    height: 1px;
    background: #333;
    background-image: linear-gradient(to right, #ccc, #333, #ccc);
}


.panel-body-kaan {
    overflow-y: scroll;
    max-height: 40vh;
}

@media screen and (max-width:767px) {
    .panel-body-kaan {
        overflow-y: scroll;
        max-height: 60vh;
    }
}

@media screen and (max-width:494px) {
    .panel-body-kaan {
        overflow-y: scroll;
        max-height: 50vh;
    }
}


@media screen and (max-height:640px) {
    .panel-body-kaan {
        overflow-y: scroll;
        max-height: 50vh;
    }
}

@media screen and (max-height:462px) {
    .panel-body-kaan {
        overflow-y: scroll;
        max-height: 40vh;
    }
}

@media screen and (max-height:387px) {
    .panel-body-kaan {
        overflow-y: scroll;
        max-height: 28vh;
    }
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #555;
}
/* ==========================================================================
   Chat scroll classes
   ========================================================================== */
.chat-scroll-outer-container {
    width: 100%;
    position: relative;
}

.chat-scroll-outer-containerizq {
    width: 100%;
    position: relative;
}

.scrollBox {
}

#toBottom {
    position: absolute;
    width: 2.5em;
    opacity: .8;
    bottom: 25px;
    right: 10px;
}

.boton_numeros {
    width: 100px;
    height: 60px;
}


/********************************
Receptor
**********************************/

.bubble {
    background-color: #F2F2F2;
    border-radius: 5px;
    box-shadow: 0 0 6px #B2B2B2;
    display: inline-block;
    padding: 10px 18px;
    position: relative;
    vertical-align: top;
    margin: 10px 10px;
    border-color: #cdecb0;
    max-width: 60%;
}

    .bubble::before {
        background-color: #F2F2F2;
        content: "\00a0";
        display: block;
        height: 16px;
        position: absolute;
        top: 11px;
        transform: rotate( 29deg ) skew( -35deg );
        -moz-transform: rotate( 29deg ) skew( -35deg );
        -ms-transform: rotate( 29deg ) skew( -35deg );
        -o-transform: rotate( 29deg ) skew( -35deg );
        -webkit-transform: rotate( 29deg ) skew( -35deg );
        width: 20px;
        box-shadow: -2px 2px 2px 0 rgba( 178, 178, 178, .4 );
        left: -9px;
    }

.personSay {
    padding-left: 0px;
    color: #000;
    font-weight: 600;
}

/********************************
Emisor
**********************************/

.bubble2 {
    float: right;
    max-width: 60%;
    background-color: #5bc0de;
    border-radius: 5px;
    box-shadow: 0 0 6px #B2B2B2;
    display: inline-block;
    padding: 10px 18px;
    position: relative;
    vertical-align: top;
    margin: 10px 10px;
    border-color: #cdecb0;
}

    .bubble2::before {
        float: right;
        background-color: #5bc0de;
        content: "\00a0";
        display: block;
        height: 19px;
        position: relative;
        left: 26px;
        top: 11px;
        transform: rotate( 205deg ) skew( -35deg );
        -moz-transform: rotate( 205deg ) skew( -35deg );
        -ms-transform: rotate( 205deg ) skew( -35deg );
        -o-transform: rotate( 205deg ) skew( -35deg );
        -webkit-transform: rotate( 205deg ) skew( -35deg );
        width: 20px;
        box-shadow: -2px 2px 2px 0 rgba( 178, 178, 178, .4 );
    }


    .bubble2 .text-muted {
        color: #000;
    }

    .bubble2 .personSay {
        padding-left: 0px;
        color: #F2F2F2;
        font-weight: 600;
    }

    .bubble2 .checkbox-inline {
        color: #F2F2F2;
    }


/********************************
boton parpadeante
**********************************/


@-webkit-keyframes glowing {
    0% {
        background-color: #B20000;
        -webkit-box-shadow: 0 0 3px #B20000;
    }

    50% {
        background-color: #FF0000;
        -webkit-box-shadow: 0 0 40px #FF0000;
    }

    100% {
        background-color: #B20000;
        -webkit-box-shadow: 0 0 3px #B20000;
    }
}

@-moz-keyframes glowing {
    0% {
        background-color: #B20000;
        -moz-box-shadow: 0 0 3px #B20000;
    }

    50% {
        background-color: #FF0000;
        -moz-box-shadow: 0 0 40px #FF0000;
    }

    100% {
        background-color: #B20000;
        -moz-box-shadow: 0 0 3px #B20000;
    }
}

@-o-keyframes glowing {
    0% {
        background-color: #B20000;
        box-shadow: 0 0 3px #B20000;
    }

    50% {
        background-color: #FF0000;
        box-shadow: 0 0 40px #FF0000;
    }

    100% {
        background-color: #B20000;
        box-shadow: 0 0 3px #B20000;
    }
}

@keyframes glowing {
    0% {
        background-color: #B20000;
        box-shadow: 0 0 3px #B20000;
    }

    50% {
        background-color: #FF0000;
        box-shadow: 0 0 40px #FF0000;
    }

    100% {
        background-color: #B20000;
        box-shadow: 0 0 3px #B20000;
    }
}

.boton-glow {
    -webkit-animation: glowing 1500ms infinite;
    -moz-animation: glowing 1500ms infinite;
    -o-animation: glowing 1500ms infinite;
    animation: glowing 1500ms infinite;
}


/********************************

Detalle de Asesoría

**********************************/
.cool-wrapper {
    background-color: #fff;
    border: 3px solid #e77817;
    border-radius: 4px;
}

.timeline-panel {
    margin: 0 auto;
    width: 100%;
    overflow: hidden;
    padding-top: 10px;
}

.timeline-panel-img {
    margin: 0 auto;
    max-height: 200px;
    border: 3px solid #e77817;
    border-radius: 4px;
}

.timeline-body {
    padding: 20px;
    margin-bottom: 0;
}

.profile-header-container {
    margin: 0 auto;
    text-align: center;
}


.profile-header-img > img.img-circle {
    width: 120px;
    height: 120px;
    border: 3px solid #e77817;
}

.profile-header {
    margin-top: 43px;
}

/**
* Ranking component
*/
.rank-label-container {
    margin-top: -19px;
    /* z-index: 1000; */
    text-align: center;
}

.label.label-default.rank-label {
    background-color: #e77817;
    padding: 5px 10px 5px 10px;
    border-radius: 27px;
}

.wordwrap {
    white-space: pre-wrap; /* CSS3 */
    white-space: -moz-pre-wrap; /* Firefox */
    white-space: -pre-wrap; /* Opera <7 */
    white-space: -o-pre-wrap; /* Opera 7 */
    word-wrap: break-word; /* IE */
}

.mapAsesoria {
    height: 400px;
    width: 100%;
    border: 3px solid #e77817;
}


/********************************

Asesorías por impartir/tomar (Editar)
 
**********************************/

.aPITBlock {
    margin: auto;
    border: 3px solid #e77817;
    border-radius: 4px;
    background-color: #f7f7f9;
}

@media screen and (min-width: 992px) {
    .aPITContainer {
        width: 750px;
    }
}

.btn-center {
    width: 50%;
}

@media screen and (max-width: 1000px) {
    .aPITBlock {
        width: 100%;
    }

    .btn-center {
        width: 100%;
    }
}

/********************************

Publicidad
 
**********************************/



.publicidad-img-cuadros {
    margin: auto;
}

.publicidad-img-footer {
    margin: auto;
    max-height: 50px;
}

@media screen and (max-width: 992px) {
    .publicidad-well {
        display: none;
    }
}

@media screen and (min-width: 992px) {
    #publicidad-footer {
        display: none;
    }
}

#modalPublicidad .modal-dialog .modal-content .modal-body a img {
    margin: auto;
    object-fit: contain;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: inherit;
}

#modalPublicidad .modal-dialog .modal-content .modal-body a {
    margin: auto;
    object-fit: contain;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: inherit;
}
/* Google Fonts Import Link */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}

.sidebar {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 260px;
    background: #11101d;
    z-index: 100;
    transition: all 0.5s ease;
}

    .sidebar.close {
        width: 78px;
    }

    .sidebar .logo-details {
        height: 60px;
        width: 100%;
        display: flex;
        align-items: center;
    }

        .sidebar .logo-details i {
            font-size: 30px;
            color: #fff;
            height: 50px;
            min-width: 78px;
            text-align: center;
            line-height: 50px;
        }

        .sidebar .logo-details .logo_name {
            font-size: 22px;
            color: #fff;
            font-weight: 600;
            transition: 0.3s ease;
            transition-delay: 0.1s;
        }

    .sidebar.close .logo-details .logo_name {
        transition-delay: 0s;
        opacity: 0;
        pointer-events: none;
    }

    .sidebar .nav-links {
        height: 100%;
        padding: 30px 0 150px 0;
        overflow: auto;
    }

    .sidebar.close .nav-links {
        overflow: visible;
    }

    .sidebar .nav-links::-webkit-scrollbar {
        display: none;
    }

    .sidebar .nav-links li {
        position: relative;
        list-style: none;
        transition: all 0.4s ease;
    }

        .sidebar .nav-links li:hover {
            background: #1d1b31;
        }

        .sidebar .nav-links li .iocn-link {
            display: flex;
            align-items: center;
            justify-content: space-between;
        }

    .sidebar.close .nav-links li .iocn-link {
        display: block
    }

    .sidebar .nav-links li i {
        height: 50px;
        min-width: 78px;
        text-align: center;
        line-height: 50px;
        color: #fff;
        font-size: 20px;
        cursor: pointer;
        transition: all 0.3s ease;
    }

    .sidebar .nav-links li.showMenu i.arrow {
        transform: rotate(-180deg);
    }

    .sidebar.close .nav-links i.arrow {
        display: none;
    }

    .sidebar .nav-links li a {
        display: flex;
        align-items: center;
        text-decoration: none;
    }

        .sidebar .nav-links li a .link_name {
            font-size: 18px;
            font-weight: 400;
            color: #fff;
            transition: all 0.4s ease;
        }

    .sidebar.close .nav-links li a .link_name {
        opacity: 0;
        pointer-events: none;
    }

    .sidebar .nav-links li .sub-menu {
        padding: 6px 6px 14px 80px;
        margin-top: -10px;
        background: #1d1b31;
        display: none;
    }

    .sidebar .nav-links li.showMenu .sub-menu {
        display: block;
    }

    .sidebar .nav-links li .sub-menu a {
        color: #fff;
        font-size: 15px;
        padding: 5px 0;
        white-space: nowrap;
        opacity: 0.6;
        transition: all 0.3s ease;
    }

        .sidebar .nav-links li .sub-menu a:hover {
            opacity: 1;
        }

    .sidebar.close .nav-links li .sub-menu {
        position: absolute;
        left: 100%;
        top: -10px;
        margin-top: 0;
        padding: 10px 20px;
        border-radius: 0 6px 6px 0;
        opacity: 0;
        display: block;
        pointer-events: none;
        transition: 0s;
    }

    .sidebar.close .nav-links li:hover .sub-menu {
        top: 0;
        opacity: 1;
        pointer-events: auto;
        transition: all 0.4s ease;
    }

    .sidebar .nav-links li .sub-menu .link_name {
        display: none;
    }

    .sidebar.close .nav-links li .sub-menu .link_name {
        font-size: 18px;
        opacity: 1;
        display: block;
    }

    .sidebar .nav-links li .sub-menu.blank {
        opacity: 1;
        pointer-events: auto;
        padding: 3px 20px 6px 16px;
        opacity: 0;
        pointer-events: none;
    }

    .sidebar .nav-links li:hover .sub-menu.blank {
        top: 50%;
        transform: translateY(-50%);
    }

    .sidebar .profile-details {
        position: fixed;
        bottom: 0;
        width: 260px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        background: #1d1b31;
        padding: 12px 0;
        transition: all 0.5s ease;
    }

    .sidebar.close .profile-details {
        background: none;
    }

    .sidebar.close .profile-details {
        width: 78px;
    }

    .sidebar .profile-details .profile-content {
        display: flex;
        align-items: center;
    }

    .sidebar .profile-details img {
        height: 52px;
        width: 52px;
        object-fit: cover;
        border-radius: 16px;
        margin: 0 14px 0 12px;
        background: #1d1b31;
        transition: all 0.5s ease;
    }

    .sidebar.close .profile-details img {
        padding: 10px;
    }

    .sidebar .profile-details .profile_name,
    .sidebar .profile-details .job {
        color: #fff;
        font-size: 18px;
        font-weight: 500;
        white-space: nowrap;
    }

    .sidebar.close .profile-details i,
    .sidebar.close .profile-details .profile_name,
    .sidebar.close .profile-details .job {
        display: none;
    }

    .sidebar .profile-details .job {
        font-size: 12px;
    }

.home-section {
    position: relative;
    background: #E4E9F7;
    height: 100vh;
    left: 260px;
    width: calc(100% - 260px);
    transition: all 0.5s ease;
}

.sidebar.close ~ .home-section {
    left: 78px;
    width: calc(100% - 78px);
}

.home-section .home-content {
    height: 60px;
    display: flex;
    align-items: center;
}

    .home-section .home-content .bx-menu,
    .home-section .home-content .text {
        color: #11101d;
        font-size: 35px;
    }

    .home-section .home-content .bx-menu {
        margin: 0 15px;
        cursor: pointer;
    }

    .home-section .home-content .text {
        font-size: 26px;
        font-weight: 600;
    }
#columnCentro2 {
    float: left;
    width: 90%;
    min-height: 500px;
    background-color: black;
    box-shadow: 0px 0px 5px #000 inset;
    margin: auto;
}
@media (max-width: 420px) {
    .sidebar.close .nav-links li .sub-menu {
        display: none;
    }


   
}

.captura {
    text-indent: 3px;
    border-style: solid;
    text-align: left;
    background-color:white;
    color:black;
    width:60%;
}
.captura3 {
    text-indent: 3px;
    border-style: solid;
    text-align: left;
    background-color: white;
    color: black;
    width: 54%;
}
.captura4 {
    text-indent: 3px;
    border-style: solid;
    text-align: left;
    background-color: white;
    color: black;
    width: 20%;
}
.captura2 {
    background-color:black ;
    color: white  ;
    border-color: #6F4F4F;
    border-style: solid;
    width:120px;
}
.capturamenu2 {
    background-color: black;
    color: white;
    border-style: none;
    width: 90%;
    text-align: left;
}

    .capturamenu2:hover {
        background-color: #1D1B31;
        color:chartreuse;
        border-style: none;
        width: 90%;
        text-align: left;
    }
.capturamenu {
    background-color: #1D1B31;
    color: #9E9DA6;
    border-style: none;
    width: 90%;
    text-align:left;
}
    .capturamenu:hover {
        background-color: #1D1B31;
        color: white;
        border-style: none;
        width: 90%;
        text-align: left;
    }
    .decimal {
        text-align: right;
    }

.textolabel {
    text-indent: 3px;
    border-style: solid;
    text-align: left;
}

.textolabelder {
   
    padding-right: 1em;
    border-style: solid;
    text-align: right;
}
.renglon_datos {
    background-color: white;
    color: black;
}
.renglon_titulo {
    background-color: darkblue;
    color: white;
}
    .renglon_titulo:hover {
        background-color: darkblue;
        color: black;
    }
.capturagrid {
    background-color: black;
    color: white;
}

