﻿textarea {
    font-size: 11px;
    padding: 4px;
    font-family: "Lato",Calibri,Arial,sans-serif;
    color: #333;
    resize: none;
    
    text-align: left;
    direction: ltr;
    unicode-bidi: embed;
    border: solid 1px #aaa;
}

    textarea:focus {
        color: #000;
        outline: none;
        border: #35a5e5 1px solid;
        box-shadow: 0 0 5px rgba(81, 203, 238, 1);
        -webkit-box-shadow: 0 0 5px rgba(81, 203, 238, 1);
        -moz-box-shadow: 0 0 5px rgba(81, 203, 238, 1);
    }

select { font-size:11px; padding:5px;
}
input[type=button], input[type=submit], input[type=reset] {
    cursor: pointer;
}


#Lista {
    height: auto;
    vertical-align: middle; 
    overflow: hidden;
    padding: 10px;
}


    #Lista .header {
        margin:0px -10px 10px -10px;
        padding:25px; font-size:15px; font-weight:bold; background-color:#f9f9f9;
        margin-bottom:10px;  color:#696969;
    }

    #Lista a:link, #Lista a:visited {
        text-decoration: none;
        font-weight: bold;
    }

    #Lista a {
        text-decoration: none;
        font-weight: bold;
    }

        #Lista a:Hover {
            text-decoration: underline;
        }

    #Lista .Boton {
        margin-top: 10px;
        margin-bottom: 10px;
        margin-right: 5px;
        float: right;
        cursor:pointer;
        font-size: 10px;
        display: inline-block;
    }

        #Lista .Boton:hover:enabled {
            background-color: var(--baseColor);
            color: #fff;
        }

        #Lista .Boton[disabled]:hover {
   /*         background-color:initial;
            text-decoration:none;
            border:initial;
            color:#dcdcdc;*/
        }

    #Lista .opc {
        float: left;
    }

    #Lista .cb {
        margin-top: 10px;
        margin-bottom: 10px;
        margin-right: 5px;
        float: right;
        cursor: hand;
    }

    /*#Lista .txt{float:left;margin-top:6px;}*/

    #Lista .Foto {
        float: Left;
        margin-right: 10px;
        height: 100%;
        min-height:50px;
        max-height:60px;
        z-index: -101;
        object-fit: cover;
      
    }

    #Lista .l_Foto {
        float: Left;
        margin-right: 3px;
        height: 80px;
        z-index: -101;
        border: solid 1px #696969;
        overflow: hidden;
        object-fit: cover;
    }

    #Lista .Nombre {
        float: left;
        color: #3c3c3c;
        font-size:14px;
        font-weight:500;
    }

    #Lista .Titulo {
        font-size: 15px;
        color: #3c3c3c;
        font-weight: 500;
    }

    #Lista .l_item {
        overflow: hidden;
        height: auto;
        padding: 15px;
        border-top: solid 1px #dcdcdc;
    }

        #Lista .l_item:Hover {
            background-color: #f0f0f0;
            cursor: pointer;
        }

    #Lista .Litem{ /*estilo para los items con borde*/
        width: calc(100% - 30px);
        margin-top: 5px;
        overflow: hidden;
        height: auto;
        padding: 15px;
        border: solid 1px #dcdcdc;
        
    }
        #Lista .Litem:last-child {
        }

        #Lista .Litem:first-child {
            margin-top: 0px;
        }

    #Lista .LitemContainer {
        margin-top:5px;
    }
        #Lista .Litem .fotoContainer {
            display:table-cell; float:left; height:100%; margin-right:10px;

        }

        #Lista .Litem .bodyContainer {
             display:table-cell;
            
        }

        #Lista .Litem .footer {
            padding-top: 15px;
            font-family: Arial, Helvetica, sans-serif;
            overflow: hidden;
            height: 0 auto;
            width: 430px; /*border-top:solid 1px #e6e9ec;*/
            margin-right: 5px;
            font-size: 11px;
        }

            #Lista .Litem .footer .likeO {
                margin: 0 none;
                font-size: 11px;
                padding: none;
                display: inline-block;
            }

        #Lista .Litem .button_del {
            float: right;
            margin-right: 0px;
            font-size: 10px;
            padding: 5px;
            color: #dcdcdc;
            background-color: #fff;
            background-image: none;
            border: solid 1px #dcdcdc;
            display: inline-block;
        }

        #Lista .Litem:hover .button_del {
            font-size: 10px;
            padding: 3px;
            background: #DDDDDD url('../img/btnspite.gif') repeat-x 0 0;
            color: #333333 !important;
            padding: 5px;
            cursor: pointer;
        }

        #Lista .Litem .footer a {
            margin-left: 5px;
            font-weight: normal;
        }

    #Lista .Litem .corner_button {
        /*border: solid 1px #aaa;*/
        font-size: 11px;
        /*margin: 5px;*/
        height: 15px !important;
        width: 15px !important;
        position: absolute;
        background: #aaa;
        color: white;
        top: 3px;
        right: 3px;
        z-index: 100 !important;
        padding: 0px;
        border-radius: 50%;
        border: none;
        text-align: center;
        line-height:15px;
    }

    #Lista .replays {
        float: right;
        display: none;
        overflow: hidden;
        height: 0 auto;
        width: 100%;
        font-size: 12px;
    }

    #Lista .replay {
        padding: 10px;
        overflow: hidden;
        height: auto;
        background-color: #f5f5f5;
        font-family: Helvetica,Arial,sans-serif;
       
    }

        #Lista .replay .pic {
            float: left;
            width: 40px;
            min-height: 30px;
            max-height: 40px;
            object-fit: cover;
            overflow: hidden;
            margin-left: 25px;
        }

        #Lista .replay .content {
            display: block;
            word-wrap: break-word;
            word-break: break-word;
            float: left;
            margin-left: 10px;
            line-height: 18px;
            font-family: Helvetia,Arial,sans-serif;
            overflow: hidden;
        }

        #Lista .replay a.nombre {
            margin-left: 10px;
            font-weight: normal;
        }

        #Lista .replay .delReplay {
            margin-left: 4px;
            margin-top: 5px;
            font-size: 9px;
        }

        #Lista .replay .fec {
            display: inline-block;
            font-size: 9px;
            color: #aaa;
        }

        #Lista .replay .txt {
            width: 65%;
            overflow: hidden;
            float: left;
            margin-left: 10px;
            resize: vertical;
            padding: 10px 5px 5px 5px;
            font-size: 13px;
            line-height: 18px;
            font-family: Helvetica,Arial,sans-serif;
        }

        #Lista .replay .btndisabled {
            pointer-events: none;
            background-color: #fff;
            color: #dcdcdc;
            border: solid 1px #dcdcdc;
        }

    #Lista .emptyData {
        display: inline-flex;
        justify-content: center;
        padding: 10px;
        width: 100%;
        text-align: center;
        font-size: 13px;
        color: #696969;
    }

    #Lista .item {
        padding-top:5px;
        border-bottom:solid 1px #dcdcdc;
        overflow:hidden;
    }
    #Lista .item a{
       font-weight:normal;
    }

        #Lista .item .titulo {
            display: block;
            font-weight: bold;
            font-size: 15px;
        }
        #Lista .item .add {
            display: inline-block; font-weight:bold; margin-right:5px;
        }
        #Lista .item .subTitulo {
            display: inline-block;
            width: 100%;
            color: #696969;
            text-overflow: ellipsis;
            white-space: nowrap;
            overflow: hidden;
        }
        #Lista .item .cuerpo {
            display: inline-block;
           /* margin-bottom: 10px;*/
        /*    margin-top: 5px;*/
            width: 100%;
            color: #aaa;
            overflow:hidden;
        }

        #Lista .item .opciones {
            float: right;
            
        }

  

#frm {
    font-family: Helvetica;
    height: auto;
    display: table;
    width: calc(100% - 10px);
    padding-top: 10px;
}

    #frm .Item {
        height: auto;
        padding: 4px;
        min-height: 30px;
        overflow: hidden;
       /*display:table-row;*/ 
        vertical-align:middle;
    }

    #frm .linea {
        width: 470px;
        border-bottom: solid 1px #aaa;
        border-left: solid 1px #aaa;
        border-right: solid 1px #aaa;
        margin: 20px;
        overflow: hidden;
    }

    #frm .lbl {
        float: left;
        color: Gray;
        height: auto;
        text-align: right;
        font-weight: 600;
        width: 150px;
        display:table-cell;
        vertical-align:middle;
    }

    #frm .lblJnt {
        float: left;
        color: Gray;
        height: auto;
        font-weight: 600;
        width: 100px;
    }

    #frm .lab {
        float: left;
        color: Gray;
        height: auto;
        text-align: right;
        font-weight: 600;
        width: 180px;
    }

    #frm .txt {
        font-size: 11px;
        margin-left: 10px;
        overflow: hidden;
        border: solid 1px #dcdcdc;
        padding: 5px;
    }

    #frm .txtArea {
        font-size: 11px;
        width: 260px;
        overflow: hidden;
        font-family: Tahoma;
        font-size: 11px;
        margin-left: 10px;
        border: solid 1px #dcdcdc;
        padding: 5px;
    }

    #frm .bg {
        border: solid 1px #aaa;
        font-size: 11px;
        padding: 3px;
        margin-right: 12px;
        font-weight: 600;
        color: #808080;
        margin: 0 auto;
    }

    #frm .bc {
        font-size: 11px;
        margin-left: 10px;
        border: solid 1px #aaa;
        padding: 3px;
        margin-right: 12px;
        font-weight: 600;
        color: #808080;
    }

    #frm .Title {
        color: #696969;
    }

    #frm .bgd {
        overflow: hidden;
        border: solid 1px #dcdcdc;
        margin: 5px;
        height: auto;
        background-color: #fff;
        padding: 20px 10px 10px 10px;
        -moz-border-radius: 8px;
        -khtml-border-radius: 8px;
        -webkit-border-radius: 8px;
        border-radius: 8px;
    }
    #frm input[type=text] {
        width:200px !important;
        font-family:Arial, Helvetica, sans-serif;
        font-size:11px;
        padding:4px;
    }
    #frm select {
        width: 200px;
        font-size: 11px !important;
        margin-left:0px;
        border:solid 1px #dcdcdc;
    }
    #frm span {
        width: 200px !important;
    }

    #frm .bgdJnt {
        overflow: hidden;
        border: solid 1px #aaa;
        margin: 5px;
        height: auto;
        background-color: #F5F5F5;
        padding: 10px;
    }

    #frm .cbx {
        margin-left: 10px;
        vertical-align: middle;
        color: Gray;
    }

    #frm .b1 {
        border-left: solid 1px #aaa;
        border-top: solid 1px #aaa;
        border-right: solid 1px dimGray;
        border-bottom: solid 1px dimGray;
        font-size: 11px;
    }

    #frm .lblmin {
        font-size: 11px;
        color: dimGray;
        margin: 0 auto;
    }

    #frm .ntxt {
        width: 250px;
        padding: 5px 4px 5px 8px;
        color: #aaa;
        font-size: 15px;
        border: solid 1px #dcdcdc;
        margin-left: 10px;
        display: table-cell;
        float:left;
    }

    #frm .nlbl {
        color: #3c3c3c;
        font-size: 17px;
        width: 200px;
        margin-top: 8px;
        text-align: right;
        display: table-cell;
        float:left;
    }

    #frm .tlbl {
        color: #696969;
        font-family: "Lato",Calibri,Arial,sans-serif;
        font-size: 13px;
        font-weight: 400;
        margin-left: 10px;
        display:inline-block;
        max-width:270px;
    }

    #frm .cbo {
        padding: 5px;
        border: solid 1px #dcdcdc;
        margin-left: 10px;
    }
    #frm .botonContainer {
        vertical-align: middle;
        margin: 0 auto;
        display:flex;
        justify-content:center;
        

    }

    #frm .botonWizard {
        display: inline-flex;
        justify-content: right;
        float:right;
        margin-right:10px;
        margin-top:20px;
    }

    /*#frm .custom-select select {
        display: block;*/ /* Or inline-block */
        /*width: 100%;
        padding: 10px;
        font-size: 16px;
        border: 1px solid #ccc;
        border-radius: 4px;
        appearance: none;*/ /* Remove default styling */
        /*-webkit-appearance: none;*/ /* For Safari */
        /*-moz-appearance: none;*/ /* For Firefox */
        /*background-color: #fff;
        cursor: pointer;
    }*/

   /* #frm .custom-select select {
        z-index:999;
        box-shadow: 5px 5px 10px rgba(0,0,0,0.3), -5px -5px 10px rgba(255,255,255,0.5) inset;
    }*/

    #frm .custom-select option {
        background-color: #dcdcdc;
    }


    #ImgEvent {
        /*border: solid 1px #aaa;*/
        padding: 3px;
        height: auto;
        overflow: hidden;
        float: right;
        width: 120px;
        margin-right: 10px;
    }

    #ImgEvent img {
        object-fit:contain;
        width:120px;
    }

    #uploader {
        padding: 5px;
        overflow: hidden;
    }

    #uploader .upload {
        font-size: 11px;
    /*    overflow: hidden;
        display: block;*/
        margin-top: 5px;
    }

    #uploader .bup {
        font-size: 11px;
        border: solid 1px #aaa;
       
        margin: 10px;
    }

    #uploader .val {
        font-size: 10px;
    }

