<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
    font-family: 'open_sanslight';
    src: url('/estaticosED/files/css/fonts/OpenSans/opensans-light.eot');
    src: url('/estaticosED/files/css/fonts/OpenSans/opensans-light.eot?#iefix') format('embedded-opentype'), url('/estaticosED/files/css/fonts/OpenSans/opensans-light.ttf') format('truetype'), url('/estaticosED/files/css/fonts/OpenSans/opensans-light.svg#open_sanslight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sansregular';
    src: url('/estaticosED/files/css/fonts/OpenSans/opensans-regular.eot');
    src: url('/estaticosED/files/css/fonts/OpenSans/opensans-regular.eot?#iefix') format('embedded-opentype'), url('/estaticosED/files/css/fonts/OpenSans/opensans-regular.ttf') format('truetype'), url('/estaticosED/files/css/fonts/OpenSans/opensans-regular.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

.contentViewer.normatividad{
    font-family: 'open_sanslight';
}

.contentViewer.normadetalNormatividad .mainContent{
    background-color: rgba(255,255,255,0.8) !important;
    border-radius: 7px;
    margin-top: 10px;
    box-sizing: border-box;
}

.infoNormatividad{
    position: relative;
    width: 90%;
    height: auto;
    overflow: hidden;   
    margin-left: 5%;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 1.5em;
    color: #ccc;
    text-align: center;
    font-family: 'open_sansregular'
}

.boxItemAcordeon{
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    font-family: 'open_sansregular';
}

.boxItemAcordeon .boxTitleHeader{
    position: relative;
    width: 90%;
    margin-left: 5%;
    height: 45px;
    color: #000;
    line-height: 45px;
    cursor: pointer;
    margin-top: 10px;
    border-radius: 7px;
    box-sizing: border-box;
    background-color: rgba(255,255,255,0.8);
}

#titulo .boxTitleHeader{
    background-color: transparent;
}

#titulo .titleHeader{
    left: 2%;
}

.boxItemAcordeon .boxTitleHeader.active{
    background-color: white;
    border-left: 10px solid #FF7600;
}

.boxItemAcordeon .boxTitleHeader:hover{
    background-color: white;
}

#titulo .boxTitleHeader:hover{
    background-color: transparent;
    color: #333;
    border: 0px solid transparent;
}

.boxItemAcordeon .arrow{
    position: relative;
    width: 5%;
    height: 100%;
    float: left;
    background-image: url('../img/collapseBtn.svg');
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.boxTitleHeader.active .arrow{
    background-image: url('../img/showBtn.svg');
}

.boxItemAcordeon .titleHeader{
    position: absolute;
    width: 81%;
    left: 5%;
    height: 100%;
    float: left;
    padding-right: 10px;
    box-sizing: border-box;
    overflow:hidden;
    white-space:nowrap;
    font-size: 20px;
    color: #333;
    text-overflow: ellipsis;
}

.boxItemAcordeon .btnA{
    position: relative;
    width: 10%;
    top: 15%;
    height: 70%;
    color: transparent;
    float: right;
    text-align: center;
    padding: 0px 10px;
    display: inline-block;
    line-height: 40px;
    background-color: rgba(0,0,0,0);
    background-image: url('../img/arrowRight.svg');
    background-size: 100% 100%;
}

.boxItemAcordeon .boxResult{
    position: relative;
    width: 99%;
    height: auto;
    margin-left: 1%;
    box-sizing: border-box;
    overflow: auto;
    display: none;
}

.boxItemAcordeon .itemB{
    position: relative;
    width: 100%;
    height: 30px;
    line-height: 30px;
    border: 1px solid red;
}

/**/
.contentViewer.normadetalNormatividad .ContainNorm{
    position: relative;
    width: 90%;
    height: auto;
    overflow: auto;
    margin-left: 5%;
    font-size: 18px;
    font-family: 'open_sansregular';
}

.titulo_1.nueva_pagina{
    text-align: center;
}

.contentViewer.fechaslim #fl1{
    margin-top: 2%;
}

.contentViewer.normadetalNormatividad .boxHeaderAcc{
    position: relative;
    width: 100%;
    font-size: 20px;
    background-color: white;
    padding: 15px 25px;
    padding-right: 50px;
    border-radius: 7px;
    cursor: pointer;
    box-sizing: border-box;
}

.boxHeaderAcc .arrow{
    position: absolute;
    width: 40px;
    height: 40px;
    right: 0;
    top: 5px;
    background-image: url(../img/collapseBtn.svg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.boxHeaderAcc.active .arrow{
    background-image: url(../img/showBtn.svg);
}

.contentViewer.normadetalNormatividad .boxResultAcc{
    position: relative;
    width: 100%;
    height: auto;
    padding: 15px 25px;
    font-size: 18px;
    box-sizing: border-box;
    border-radius: 7px;
    font-family: 'open_sansregular';
    background-color: rgba(255,255,255,0.5);
    margin-bottom: 20px;
}</pre></body></html>