html {
    background: url('../customImages/bg_chrome.jpg');
    //background: url('../customImages/bg2.png');
}


body {
    font-family: 'Georgia', serif;
    font-size: 1.1rem;
    line-height: 1.7;
    background-color: #fdfdfd;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.header.unselectable.masAncho{
    //border:1px solid red;

}

.imagenProyecto{
    display: block;
    float:left;
    margin:0 10px 0 0;
}

.imagenBaston {
    width:110px;
}

.imagenPremio{
    display: block;
    margin:5px auto 5px auto;
    width: 60%;
}

.imagenCasoExito{
    display: block;
    float:left;
    margin:0 10px 0 0;
    width: 150px;
}

.texto-pie-foto{
    font-size:10px;
    text-align:center;
}

p.parrafo{
    font-size:1.3rem !important;
}

p span.badge{
    font-size: 100%;
}

span.valor{
    background: #3196CC;
}
span.etiqueta{
    background: #3196CC;
}

.color-oficius{
    color: #f19900 !important;
}

.color-yo{
    color: #3196CC !important;
}

.dialogo {
    margin-bottom: 0.6rem;
    line-height: 1.4;
}


#sidebar {
    position: fixed;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background-color: #f8f9fa;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 0 5px 5px 0;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

#sidebar a {
    display: block;
    margin: 5px 0;
    padding: 10px;
    text-decoration: none;
    color: #333;
    background-color: #e9ecef;
    border-radius: 3px;
    text-align: left;
}

#sidebar a:hover, #sidebar a.active {
    background-color: #007bff;
    color: #fff;
}

.w-10{width: 10% !important;}
.w-15{width: 15% !important;}
.w-20{width: 20% !important;}

@media (max-width: 1440px) {
    #main {
        padding-left: 50px;
    }
}