#uploader .preview{

    display: flex;
    width:100%;
    flex-wrap:nowrap;
    align-items:center;
    align-content:flex-start;
}

#uploader img{
    object-fit:cover !important;
    width:150px !important;
    min-height:150px; 
  
}

    #dialog {
        /*margin-left: -185px;
    border: solid 5px var(--baseColor);
    height: auto;*/
        /*width: 370px;*/
        /*top: 30%;
    left: 50%;
    z-index: 5;
    position: absolute;
    background-color: var(--baseColor);*/
    }

    #dialog .head {
        /*background-color: var(--baseColor);*/
        color: var(--baseColor);
        margin: 0px;
        /*color: #FFFFFF;*/
        padding: 5px;
        font-weight: 600;
    }

    #dialog-content {
        background-color: #FFFFFF;
        width: auto;
        overflow: hidden;
        
    
    }

        #dialog-content .msje {
            display: flex;
            padding: 10px;
            justify-content: center;
        }
        #dialog-content .item {
            border-bottom: solid 1px #dcdcdc;
            padding: 5px;
        }
        #dialog-content .item:last-child {
            border-bottom: none;
            
        }
#dialog-content img {
    height: 40px;
    width: 40px;
    object-fit: cover;
}
#dialog-content .item .body {
    padding: 5px;
    display: inline-block;
    word-wrap: break-word;
    width: 340px;

    font-size: 13px;
}
#dialog-content .item .fecha {
    color: #aaa;
    font-size: 10px;
    margin-top: 5px;
}


#dialog-content .item .inactivo {
    color: inherit;
}
#dialog-content .item .activo {
    font-weight: 500;
}


#dialog-content .item input[type=button] {
    margin: 3px;
    font-size: 11px;
    border: solid 1px #aaa;
    float: right;
}

#dialog-content .item .user_like 
{
    display:flex;
    align-items:center;
    height:35px;
    
}
            #dialog .foot {
    /*       
        background-color: #f8f8ff;*/
    text-align: right;
    width: auto;
    overflow: hidden;
 
}

    #dialog .foot .close {
        /*border: solid 1px #aaa;*/
        font-size: 11px;
        /*margin: 5px;*/
        height:30px !important;
        width:30px !important;
        text-align: center;
        position: absolute;
        background: #333;
        color: white;
        top: -10px;
        right: -10px;
        border-radius: 50%;
        border:solid 2px #fff;
    }

        #dialog .foot .save {
            border: solid 1px #aaa;
            font-size: 11px;
            margin: 5px;
            text-align: center;
        }

    #dialog .footJnt {
        border-top: solid 1px #aaa;
        background-color: #f8f8ff;
        text-align: right;
        width: auto;
        overflow: hidden;
    }


#denDialog {
    margin-left: -185px;
    border: solid 5px #aaa;
    height: auto;
    width: 370px;
    top: 30%;
    left: 50%;
    z-index: 999999;
    position: absolute;
}

    #denDialog .head {
        border: solid 1px #aaa;
        background-color: var(--baseColor);
        color: #FFFFFF;
        padding: 5px;
        font-weight: 600;
    }

    #denDialog .content {
        background-color: #FFFFFF;
        padding-right: 5px;
        padding-left: 5px;
        width: auto;
        overflow: hidden;
    }

    #denDialog .foot {
        border-top: solid 1px #aaa;
        background-color: #f8f8ff;
        text-align: right;
        width: auto;
        overflow: hidden;
    }

        #denDialog .foot .close {
            border: solid 1px #aaa;
            font-size: 11px;
            margin: 5px;
            text-align: center;
        }

        #denDialog .foot .save {
            border: solid 1px #aaa;
            font-size: 11px;
            margin: 5px;
            text-align: center;
        }


#lHor {
    margin-top: 10px;
    height: auto;
   /* width: 400px;*/
    overflow: hidden;
    border: solid 1px #dcdcdc;
}

    #lHor .item {
        margin: 2px;
        width: auto;
        vertical-align: middle;
        margin-bottom: 5px;
        overflow: hidden;
        
    }

    #lHor .Imgitem {
        float: left;
        margin: 3px;
        padding: 0px;
        width: 80px;
        max-height: 80px;
        overflow: hidden;
        vertical-align: middle;
        object-fit:contain;
        background-color: #dcdcdc;
    }

        #lHor .photo {
            float: left;
            margin: 3px;
            object-fit:cover;
            border:none;
            width:60px;
            height:60px;
        }

    #lHor .close {
        float: right;
        margin: 3px;
        font-size: 10px;
        border: 0px;
        cursor: pointer;
    }

    #lHor .nombre {
        margin-left: 10px;
        color: #696969;
        margin-top: 5px;
        display: inline-block;
    }

    #lHor .but {
        border: 0px;
        border-left: solid 1px;
        font-size: 9px;
        width: 20px;
        cursor:pointer;
        background-color: transparent;
    }

        #lHor .but:hover {
            background-color: #aaa;
        }

    #lHor .corner {
        float: right;
    }

    #lHor .albItem {
        float: left;
        margin: 4px;
        padding: 4px;
        border: solid 1px dimGray;
        width: auto;
        background-color: #f5f5f5;
        vertical-align: middle;
        height: auto;
    }

    #lHor .album_photo {
        object-fit: cover;
        height: 206px;
        width: 215px;
        background-position: center center;
        background-repeat: no-repeat;
        background-color: #e9ebee;
        display: block;
    }

    #lHor .emptyData {
        display: inline-flex;
        justify-content: center;
        padding:10px;
        width:100%;
        text-align:center;
        font-size:13px;
        color:#696969;
    }

/*Control de numeracion***************************/
#numerador {
    display: block;
    height: 28px;
    background: #FFFFFF;
    border-bottom: 0px solid #333;
    font-family: Tahoma;
    color: #00cc00;
    margin-top: 14px;
    vertical-align: middle;
    margin-left: 240px;
}

    #numerador ul {
        float: left;
        width: 100%;
        padding: 5px 0 0 0;
        list-style: none;
    }

    #numerador li {
        display: inline;
    }

    #numerador.button {
        cursor: hand;
    }

        #numerador.button:hover, #numerador .button:current {
            color: Red;
            border-color: Red;
        }

.autoList_1 {
    visibility: hidden;
    margin: 0 !important;
    background-color: #fff;
    background-color: inherit;
    color: black;
    border: solid 1px #AAA;
    text-align: left;
    overflow: hidden;
    list-style-type: none;
    font-size: 11px;
    padding: 0;
    z-index: 100000002 !important;
}

.autoElement {
    font-family: helvetica;
    background-color: white;
    padding: 5px;
    border-bottom: solid 1px #aaa;
    height: 55px;
    font-style: normal;
    overflow: hidden;
    display: block;
}

    .autoElement a {
        font-style: normal;
        font-family: helvetica;
        color: #3c3c3c;
        font-weight: bold;
        word-wrap: break-word;
        display:inline-flex;
        max-width:135px;
        margin:5px 0px 0px 5px;
    }

.autoResaltar {
    font-family: helvetica;
    padding: 5px;
    border-bottom: solid 1px #aaa;
    height: 55px;
    font-style: normal;
    overflow: hidden;
    display: block;
    background-color: #c3ebf9;
}

    .autoResaltar a {
        font-style: normal;
        color: #3c3c3c;
        font-family: helvetica;
        font-weight: bold;
        overflow: hidden;
        word-wrap: break-word;
        display: inline-flex;
        max-width: 135px;
        margin: 5px 0px 0px 5px;
    }

.autoImg {
    margin: 2px;
    float: left;
    width: 50px;
    height: 50px;
    object-fit: cover;
  
}

.autoList {
    visibility:hidden;
    margin: 0px !important;
    z-index: 999999999 !important;
    position: absolute !important;
    background-color: inherit;
    color: black;
    border: solid 1px #AAA;
    text-align: left;
    list-style-type: none;
    font-size: 11px;
    padding: 0px;
    top:0px;
    left:0px;

}

/*

.autoList{visibility:hidden;margin:0px !important;  z-index:99999 !important; position:fixed !important;
          background-color:inherit;color:black;border:solid 1px #AAA; 
    text-align : left;list-style-type : none;font-size: 11px;padding : 0px;}
.autoElement{ background-color: white; padding:5px; border-bottom:solid 1px #aaa; height:65px;}
.autoElement a{ font-weight:bold;}
.autoResaltar{background-color: #c3ebf9; padding:5px; height:65px;border-bottom:solid 1px #aaa;}
.autoResaltar a{ font-weight:bold;}
.autoImg{margin:2px; float:left; width:50px;}


.badd{ border:solid 1px #dcdcdc; background-color:#f5f5f5; color:#696969; padding:2px; font-size:10px; cursor:hand;}

/*--------------------------*/
.anybtn {
    border-left: solid 1px #aaa;
    border-top: solid 1px #aaa;
    border-right: solid 1px dimGray;
    border-bottom: solid 1px dimGray;
    font-size: 11px;
    margin: 3px;
}

/*.txtBus{ border:solid 1px #dcdcdc; padding:3px; color:#3c3c3c; font-size:11px;}*/
.box_s {
    overflow: hidden;
    display: block;
    height: 23px;
    color: #aaa;
    border: solid 1px var(--gradientBaseColor);
    width: 240px;
    font-family: Helvetica;
    padding: 0px 3px 3px 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    /*
-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05),0 1px 0 rgba(255, 255, 255, .075);
-moz-box-shadow: inset 0 1px 3px rgba(0,0,0,.05),0 1px 0 rgba(255,255,255,.075);
box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05),0 1px 0 rgba(255, 255, 255, .075);
    */
    background-color: #fff;
}

.txtBus {
    overflow: hidden;
    display: block;
    height: 20px;
    color: #aaa;
    border: none;
    font-family: Helvetica;
    padding: 3px 3px 3px 3px;
    font-size: 11px;
    line-height: 20px;
    float: left;
    border-right: solid 1px var(--gradientBaseColor);
}

.search_icon {
    float: left;
    width: 20px;
    padding: 2px 0px 0px 3px;
}
/*
.box_s:focus 
{
    color:#000; 
	outline:none;
    border:#35a5e5 1px solid;
    box-shadow: 0 0 5px rgba(81, 203, 238, 1);
    -webkit-box-shadow: 0 0 5px rgba(81, 203, 238, 1);
    -moz-box-shadow: 0 0 5px rgba(81, 203, 238, 1);				         
}
    */
.txtBus:focus {
    outline: none;
}



#divBusca {
    float: left;
    margin-top: 14px;
}
/*-----------------------------------------------*/

