﻿#loginForm{
    margin-top: 21vh;
    margin-bottom: 21vh;
}

#main-content{
    padding-top: 4px;
    padding-left: 8px;
    padding-right: 8px;
    padding-bottom: 10px;
}

    #main-content h1.ui.header {
        color: #225450;
        margin-bottom: 0;
    }

#pushed-content {
    background-color: #ecf1f0;
}

#wrapper{
    margin-top:-13px;
}

#main-menu{
    border-radius: 0;
}
    #main-menu .item{
        color: #fff;
    }

#main-menu, .ui.sub.header.primary-background, #system-footer, #sidebar-header-item, .ui.inverted.segment.primary-background {
    background-color: #004c4c;
    color: #fff;
}

#system-footer a{
    color: #fff;
}

#home-header{
    margin-bottom:0px;
    padding: .6em 0 0 0;
}

#home-decoration {
    background-color: #006666;
    background-image: url('fondo.jpg');
    background-position: bottom center;
    padding: 20px;
    display: flex;
    min-height: 40vh;
}

    #home-decoration #home-image-section {
        width: 25%;
        background-color: #fff;
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
        justify-content: center;
        align-items: center;
    }

    #home-decoration #home-content-section {
        width: 75%;
        background-color: rgba(0,128,128, .85);
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
        color: #fff;
        text-align: center;
    }

        #home-decoration #home-content-section h1 {
            font-size: 4.5em;
            line-height: 1.2;
            text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2)
        }

    #home-decoration #home-image-section, #home-decoration #home-content-section{
        padding: 25px;
        position: relative;
        display: inline-block;
    }


.imagenes img {

    margin-right: 10px;
    margin-bottom: 7px;
    width: 290px;
    height: 185px;
    page-break-inside: avoid;
}

.text-center {
    display: flex;
    justify-content: center; 
    align-items: center; 
    height: 100%; 
}

    .text-center table {
        margin-left: auto;
        margin-right: auto;
    }

.scrollbar {
    -ms-overflow-style: none; /* Para Explorer 10+ */
    scrollbar-width: none; /* Para Firefox */
}

.centerDiv{
    display:flex;
    justify-content:center;
    align-items:center;
}

.mt-10{
    margin-top:10px;
   
}