
body{
    background-color: #fbfbfb;
}
.contenedor{
    width: 1200px;
    min-height:100vh; 
    margin: auto;
    display: flex;				
    /*background-color: #f7f7f7;
    border-left: 1px solid #dddddd;
    border-right: 1px solid #dddddd;*/
}
.art-left{ 
    width: 240px;
}
.art-right{
    min-height:100vh;  
    /*background: #efefef;
    border-left: 1px solid #dddddd;*/
    width: calc( 100% - 240px);
}

#pnl1{
    display:none;
}

.center{
    width: 210px;
    margin:auto;
    color:#645f32;
    position: relative;
    font-size:10px;
    padding-left:52px;
    padding-top: 6px;
}
.mdc{				
    height: 48px;
    background:#FAF097;
}
.mdc .span-md{
    display:block; 
}
.mdc .span-c{
    display:block; 				
    letter-spacing: 8px;
    font-size: 16px;	 
}
.mdc img{
    position: absolute;
    top:4px;
    left:10px;
    height: 36px;
    width: auto;
}

.p-relative{
    position: relative;
}
.pnl img{
    width: 100%;
    height: auto;
}	
.pnl:after{
    content:"";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, .1);
    z-index: 1;
}
.transp{
    position:absolute;
    bottom:0;
    left:0;
    width: 100%;			
    text-align: right;
    color: white;
    padding: 7px 10px;
    font-size: 29px;
    text-shadow: 1px 1px #482609;
    z-index: 10;
}
.link{
    position:absolute;
    top:0;
    left:0;
    width: 100%;			
    text-align: right;
    color: white;
    padding: 7px 10px;
    z-index: 10;
}
.link a{
    background: rgba(255,255,255, .7);
    padding: 6px 8px;
    border-radius: 50%;
    transition:all .3s;
}
.link a:hover{
    background: white;
}

.documentos{
    padding: 10px 10px; 

}
.documento{
    padding: 10px 10px;
    background:#dddddd;
    margin-bottom:0px;
    cursor: pointer;
    color: #555;
    text-align:center;
    margin-bottom: 1px;
    border: 1px solid #c9c1c1;
    transition:all .2s;
}
.documento:hover{
    background: #b5b5b5;
    color: black;
}
.style {
    background: #5c5c5c;
    color: white;
    border: 1px solid #464343;
}

.pnl_documentos{
    padding-bottom: 15px;
}
.controles {
    padding: 4px 15px;
    display:flex;
}
.pnlBusqueda{				
    width: 250px;
}

.pnlvoid{
    width: calc(100% - 380px) ;
}

.pnlAnio{
    width: 130px;
}

.pnlAnio{
    width: 130px;
}
.pnlAnio div{	
    display: flex;
}			
.pnlAnio div span{				
    width: 49px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    font-weight: bold;
    color: #707070;
}


#titulo{
    margin: 10px 15px;
    padding: 14px 15px 14px 15px;
    border: 1px solid #dddddd;
    text-align: center;
    color: #707070;
    font-size: 18pt;
    background: white;
}
.tabla_documentos{
    padding:10px 15px;
    position: relative;
    min-height: 100px;
}
@media (max-width: 1250px) {
    .contenedor {
        width: 90%;
    }
}			
@media (max-width: 992px) {
    .contenedor {
        width: 100%;
    }			
    #titulo{
        font-size: 14pt;
    }
}
@media (max-width: 768px) {
    .contenedor {
        width: 100%;
        display: block;
    }
    .art-left {
        width: 100%;
    }
    .art-right{
        min-height:auto;  
        width: 100%;
    }
    #pnl1{
        display:block;
    }
    .transp{
        font-size: 15px;
    }
    #pnl2{
        display:none;
    }
    #titulo{
        font-size: 14pt;
    }
}





.rowx{
    padding: 10px 15px;
    background-color: #f9f9f9;
    border: 1px solid #dddddd;
    border-bottom-width: 0;
    /*font: 8pt helvetica;*/
    color: #707070;
}
.totalResultado {
    text-transform: uppercase;
    border: 1px solid #dddddd !important;
    padding: 13px 8px !important;
    background: white !important;
    color: #333;
}
.bord {
    border: 1px solid #dddddd;
}
.padding-b-10{
    padding-bottom: 10px;
}
.activo{
    /*background: #2a1c1c !important;
    color: white !important;
    border: 1px solid #2c2c2c !important;*/
    color: #337ab7 !important;				
    box-shadow: 0px 0px 7px 1px rgb(122, 180, 231) !important;
    border: 1px solid rgb(77, 160, 233) !important;
    background: rgb(244 250 255) !important;    
    transform: translateY(-2px); 
}
.dBlock{
    display:block !important;
}
.loa{
    position: absolute;
    top:0;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgba(0,0,0,0.1);
    z-index: 2050;
    display:none;
}
.loa div{
    width: 200px;
    border: 1px solid #c7be6b;
    margin: 30px auto auto auto;
    background: #faf097;
    text-align: center;
    padding: 8px 0;
    border-radius: 4px;
    box-shadow: 0px 0px 8px 1px #c7be6b;
}


/* */

