/*** general ***/
body {
margin: none;
border: none;
padding: 0px;
}

.titulo {
font-size: 1.5em;
text-decoration: underline;
text-align: center;
}

li {
list-style-image: url('../images/marca.jpg');
}

a {text-decoration: none;}
a:link {color: red;}
a:visited {color: #4E2CF9;}
a:active {color: #177F06;}
a:hover {color: #177F06; text-decoration: underline overline;
}

/*** Multicolumna ***/

.navegarpubli {
float: right;
width: 18%;
max-width: 19%;
min-width: 10%;
font: bold "Lucida Calligraphy", Verdana, arial, sans-serif;
border: 2px solid red;
}


.pagina {
display: block;
width: 900px;
margin: none;
border: none;
padding: 5%;
}

#cantoizq {
float: left;
width: 100px;
height: 100px;
border: none;
margin: none;
}

#barrasupinf {
float: left;
width: 650px;
height: 100px;
border: none;
margin: none;
}

#cantoder {
float: right;
width: 100px;
height: 100px;
border: none;
margin: none;
}

#barralati {
float: left;
width: 100px;
height: 100%;
border: none;
margin: none;
padding: 0px;
}

#barralatd {
float: right;
width: 100px;
height: 100%;
border: none;
margin: none;
padding: 0px;
}

#contingut {
float: left;
width: 850px;
height: 100%;
border: none;
margin: none;
}

#texte {
float: left;
width: 600px;
border: none;
margin: none;
padding: 5%;
font-style:normal; 
font-variant:normal; 
font-weight:bold; 
font-size:0.75em; 
font-family:Lucida Calligraphy, arial, Times, serif;
line-height:1.5;
}