@charset "ISO-8859-1";
/* CSS Document */



/* HTML RESET
------------------------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dd, dl, dt, li, ol, ul, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family:Arial, Helvetica, sans-serif;
	vertical-align: baseline;
}
ul, ol {
	list-style:none;
}
a img, :link img, :visited img {
	border:0;
}
:link, :visited {
	text-decoration:none;
}
article, aside, canvas, details, div, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display:block;
	margin: 0;
	padding: 0;
}
* {
	box-sizing: border-box;
}
fieldset, input {
	border:none;
}
/* GRĀFIC
------------------------------------------------------------------------------*/
#contenidor {
	height: 390px;
	width: 490px;
}
#titol {
	float:left;
	height: 70px;
	width:230px;
	z-index:1
}
h1 {
	color:#333;
	padding-left:10px;
	padding-top: 5px;
}
ul {
	padding-top:10px;
	margin-left:0px
}
#menu {
	padding-top:25px
}
ul li a:link, ul li a:visited {
	/*display: inline;*/
	text-decoration:none;
	font-size:11px;
	color:#BBB;
	background-color:#EEE;
	margin-left: 10px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	line-height:22px;
}
ul li a:hover, ul li.actiu a {
	color:#FFF;
	background-color:#666;
}
a:active {
	color:#FFF;
	background-color:#666;
}
p {
	font-size:60%;
	color:#666;
}
#firma {
	width:490px;
	padding-left: 10px;
	padding-top:5px;
	line-height:100%;
}

#firma p {
	display: inline;
	background: #FFFCBF;
	padding: 1px 0 1px 0;
	white-space: pre-line; /* Not understood by IE, use manual br for IE */
  }