div.capcalera{
    width: 100%;
    background-color: #D1D1B6;
    margin:auto;
    position:fixed;
    height:60px;
    z-index:1;
}

div.capcalera_titol_esquerra{
    position:fixed;
    left:20px;
    top:0px;
    z-index:2;
}


div.capcalera_titol_dreta{
    position:fixed;
    left:65%;
    top:0px;
    z-index:2;
}

p.capcalera{
    background-color: #D1D1B6;
    color: white;
    font-family: "Courier New";
    font-size:26px;
    font-weight: bold;
}
a.capcalera:link {
    text-decoration: none;
    text-color: white;
}

a.capcalera:visited {
    text-decoration: none;
    text-color: white;
}

a.capcalera:hover {
    text-decoration: none;
    text-color: white;
}

a.capcalera:active {
    text-decoration: none;
    text-color: white;
}