body {
    background-image: url('/app_themes/responsive/images/fondo.jpg');
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
}
.content-wrapper,
.wrapper,
.login-box-body, .register-box-body {
    background-color: transparent !important;
}
.skin-blue .main-header .navbar {
    background-color: rgba(0,0,0,0.5);
}

.skin-blue .wrapper, .skin-blue .main-sidebar, .skin-blue .left-side {
    background-color: #081555;
    background-color: rgba(0,0,0,0.5);
}
.main-footer {
    background-color: rgba(255,255,255,0.1);
    color: #FFFFFF;
    border: 0px;
}
.content-header h1,
.content-header h1 small,
.content-header > .breadcrumb > li > a,
.breadcrumb > .active,
.breadcrumb > .nuevo,
.login-box-body a,
.register-box-body a {
    color: #FFFFFF;
    text-shadow: 2px 2px 2px rgba(0,0,0,0.2);
}
.info-box {
    background-color: rgba(0,0,0,0.2);
    color: #FFFFFF;
}
.box-transparente-blanco {
    background: rgba(255,255,255,0.5) !important;
}
.box-transparente-negro {
    background: rgba(0,0,0,0.5) !important;
}
.bg-teal {
    background-color: rgba(57,204,204,0.7) !important;
}
.bg-fuchsia {
    background-color: rgba(240, 18, 190, 0.7) !important;
}
.bg-blue {
    background-color: rgba(0, 92, 146, 0.7) !important;
}
.bg-green {
    background-color: rgba(0, 133, 72, 0.7) !important;
}
.todo-list small {
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 1;
    border-radius: 0px;
}
.todo-list > li .tools {
    color: #FFFFFF;
    margin-top: 10px;
}

header {
    position: fixed !important;
    width: 100%;
}
.content-wrapper {
    margin-top: 50px;
}
a.texto-blanco:hover {
    color: #CCCCCC;
}
.box .knob-label {
    color: #FFFFFF;
    font-weight: normal;
}

.ubicaciones .bg-aqua {
    background-color: #00c0ef;
}

@media (max-width: 767px) {
    .content-wrapper {
        margin-top: 100px;
    }
    .box {
        border-radius: 0px;
        margin: 0px;
    }
}

.ObjetoRepartos .Horas,
.ObjetoRepartos .Minutos,
.ObjetoEnvios .Horas,
.ObjetoEnvios .Minutos {
    display: inline;
}

.Direcciones_DireccionGoogle,
.Direcciones_DireccionGoogle #campo_DireccionGoogle_mapa,
.Direcciones_DireccionGoogle #campo_DireccionGoogle {
    width: 100% !important;
}