body,html{
    height:100%; /*Siempre es necesario cuando trabajamos con alturas*/
}
.jumbotron{
    height:100% !important;
}
body {
    background-size: 100% auto;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center top;
    background-image: url(../background_black.jpg);
    background-color:#6D8C20;
}
.wrap {
    min-height: 100%;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}
.navbar-top-links .dropdown-user {
    right: 0;
    left: auto;
}
/* ============= Estilos home ============= */
.tile{
    display: inline-block;

}
.tile-icon{
    color: #ffffff;
    /*border-bottom: 1px solid #E1E1E1;
    font-size: 15px;*/
}
.tile-icon i{
    transition: all .3s ease-in-out;
}

.tile:hover .tile-icon i{
    transform: scale(1.5);
    color: #ffffff;
}

.bg-dark{
    background-color: #007791 !important;
}
.bg-dark a{
    color: #ebeff3 !important;
    text-decoration: none;
}
.dropdown-menu a{
    color: #000000 !important;
}


#pie{
    color: white;
    background: #007791;
    position: relative; /*El div será ubicado con relación a la pantalla*/
    left:0px; /*A la derecha deje un espacio de 0px*/
    right:0px; /*A la izquierda deje un espacio de 0px*/
    bottom:0px; /*Abajo deje un espacio de 0px*/
    height:60px; /*alto del div*/

}
.rf{
    width: 50px;
}
.forma{
	padding:.5rem;
	background:#FFF;
	border: 1px solid #999;
	border-radius: .25rem;
}
.imgcontainer {
            text-align: center;
            margin: 12px 0 12px 0;
        }