html{
    scroll-behavior:smooth;
}
/*section[id]{ */
.pnl_documentos{
    scroll-margin-top:10px;
    margin-bottom:50px;
}		
body{
    background-image: linear-gradient(180deg, #fffbbd 0%, #f5f5f5 13%  , #ffffff 100%);
}
.cnt-0{
    width: 960px;
    margin: auto;
}
@media (max-width: 970px) {
    .cnt-0 {
        width: 100%;
        /*display: block;*/
    }
}


.kol{
    /*border:1px solid blue;*/
    text-align:center;
    width:25%;

    float: left;

    position: relative;
    min-height: 1px;
    padding: 5px 10px;
}
/*.card-nm2{	
    position:relative;			
    border:1px solid red;
    padding-top:40px;
    padding-left:10px;
    padding-right:10px;
    padding-bottom:10px;
}
.card-nm2 i{			
    position:absolute;
    top: 10px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    font-size: 30px;
}*/

.card-nm{
    text-decoration: none !important;
    color:#6a6a6a;	
    cursor: pointer;
    display: block;
    background: white;
    position: relative;
    border: 1px solid #b1b39e;
    padding: 14px 5px 10px 5px;
    border-radius: 4px;
    box-shadow: 0px 0px 2px 0px #b8b6bb;
    transition: all 0.2s;
}
.card-nm i{			
    
    font-size: 30px;
}
.card-nm div{				
    height: 46px;
    display:flex;
    justify-content: center;
    align-items: center;
}
/*a:focus, a:hover {
    text-decoration: none; 
}*/

.card-nm:hover , .card-nm:focus {
    color: #337ab7;				
    box-shadow: 0px 0px 7px 1px rgb(122, 180, 231);
    border: 1px solid rgb(77, 160, 233); 
    transform: translateY(-2px); 
} 

.nm{
    padding: 10px 0px 0px 0px;
    border-bottom: 3px solid #1d9dd3;
    margin-bottom: 2px;
}
.nm div{
    display: inline-block;
    width: 250px;
    padding: 3px 0;
    background: #1d9dd3;
    color: white;
    text-align: center;
    font-weight: 500;
}




/**  */
.kol_{
    /*border:1px solid blue;*/
    text-align:center;
    width:50%;

    float: left;

    position: relative;
    min-height: 1px;
    padding: 5px 10px;
}

.card-nm2{
    text-decoration: none !important;
    color:#6a6a6a;	
    cursor: pointer;
    display: block;
    background: white;
    position: relative;
    border: 1px solid #b1b39e;
    padding: 5px 5px 5px 34px;
    border-radius: 4px;
    box-shadow: 0px 0px 2px 0px #b8b6bb;
    transition: all 0.2s;
}
.card-nm2 i{							
    font-size: 30px;				
    position: absolute;
    top: 12px;
    left: 16px;
}
.card-nm2 div{				
    height: 46px;
    display:flex;
    justify-content: center;
    align-items: center;
}
/*a:focus, a:hover {
    text-decoration: none; 
}*/

.card-nm2:hover , .card-nm2:focus {
    color: #337ab7;				
    box-shadow: 0px 0px 7px 1px rgb(122, 180, 231);
    border: 1px solid rgb(77, 160, 233);
    transform: translateY(-2px); 
} 			
@media (max-width: 580px) {
    .kol_ {
        width: 100%;
        /*display: block;*/
    }
    .card-nm2 i{							
        font-size: 30px;				
        position: absolute;
        top: 12px;
        left: 36px;
    }
}


/*futer */
    .siguenos{
        background: #132244;
        padding: 42px 24px;
        color:#B0B8CA;
        font-size:16px;
        text-align:right;		
        display:flex;
        justify-content: right;
        align-items: center;
    }
    .siguenos a {
        width: 36px;
        height: 36px;
        background: white;
        display: inline-block;
        border-radius: 50%;
        text-align: center;
        margin-left: 10px;
    }
    .datos1{
        background: #132244;
        padding: 42px 0;
        color:#B0B8CA;
    }
        .span-catacaos{
            display:block;
            letter-spacing: 8px;
            font-size: 23px;
            margin-top: 30px;
        }
    .datos2{
        text-align:left;
        background: #132244;
        padding: 12px 0;
        color:#B0B8CA;
        padding:15px 15px;
    }
    .datos2 p{
        padding: 14px 0;
        text-align:center;
    }
    .ico-home{
        display:block;
        color:white;
    }
    .ico-home i{
        margin-right:6px;
    }
    .text-home{
        display:block;
        padding-left: 24px;
    }
    .mdc_{
        background: #132244;
        padding: 42px 0px;
        color:#B0B8CA;
        font-size:16px;
        text-align:center;		
    }
    .colorcatacaos{
        height:15px;
        background: linear-gradient(to left, #db1626 25%, #109445 25% 50%, #1d9dd3 50% 75%, #e4d508 75%);
    }
    .btn_up{
        position: fixed;
        bottom: 13px;
        right: 10px;
        height: 50px;
        width: 50px;
        background: #ffffff;
        color: #1877f2;
        text-align: center;
        /* line-height: 49px; */
        font-size: 28px;
        border-radius: 6px;
        padding-top: 8px;
        box-shadow: 0px 0px 4px 0px #7a787d;
        border: 1px solid #b1b39e;
        display:none;
        transition: all 0.2s;
    }