
root { 
    display: block;
}

body {
    font-family:verdana, arial, helvetica;
    font-size:16px;
}

.principal {
    margin:auto;
    margin-top:1em;
    border:1px solid #0075ba;
}

.contingut {
    padding-left:5em;
}

.titol1 {
    text-align:right;
    margin-bottom:1em;
    padding-right:1em;
}

.titol1 h2 {
    margin-bottom:0;
    margin-top:0;
    color:#7b828c;
}

.telefon {
    color:#7b828c;
    font-weight:bold;
    margin-bottom:7em;
}

.contacte table {
    width:100%;
}

.contacte1 {
    width:29px;
    height:70px;
    background-image:url('../img/fons1.jpg');
    background-repeat:no-repeat;
    background-color:#0075ba;
}

.contacte2 {
    background-color:#0075ba;
    color:#ffffff;
    font-weight:bold;
}

.contacte2 a {
    color:#ffffff;
    font-weight:bold;
}

#footer {
    margin-top:1em;
    text-align:center;
    font-size:0.8em;
}

#footer a {
    color:#111111;
}


