
body {
    text-align: center;
	font-family:Helvetica Neue, Helvetica, Verdana, Arial;
    background-color:gray;
    background-color:black;
}



#container_negre {
    background-color:black;
    width:1015px;
    margin: 0px auto;
    text-align: left;
}

#container {
    width:985px;
    background-color:white;
}


#top {
    height:180px;
    clear:both;
    padding-top:0px;
    text-align:center;
}

#centre {
    margin-bottom:10px;
    float:left;
    width:600px;
    padding:0px;
    text-align:justify;
    margin-top:40px;
}

#esquerra {
    float:left;
    text-align:left;
    width:170px;
    margin-top:40px;
    font-weight:bold;
}

#dreta {
    float:right;
    width:200px;

}

#esquerra hr {
    background-color:#000;
    color:#000;

}

#footer {
    clear:both;
    border-bottom:2px solid #000;
}

li {
    list-style:none;
}

#esquerra div{
    margin-top:5px;
}

a:link, a:visited {
 color:#000;
 text-decoration: none;
 outline: none;
}

a:hover, a:active {
 color:#000;
 text-decoration : none;
 outline: none;
}

#titol_apartat {
    margin-top:10px;
    font-size:medium;
    border-bottom:2px solid #000;
}

#enllac{
    padding-top:160px;
}

#enllac img {
 margin:10px;
 border:0px;
}

#sezione {
    color:#8a8a8a;
    font-size:smaller;
}


.select {
    position:relative;
    left:-10px;
    -moz-border-radius:6px;
    padding-right:20px;
    color:#000;
    background-color:#d0d0d0;
}

.angle_rodo {
    -moz-border-radius:6px;

}

#actes {
    margin-top:10px;
    padding:10px;
    background-color:#d0d0d0;
    height:300px;
}

#acte #titol{
    cursor:pointer;
    color:#000;
    float:left;
    clear:left;
    font-weight:bold;
    margin-bottom:15px;
}

#acte #data {
    float:left;
    clear:left;
    font-size: 13px;
    font-weight:bold;
    color: #000000;
    text-transform: uppercase;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 10px;
}