/*****************/
/* COS DE LA WEB */
/*****************/
body{
   font-size: 10pt;
   font-family:sans-serif;
   background: #fff;
   color: #000;
}

/******************/
/* ENCAPÇALAMENTS */
/******************/

/* Mètode FIR */
h1{
   background: none;
   height:auto;
   color:#000;
}

h1 span{
	display:block;
}


h2{
   color: #000;
   padding:0;
   background: none;
   border: none;
}

#continguts>h2:first-child{
 border-top: none;
 padding-top: 20pt;
}

h3{
   color: #000;
   clear: both;
	padding-top: 15pt;
	margin:0;
}

/************/
/* ACRÒNIMS */
/************/
acronym{
   color: #000;
   font-weight:bold;
   border:none;
}

/*********/
/* CITES */
/*********/
blockquote{
   border: none;
   width: 200pt;
   margin:auto;
   padding: 10pt 10pt 0;
   font-size: 8pt;
   color:#000;
}

p.autoria{
   background: none;
   padding:5pt 25pt 15pt 0;
}

/************/
/* ENLLAÇOS */
/************/
a {
   color: blue;
   font-weight: bold;
}

a[href]:after {
   content: " (" attr(href) ")";
   display: block;
   color: blue;
   text-decoration: none;
}

/************************/
/* LLISTES NO NUMERADES */
/************************/

ul li{
   margin: 0 5pt 15pt;
   padding:5pt;
	border: none;
   float:none;
}

ul li a{
   padding:0 10pt;
}

/*********************/
/* LLISTES NUMERADES */
/*********************/

ol{
	padding: 0 10pt;
}

.rbdalt div, .rbdalt, .rbbaix div, .rbbaix{
	background: none;
}

   
.rbdalt div, .rbdalt, .rbbaix div, .rbbaix, .rbdalt div, .rbdalt, .rbbaix div, .rbbaix  {
	height: 16pt;
}

/**************************/
/* LLISTES DE DEFINICIONS */
/**************************/

dt{
   padding:1pt 10pt;
   border-bottom: none;
}

dd{
	margin:0 0 20pt 0;
	border: none;
}

dd p{
	margin:10pt;
}

/************/
/*MAQUETACIÓ*/
/************/

#lateral{
   display:none;
}

#continguts{
   float:none;
   width:100%;
}

#capcalera{
   display:none;
}

.top{
   display:none;
}
