/* Ajustar el alto de la navbar */
#menubar {
    min-height: 2%; 
    height: 70px;
}

.navbar-Image {
    width: 60px;  /* O el tamaño que desees */
    height: auto; /* Esto mantendrá la proporción de aspecto de la imagen */
}

#mynavbar {
    background-color: #1B2A3D;
}
#navbar-container {
    display: flex;
    align-items: center;     /* Centra verticalmente */
    height: 70px;
}

/* Elemento link volver a proyectos */
#volver-proyectos a {
    color: #ffffff; /* Cambia este valor al color que prefieras */
    width: 200px;
    margin-right: 50px;
}

#volver-proyectos a:hover {
    color: #504d7a; /* Este será el color al pasar el ratón por encima del enlace */
}

#div_images_navbar {
    margin-left: 20px;
    margin-right: 20px;
}


.options-left-menu {
    color: #04DBDE !important; /* Cambia #555 al color que prefieras */
}

.options-left-menu:hover {
    color: #888 !important; /* Este será el color al pasar el ratón por encima del enlace */
}

#navbar-r {
    margin-left: auto;
}
.options-right-menu {
    color: #ffffff !important; /* Cambia #555 al color que prefieras */
}

.options-right-menu:hover {
    color: #888 !important; /* Este será el color al pasar el ratón por encima del enlace */
}

#logo-centro-energia {
    margin: 0 0 0 0;
    width: 180px;
}

.mini-logo {
    height: 40px;
    width: auto;
}

input[type=file] {
    padding:5px 15px;
    background:#ccc;
    border:0 none;
    cursor:pointer;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.navbar-default .navbar-nav > li.dropdown:hover > a,
.navbar-default .navbar-nav > li.dropdown:hover > a:hover,
.navbar-default .navbar-nav > li.dropdown:hover > a:focus {
    background-color: rgb(231, 231, 231);
    color: rgb(85, 85, 85);
}

li.dropdown:hover > .dropdown-menu {
    display: block;
}

.navbar-header, .navbar-right {
    position: relative; 
    z-index: 2;
}

.navbar-center {
    position: absolute;
    left: 0;
    text-align: center;
    margin: auto;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    top: 1px;
}

.navbar-center p {
    padding: 10px 20px;
    background-color: #f2f2f2;

    border-radius: 3px;
    color: #000080;
    font-family: Arial, sans-serif;
    font-weight: bold;
    font-size: medium;
    box-shadow: 2px 2px 5px rgba(75, 73, 73, 0.1);

}


.time-block-right{
    position: absolute;
    right: 0;
    text-align: center;
    margin: auto;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    top: 1px;
}

.time-block-right p {
    padding: 10px 20px;
    background-color: #f2f2f2;

    border-radius: 3px;
    color: #000080;
    font-family: Arial, sans-serif;
    font-weight: bold;
    font-size: medium;
    box-shadow: 2px 2px 5px rgba(75, 73, 73, 0.1);

}