	/* www.ub.edu/sl/cilaj */
	/* Comissió Interuniversitària de Llenguatge Administratiu i Jurídic */
	/* Disseny: Anna Grau */
	/* La combinació d'imatges, els colors, la tipografia i el posicionament (és a dir, el disseny) és propietat dels dissenyadors i dels Serveis Lingüístics de la Universitat de Barcelona. */
	/* Actualitzat: 29 de març de 2005 */


	/* Estructura principal */

html {width: 100%;}

body	{
    background: #fff;
	text-align: left;
	color: black;
	font-size: 11pt !important;
	line-height: 125%;
	border: 0;
	margin: 0;
	padding: 0;
	font-family: Georgia, Palatino, serif;
	width: 90%;
	}

#marc	{
	margin: 0 auto;
	padding: 0;
	background: #fff;
	}

#print, #printf {
    display: block;
    }

#capsalera, #footer	{
	display: none;
	}

#maincontent, #maincontent2	{
    width: 100%;
    text-align: left;
    margin: 50px 10px 30px 10px;
	padding: 0;
	border: 0;
	}

#sidebar	{
	display: none;
    }

#printf	{
	border: 0;
	text-align: left;
	clear: both;
	color: #999;
    font-size: 9pt;
	width: 100%;
	padding: 0px;
	margin: 0;
	height: 70px;
	}

#printf p {
	padding: 10px;
	}

#formulari	{
	clear: both;
	border-top: 1px dashed #007053;
	color: #828282;
	width: 100%;
	padding: 0px;
	margin-top: 13%;
	text-align: left;
	height: 70px;
	}

#formulari p {
	padding: 10px;
	}


	/* Lincologia */

a:link, a:visited, a:active {
	text-decoration: none;
	color: #785;
	background: transparent;
    font-weight: normal;
	}

a:hover {
	text-decoration: none;
	color: #553300;
	background: transparent;
    font-weight: normal;
	}

#maincontent p a:link, #maincontent p a:visited {
	text-decoration: underline;
	}

#maincontent p a:hover {
	text-decoration: none;
	}

#footer a {
	text-decoration: none;
	color: #828282;
	background: transparent;
        }

#footer a:hover {
	text-decoration: none;
	color: #C4D92E;
	background: transparent;
	}


	/* Tipografia */

h1 {
    font-size: 150%;
	margin-top: 1em;
	margin-bottom: 15pt;
	line-height: 1.2em;
        }

h2 {
    font-size: 120%;
	margin-top: 0;
    margin-bottom: 15pt;
    }

p	{
	margin: 0 0 1em 0;
	line-height: 140%;
	}

#taula ul {
    margin: 0;
    padding: 0;
    }

#taula ul li {
    margin: 0 0 0 0;
    padding: 10px 0 0 0;
    list-style: none;
    }

.hour {
   font-size: 15px;
   text-align: right;
   color: #785;
   vertical-align: top;
   width: 15%;
   padding-bottom: 20px;
   }

.hour1 {
   font-size: 15px;
   text-align: right;
   color: #005C40;
   vertical-align: top;
   width: 20%;
   padding-bottom: 20px;
   }

.desc {
   font-size: 15px;
   padding-left: 20px;
   vertical-align: top;
   padding-bottom: 20px;
   }

blockquote	{
	padding: 0;
	padding-left: 10px;
	margin-left: 10px;
	border: 0;
	border-left: 1px dotted #785;
	}

blockquote p	{
	font-weight: normal;
	font-family: Georgia, "New Century Schoolbook", "Bitstream Vera Serif", Utopia, "Times New Roman", times, serif;
	text-align: justify;
	line-height: 150%;
	font-size: small;
	}

code, pre	{
	font-family: monaco, "Bitstream Vera Sans Mono", "Courier New", courier, monospace;
	font-weight: normal;
	font-size: small;
	}

.color {
    color: #785;
    }


	/*  Formularis
        ---------------------------------------------------------------------*/

#formarea	{
	padding: 0;
	margin: 0;
	border: 0;
	text-align: left;
	}

#formarea label, #formarea p {
	font-size: 12px;
	color: black;
	margin-bottom: 0;
	padding-bottom: 0;
	margin-top: 25px;
	display: block;
	}

input.contacta {
    background-color: #fff;
    width:750px;
    border: 1px dotted #7B9D29;
    color: #7B9D29;
    }

textarea.comentari {
    background-color: #fff;
    width: 750px;
    height: 80px;
    border: 1px dotted #7B9D29;
    color: #7B9D29;
    }
select, option {
    border: 1px dotted #7B9D29;
    background-color: #fff;
    }

#formarea img {
    border: 1px dotted #7B9D29;
    padding: 2px;
    vertical-align: bottom;
    }
