html {
    position: relative;
    margin: 0;
    padding: 0;
    height: 100%;
}

body {
    margin: 0;
    padding: 0;
    text-align: left;
    height: 100%;
}

#imPageExtContainer {
    min-height: 100%;
}

#imPageIntContainer {
    position: relative;
}

#imPage {
    position: relative;
    width: 100%;
}

#imHeaderBg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}

#imContent {
    position: relative;
}

#imFooterBg {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}

#imStickyBarContainer {
    visibility: hidden;
    position: fixed;
    overflow: hidden;
}

#imPageToTop {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 10500;
    display: none;
    opacity: 0.75
}

#imPageToTop:hover {
    opacity: 1;
    cursor: pointer;
}

@media (min-width: 1150.0px) {
    #imPageExtContainer {
        background-image: url('SEPARADOR-BLANCO-PEQUE-O.jpg');
        background-position: center top;
        background-repeat: no-repeat;
        background-size: cover;
        background-attachment: fixed;
        background-color: rgba(255, 255, 255, 1);
    }

    #imPage {
        padding-top: 0px;
        padding-bottom: 0px;
        min-width: 1150px;
    }

    #imHeaderBg {
        height: 400px;
        background-image: url('/style/CATATULA-PORTADA.webp');
        background-position: right bottom;
        background-repeat: repeat-x;
        background-attachment: scroll;
        background-color: rgba(255, 255, 255, 1);
    }

    #imHeader {
        background-image: url('/style/P2.webp');
        background-position: right bottom;
        background-repeat: no-repeat;
        background-attachment: scroll;
        background-color: rgba(255, 255, 255, 1);
    }

    #imHeaderObjects {
        margin-left: auto;
        margin-right: auto;
        position: relative;
        height: 400px;
        width: 1150px;
    }

    #imContent {
        align-self: start;
        padding: 5px 0 5px 0;
    }

    #imContentGraphics {
        min-height: 350px;
        background-image: url('SEPARADOR-BLANCO-PEQUE-O.jpg');
        background-position: left top;
        background-repeat: repeat-y;
        background-attachment: scroll;
        background-color: rgba(255, 255, 255, 1);
    }

    #imFooterBg {
        height: 120px;
        background-image: url('/style/P1.webp');
        background-position: left top;
        background-repeat: repeat-x;
        background-attachment: scroll;
        background-color: rgba(255, 255, 255, 1);
    }

    #imFooter {
        background-image: url('/style/P2.webp');
        background-position: bottom;
        background-repeat: no-repeat;
        background-attachment: scroll;
        background-color: rgba(255, 255, 255, 1);
        background-size: cover;
    }

    #imFooterObjects {
        margin-left: auto;
        margin-right: auto;
        position: relative;
        height: 120px;
        width: 1150px;
    }

    #imSideBar {
        background-image: none;
        background-color: transparent;
        overflow: visible;
        zoom: 1; z-index: 200;
    }

    #imSideBarObjects {
        position: relative;
        height: 350px;
    }
}

@media (max-width: 1149.9px) and (min-width: 1149.0px) {
    #imPageExtContainer {
        background-image: none;
        background-color: rgba(255, 255, 255, 1);
    }

    #imPage {
        padding-top: 0px;
        padding-bottom: 0px;
        min-width: 1149px;
    }

    #imHeaderBg {
        height: 142px;
        background-image: url('fondo.jpg');
        background-position: center bottom;
        background-repeat: repeat-x;
        background-attachment: scroll;
        background-color: transparent;
    }

    #imHeader {
        background-image: url('RT.jpg');
        background-position: center top;
        background-repeat: no-repeat;
        background-attachment: scroll;
        background-color: transparent;
    }

    #imHeaderObjects {
        margin-left: auto;
        margin-right: auto;
        position: relative;
        height: 142px;
        width: 1149px;
    }

    #imContent {
        align-self: start;
        padding: 5px 0 5px 0;
    }

    #imContentGraphics {
        min-height: 380px;
        background-image: none;
        background-color: rgba(255, 255, 255, 1);
    }

    #imFooterBg {
        height: 90px;
        background-image: none;
        background-color: rgba(64, 64, 64, 1);
    }

    #imFooter {
        background-image: url('RT.jpg');
        background-position: center bottom;
        background-repeat: no-repeat;
        background-attachment: scroll;
        background-color: rgba(128, 128, 128, 1);
    }

    #imFooterObjects {
        margin-left: auto;
        margin-right: auto;
        position: relative;
        height: 100px;
        width: 1149px;
    }

    #imSideBar {
        background-image: none;
        background-color: transparent;
        overflow: visible;
        zoom: 1; z-index: 200;
    }

    #imSideBarObjects {
        position: relative;
        height: 380px;
    }
}

