body {
    /*font:14px/20px Arial,sans-serif;*/
    /*background-color:#4E5869;*/
    margin:0;
    padding:0;
    color:#000
}

dl,ol,ul {
    padding:0;
    margin:0
}

h1,h2,h3,h4,h5,h6,p {
    margin-top:0;
    padding-right:15px;
    padding-left:15px
}

a img {
    border:none
}

/*a:link {
    color:#414958;
    text-decoration:underline
}

a:visited {
    color:#4E5869;
    text-decoration:underline
}

a:active,a:focus,a:hover {
    text-decoration:none
}*/

.container {
    /* box */
    width:100%;
    max-width:1500px;
    min-width:335px;
    margin: 0 auto 80px;

    /* visual box */
    background-color:#FFF;
}

.container.before-after-gallery {
    /* box */
    max-width:1200px;
    min-width:335px;
}

.container .texto-presentacion-seccion {
    margin: 80px 0;
}

.header {
    background-color:#fdfdfd;
}

.sidebar1 {
    float:right;
    width:20%;
    background-color:#93A5C4;
    padding-bottom:10px;
}

.content {
    /* grid */
    grid-gap: 10px;
    align-content: start;

    /* box */
    width: 100%;
    padding: 20px;

    /* visual box */
    background-color: #efefef;
}

ul.nav {
    list-style:none;
    border-top:1px solid #666;
    margin-bottom:15px
}

ul.nav li {
    border-bottom:1px solid #666
}

ul.nav a,ul.nav a:visited {
    padding:5px 5px 5px 15px;
    display:block;
    text-decoration:none;
    background-color:#8090AB;
    color:#000
}

ul.nav a:active,ul.nav a:focus,ul.nav a:hover {
    background-color:#6F7D94;
    color:#FFF
}

.fltrt {
    float:right;
    margin-left:8px
}

.fltlft {
    float:left;
    margin-right:8px
}

.clearfloat {
    clear:both;
    height:0;
    font-size:1px;
    line-height:0
}

.content,
.sidebar1 {
    min-height:500px
}

.content > div {
    margin:20px 15px
}

@media screen and (max-width:900px) {
    .content > div {
        width:100%!important
    }
}

#logo {
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAYlJREFUeNrcV4FtgzAQBJQB3AlCN0gmiNkgnaBhg25QMUHSCUInKJkgZgNGyAhskP6r58qJsCEUE5qXLMvI8t//359NGDhMytWepk3gz7LQ4VzSdAw8WxTc2WYd9ymlymQop5Td87/IQEVDR137AhAahPNlFZWvtpVgRgtmulcA5CO5BmFyQHou8wJjmm3YB0B9TwAp1fKJ5mcap7EB7Mh5/qNKJTv/GAuAQsSHq+/zMaQ4R6RfzGRqpwJrZvWbbwDaGeuEwLc1hmm6HNshS8BMTxG5aDkjxv5sSAAFIo07nsPR7/p0RuSI6vWGcwQ4UQwFQPaQ6FVDp0z/RTRJAMxovj75rbDsqP0pnmyVjYikIawjR1z/TgA5HaYguRXEqO29qCXa1Y6iiVuRZaNr3dQxrrUTfGg+j8wfBtwBJ+hBm8pxBj7hfNsAWpdncZm60grA5EOG/n5H+mIAEx2y8wtAl/XWLhCIiCW5pPECciZ9ROcvPyacuj3Y/Pg6MDqAzLOP3EZAtm8BBgDqc3bEpb6xyQAAAABJRU5ErkJggg==') no-repeat center center transparent;
    background-size: contain;
    width: 25px;
    height: 25px;
    display: inline-block;
    position: relative;
    bottom: -4px;
    left: -4px;
}

.elem, .elem * {
    box-sizing: border-box;
    margin: 0 !important;
}
.elem {
    /*display: inline-block;*/
    font-size: 0;
    /*width: 33%;*/
    /*height: 216px;*/
    /*border: 20px solid transparent;
    border-bottom: none;*/
    background: #fff;
    padding: 10px;
    /*height: auto;*/
    background-clip: padding-box;
}
.elem > span {
    display: block;
    cursor: pointer;
    height: auto;
    padding-bottom:	100%;
    background-size: cover;
    background-position: center center;
}

.lcl_fade_oc.lcl_pre_show #lcl_overlay,
.lcl_fade_oc.lcl_pre_show #lcl_window,
.lcl_fade_oc.lcl_is_closing #lcl_overlay,
.lcl_fade_oc.lcl_is_closing #lcl_window {
    opacity: 0 !important;
}
.lcl_fade_oc.lcl_is_closing #lcl_overlay {
    -webkit-transition-delay: .15s !important;
    transition-delay: .15s !important;
}