.header_PLD{
/*    background-image: url(../Elements/photo/5.png);  */
    background-size: 100% 100%;
    background-repeat: no-repeat;
    /*position: fixed;*/
    position: relative;
    margin-left: -8px;
    margin-top: -10px;
    margin-right: -10px;
    width: 101.235%; 
    height: 22%;
    /* optional*/
    background-color: black;
    background: -moz-linear-gradient(top, black, black);
    background: -webkit-gradient(linear, 0% 35%, 0% 100%, from(black), to(black));
    background: linear-background(top, black, black);
    opacity: 0.9;
    z-index: 50;
}
.logo_PBP1{
    transition: 1.5s ease;
    -moz-transition: 1.5s ease; /* Firefox */
    -webkit-transition: 1.5s ease; /* Chrome - Safari */
    -o-transition: 1.5s ease; /* Opera */
}
.logo_PBP1:hover{
    transform : scale(1.2);
    -moz-transform : scale(1.2); /* Firefox */
    -webkit-transform : scale(1.2); /* Chrome - Safari */
    -o-transform : scale(1.2); /* Opera */
    -ms-transform : scale(1.2); /* IE9 */
}
.content_PLD{
    width: 101.3%; 
    height: 100%;
    margin-bottom: 0px;
    margin-top: 0px;
    margin-left: -10px;
    margin-right: -12px;
    /*background-color: black;*/
}
.menu_PLD{
    float: left;
    margin-left: 0%;
    margin-top: 0%;
    width: 20%;
    height: 100%;
    background-color: #00008B;
/*    background: -moz-linear-gradient(top, #191970, white);     */
    background: -moz-linear-gradient(top, black, silver);
    background: -webkit-gradient(linear, 0% 35%, 0% 100%, from(black), to(silver));
    background: linear-background(top, black, silver);
    opacity: 0.9;
    /*filter:  alpha(opacity=50);*/
    -webkit-box-shadow: 10px 0 5px -2px gray;
    box-shadow: 10px 0 5px -2px gray; 
}
.content_elements{
    width: 80%;
    height: 80%;
    top: 0%;
    margin-left: 20%;
/*    background-image:url(../Elements/image/Lines.GIF);*/
/*    background-position: center center;
    background: -moz-radial-gradient(ellipse, #696969, white);
    background: -webkit-gradient(ellipse, 0% 0%, 0% 100%, from(white), to(#191970));
    background: linear-background(ellipse, #191970, white);*/
    filter:alpha(opacity=25);
    -moz-opacity:.25;
    opacity:.25;
    background:url(../Elements/image/logo_PBP_text.png);
    background-repeat: no-repeat; background-position: center; background-size: 50%;
    position: relative;
    z-index: 1;
}
.content_Information{
    background-color: transparent;
    width: 80%;
    height: 97%;
    margin-left: 20%;
    margin-right: -10px;
    position: absolute;
    overflow: auto;
    z-index: 2;
}
.footer_PLD{
    color: #000000;
    /*background-image: url('../Elements/photo/header1.1.jpg');*/
    background-color: white;
    background-size: 100% 100%;
    background-repeat: no-repeat;    
    border-top: solid; border-color: #000000;
    position: relative;
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: -10px;
    width: 101.235%; 
    height: 10%;    
    visibility: visible;
/*    -webkit-box-shadow: 0px 10px 5px -2px #191970;
    box-shadow: 0px 10px 5px -2px #191970;*/
}
.loadIMG{
    position: fixed;
    margin-top: 0%; margin-left: -.5%; margin-right: 0%; margin-bottom: 0%;
    z-index: 888;
    width: 100%;
    height: 100%;
    background: red;
    justify-content: center;
    align-items: center;
    display: flex;
    background-color: rgba(84, 84, 84, 0.5);
    background: rgba(84, 84, 84, 0.5);
}
.loadEnd{
    display: none;
}
/* ///////Page Activities Style ///////*/
/*//////////// Menu dinammico ////////////*/