@media (max-width: 1148.9px) and (min-width: 480.0px) {
    #imPageExtContainer {
        background-image: none;
        background-color: rgba(255, 255, 255, 1);
    }

    #imPage {
        padding-top: 0px;
        padding-bottom: 0px;
        min-width: 480px;
    }

    #imHeaderBg {
        height: 142px;
        background-image: url('fondo.jpg');
        background-position: center bottom;
        background-repeat: repeat-x;
        background-attachment: scroll;
        background-color: transparent;
    }

    #imHeader {
        background-image: url('RT.jpg');
        background-position: center top;
        background-repeat: no-repeat;
        background-attachment: scroll;
        background-color: transparent;
    }

    #imHeaderObjects {
        margin-left: auto;
        margin-right: auto;
        position: relative;
        height: 142px;
        width: 480px;
    }

    #imContent {
        align-self: start;
        padding: 5px 0 5px 0;
    }

    #imContentGraphics {
        min-height: 380px;
        background-image: none;
        background-color: rgba(255, 255, 255, 1);
    }

    #imFooterBg {
        height: 90px;
        background-image: url('RT.jpg');
        background-position: left top;
        background-repeat: repeat;
        background-attachment: scroll;
        background-color: rgba(64, 64, 64, 1);
    }

    #imFooter {
        background-image: url('RT.jpg');
        background-position: center bottom;
        background-repeat: no-repeat;
        background-attachment: scroll;
        background-color: rgba(128, 128, 128, 1);
    }

    #imFooterObjects {
        margin-left: auto;
        margin-right: auto;
        position: relative;
        height: 100px;
        width: 480px;
    }

    #imSideBar {
        background-image: none;
        background-color: transparent;
        overflow: visible;
        zoom: 1; z-index: 200;
    }

    #imSideBarObjects {
        position: relative;
        height: 380px;
    }
}

@media (max-width: 479.9px) {
    #imPageExtContainer {
        background-image: none;
        background-color: rgba(255, 255, 255, 1);
    }

    #imHeader_imMenuObject_17_wrapper {
        position: absolute;
        top: 20px;
        left: -110px;
        width: 202px;
        height: 100px;
        text-align: center;
        z-index: 1005;
        display: none;
    }

    #imHeader_imMenuObject_18_wrapper {
        position: absolute;
        top: 132px;
        left: 20px;
        width: 1112px;
        height: 110px;
        text-align: center;
        z-index: 1006;
        display: none;
    }
	
    #imFooter_imObjectImage_01_wrapper {
        position: static !important; 
		top: 40px;
        left: 310px;
        width: 150px;
        height: 40px;
        text-align: center;
        z-index: 1002;
        overflow: hidden;
    }	

    #imPage {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    #imHeaderBg {
        height: 142px;
        background-image: url('fondo.jpg');
        background-position: center bottom;
        background-repeat: repeat-x;
        background-attachment: scroll;
        background-color: transparent;
    }

    #imHeader {
        background-image: url('RT.jpg');
        background-position: center top;
        background-repeat: no-repeat;
        background-attachment: scroll;
        background-color: transparent;
    }

    #imHeaderObjects {
        margin-left: auto;
        margin-right: auto;
        position: relative;
        height: 142px;
        width: 320px;
    }

    #imContent {
        align-self: start;
        padding: 5px 0 5px 0;
    }

    #imContentGraphics {
        min-height: 380px;
        background-image: none;
        background-color: rgba(255, 255, 255, 1);
    }

    #imFooterBg {
        height: 90px;
        background-image: none;
        background-color: rgba(64, 64, 64, 1);
    }

    #imFooter {
        background-image: url('RT.jpg');
        background-position: center bottom;
        background-repeat: no-repeat;
        background-attachment: scroll;
        background-color: rgba(128, 128, 128, 1);
    }

    #imFooterObjects {
        margin-left: auto;
        margin-right: auto;
        position: relative;
        height: 100px;
        width: 320px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    #imSideBar {
        background-image: none;
        background-color: transparent;
        overflow: visible;
        zoom: 1; z-index: 200;
    }

    #imSideBarObjects {
        position: relative;
        height: 380px;
    }
}



#imHeader_imMenuObject_18_container .menu-mobile-animated li:nth-child(5){/* display:none; */}
#imHeader_imMenuObject_18_container > ul > li > .label-wrapper, #imHeader_imMenuObject_18_container > ul > li > div > .label-wrapper{
    width: auto !important;
    text-transform: uppercase;
    max-width: 145px;
    padding: 0 20px !important;
}
#imHeader_imMenuObject_18 ul ul .label-wrapper{width: 185px !important;}
#imTableObject_39_29_tab0 .fs10lh1-5, #imTableObject_39_31_tab0 .fs10lh1-5, #imTableObject_39_33_tab0 .fs10lh1-5{text-transform:uppercase;}

.page-row{}
.page-row h1{}