#Status {
    width: 505px;
    height: 0 auto;
    overflow: hidden;
}

    #Status .txt {
        overflow: hidden;
        width: 490px;
        color: #aaa;
        font-size: 20px;
        font-family: Helvetica;
        margin: 5px 5px 5px 0px;
        padding: 3px;
        border: solid 1px #aaa;
        font-weight: 500;
        display: block;
        height: 20px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        resize: none;
        padding: 10px 5px 5px 5px;
        font-size: 13px;
        line-height: 18px;
        -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05),0 1px 0 rgba(255, 255, 255, .075);
        -moz-box-shadow: inset 0 1px 3px rgba(0,0,0,.05),0 1px 0 rgba(255,255,255,.075);
        box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05),0 1px 0 rgba(255, 255, 255, .075);
        font-family: Helvetia,Arial,sans-serif;
    }

        #Status .txt:focus {
            color: #000;
            outline: none;
            border: #35a5e5 1px solid;
            box-shadow: 0 0 5px rgba(81, 203, 238, 1);
            -webkit-box-shadow: 0 0 5px rgba(81, 203, 238, 1);
            -moz-box-shadow: 0 0 5px rgba(81, 203, 238, 1);
        }



    #Status .adj {
        overflow: hidden;
        width: 80px;
        float: right;
    }

    #Status .text {
        border: solid 1px #aaa;
        height: 20px;
        padding: 2px;
    }

    #Status .bpos {
        border: solid 1px #aaa;
        font-size: 11px;
        padding: 3px;
        margin-right: 12px;
        float: right;
        font-weight: 600;
        color: #808080;
    }

    #Status .opc {
        display: inline-block;
        width: 500px;
        overflow: hidden;
        padding: 0px;
    }

        #Status .opc ul {
            float: left;
            list-style: none;
            overflow: hidden;
            padding: 0px;
            margin: 0px;
           /* margin-bottom: 5px;*/
        }

        #Status .opc li {
            display: inline;
            height: 30px;
            overflow: hidden;
            padding: 0px;
        }

            #Status .opc li a {
                font-size: 12px;
                font-weight: bold;
                margin-right: 5px;
            }

    #Status .opc2 {
        height: 25px;
        width: 290px; 
        overflow: hidden;
        font-size: 13px;
        margin-bottom: 8px;
        margin-left: 5px;
        display: none;
    }

        #Status .opc2 ul {
            float: left;
            list-style: none;
            overflow: hidden;
            margin: auto;
            padding-left: 10px;
        }

        #Status .opc2 li {
            display: inline;
            height: 30px;
            overflow: hidden;
        }

            #Status .opc2 li a {
                border-right: solid 1px #aaa;
                padding: 5px;
                margin-left: 5px;
            }

    #Status .pub {
        padding: 3px;
        border: solid 1px #808080;
        height: auto;
        overflow: hidden;
        width: 460px;
        margin: 0 auto;
        margin-top: 5px;
    }

        #Status .pub .tit {
            font-weight: 600;
            border: none;
        }

        #Status .pub .img {
            float: left;
            width: 80px;
            margin: 4px;
        }

        #Status .pub .corpo {
            overflow: hidden;
            height: auto;
            width: 420px;
            padding: 3px;
            border: none;
        }

    #Status .boton {
        float: right;
        overflow: hidden;
        padding-bottom: 3px;
        margin-bottom: 10px;
        margin-right: 5px;
        margin-right: 10px;
    }

    #Status .btnX {
        float: right;
        font-size: 9px;
        font-weight: 600;
        color: #808080;
        padding: 3px;
        border: solid 1px #aaa;
    }



#contPri {
    width: 930px;
    max-height: 350px;
    overflow: hidden;
    min-height: 250px;
  /*  float: left;*/
    background-color: #F9F9F9;
    
}

#cabUsu {
    background-color: #fff;
    width: 540px;
    overflow: hidden;
    height: 0 auto;
    padding: 10px;
    float: left;
    /*border:solid 1px var(--gradientBaseColor);*/

    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.15), -1px 0 0 rgba(0,0,0,0.03), 1px 0 0 rgba(0,0,0,0.03), 0 1px 0 rgba(0,0,0,0.12);
    -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.15),-1px 0 0 rgba(0,0,0,0.03),1px 0 0 rgba(0,0,0,0.03),0 1px 0 rgba(0,0,0,0.12);
    box-shadow: 0 1px 1px rgba(0,0,0,0.15), -1px 0 0 rgba(0,0,0,0.03), 1px 0 0 rgba(0,0,0,0.03), 0 1px 0 rgba(0,0,0,0.12);
}

#cuerpoUsu {
    /*background-color:#fff;*/
    width: 540px;
    overflow: hidden;
    height: 0 auto;
    margin-top: 5px;
    /*border:solid 1px var(--gradientBaseColor);*/

    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.15), -1px 0 0 rgba(0,0,0,0.03), 1px 0 0 rgba(0,0,0,0.03), 0 1px 0 rgba(0,0,0,0.12);
    -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.15),-1px 0 0 rgba(0,0,0,0.03),1px 0 0 rgba(0,0,0,0.03),0 1px 0 rgba(0,0,0,0.12);
    box-shadow: 0 1px 1px rgba(0,0,0,0.15), -1px 0 0 rgba(0,0,0,0.03), 1px 0 0 rgba(0,0,0,0.03), 0 1px 0 rgba(0,0,0,0.12);
}

#cuerpoGru {
    /*background-color:#fff;*/
    width: 560px;
    overflow: hidden;
    height: 0 auto;
    /*border:solid 1px var(--gradientBaseColor);*/
    float: left;
    /*
   -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.15), -1px 0 0 rgba(0,0,0,0.03), 1px 0 0 rgba(0,0,0,0.03), 0 1px 0 rgba(0,0,0,0.12);
    -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.15),-1px 0 0 rgba(0,0,0,0.03),1px 0 0 rgba(0,0,0,0.03),0 1px 0 rgba(0,0,0,0.12);
    box-shadow: 0 1px 1px rgba(0,0,0,0.15), -1px 0 0 rgba(0,0,0,0.03), 1px 0 0 rgba(0,0,0,0.03), 0 1px 0 rgba(0,0,0,0.12);
    */
}



#divCU {
    margin-left: 10px;
}

#pnlEstado {
    width: 380px;
    max-height: 150px;
    overflow: hidden;
    min-height: 80px;
    float: left;
    margin-top: 5px;
  /*  padding-left: 10px;*/
 
}

    #pnlEstado .nombre {
        font-size: 16px;
        font-weight: bold;
        font-family: Helvetica;
        font-weight: 600;
        /*        background-color: var(--gradientBaseColor);*/
        background-color: var(--baseColor);
   /*     background-color: rgba(13, 119, 182, 1);*/
        display:inline-block;
        padding: 8px;
        color: #fff;
      
        /*    text-shadow: 0 1px 0 #fff;*/
    }

    #pnlEstado .state {
        font-size: 15px;
        color: #aaa;
        font-family: georgia;
        word-wrap:break-word;
        
    }

    #pnlEstado .resumen {
        margin-left: 20px;
        margin-top: 10px;
        padding: 3px;
        font-size: 11px;
        background-color: #FFFFFF;
    }

        #pnlEstado .resumen .tit {
            font-weight: 600;
            font-size: 13px;
            padding: 3px;
        }

        #pnlEstado .resumen .txt {
            font-size: 11px;
        }

    #pnlEstado .fotos {
        margin-left: 20px;
    }

        #pnlEstado .fotos .img {
            margin: 0 auto;
        }

    #pnlEstado .fec {
        color: #696969;
        font-size: 9px;display:inline-block;
        margin-top:5px;
    }

    #pnlEstado .nick {
        color: #dcdcdc;
        margin-bottom: -20px;
        font-size: 13px;
    }

    #pnlEstado .nick_ds {
        color: #696969;
        font-weight: normal;
        display: block;
        font-size: 13px;
        margin-top:5px;
    }

    #pnlEstado .nick_ca {
        color: #aaa;
        font-size: 11px;
        font-weight: 600;
        display: block;
        word-wrap: break-word;
    }

    #pnlEstado .nivel_privacidad_grupo {
        color: #f1f1f1;
        font-size: 11px;
        display: inline-block;
        margin-left:5px;
        font-weight:normal;
        word-wrap: break-word;
    }



#pnlFotPri {
    height: auto;
    width: 250px;
    float: left;
    margin-top: 5px;
    margin-left: 10px;
}

    #pnlFotPri .picBorder {
        /*border-right: solid 1px #dcdcdc;*/
    }

    #pnlFotPri .pic {
        margin: 0 auto;
        object-fit: cover;
        overflow: hidden;
     /*   background-color:#fff;*/
    }

    #pnlFotPri .picG {
        border: 1px solid #CDCDCD;
        display: table-cell;
        height: 214px;
        vertical-align: middle;
        width: 201px;
    }
    #pnlFotPri img {
        background: rgba(0,0,0,0);
        
    }



#pnlNews .textnew {
    font-size: 14px;
    font-family: Century;
}

#pnlNews .itemnew {
    font-family: Century;
    border-bottom: solid 1px #aaa;
    padding-bottom: 3px;
}

#pnlNews .fecnew {
    font-size: 9px;
    font-family: Century;
    color: #aaa;
}

#pnlNews .autornew {
    font-size: 10px;
    font-family: Century;
}

.PostComment {
    width: 510px;
    overflow: hidden;
    padding: 2px;
    margin-bottom: 5px;
    border-bottom: solid 1px #dcdcdc;
    margin-top: 5px;
}

    .PostComment .mensaje {
        width: 500px;
        min-height: 50px;
        overflow: hidden;
        border: solid 1px #aaa;
    }

    .PostComment .content {
        width: 290px;
        min-height: 50px;
        overflow: hidden;
        border-top: solid 1px #aaa;
    }

    .PostComment .picUsr {
        float: left;
        width: 50px;
        overflow: hidden;
    }

    .PostComment .pieizq {
        width: 500px;
        text-align: right;
        padding-top: 5px;
    }

    .PostComment .pie {
        border-top: dotted 1px #aaa;
    }

    .PostComment .btnPos {
        border: solid 1px #aaa;
        font-size: 9px;
        width: 50px;
    }

.Comment {
    width: 490px;
    overflow: hidden;
    padding: 2px;
    border-bottom: solid 1px #dcdcdc;
    margin-left: 10px;
    padding: 4px;
}

    .Comment .picUsr {
        float: left;
        width: 50px;
        overflow: hidden;
        height: 0 auto;
    }

    .Comment .textComent {
        width: 390px;
        overflow: hidden;
        min-height: 35px;
        margin-top: 3px;
        margin-left: 10px;
        font-size: 13px;
        margin-left: 10px;
        float: left;
    }

    .Comment .pie {
        text-align: right;
        clear: both;
        overflow: hidden;
        padding-bottom: 8px;
    }

    .Comment .fec {
        color: #aaa;
        font-size: 11px;
    }

