/* NAVBAR CSS INICIO */
.nav-bar-padding-5{
    padding-top: 5px;
    padding-bottom: 5px;
}

.font-s-14{
    /*font-size: 11px;*/
    font-size: 1.1rem;
}

.font-s-15rem{
    /*font-size: 11px;*/
    font-size: 1.5rem;
}
/* NAVBAR CSS FINAL */

/* MAIN CONTAINER INICIO */
#content{
    margin-top: 9px;
}
/* MAIN CONTAINER FIN */

/* MAIN CARROUSEL INICIO */
#content{
    margin-top: 9px;
}

.main-carousel-image{
    height: 268px !important;
    width: 100%;
}

.carousel-indicators{
    bottom: -13px;
}

.carousel-control{
    width: 5%;
}

.mask-carousel{
    position: absolute;
    width: 100%;
    height: 80px;
    z-index: 1;
    background-color: rgba(206, 22, 51, 0.8);
    top: 188px;
}
.imagediv{
    position: relative;
    z-index: 0;
}

.titulo-carousel{
    font-size: 2rem;
    font-weight: bolder;
    margin-top: 1.5%;
    color: #ffffff;

}



/* MAIN CARROUSEL FIN */

/* MAIN PEOPLES REQUEST INICIO*/
.img-no-main-importance{
    width: 100%; height: 150px;
}

.font-size-no-main-importance{
    font-size: 1.5rem;
}


/* MAIN PEOPLES REQUEST FIN*/

/* MAIN ACERCA DE SEB INICIO */
.blue-background-main{
    background: url("../images/fondo_azul.png");
    background-size: cover;
}
.orange-background-main{
    background: url("../images/fondo_naranja.png");
    background-size: cover;
}
.green-background-main{
    background: url("../images/fondo_verde.png");
    background-size: cover;
}
.purple-background-main{
    background: url("../images/fondo_morado.png");
    background-size: cover;
}

.white-background-main{
    background: #ffffff;
}

.link-list{
    color: #ffffff;
}
/* mouse over link */
.link-list a:hover {
    color: blue;
}

/* selected link */
a:active {
    color: blue;
}
/* MAIN ACERCA DE SEB FIN */

.t-centered{
    text-align: center;
}

.t-justified{
    text-align: justify;
}

.t-left{
    text-align: left;
}
.t-right{
    text-align: right;
}


.t-base-color{
    color: #545454;
}
.t-white{
    color: #FFFFFF;
}



.min-height-dir{
    min-height: 185px;

}
.publicidad-carousel{
    width: 100%;
    min-height: 250px;
}

.carousel-indicators-low {
    bottom: -32px;
    margin-left: 0;
    width: 30%;
    left: 70%;
    text-align: right;
    z-index: 100;
}

.enlaces-carousel{
    width: 100%;
    height: 100px;
}

/* INICIO PUBLICATION*/
.common-hr{
    margin-bottom: 5px;
    margin-top: 5px;
    border-top: 1px solid #999999;
}
/* FIN PUBLICATION*/