﻿/* Ocultar elementos de SharePoint */
#s4-workspace {
    margin: 0 !important;
}

/* Ocultar barra superior */
#suiteBarDelta,
.ms-breadcrumb-box,
#DeltaPlaceHolderMain > .ms-core-navigation,
.ms-cui-topBar2,
#titleAreaBox,
.ms-webpart-chrome-title {
    display: none !important;
}

/* Ocultar navegación izquierda */
#sideNavBox,
.ms-core-sideNavBox-removeLeftMargin {
    display: none !important;
}

/* Hacer el contenido de ancho completo */
#contentBox {
    margin-left: 0 !important;
    width: 100% !important;
}

.ms-webpartPage-root {
    width: 100% !important;
}

/* Ocultar footer */
#s4-statusbarcontainer {
    display: none !important;
}

header {
    display: none !important;
}

div.article, div.welcome {
    padding: 0px 0px !important;
}

.article-content, .welcome-content {
    margin: -10px 0 0 !important;
}

#MinCarrusel{
	display: none !important;
}
#footerMin{
	display: none !important;
}

#govFooter{
	display: none !important;
}

.he_footer{
	display: none !important;
}