#timeline {
    overflow: hidden;
    height: auto;
    font-size: 12px;
    font-family: helvetica;
    width: 540px;

}
    #timeline .postcontainer:first-child {
     margin-top:0px;
    }
    #timeline .postcontainer {
        margin-top: 10px;
        
        -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.15), -1px 0 0 rgba(0,0,0,0.03), 1px 0 0 rgba(0,0,0,0.03), 0 1px 0 rgba(0,0,0,0.12);
        -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.15),-1px 0 0 rgba(0,0,0,0.03),1px 0 0 rgba(0,0,0,0.03),0 1px 0 rgba(0,0,0,0.12);
        box-shadow: 0 1px 1px rgba(0,0,0,0.15), -1px 0 0 rgba(0,0,0,0.03), 1px 0 0 rgba(0,0,0,0.03), 0 1px 0 rgba(0,0,0,0.12);
    }

    #timeline .post {
        padding: 5px 10px 5px 15px;
        background-color: #fff;
        overflow: hidden;
        height: 0 auto;
        min-height: 50px;
        display: table;
   
        /*width: 515px;*/
    }

        #timeline .post.hover {
            background-color: #f4f4f4;
        }


        #timeline .post a {
            cursor: pointer;
        }

        #timeline .post .foto {
            margin-right: 10px;
            margin-top: 10px;
            padding-top:5px;
            overflow: hidden;
            height: 0 auto;
            min-height: 100%;
            height: 100%;
            display: table-cell;
            
        }

        #timeline .post .cuerpo {
            display: table-cell;
            padding-left: 10px;
            vertical-align: top;
            border-collapse: collapse;
        }

        #timeline .post .header {
            border-bottom: solid 1px #dcdcdc;
            overflow: hidden; width:100%;
            padding-top: 10px;
            padding-bottom: 5px;
            
        }

        #timeline .post .cnt {
            float: left;
            overflow: hidden;
            color: #696969;
            /*width: 300px;*/
            min-width:300px;
            padding-top: 10px;
            line-height: 18px;
            padding-bottom: 10px;
            word-wrap: break-word;
            max-width:500px;
            flex-wrap:wrap;
            display:flex;
            justify-content:flex-end;
            flex-direction:row-reverse;
        }

        #timeline .post .cnt .descripcion{
            /*overflow: hidden;*/
            color: #696969;
            padding-top: 10px;
            line-height: 18px;
            display:block;
            word-wrap: break-word;
            min-width:300px;
        }

          /*  #timeline .post .cnt a {
                color: #696969;
                font-weight: bold;
            }*/

        #timeline .post .footer {
         
            padding-bottom: 10px;
            padding-top: 10px;
            overflow: hidden;
            height: 0 auto;
            /*border-top:solid 1px #e6e9ec;*/
            margin-right: 5px;
            display:inline-block;
        }

          /*  #timeline .post .footer a {
                margin-left: 5px;
            }*/

        #timeline .post .adj {
            margin-left: 25px;
            padding: 3px;
            font-size: 11px;
        }

            #timeline .post .adj .img {
                padding: 3px;
                float: left;
                width: 80px;
                height: 90px;
            }

            #timeline .post .adj .tit {
                font-weight: 600;
                font-size: 13px;
                padding: 3px;
            }

            #timeline .post .adj .txt {
                width: 300px;
                overflow: hidden;
            }

        #timeline .post .usrPic {
            float: left;
            width: 50px;
            overflow: hidden;
        }

        #timeline .post .foot {
            height: 20px;
            visibility: hidden;
            clear: both;
            text-align: right;
            overflow: hidden;
        }

            #timeline .post .foot ul {
                list-style: none;
            }

            #timeline .post .foot li {
                display: inline;
                text-align: right;
                margin-right: 8px;
            }

        #timeline .post img.Blog {
            float: left;
            margin-right: 10px;
            margin-top: 10px;
            overflow: hidden;
            display: block;
            object-fit: cover;
            min-width: 400px;
            max-width: 400px;
            min-height: 400px;
            max-height: 400px;
        }

        #timeline .post img.picture,img.Album {
            float: left;
            margin-right: 10px;
            margin-top: 10px;
            overflow: hidden;
            display: block;
            object-fit: cover;
            min-width: 400px;
            max-width: 400px;
            min-height: 400px;
            max-height: 400px;
        }

        #timeline .post img.Evento,img.Recurso {
            float: left;
            margin-right: 10px;
            margin-top: 0px;
            overflow: hidden;
            display: block;
            object-fit: cover;
            max-width:50px;
            
        }

        #timeline .post:Hover .foot {
            visibility: visible;
        }

        #timeline .post .goto {
            float: right;
            width: 70px;
            margin: 0 none;
            margin-right: 10px;
            font-size: 12px;
            color: #696969;
            display: inline;
        }

        #timeline .post .likeO {
            margin: 0 none;
            margin-right: 10px;
            font-size: 11px;
            padding: none;
            display: inline-block;
        }

        #timeline .post .button_del {
            float: right;
            margin-right: 0px;
            font-size: 10px;
            color: #dcdcdc;
            background-color: #fff;
            background-image: none;
            border: solid 1px #dcdcdc;
        }

   

    #timeline .button_del:hover {
        font-size: 10px;
        background: #DDDDDD url('../img/btnspite.gif') repeat-x 0 0;
        color: #333333 !important;
        cursor: pointer;
    }

    #timeline .lnkNom {
        font-weight: bold;
    }

    #timeline .t_pic {
        display:block;
        object-fit:cover;
        min-height:50px;
        max-height:60px;
    }

    #timeline .replays {
        float: right;
        display: none;
        overflow: hidden;
        height: 0 auto;
        width: 100%;
    }

    #timeline .replay {
        width: 97%;
        padding: 10px;
        overflow: hidden;
        height: auto;
        background-color: #f5f5f5;
        
    }

        #timeline .replay .pic {
            float: left;
            width: 40px;
            min-height: 30px;
            max-height: 40px;
            object-fit: cover;
            overflow: hidden;
            margin-left: 25px;
        }

        #timeline .replay .content {
            display: block;
            word-wrap: break-word;
            float: left;
            margin-left: 10px;
            line-height: 18px;
            font-family: Helvetia,Arial,sans-serif;
            width: 85%
        }

        #timeline .replay .nombre {
        }

        #timeline .replay .delReplay {
            margin-left: 4px;
            margin-top: 5px;
            font-size: 9px;
        }

        #timeline .replay .fec {
            display: inline-block;
            font-size: 9px;
            color: #aaa;
        }

        #timeline .replay .txt {
            width: 65%;
            overflow: hidden;
            float: left;
            margin-left: 10px;
            resize: vertical;
            padding: 10px 5px 5px 5px;
            font-size: 13px;
            line-height: 18px;
            font-family: Helvetia,Arial,sans-serif;
        }

        #timeline .replay .btndisabled {
            pointer-events: none;
            background-color: #fff;
            color: #dcdcdc;
            border: solid 1px #dcdcdc;
        }


    #timeline .repbox {
        margin-top: 5px;
        margin-bottom: 5px;
        border: solid 1px #aaa;
        background-color: #f5f5f5;
        padding: 3px;
        overflow: hidden;
        width: 400px;
        float: right;
    }

        #timeline .repbox .txt {
            float: left;
            border: solid 1px #aaa;
            padding: 3px;
            height: 50px;
            overflow: auto;
            background-color: #FFFFFF;
            resize: vertical;
            padding: 5px 5px 5px 5px;
            font-size: 13px;
            line-height: 18px;
            font-family: Helvetia,Arial,sans-serif;
        }

    #timeline .txt:focus {
        color: #000;
        outline: none;
        border: #35a5e5 1px solid;
        box-shadow: 0 0 5px rgba(81, 203, 238, 1);
        -webkit-box-shadow: 0 0 5px rgba(81, 203, 238, 1);
        -moz-box-shadow: 0 0 5px rgba(81, 203, 238, 1);
    }




    #timeline .repbox .btr {
        float: right;
        border: solid 1px #aaa;
        font-size: 10px;
        margin-top: 16px;
        background-color: #aaa;
        font-weight: bold;
        color: #ffffff;
    }

    #timeline .repbox .close {
        visibility: hidden;
        overflow: hidden;
        float: right;
        width: 19px;
        border: none;
        height: 19px;
    }

    #timeline .repbox:Hover .close {
        visibility: visible;
        background-color: #aaa;
    }
    #timeline .emptyData {
        display: inline-flex;
        justify-content: center;
        padding: 40px 10px 40px 10px;
        width: 100%;
        text-align: center;
        font-size: 13px;
        color: #aaa;
        background-color: #fff;
    }

#derechaCol {
    float: right;
}

#centroCol {
    float: left;
}

.iconMen {
    width: 75px;
}

    .iconMen:Hover {
        width: 100px;
        cursor: hand;
    }

/*Menu opcional no Funcional*/
#Opc_nf {
    display: block;
    height: auto;
    border-bottom: 0px solid #333;
    font-family: Tahoma;
    margin-top: 14px;
    margin-left: 5px;
    vertical-align: middle;
    margin-bottom: 5px;
}

    #Opc_nf ul li {
        list-style: none;
        border-bottom: solid 1px #dcdcdc;
    }



.anybtn {
    border-left: solid 1px #aaa;
    border-top: solid 1px #aaa;
    border-right: solid 1px dimGray;
    border-bottom: solid 1px dimGray;
    font-size: 11px;
    margin: 3px;
}

.badd {
    border: solid 1px #dcdcdc;
    background-color: #f5f5f5;
    color: #696969;
    padding: 2px;
    font-size: 10px;
    cursor: hand;
}

.botonG {
    /*
    border-top: 1px solid #BBBBBB;
    border-bottom: 1px solid #999999;
    background: #DDDDDD url('../img/btnspite.gif') repeat-x 0 0;
    border-left: 1px solid #BBBBBB;
    border-radius: 4px 4px 4px 4px;
    border-right: 1px solid #BBBBBB;
    box-shadow: 0 1px 0 #F8F8F8;
    color: #333333 !important;
    cursor: pointer;
    display: inline-block;
    font-family: "Helvetica Neue",Arial,"Lucida Grande",Sans-serif;
    font-size: 12px;
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
    line-height: 15px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    overflow: hidden;
    padding: 5px 9px;
    text-shadow: 0 1px #F0F0F0;
    */
    background-color: var(--baseColor);
    padding: 8px 8px 8px 8px;
    color: #fff;
    border: none;
    font-weight: 300;
    font-size: 11px;
    margin: 3px;
    cursor: pointer;
    text-align: center;
    -moz-border-radius: 4px;
    -khtml-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
    .botonG:disabled,.botonG[disabled] {
        pointer-events: none;
        background-color: #dcdcdc;
        color: #fff !important;
        
    }

    .disabled_button {
        background-color: #f5f5f5;
        color: #aaa !important;
    }

.white_button {
    border-top: 1px solid #BBBBBB;
    border-bottom: 1px solid #999999;
    background: #DDDDDD url('../img/btnspite.gif') repeat-x 0 0;
    border-left: 1px solid #BBBBBB;
    border-radius: 4px 4px 4px 4px;
    border-right: 1px solid #BBBBBB;
    box-shadow: 0 1px 0 #F8F8F8;
    color: #333333 !important;
    cursor: pointer;
    display: inline-block;
    font-family: "Helvetica Neue",Arial,"Lucida Grande",Sans-serif;
    font-size: 12px;
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
    line-height: 15px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    overflow: hidden;
    padding: 5px 9px;
    text-shadow: 0 1px #F0F0F0;
}

.inputFile {
    display: block;
    float: left;
    overflow: hidden;
    height: 100%;
    left: -140px;
    opacity: 0;
    position: relative;
    top: 0;
    width: auto !important;
    z-index: 2;
}

#BotonFiltro {
    text-align: right; /*float:Left;*/
    border: solid 1px dimGray;
    padding: 5px;
    height: auto;
    width: auto;
    margin-left: 280px;
    margin-bottom: 10px;
    background: #f0f0f0;
}

#Perfil {
    font-family: Arial;
    height: auto;
    width: 500px;
    overflow: hidden;
    padding-left: 20px;
    padding-top: 10px;
    position:relative;
}

#Detalle {
    height: auto;
    width: 585px;
    margin: 0 auto 0 0px;
    overflow: hidden;
   /* background: #F5F5F5;*/
    margin-left: 40px;
    margin-bottom: 30px;
}

#Perfil .Item {
    margin-left: 20px;
    height: auto;
    white-space: normal;
    padding: 4px;
    overflow: hidden;
    display: block;
    min-height: 0;
}

#Perfil .linea {
    width: 490px;
    height: auto;
    overflow: hidden;
    margin-top: 5px;
    margin-bottom: 15px;
    background-color: #ffffff;
}

#Perfil .lbl {
    float: left;
    color: Gray;
    height: auto;
    text-align: right;
    font-weight: 500;
    width: 150px;
    font-size: 14px;
}

#Detalle .label {
    float: left;
    color: Gray;
    text-align: Left;
    font-weight: 530;
    font-size: 12px;
    margin-top: 5px;
}


#Perfil .txt {
    font-size: 11px;
    margin-left: 10px;
    width: 260px;
    height: auto;
    overflow: hidden;
    display:inline-block;
    font-size: 14px;
}

#Perfil .bg {
    font-size: 11px;
    margin-left: 160px;
}

#Perfil .bc {
    font-size: 11px;
    margin-left: 10px;
}

#Perfil .Edit {
    position:absolute;
    top: 10px; right:10px;
    font-size: 11px;
    
}

#Perfil .perTit {
    color: #696969;
    font-weight: bold;
    font-size: 16px;
    width: 490px;
}

/*
#menu_config {
    display: block;
    height: 28px;
    border-bottom: 0px solid #333;
    font-family: Arial;
    color: #00cc00;
    margin-top: 30px;
    margin-left: 20px;
    vertical-align: middle;
    float: left;
}

    #menu_config ul {
        float: left;
        width: 100%;
        list-style: none;
    }

    #menu_config li {
        display: inline;
        margin-left: 0px;
    }

    #menu_config a {
        color: #aaa;
        float: left;
        padding: 5px 24px 0px 0px;
        font-size: 13px;
        font-weight: 700;
        text-align: center;
        text-decoration: none;
    }

    #menu_config li a.current {
        color: #fff;
    }
    */

    


#menu_config {
    width: 650px; /*background-color:#F9F9F9; */
    display: block;
    height: 29px;
    overflow: hidden;
    border-bottom: solid 1.5px var(--gradientBaseColor);
    background-color: #fff;
}

    #menu_config ul {
        float: left;
        width: 100%;
        list-style: none;
        margin: 0;
        padding: 0px;
    }

    #menu_config li {
        display: inline;
    }

    #menu_config a { /*letter-spacing:2px; 	*/
        font-family: helvetica;
        color: #999;
        float: left;
        padding: 6px;
        font-size: 13px;
        line-height: 18px;
        font-weight: 400;
        /* letter-spacing: 0.1em;*/
        text-align: center;
        text-decoration: none;
        /*    font-family: "Lato",Calibri,Arial,sans-serif;*/
    }

    #menu_config .current {
        background-color: var(--gradientBaseColor);
        color: #fff;
    }
    #menu_config ul li:last-child {
        float: right;
    }

/*menu horizontal superior*/

#menu_Horiz {
    display: block;
    height: 28px;
    border-bottom: 0px solid #333;
    font-family: Tahoma;
    color: #00cc00;
    vertical-align: middle;
    margin-bottom: 10px;
    margin-top: 20px;
    border-bottom: solid 1px #aaa;
    overflow: hidden;
}

    #menu_Horiz ul {
        float: left;
        width: 100%;
        list-style: none;
        margin: 0;
        margin-left: 10px;
        padding: 0px;
    }

    #menu_Horiz li {
        display: inline;
    }

    #menu_Horiz a {
        color: #aaa;
        float: left;
        padding: 5px;
        font-size: 11px;
        font-weight: 700;
        text-align: center;
        text-decoration: none;
    }

    #menu_Horiz li a.current {
        color: #fff;
        background-color: #696969;
    }

