html,
body {
    margin: 0px;
    height: 100%;
    background: #eee;
}

h2 {
    display: inline;
}

#enter-button,
#register-button {
    float: left;
}

#register-link {
    float: right;
}

.login {
    margin-top: 100px;
}

.actived {
    /* 	border-bottom: 4px solid #84BD00; * /
/*   border-bottom: 4px solid #4169E1; */
    border-bottom: 4px solid gray;
    padding-bottom: 4px;
}

.btn-actived {
    color: #fff;
    background-color: #286090;
    border-color: #204d74;
}

.head-title {
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 25px;
    display: block;
}

.navigation {
    text-align: center;
    color: white;
    background: #1C1C1F;
    height: 100%;
}

.navigation a {
    color: #ddd;
    margin-top: 20px;
    margin-bottom: 20px;
    display: block;
    text-decoration: none;
}

.navigation a:hover {
    color: white;
}

.navigation .glyphicon {
    font-size: 25px;
    display: block;
    width: 100%;
}

#user_logged {
    text-align: center;
    background: #1C1C1F;
    /* 	position: absolute; */
    /* 	bottom: 0px; */
    border-top: 1px solid #444;
    /*   border-bottom: 1px solid #444; */
    width: 75%;
}


/*
#user_logged .glyphicon-log-out{ // la clase que esta dentro del objeto
	font-size: 16px;
}
*/

#user_logged .user-image {
    background: #eee;
    border-radius: 100px;
    height: 57px;
    width: 57px;
    margin: 0px auto;
    margin-top: 15px;
    overflow: hidden;
}

#user_logged .user-image img {
    width: 57px;
}

.btn-logout {
    cursor: pointer;
}

.select-files {}