body {
    background: url("img/bg-pattern_nuevo1.png") #88A repeat scroll center 0;
    background-size: 1500px;
}

#contenedor-principal {
    background-color: transparent;
    color: white;
}

#contenedor-principal a {
    color: white;
}

#contenedor-principal a:hover {
    color: #d2d2d2;
    text-decoration: none;
}

.col-md-2 {
    font-size: 5.6rem;
    text-align: center;
}

.rama {
    /* display: flex;*/
    display: inline-block;
    /* justify-content: space-between; */
    font-size: 1.8rem;
    text-transform: uppercase;
    vertical-align: top;
}

.view-header {
    background: rgba(64, 64, 64, 0.41);
    font-size: 1.4rem;
    line-height: 2.8rem;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
    padding: 2.8rem 0 1.8rem 0;
    width: 83.33%;
    border-radius: 6px 6px 6px 6px;
}

.view-header ul {
    list-style: none;
}

.view-header a {
    font-weight: bold;
    margin: 0 10px;
}

#banner {
    display: none;
}

.hideinmainpage {
    display: none;
}