/*Menú social*/
#menSoc {
    width: 650px; /*background-color:#F9F9F9; */
    display: block;
    height: 29px;
    overflow: hidden;
    border-bottom: solid 1.5px var(--gradientBaseColor);
    background-color: #fff;
}

    #menSoc ul {
        float: left;
        width: 100%;
        list-style: none;
        margin: 0;
        padding: 0px;
    }

    #menSoc li {
        display: inline;
    }

    #menSoc a { /*letter-spacing:2px; 	*/
        font-family: helvetica;
        color: #999;
        float: left;
        padding: 6px;
        font-size: 13px;
        line-height:18px;
        font-weight: 400;
       /* letter-spacing: 0.1em;*/
        text-align: center;
        text-decoration: none;
    /*    font-family: "Lato",Calibri,Arial,sans-serif;*/
    }

    #menSoc .current {
        background-color: var(--gradientBaseColor);
        color: #fff;
    }

    /*menu vertical*/

#menu_Ver {
    display: block;
    height: 0 auto;
    font-family: "helvetica";
    color: #00cc00;
    width: 120px;
    margin-bottom: 10px;
    /*	border-bottom:solid 1px #aaa; */
    border-left: solid 1px #aaa;
    padding-bottom: 10px;
}

    #menu_Ver ul {
        width: 90%;
        font-family: helvetica;
        margin-left: 5px;
        padding-left: 5px;
        list-style: none;
    }

    #menu_Ver li {
        display: list-item;
        margin-top: 4px;
    }

    #menu_Ver a {
        padding: 5px 5px 5px 8px;
        color: #aaa;
        font-size: 12px;
        font-weight: bold;
        text-decoration: none;
    }

    #menu_Ver li a.current {
        color: #fff;
        background-color: #dcdcdc;
    }

#menu_grupos {
    display: block;
    height: 0 auto;
    font-family: "helvetica";
    color: #00cc00;
    width: 140px;
    margin-top: 6px;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

    #menu_grupos ul {
        width: 100%;
        font-family: helvetica;
        margin-left: 0px;
        padding-left: 5px;
        list-style: none;
    }

    #menu_grupos li {
        display: list-item;
        margin-top: 3px;
    }

    #menu_grupos a {
        padding: 5px 5px 0px 8px;
        color: #696969;
        font-size: 12px;
        text-decoration: none;
    }

        #menu_grupos a:hover {
            color: #333;
        }

    #menu_grupos li a.current {
        color: #fff;
        background-color: #dcdcdc;
    }

.group_icon {
    background: url('../img/home_css_sprite.png');
    background-position-x: 0px;
    background-position-y: -7805px;
    background-repeat: no-repeat;
    display: inline-block;
    width: 16px;
    height: 16px;
}

.app_icon {
    background: url('../img/home_css_sprite.png');
    background-position-x: 0px;
    background-position-y: -10340px;
    background-repeat: no-repeat;
    display: inline-block;
    width: 20px;
    height: 20px;
}

.opc_icon {
    background: url('../img/home_css_sprite.png');
    background-position-x: 0px;
    background-position-y: -4585px;
    background-repeat: no-repeat;
    display: inline-block;
    width: 20px;
    height: 20px;
    /*margin-top: 10px;*/
}

#menu_Ver {
    display: block;
    height: 0 auto;
    font-family: "helvetica";
    color: #00cc00;
    width: 120px;
    margin-bottom: 10px;
    border-left: solid 1px #aaa;
    padding-bottom: 10px;
}

#menOpc {
    border-bottom: solid 1px #dcdcdc;
    padding-bottom: 5px;
}

    #menOpc ul {
        width: 90%;
        font-family: helvetica;
        margin-left: 10px;
        padding-left: 0px;
        list-style: none;
        margin-top: 10px;
    }

    #menOpc li {
        display: list-item;
        margin-top: 4px;
        padding-top: 0px;
    }

    #menOpc a {
        font-size: 11px;
        text-decoration: none;
        display: block;
       /* width: 150px;*/
    }

    #menOpc li a.current {
        color: #fff;
        background-color: #dcdcdc;
    }




/* Noticias */
#noticias {
    width: 400px;
    border-bottom: solid 1px #f0f0f0;
    font-family: tahoma;
    font-size: 8pt;
    padding-bottom: 10px;
    margin-bottom: 10px;
    height: auto;
}

    #noticias .Fec {
        color: Gray;
    }

    #noticias:Hover {
        background-color: #f4f7fc;
    }


#pnlMen {
    background-color: #CEDEFD;
    width: 730px;
    height: 100px;
    margin: 10px;
    border: solid 1px #4169e1;
    float: left;
}

#areaConfig {
    width: 710px;
    overflow: hidden;
    height: auto;
    margin: 5px;
    padding: 5px;
}

#colDerConfig {
    float: right;
    margin-top: 20px;
    padding: 3px;
    width: 200px;
}


/*Lista horizontal del tipo de Mis intereses*/
.listaHor {
    margin-top: 10px;
    width: 400px;
    border: solid 1px #aaa;
    padding: 3px;
}

    .listaHor .item {
        float: left;
        margin: 4px;
        padding: 4px;
        border: solid 1px dimGray;
        width: auto;
        background-color: #f5f5f5;
        vertical-align: middle;
    }

    .listaHor .but {
        border: 0px;
        border-left: solid 1px;
        font-size: 9px;
        width: 20px;
        cursor: hand;
        background-color: transparent;
    }

        .listaHor .but:hover {
            background-color: #aaa;
        }
/*-------------------------------------------*/

#marca {
    width: auto;
    height: auto;
    text-align: right;
    padding: 6px;
}

#nombre {
    margin-top: 20px;
    width: auto;
    height: auto;
    text-align: left;
    padding-left: 260px;
}

#estado {
    margin-top: 10px;
    width: auto;
    height: auto;
    text-align: left;
    padding-left: 10px;
}



/*COMENTARIO*/
#comentario {
    display: block;
    margin-top: 2px;
    width: auto;
    height: auto;
    font-size: 11px;
    font-family: Tahoma;
    background-color: #ccffcc;
    padding: 7px;
    margin-left: 40px;
    color: black;
    overflow: hidden;
}

    #comentario a:link, #comentario a:visited {
        text-decoration: none;
        font-weight: bold;
    }

    #comentario a {
        text-decoration: none; /*font-weight:bold;*/
    }

        #comentario a:Hover {
            text-decoration: underline;
        }

/* Control Izquierdo */
#ControlIzqHeader {
    border-top: #00cc00 1px solid;
    border-right: #cccccc 1px solid;
    border-left: #cccccc 1px solid;
    height: 23px;
    background-color: #ccffcc;
    text-align: left;
    width: 218px;
    vertical-align: middle;
}

#ControlIzqBody {
    width: 218px;
    height: auto;
    border-right: #cccccc 1px solid;
    border-top: #cccccc 1px solid;
    border-left: #cccccc 1px solid;
    border-bottom: #cccccc 1px solid;
}

    #ControlIzqBody a:link, #ControlIzqBody a:visited {
        text-decoration: none;
    }

    #ControlIzqBody a {
        text-decoration: none;
        color: blue;
    }

        #ControlIzqBody a:hover {
            text-decoration: underline;
        }

.somebtn {
    border: solid 1px #aaa;
    font-size: 11px;
    padding: 3px;
    margin-right: 12px;
    font-weight: 600;
    cursor:pointer;
    color: #808080;
}

#headerGrupo {
    padding: 5px 0px 0px 0px;
    height: auto;
    background-color: #fff;

    /*-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.15), -1px 0 0 rgba(0,0,0,0.03), 1px 0 0 rgba(0,0,0,0.03), 0 1px 0 rgba(0,0,0,0.12);
    -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.15),-1px 0 0 rgba(0,0,0,0.03),1px 0 0 rgba(0,0,0,0.03),0 1px 0 rgba(0,0,0,0.12);
    box-shadow: 0 1px 1px rgba(0,0,0,0.15), -1px 0 0 rgba(0,0,0,0.03), 1px 0 0 rgba(0,0,0,0.03), 0 1px 0 rgba(0,0,0,0.12);
*/
   
    position: relative;
    margin-top:-100px;
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#45333333,endColorstr=#45333333);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#45333333,endColorstr=#45333333);
    background-color: rgba(170, 170, 170, 0.40);
    

}

    #headerGrupo .logRed {
        float: left;
        height: auto;
        width: 100px;
        border-right: solid 1px #dcdcdc;
        border-bottom: solid 1px #dcdcdc;
        margin-right: 5px;
        font-size: 10px;
        font-weight: 600;
        color: #3c3c3c;
        text-align: center;
        
    }

#contPri .structura {
    float: left;
    height: auto;
    margin-bottom: -30px;
    padding: 0px;
    position:relative;

}

    #headerGrupo .nomGru {
        width: 250px;
        height: auto;
        overflow: hidden;
        color: #696969;
        font-weight: bold;
        padding-top: 15px;
        padding-left: 15px;
        padding-bottom: 5px;
        margin-right: 10px;
        display: block;
        font-size: 13px;
        
    }

        #headerGrupo .nomGru .ds {
            color: #aaa;
            font-size: 11px;
            font-weight: 500;
            margin-left: 10px;
            display: inline-block;
            
        }

        #headerGrupo .nomGru .ca {
            color: #aaa;
            font-size: 11px;
            font-weight: 500;
        }

#navi {
    display: block;
    vertical-align: middle;
    float: right;
    margin: 0px;
    padding: 0px;
}

    #navi ul {
        float: right;
        width: 100%;
        list-style: none;
        text-align: right;
        margin: 0px;
        padding: 8px;
        background-color: rgba(170, 170, 170, 0.7);
    }

    #navi li {
        display: inline;
        margin: 0px;
        padding: 0px;
    }
        #navi li:after {
            content: " \25B6";
            color: #fff;
            font-size:8px;
        }
    #navi ul li:last-child a {
        color: #ffd800;
        text-decoration:underline;
    }
        #navi ul li:last-child::after {
            content: "";
        }

    #navi a {
        padding: 5px;
        font-size: 11px;
        text-align: center;
        text-decoration: none;
        color: #fff;
        margin: 0px;
        padding: 0px;
    }


        #navi a:hover {
            text-decoration: underline;
        }

    #navi li a.current {
        color: #ff0000;
    }


.verfoto {
    max-width: 600px;
    margin: 0 auto;
    border: solid 2px #000000;
}

.bgfoto {
    width: 690px;
    height: auto;
    background-color: #dcdcdc;
    padding: 5px;
    text-align: center;
    vertical-align: middle;
}

.descfoto {
    padding: 4px;
    width: 570px;
    overflow: hidden;
    font-size: 11px;
}

    .descfoto span {
        text-transform: lowercase;
        display: block;
    }

        .descfoto span::first-letter {
            text-transform: uppercase;
        }

.fecfoto {
    display: block;
    margin-top: 5px;
    color: #aaa;
    font-size: 10px;
}

.descfoto .txt {
    overflow: hidden;
    border: solid 1px #aaa;
}

#blog {
    height: auto;
    width: calc(100% - 20px);
    padding: 3px;
    overflow: hidden;
    padding-top: 20px;
    margin-bottom: 20px;
    
}

    #blog .titulo {
        font-size: 30px;
        font-weight: bold;
        color: #3c3c3c;
        margin-bottom: 10px;
        padding: 3px;
    }

    #blog .cuerpo {
        color: #696969;
        padding: 4px;
        margin-top: 20px;
    }

    #blog .autor {
        width: 100%;
        border-top: solid 1px #eee;
        border-bottom: solid 1px #ddd;
        padding: 5px;
    }

        #blog .autor .pic {
            margin: 5px;
            float: left;
        }

        #blog .autor .nombre {
            float: left;
            font-size: 18px;
            font-weight: bold;
            margin-top: 10px;
            width: 300px;
        }

        #blog .autor .fecha {
            color: #aaa;
            float: left;
            width: 300px;
        }

