/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

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,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


html {
	width: 100%;
	}

body {
	margin:0px;
	padding:0px;
	text-align:left;
	}
body, h1, h2, h3, h4, h5, h6,ol, ul, li, p, textarea, select {
	font-family: "Lucida Grande","Lucida Sans Unicode",geneva,verdana,sans-serif;
	color: #525252;
	padding: 20px 0 0 30px!important;
	font-size:.8em;
}

#mainNav, #utterNav, #nav1, #tools, #breadCrumb, #relatedInfo, #search, #language, #skills, form, #footer ul li, .noprint {
    display: none!important;
	}  


.versiotext{display:none;}
img {
	border:none;}


.visibility {
display:none;
}





/* Adaptaci� */

#logo img {
	background: url(/docroot/ides/imgs/headerBg.jpg) no-repeat 50% 0;
	float: left;
	margin-bottom: 10px;
	height:85px;
	width:147px;
}

h1, h2, h3, h4, h5 {
clear:both;
	margin: 0;
}
h1, h2 {
	font-size: 2em;
}
h3 {
	font-size: 1.2em;
	text-transform: uppercase;
	letter-spacing: 3px;
	margin-top: 2em;
}
h4 {
	color: silver !important;
	font-size: 1.1em;
	margin-top: .5em;
}
h5 {
	font-size: 1em;
	font-weight: normal;
	text-transform: uppercase;
	margin-top: .5em;
}

#main h2 + * { /* Separa la capcelera del contingut */
	clear: both;
	border-top: 1px solid #000;
	padding-top: 1em;
}
blockquote {
	border: 1px dashed #999 !important;
	margin: 2em 10%;
}

#footer {
	border-top: 1px solid;
}
#footer p  {
clear:both;
}
#footer p strong {
display:block;
}

#footer p + p + p {/* Amagar links de xhtml etc*/
display:block;}

 
#sectionMapaWeb{ /* Amagar 'Agenda' (formulari) */
	display: none;
}

@page {
  size: 210mm 297mm;
  margin: 27mm 16mm 27mm 16mm;
}

@page :left {
  @bottom-left {
    content: counter(page);
  }
}

