@charset "utf-8";
/* CSS Document */
/*** INICI 'reset' */
body { padding:0; margin:0; overflow:auto; font: Garamond; color: #000;
background: #CCC   no-repeat top left fixed; }
/* botons */
a, a:visited { text-decoration:none; color: #000; }
a:hover{ color: #999; }
a img { border: none; }
/* títols */
h1, h2, h3, h4, h5, h6 { padding:0; margin:0;  }
/* textos */
blockquote,p,span,ul,li { padding:0; margin:0;  }
/* formularis */
form { padding:0; margin:0; }
/*div { border: 1px solid #000;}*/
/*** FINAL RESET ***/

#tot{ overflow:auto;/*border:1px solid #000;*/ width:968px; margin:0 auto;}
#cap{/*border:1px solid #000;*/width:966px; height:75px; margin:10px auto;}
#continguts{ width:966px;padding:10px; overflow:auto;}
#peu{ position:fixed;bottom:0; background-color:#CCC; border:1px solid #000; width:966px; margin:0 auto; }
#peu ul li{float:left;}
/*#peu{ position:fixed; left:100px; top:0; width:225px; height:300px; background-color:#000;}*/
/*#peu ul {position:absolute; bottom:0; list-style:none; width:100%;}*/
#peu ul li a, #peu ul li a:visited{font-size:1.2em; padding:6px 20px; color:#000;}
#peu ul li a:hover {color:#000; background-color:#FFF;}