.casilla {
    /*width: 190px;*/
    height: 0 auto;
    /*padding: 4px;*/
    overflow: hidden;
    font-family: helvetica;
   /* border:solid 1px red;*/
}

    .casilla .tit {
        height: 20px;
        color: #3c3c3c;
        font-size: 16px;
        font-weight: bold;
        padding: 5px;
    }

    .casilla .c_cuerpo {
        padding: 3px;
        font-size: 14px;
        font-weight: bold;
        height: 0 auto;
        overflow: hidden;
    }

        .casilla .c_cuerpo a {
            color: #696969;
        }

    .casilla .Appitem {
        padding-left: 5px;
        /*max-height: 40px;*/
       /* width: 180px;*/
        padding-top:5px;
    }
    .casilla .Appitem:first-child {
        padding-top: 0px;
    }

    .casilla .appTit {
        color: #696969;
        font-size: 11px;
        font-weight: bold;
    }

    .casilla .appDes {
        color: #aaa;
        font-size: 9px;
        font-weight: normal;
        padding-left: 10px;
        word-wrap:break-word;
    }

    .casilla .c_item {
        float: left;
        width: 190px;
        overflow: hidden;
        height: 0 auto;
        margin-top: 3px;
        display:flex;
    }

    .casilla .c_pic {
        display:block;
        overflow: hidden;
        margin-right: 6px;
        margin-left: 4px;
        object-fit: cover;
        height: 50px;
        width: 50px;
        flex:none;
        
    }

    .casilla .evento_pic {
        float: left;
        overflow: hidden;
        margin-right: 6px;
        margin-left: 4px;
        object-fit: cover;
        height: 30px;
        width: 30px;
        background-position: center center;
        background-repeat: no-repeat;
    }

    .casilla .certificate_pic {
        float: left;
        overflow: hidden;
        margin-right: 6px;
        margin-left: 4px;
        object-fit:contain;
        height: 40px;
        width: 30px;
        
    }

    .casilla .c_lnk {
        font-weight: normal;
        display:table;
        
    }
    .casilla .c_lnk  a{
        display:table-cell;
        vertical-align: middle;
    }

    .casilla .Appitem .ico {
        float: left;
        height: 40px;
        overflow: hidden;
        width: 35px;
        display: block;
        padding-top: 5px;
    }
    .casilla .emptyData {
        font-weight:normal;
        font-size:11px;
        margin-left:10px;
        color:#aaa;
    }
    .casilla .Appitem .collapsible {
        background-color: transparent !important;
        color: #696969;
        display: flex;
        align-items: center;
    }
    .casilla .AppItemList a {
        font-size: 11px;
        font-weight: 500;
        padding: 5px 5px 5px 15px;
        display: inline-block;
        width: 100%;
        border-bottom: solid 1px #dcdcdc;
    }


#lisTraces {
    width: 500px;
    height: 0 auto;
    overflow: hidden;
    margin-left: 30px;
    font-family: helvetica;
}

    #lisTraces .qitem {
        width: 498px;
        height: 0 auto;
        overflow: hidden;
        border-bottom: dotted 1px #aaa;
        padding: 5px;
    }

    #lisTraces .picUsu {
        float: left;
        margin: 3px;
        overflow: hidden;
    }

    #lisTraces .quest {
        font-size: 15px;
        width: 350px;
        float: left;
        overflow: hidden;
    }

    #lisTraces .usu {
        font-size: 11px;
        color: #3c3c3c;
    }

    #lisTraces .fec {
        font-size: 11px;
        color: #696969;
        width: 300px;
        display: block;
    }

    #lisTraces .nom {
        font-size: 12px;
        font-weight: bold;
        float: left;
        width: 200px;
    }

.pubTrace {
    margin-left: 10px;
    width: 440px;
    height: 0 auto;
    margin-top: 10px;
    border: dashed 1.5px #aaa;
    padding: 5px;
    font-size: 11px;
    text-align: center;
}

    .pubTrace .pista {
        width: 132px;
        height: 0 auto;
        float: left;
        margin: 3px;
        border-top: solid 1px #dcdcdc;
        padding-top: 5px;
    }

    .pubTrace .bA {
        float: right;
        margin-right: 4px;
        height: 19px;
        width: 18px;
        border: solid 1px #aaa;
        margin-top: -22px;
        color: #696969;
        font-weight: 800;
        cursor: hand;
    }

    .pubTrace .timg {
        float: left;
    }

#pistasBox {
    width: 456px;
    height: 0 auto;
    font-size: 11px;
    border: dashed 1.5px #aaa;
    padding: 5px;
    min-height: 50px;
    margin-left: 10px;
    margin-top: 20px;
    margin-bottom: 10px;
}

    #pistasBox .pisItem {
        width: 132px;
        height: 0 auto;
        float: left;
        margin: 3px;
        padding-top: 5px;
    }

    #pistasBox .bx {
        float: right;
        margin-top: -24px;
        position: relative;
        z-index: 10;
        height: 20px;
        width: 20px;
        border: solid 1px #aaa;
        color: #696969;
        font-weight: 800;
        cursor: hand;
        margin-right: 4px;
    }

#postComment {
    padding: 5px;
    margin-left: 20px;
    width: 480px;
    height: 0 auto;
    overflow: hidden;
}

    #postComment .post {
        overflow: hidden;
        height: 0 auto;
        font: 12px;
    }

    #postComment .txt {
        overflow: hidden;
        font: 13px;
        padding: 5px;
        display: block;
        min-height: 50px;
        border: dashed 2px #dcdcdc;
        width: 460px;
        font-weight: 500;
        font-family: Helvetica;
    }

    #postComment .btns {
        float: right;
        margin-right: 10px;
        font-family: Helvetica;
        height: 30px;
        overflow: hidden;
    }

    #postComment .stats {
        float: left;
        margin-left: 10px;
        height: 30px;
        overflow: hidden;
    }

    #postComment .btn_Ok {
        font-size: 16px;
        font-weight: 600;
    }

    #postComment .btn_Can {
        font-size: 11px;
        margin-left: 5px;
    }

.privacyCtrl {
    color: #696969;
    font-size: 10px;
    border: solid 1px #aaa;
    padding: 4px;
}

.lnkgray {
    border-bottom: solid 1px #dcdcdc;
    padding: 5px;
    font-size: 12px;
    overflow: hidden;
    height: 0 auto;
}

    .lnkgray a {
        color: #3c3c3c;
    }

.remarkLnk {
    text-decoration: underline;
}


     .generic_dialog {
        height: 0;
        left: 0;
        outline: medium none;
        overflow: visible;
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 200;
        /*    overflow-x: auto;
    overflow-y: scroll;*/
    }

.generic_dialog_modal, .generic_dialog_fixed_overflow {
    background: none;
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#45333333,endColorstr=#45333333);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#45333333,endColorstr=#45333333);
    background-color: rgba(51, 51, 51, 0.45);
    zoom: 1;
    height: 100%;
    z-index: 400;
}

.generic_dialog_fixed_overflow {
    overflow-x: auto;
    overflow-y: auto;
}

    .generic_dialog_fixed_overflow .generic_dialog_popup {
        height: auto;
    }

.generic_dialog_overflow_mode body {
    overflow: hidden !important;
}
.generic_dialog_popup body {
    overflow: hidden !important;
}

.generic_dialog_popup {
    height: 0;
    font-family: Arial,sans-serif;
    margin: 0 auto;
    overflow: visible;
    width: 465px;
    position: relative;
    top: 35%;
    background-color: #fff;
    padding: 10px;
    font-size: 12px;
    -moz-border-radius: 8px;
    -khtml-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}

    .generic_dialog_popup .header {
       /* border-bottom: solid 1px #dcdcdc;*/
        padding-bottom: 5px;
        font-size:13px;
        font-weight: bold;
        color: var(--linkBaseColor) !important;
    }

    .generic_dialog_popup .content {
        padding: 20px 10px 20px 10px;
        display: inline-flex;
        width: 100%;
        font-size:13px;
        justify-content: center;
       
    }

 .generic_dialog_popup .footer {
    /* border-top: solid 1px #dcdcdc;*/
    padding-top: 10px;
    display: inline-flex;
    justify-content: center;
    width: 100%;
}

    .generic_dialog_popup .button {
        
        margin-left: 5px;
        min-width: 80px;
    }

/*-------------------------------------------------------------------------------*/
/*================================================================================*/
/* blackmen.CSS  */
/*================================================================================*/

.btn {
    display: block;
    position: relative;
    background: transparent;
    padding: 5px;
    color: #ffffff;
    text-decoration: none;
    cursor: pointer;
}

    .btn * {
        font-style: normal;
        background-image: url(btn2.png);
        background-repeat: no-repeat;
        display: block;
        position: relative;
    }

    .btn i {
        background-position: top left;
        position: absolute;
        margin-bottom: -5px;
        top: 0;
        left: 0;
        width: 5px;
        height: 5px;
    }

    .btn span {
        background-position: bottom left;
        left: -5px;
        padding: 0 0 5px 10px;
        margin-bottom: -5px;
    }

        .btn span i {
            background-position: bottom right;
            margin-bottom: 0;
            position: absolute;
            left: 100%;
            width: 10px;
            height: 100%;
            top: 0;
        }

        .btn span span {
            background-position: top right;
            position: absolute;
            right: -10px;
            margin-left: 10px;
            top: -5px;
            height: 0;
        }

    .btn.blue {
        background: #aaa;
        color: #ffffff;
    }

/*-------------------------------------------------------------------------------*/
/*================================================================================*/
/* COMUNES.CSS  */
/*================================================================================*/

/* Comment Bubbles */
.CommonCommentArea {
    margin: 12px 0;
}

.CommonCommentUser {
    float: left;
    width: 14px;
    min-height: 60px;
    overflow: hidden;
}

.CommonCommentArrow {
    float: right;
    padding-top: 30px;
    width: 10px;
    height: 20px;
    overflow: hidden;
}

    .CommonCommentArrow .r1, .CommonCommentArrow .r2, .CommonCommentArrow .r3, .CommonCommentArrow .r4,
    .CommonCommentArrow .r5, .CommonCommentArrow .r6, .CommonCommentArrow .r7, .CommonCommentArrow .r8,
    .CommonCommentArrow .r9, .CommonCommentArrow .r10 {
        height: 2px;
        overflow: hidden;
    }

    .CommonCommentArrow .r1 {
        margin-right: 0;
    }

    .CommonCommentArrow .r2 {
        margin-right: 1px;
    }

    .CommonCommentArrow .r3 {
        margin-right: 2px;
    }

    .CommonCommentArrow .r4 {
        margin-right: 3px;
    }

    .CommonCommentArrow .r5 {
        margin-right: 4px;
    }

    .CommonCommentArrow .r6 {
        margin-right: 5px;
    }

    .CommonCommentArrow .r7 {
        margin-right: 6px;
    }

    .CommonCommentArrow .r8 {
        margin-right: 7px;
    }

    .CommonCommentArrow .r9 {
        margin-right: 8px;
    }

    .CommonCommentArrow .r10 {
        margin-right: 9px;
    }

.CommonCommentBubble {
    margin-left: 14px;
}

.CommonCommentContent {
    padding: 0 10px 1em 10px;
    min-height: 32px;
    position: relative;
    overflow: hidden;
}

.CommonCommentContentJnt {
    position: absolute;
    overflow: hidden;
    margin-left: 110px;
    margin-top: 8px;
    margin-right: 200px;
}


.CommonCommentBubbleRoundTop, .CommonCommentBubbleRoundBottom, .CommonCommentBubbleRoundBottom2 {
    height: 5px;
}

    .CommonCommentBubbleRoundTop .r1, .CommonCommentBubbleRoundTop .r2, .CommonCommentBubbleRoundTop .r3, .CommonCommentBubbleRoundTop .r4,
    .CommonCommentBubbleRoundBottom .r1, .CommonCommentBubbleRoundBottom .r2, .CommonCommentBubbleRoundBottom .r3, .CommonCommentBubbleRoundBottom .r4,
    .CommonCommentBubbleRoundBottom2 .r1, .CommonCommentBubbleRoundBottom2 .r2, .CommonCommentBubbleRoundBottom2 .r3, .CommonCommentBubbleRoundBottom2 .r4 {
        height: 1px;
        overflow: hidden;
    }

    .CommonCommentBubbleRoundTop .r1, .CommonCommentBubbleRoundBottom .r4, CommonCommentBubbleRoundBottom2 .r4 {
        margin: 0 5px;
    }

    .CommonCommentBubbleRoundTop .r2, .CommonCommentBubbleRoundBottom .r3, CommonCommentBubbleRoundBottom2 .r3 {
        margin: 0 3px;
    }

    .CommonCommentBubbleRoundTop .r3, .CommonCommentBubbleRoundBottom .r2, CommonCommentBubbleRoundBottom2 .r2 {
        margin: 0 2px;
    }

    .CommonCommentBubbleRoundTop .r4, .CommonCommentBubbleRoundBottom .r1, CommonCommentBubbleRoundBottom2 .r1 {
        margin: 0 1px;
        height: 2px;
    }

    .CommonCommentBubbleRoundTop .r1, .CommonCommentBubbleRoundTop .r2, .CommonCommentBubbleRoundTop .r3, .CommonCommentBubbleRoundTop .r4, .CommonCommentBubbleRoundBottom .r1, .CommonCommentBubbleRoundBottom .r2, .CommonCommentBubbleRoundBottom .r3, .CommonCommentBubbleRoundBottom .r4, .CommonCommentBubbleRoundBottom2 .r1, .CommonCommentBubbleRoundBottom2 .r2, .CommonCommentBubbleRoundBottom2 .r3, .CommonCommentBubbleRoundBottom2 .r4, .CommonCommentArrow .r1, .CommonCommentArrow .r2, .CommonCommentArrow .r3, .CommonCommentArrow .r4, .CommonCommentArrow .r5, .CommonCommentArrow .r6, .CommonCommentArrow .r7, .CommonCommentArrow .r8, .CommonCommentArrow .r9, .CommonCommentArrow .r10, .CommonCommentContent {
        background-color: #fff;
    }


