header{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 100;
    background-color: transparent;
}
.nav-bar{
    position: relative;
}
.nav-bar>nav{
    width: 100%;
}
.nav-bar.menu-unidad nav > ul > li {
    width: auto;
}


section#indicadores {
    position: absolute;
    bottom: 0;
    left: 0;
    padding-bottom: 2%;
}
section#indicadores .indicador {
    width: 20%;
}
.carousel-inner > .item{
    height: 450px;
}

/*Forma de lista de listado*/
.tiles.tile-list .tile {
    padding: .5rem;
    margin: 0;
    align-items: center;
    display: inline-flex;
    flex-wrap: wrap;
}
.tiles.tile-list .tile:hover {
    position: relative;
    z-index: 2;
    box-shadow: 0px 2px 14px -2px rgba(0,0,0,.3);
}
.tiles.tile-list .tile .tile-body {
    width: calc(100% - 120px);
    padding: 0 .5rem;
    display: inline-block;
}
.tiles.tile-list .tile .tile-img {
    width: 120px;
    height: 100px;
    display: inline-block;
}

.tiles .tile{
    width: calc(50% - 1rem);
}

.tiles.tile-list .tile .tile-img, .tiles.tile-list .tile-body {
    
    float: left;
}

.tiles.tile-list .tile .tile:after, .tiles.tile-list .tile .tile:before {
    display: table;
    content: " ";
}
.tiles.tile-list .tile .tile:after {
    clear: both;
}
.tiles.tile-list .tile {
    width: 100%;
}