﻿#DeltaPlaceHolderMain .ms-webpartzone-cell {
    margin-bottom:auto;
}
ul.dfwp-column.sinMargen,
ul.dfwp-column.sinMargen .whitespace {
    margin:0px !important;
    padding:0px !important;
}

ul.dfwp-column.sinMargen:nth-child(n+2) ul.dfwp-list.CompoText_base{
    border-left: none !important;
}
ul.dfwp-column.sinMargen > li.dfwp-item:nth-child(n+2),
ul.dfwp-column.sinMargen > li.dfwp-item:nth-child(n+2) ul.dfwp-list.CompoText_base {
    /*border-top: 1px solid #FFCC66;*/
    border-top: none !important;
}
.col-md-8 .ms-webpart-zone {
    border-right: none !important;
}

/* Small devices (tablets, 767px and down) */
@media screen and (max-width:767px) {
    .preBordeNaranja {
        margin-right:15px;
        margin-left:15px;
    }
}

/* Large devices & Medium devices (desktops, 992px and up) */
@media screen and (min-width:992px) {
    .col-md-8 .ms-webpart-zone {
        border-right: none !important;
    }
}