.cca {
    margin: 12px 0;
}

.ccb {
    margin-left: 14px;
}

.ccc {
    padding: 0 10px 1em 10px;
    min-height: 32px;
    position: relative;
    overflow: hidden;
}

.ccbrt, .ccbrb {
    height: 5px;
}

    .ccbrt .r1, .ccbrt .r2, .ccbrt .r3, .ccbrt .r4,
    .ccbrb .r1, .ccbrb .r2, .ccbrb .r3, .ccbrb .r4 {
        height: 1px;
        overflow: hidden;
    }

    .ccbrt .r1, .ccbrb .r4 {
        margin: 0 5px;
    }

    .ccbrt .r2, .ccbrb .r3 {
        margin: 0 3px;
    }

    .ccbrt .r3, .ccbrb .r2 {
        margin: 0 2px;
    }

    .ccbrt .r4, .ccbrb .r1 {
        margin: 0 1px;
        height: 2px;
    }

    .ccbrt .r1, .ccbrt .r2, .ccbrt .r3, .ccbrt .r4,
    .ccbrb .r1, .ccbrb .r2, .ccbrb .r3, .ccbrb .r4,
    .ccc {
        background-color: #f5f5f5;
    }

/*-------------------------------------------------------------------------------*/
/*================================================================================*/
/* Styles.CSS  */
/*================================================================================*/
/*
*{
	margin:0;
	padding:0;
}*/

#slideshow {
    background-color: #F5F5F5;
    border: 1px solid #FFFFFF;
    height: 380px; /*se cambio 02/02/13*/
    margin: 0px;
    position: relative;
    width: 660px;
    padding: 0px;
}

    #slideshow ul {
        height: auto;
        min-height:420px;
        display:block;
        list-style: none outside none;
        overflow: hidden;
        /*position: absolute;*/
        top: 10px;
        width: 620px;
        /*margin: auto 0;*/
        padding: 0px;
    }

    #slideshow li {
        position: absolute;
        display: none;
        z-index: 9;
        margin: 0px;
        padding: 0px;
        height: 380px;
    }


    #slideshow img {
        display: block;
        margin-left: 10px;
        height: 360px;
        width: 640px;
        object-fit: contain;
    }

    #slideshow li:first-child {
        display: block;
        z-index: 1;
    }

    #slideshow .slideActive {
        z-index: 1;
    }

    #slideshow canvas {
        display: none;
        position: absolute;
        z-index: 1;
    }

    #slideshow .arrow {
        height: 86px;
        width: 60px;
        position: absolute;
        background: url('../img/arrows.png') no-repeat;
        top: 50%;
        margin-top: -43px;
        cursor: pointer;
        z-index: 8;
    }

    #slideshow .previous {
        background-position: left top;
        left: 0;
    }

        #slideshow .previous:hover {
            background-position: left bottom;
        }

    #slideshow .next {
        background-position: right top;
        right: 0;
    }

        #slideshow .next:hover {
            background-position: right bottom;
        }

.pic_import {
    float: left;
    margin: 5px 5px 5px 5px;
}

.generic_input_text {
    width: 250px;
    height: 25px;
    padding: 5px 4px 0px 8px;
    color: #aaa;
    font-size: 14px;
    border: solid 1px #dcdcdc;
}

/*-------------------------------------------------------------------------------*/
/*================================================================================*/
/* Jonatan Help  */
/*================================================================================*/


#form {
    font-family: Helvetica;
    border-style: none;
    border-color: inherit;
    border-width: 0;
    height: 0 auto;
    background-color: #f9f9f9;
    margin-left: auto;
    margin-right: auto;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    padding: 0;
    vertical-align: baseline;
    color: #333333;
    line-height: 1.2;
    text-align: left;
}

    #form .panel {
        clear: both;
        margin-left: 20px;
        position: relative;
        width: 565px;
        font-family: inherit;
        font-size: 30px;
        font-style: inherit;
        font-weight: inherit;
        padding: 0;
        vertical-align: baseline;
        color: #333333;
        line-height: 1.2;
        text-align: left;
        top: 0px;
        left: 0px;
    }

    #form .panelsecundario {
        clear: both;
        background-color: #FFFFFF;
        border-left: 1px solid #D6D6D6;
        border-right: 1px solid #D6D6D6;
        border-bottom: 1px solid #D6D6D6;
        border-top: 1px solid #f0f0f0;
        margin-left: 8px;
        margin-bottom: 100px;
        position: relative;
        width: 944px;
        font-family: inherit;
        font-size: 25px;
        font-style: inherit;
        font-weight: inherit;
        padding: 0;
        vertical-align: baseline;
        color: #333333;
        line-height: 1.2;
        text-align: left;
    }
        /*
#form .panel a
{   
    text-decoration: none;
    border: 0 none;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight:bold;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
 }
 */
        #form .panelsecundario a {
            color: #93B876;
            text-decoration: none;
            border: 0 none;
            font-family: inherit;
            font-size: 100%;
            font-style: inherit;
            font-weight: bold;
            margin: 0;
            padding: 0;
            vertical-align: baseline;
        }

    #form .lbl {
        color: #696969;
        height: auto;
        width: auto;
        font-family: "HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif;
        font-size: 17px;
        text-align: justify;
        text-justify: inter-word;
    }

        #form .lbl a {
            color: var(--linkBaseColor);
            font-weight: normal;
            font-family: "HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif;
        }

#errorCnt {
    -moz-border-radius: 8px;
    -khtml-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    width: 500px;
    padding: 40px;
    font-size: 20px;
    margin: 0 auto;
    text-align: center;
    border: solid 1px #aaa;
    background-color: #fff;
}

.lbl_error {
    display: block;
    margin: 0 auto;
    color: #ff0000;
    width:100% !important;
}

#navGruposUsu .cab_grupo_usu {
    background-color: var(--baseColor);
    color: var(--linkLogoColor);
    padding: 15px;
    font-size: 16px;
    position:relative;
}
#navGruposUsu .cab_grupo_usu a{
font-size:10px;
/*margin-left:24px;*/
/*top:8px;
right:8px;
position: absolute;*/

}
    #navGruposUsu .cab_grupo_usu a:hover {
        text-decoration:underline;
    }
#navGruposUsu ul {
    margin: 0px;
    padding-left: 5px;
    background-color: var(--gradientBaseColor);
    list-style: none;
}

#navGruposUsu li {
    border-bottom: solid 1px var(--contrastBaseColor);
    text-decoration: none;
    margin: 0px;
    padding: 10px 8px 10px 8px;
}

    #navGruposUsu li:hover {
        background-color: var(--contrastBaseColor);
    }

#navGruposUsu a {
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    text-decoration: none;
}

    #navGruposUsu a:hover {
        text-decoration: none;
    }

#navGruposUsu .casilla_miembros a {
    color: #696969;
}

#navGruposUsu .casilla_miembros .c_cuerpo {
    width: 169px;
}


/*Para PopPup de enviar recomendaciones*/


#osx-modal-content, #osx-modal-data {
    display: none;
}

/* Overlay */
#osx-overlay {
    background-color: #000;
    cursor: wait;
}

/* Container */
#osx-container {
    background-color: #fff;
    color: #000;
    font: 16px/24px "Lucida Grande",Arial,sans-serif;
    padding-bottom: 4px;
    width: 600px;
    -moz-border-radius-bottomleft: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-radius-bottomright: 6px;
    -webkit-border-bottom-right-radius: 6px;
    border-radius: 0 0 6px 6px;
    -moz-box-shadow: 0 0 64px #000;
    -webkit-box-shadow: 0 0 64px #000;
    box-shadow: 0 0 64px #000;
}

    #osx-container a {
        color: #ddd;
    }

    #osx-container #osx-modal-title {
        color: #000;
        border-bottom: 1px solid #ccc;
        font-weight: bold;
        padding: 6px 8px;
        text-shadow: 0 1px 0 #f4f4f4;
    }

    #osx-container .close {
        display: none;
        position: absolute;
        right: 0;
        top: 0;
    }

        #osx-container .close a {
            display: block;
            color: #777;
            font-weight: bold;
            padding: 6px 12px 0;
            text-decoration: none;
            text-shadow: 0 1px 0 #f4f4f4;
        }

            #osx-container .close a:hover {
                color: #000;
            }

    #osx-container #osx-modal-data {
        font-size: 12px;
        padding: 6px 12px;
    }

    #osx-container h2 {
        margin: 10px 0 6px;
    }

    #osx-container p {
        margin-bottom: 10px;
    }

    #osx-container span {
        color: #777;
    }



/*
    --Codigo usado en ver fotos, efecto de zoom.
    ColorBox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    overflow: hidden;
}

#cboxOverlay {
    position: fixed;
    width: 100%;
    height: 100%;
}

#cboxMiddleLeft, #cboxBottomLeft {
    clear: left;
}

#cboxContent {
    position: relative;
}

#cboxLoadedContent {
    overflow: auto;
}

#cboxTitle {
    margin: 0;
}

#cboxLoadingOverlay, #cboxLoadingGraphic {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
    cursor: pointer;
}

.cboxPhoto {
    float: left;
    margin: auto;
    border: 0;
    display: block;
    max-width: 900px;
    height: auto
}

.cboxIframe {
    width: 100%;
    height: 100%;
    display: block;
    border: 0;
}

#colorbox, #cboxContent, #cboxLoadedContent {
    box-sizing: content-box;
}

/* 
    User Style:
    Change the following styles to modify the appearance of ColorBox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
    background: #000;
}

#colorbox {
}

#cboxContent {
    margin-top: 20px;
}

.cboxIframe {
    background: #fff;
}

#cboxError {
    padding: 50px;
    border: 1px solid #ccc;
}

#cboxLoadedContent {
    border: 5px solid #000;
    background: #fff;
}

#cboxTitle {
    position: absolute;
    top: -20px;
    left: 0;
    color: #ccc;
}

#cboxCurrent {
    position: absolute;
    top: -20px;
    right: 0px;
    color: #ccc;
}

#cboxSlideshow {
    position: absolute;
    top: -20px;
    right: 90px;
    color: #fff;
}

#cboxPrevious {
    position: absolute;
    top: 50%;
    left: 5px;
    margin-top: -32px;
    background: url(../img/controls.png) no-repeat top left;
    width: 28px;
    height: 65px;
    text-indent: -9999px;
}

    #cboxPrevious:hover {
        background-position: bottom left;
    }

#cboxNext {
    position: absolute;
    top: 50%;
    right: 5px;
    margin-top: -32px;
    background: url(../img/controls.png) no-repeat top right;
    width: 28px;
    height: 65px;
    text-indent: -9999px;
}

    #cboxNext:hover {
        background-position: bottom right;
    }

#cboxLoadingOverlay {
    background: #000;
}

#cboxLoadingGraphic {
    background: url(images/loading.gif) no-repeat center center;
}

#cboxClose {
    position: absolute;
    top: 5px;
    right: 5px;
    display: block;
    background: url(../img/controls.png) no-repeat top center;
    width: 38px;
    height: 19px;
    text-indent: -9999px;
}

    #cboxClose:hover {
        background-position: bottom center;
    }

/* Patronews
   */

#patronews {
    float: right;
    margin-right: 5px;
    height: auto;
    width: 350px;
    min-height: 300px; /*border-left:dashed 2px #aaa;*/
}

    #patronews .title {
        color: #000000;
        font-size: 18px;
        font-family: Helvetica;
        margin-left: 10px;
        margin-top: 10px;
    }

    #patronews .suger_item {
        padding: 5px;
        margin-left: 10px;
        font-family: Arial;
        font-size: 13px;
        margin-top: 5px;
        border-left: solid 1px #dcdcdc;
        background-color: #CCFF99;
        margin-right: 10px;
    }

        #patronews .suger_item:hover {
            background-color: #E4FFCA;
        }

    #patronews .people_item {
        padding: 5px;
        font-family: Arial;
        font-size: 13px;
        margin-left: 10px;
        margin-right: 10px;
    }

    #patronews .people_pic {
        float: left;
        margin-right: 5px;
    }

    #patronews .people_item:hover {
        background-color: #F0F0F0;
    }

    #patronews .suger_stats {
        color: #696969;
        font-size: 10px;
        display: block;
    }

    #patronews a:hover {
        text-decoration: none;
    }

.tit_lista {
    font-size: 14px;
    margin-bottom: 10px;
    margin-top: 10px;
    margin-left:3px;
    color: #696969;
    display: block;
    font-weight: 600;
    font-family: Helvetica;
}

#Objeto_social {
    margin-right: 20px;
    padding-bottom: 5px;
    height: auto 0;
    display: block;
}

    #Objeto_social .footer {
        padding-top: 15px;
        font-family: Arial, Helvetica, sans-serif;
        overflow: hidden;
        height: 0 auto;
        width: 430px;
        padding-left: 5px;
        margin-bottom: 5px;
    }

        #Objeto_social .footer a {
            margin-left: 5px;
            font-weight: normal;
        }

    #Objeto_social .replays {
        float: right;
        display: none;
        overflow: hidden;
        height: 0 auto;
        width: 100%;
        font-size: 12px;
    }

    #Objeto_social .replay {
        padding: 10px;
        overflow: hidden;
        height: auto;
        background-color: #f5f5f5;
        font-family: Helvetica,Arial,sans-serif;
    }

        #Objeto_social .replay .pic {
            float: left;
            object-fit: cover;
            width: 40px;
            min-height: 30px;
            max-height:40px;
            overflow: hidden;
        }

        #Objeto_social .replay .content {
            display: block;
            word-wrap: break-word;
            float: left;
            margin-left: 10px;
            line-height: 18px;
            font-family: Helvetia,Arial,sans-serif;
            width: 85%
        }

        #Objeto_social .replay a.nombre {
            font-weight: normal;
        }

        #Objeto_social .replay .delReplay {
            margin-left: 4px;
            margin-top: 5px;
            font-size: 9px;
        }

        #Objeto_social .replay .fec {
            display: inline-block;
            font-size: 9px;
            color: #aaa;
        }

        #Objeto_social .replay .txt {
            width: 75%;
            overflow: hidden;
            float: left;
            margin-left: 10px;
            resize: vertical;
            padding: 10px 5px 5px 5px;
            font-size: 13px;
            line-height: 18px;
            font-family: Helvetica,Arial,sans-serif;
        }

        #Objeto_social .replay .btndisabled {
            pointer-events: none;
            background-color: #fff;
            color: #dcdcdc;
            border: solid 1px #dcdcdc;
        }

.disabled_control {
    pointer-events: none;
    background-color: #f5f5f5;
    color: #dcdcdc !important;
}

    .disabled_control input {
        pointer-events: none;
        background-color: #fff;
        color: #dcdcdc !important;
        border: solid 1px #dcdcdc !important;
    }

    .disabled_control textarea {
        pointer-events: none;
        background-color: #fff;
        color: #dcdcdc !important;
        border: solid 1px #dcdcdc !important;
    }

    .disabled_control select {
        pointer-events: none;
        background-color: #fff;
        color: #dcdcdc !important;
        border: solid 1px #dcdcdc !important;
    }

  


#contPri .group_pic {
    overflow: hidden;
    height: 300px;
    width: 770px;
    object-fit: cover;
    display: block;
    background-color: #dcdcdc;
}

#contPri .change_pic {
    z-index: 2;
    position: relative;
    display: block;
    padding: 5px;
    background-color: gray;
    width: 70px;
    opacity: 60%;
    float:right;
    margin-bottom: -40px;
}

    #contPri .change_pic a {
        color: #fff;
    }

.group_publisher {
    width: 550px;
    overflow: hidden;
    height: 0 auto;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.15), -1px 0 0 rgba(0,0,0,0.03), 1px 0 0 rgba(0,0,0,0.03), 0 1px 0 rgba(0,0,0,0.12);
    -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.15),-1px 0 0 rgba(0,0,0,0.03),1px 0 0 rgba(0,0,0,0.03),0 1px 0 rgba(0,0,0,0.12);
    box-shadow: 0 1px 1px rgba(0,0,0,0.15), -1px 0 0 rgba(0,0,0,0.03), 1px 0 0 rgba(0,0,0,0.03), 0 1px 0 rgba(0,0,0,0.12);
    padding-bottom: 20px;
    padding-left: 10px;
    padding-top: 20px;
}

#divPostsLoader {
    display:table;
    margin:0 auto;
}


.collapsible {
    /*    background-color: #777;*/
      color: var(--gradientBaseColor);
    cursor: pointer;
    padding: 5px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
     font-size: 12px;
}

.active, .collapsible:hover {
    background-color: #f5f5f5;
}

.collapsible:after {
    content: '\002B';
    color: var(--gradientBaseColor);
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

.active:after {
    content: "\2212";
}

.contentCollapsible {
    /*padding:0 18px;*/
    padding: 0 10px;
    height: auto 0;
    overflow: hidden;
    /*transition: max-height 0.2s ease-out;*/
    background-color: #f1f1f1;
    border-bottom: solid 1px #696969;
}

.contentCollapsible .collapseItem {
        padding: 5px;
        border-bottom: solid 1px #dcdcdc;
        vertical-align: top;
    }

.blocker {
    z-index:500 !important;
}

.rounded_block {
    -moz-border-radius: 8px;
    -khtml-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    
}
.boton_preview {
    background-color: #696969;
    color: #fff;
    width: 54px;
    overflow: hidden;
    height: 13px;
    font-size: 10px;
    padding: 3px;
    text-align: center;
    justify-content: center;
    vertical-align: bottom;
    position: absolute;
    bottom: 5px;
    right: 5px;
}
.boton_status {
    background-color: #aaa;
    color: #fff;
    width: 54px;
    overflow: hidden;
    height: 13px;
    font-size: 10px;
    padding: 3px;
    text-align: center;
    justify-content: center;
    vertical-align: bottom;
   
}


    .float-container {
        border: solid 1px #ccc;
        padding: 0 8px;
        position: relative;
        color:#696969 !important;
        box-sizing: border-box;
        margin-bottom: 8px;
        width: 100%;
        background-color:#fff;
    }


.float-container input {
    border: none;
    /*font-size: 16px;*/
    margin: 16px 0 10px;
    outline: 0;
    width:95%;
}

        .float-container label {
            font-size: 16px;
            position: absolute;
            transform-origin: top left;
            transform: translate(0, 16px) scale(1);
            transition: all .1s ease-in-out;
            font-weight:normal !important;
        }

    .float-container.active_float label {
        transform: translate(0, 4px) scale(.75);
        color:#aaa;
    }

.numlikes,.contAnotaciones { margin-right:3px; }
.allLikes {margin:0px 3px 0px 0px !important; padding:0px; }
.allLikes:hover {
    text-decoration:none !important;
}
progress[value] {
    /* Reset the default appearance */
    /* -webkit-appearance: none;
    appearance: none;*/

    height: 15px;
}

/*nueva versión cambio 1*/

.stack-menu {
    background-color: #fff;
    /* -webkit-border-radius: 5px;
          border-radius: 5px;*/
    -webkit-box-shadow: 0 6px 32px 0 rgba(0,0,0,0.1);
    box-shadow: 0 6px 32px 0 rgba(0,0,0,0.1);
    overflow: hidden;
    margin: 0px;
    padding-left: 5px;
    background-color: var(--gradientBaseColor);
    list-style: none;
    font-size: 14px;
}


.stack-menu__item {
    display: inline-flex;
    /*align-items:center;*/
    border-bottom: solid 1px var(--contrastBaseColor);
    text-decoration: none;
    margin: 0px;
}

.stack-menu .emptyData {
    font-size: 11px;
    padding: 10px;
    background-color: #e9e9e9;
    text-align: center;
    color: #aaa;
}

.stack-menu i {
    font-style: normal;
    color: #fff;
    cursor: pointer;
    padding-left: 10px;
    width: 20px;
    vertical-align: middle;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
}

    .stack-menu i.link_navigate:hover {
        background-color: var(--contrastBaseColor);
        color: #fff;
    }

.menu em {
    margin-right: 10px;
    display: block;
}

.menu span {
    display: block;
    /*    font-size: 1vw;*/
}


.stack-menu--active {
    display: block;
}

.stack-menu__list {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: none;
}

.stack-menu__list--active {
    display: block;
}

.stack-menu__item--hidden {
    display: none !important;
}

.stack-menu__link {
    padding-top: 14px;
    padding-left: 20px;
    padding-right: 4px;
    padding-bottom: 14px;
    display: inline-flex;
    text-decoration: none;
    position: relative;
    color: #fff;
    width: 110px;
    float: left;
    align-items: center;
    /*-webkit-transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out, background-image 0.25s ease-in-out;
  -moz-transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out, background-image 0.25s ease-in-out;
  transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out, background-image 0.25s ease-in-out;*/
}

.stack-menu__noChild {
    width: 140px !important;
}

.stack-menu__link--parent,
.stack-menu__link--back {
    /*-webkit-background-size: 6px 12px;
          background-size: 6px 12px;
  background-repeat: no-repeat;
*/
}

.stack-menu__link--back {
    /*-webkit-background-size: 6px 12px;
          background-size: 6px 12px;
  background-repeat: no-repeat;
*/
    width: 144px;
}

.stack-menu__link--parent + i.link_navigate:after {
    /*  content: '\25B6';*/
    content: '\002B';
}



.stack-menu__link--back:before {
    content: "Volver";
}

.stack-menu__link--hidden {
    display: none !important;
}

.stack-menu__link:hover {
    color: #fff;
    background-color: var(--contrastBaseColor);
    text-decoration: none;
}



.stack-menu__right em {
    margin-left: 5px;
    display: block;
}

.stack-menu__right .stack-menu__item {
    flex-direction: row-reverse;
    padding-right: 4px;
}

.stack-menu__right .stack-menu__link--parent + i.link_navigate:after {
    content: '\002B';
}

.stack-menu__right .stack-menu__link {
    flex-direction: row-reverse;
    padding-left: 5px;
    width: 125px;
    text-align: right;
}

.stack-menu__right .stack-menu__link--back {
    padding-left: 4px;
    padding-right: 5px;
    width: 154px;
}

.stack-menu__right {
    padding-left: 0px;
    padding-right: 5px;
}

    .stack-menu__right .stack-menu__noChild {
        width: 154px !important;
    }


[contenteditable] {
    outline: 0px solid transparent;
}

.gridview_header {
    background-color: var(--gradientBaseColor) !important;
    color: #fff !important;
    text-align:center;
    height:30px;
}

.WindowsStyle .ajax__combobox_inputcontainer .ajax__combobox_textboxcontainer input {
    height: 17px !important;
    position: relative;
    max-width: 150px;
    display: inline-block;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem 1.75rem .375rem .75rem;
    font-weight: 400;
    font-size: 11px;
    line-height: 1.5;
    color: #495057;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin-right: 20px;
}

.WindowsStyle .ajax__combobox_inputcontainer .ajax__combobox_buttoncontainer button {
    margin: 0;
    height: 18px !important;
    position: relative;
    padding: 0;
    background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px;
    margin-left: -21px;
    border: 0px none;
    width: 20px !important;
}

.WindowsStyle .ajax__combobox_itemlist {
    border-color: #7F9DB9;
}

.WindowsStyle .ajax__combobox_inputcontainer {
    top: 0px !important;
    margin-right: 5px;
}

.WindowsStyle .ajax__combobox_itemlist li {
    padding: 3px !important;
    white-space: nowrap;
    width: 100%;
}


/*Controles de la evaluación 360*/
.item_dominio {
    border: solid 1px #dcdcdc;
    min-height: 20px;
    width: calc(100% - 20px);
    padding: 10px;
    margin-top: 10px;
    text-align: center;
    font-size: 16px;
    color:#fff;
    background-color: #e3680c;
}

.item_dominio_1 {
    background-color: #e3680c;
}

.item_dominio_2 {
    background-color: #e3680c;
}

.item_dominio_3 {
    background-color: #e3680c;
}

.item_dominio_4 {
    background-color: #e3680c;
}

.item_dominio_5 {
    background-color: #e3680c;
}

