/*Estils web*/
body {
	background-image: url(imatges/bg-page.gif);
	background-color:#E8E8E8;
	/*background: #60AE5F;*/
	text-align: justify;
	font-family: Verdana;
	font-size: 12px;
	color: #000000;
	width: auto;
}

h2, h3 {
	margin-top: 0px;
	color: #2D661F;
}

h2 {
	font-size: 18px;
}

h3 {
	margin: 0;
	font-size: 16px;
}

h4, h5, h6 {
}

p, ol, ul, dl, blockquote {
	margin-top: 0;
	text-align:justify;
	
}

.titol {
	font-size: 16;
	color:#FFFFFF;
	font-weight:bold;
}

.petit {
	font-size: 10;
}

a {
	color:#666666;
	
}

a:hover {

	color:#999999;
	
}

a:visited {

	color:#006600;

}
/* Capes per a mostrar la càrrega */

#capaVentana {
	display:block;
	visibility:hidden;
	font-size:14px;
	top:50%;
	left:40%;
	position:absolute;
	padding:0px;		
	z-index:3;
}
#capaFondo {
	visibility:hidden;
	position:absolute;
	padding:0px;
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	background-image:url(intranet/imatges/trans02.gif);
	filter:alpha(opacity=70);
	-moz-opacity:.70;
	opacity:.70;
	background-repeat:repeat;
	width:100%;
	height:auto;
	z-index:2;
}

/* Header */

#header {
	width: 800px;
	height: 110px;
	margin: 0 auto;
	background: url(../imatges/img1.gif);
}

#header h1 {
	float: left;
	margin: 0;
	padding: 25px 0 0 20px;
	font-size: 32px;
}

#header h2 {
	float: right;
	margin: 0;
	padding: 45px 20px 0 0;
	font-size: 14px;
}

#header a {
	text-decoration: none;
	color: #000000;
}
/* Control Menu */

#control {
	width: 730px;
	height: 60px;
	margin: 0 auto 0 auto;
	padding: 20px 10px;

}

/* Menu AG*/

#menu {
	width: 800px;
	height: 70px;
	margin: 0 auto 0 auto;
	/*padding: 0 10px;*/
	background: url(../imatges/img2.gif) no-repeat;
}
/*
#menu ul {
	width: 770px;
	height: 30px;
	margin: 0;
	padding: 0;
	background: #CCCCCC; 	
	list-style: none;
}

#menu li {
	display: inline;
    
}
#menu a {
	display: block;
	float: left;
	padding: 7px 15px 5px 15px;
	border-left: 1px solid #666666;
	text-decoration: none;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}

#menu a:hover {
	background: #CCCCCC;
	color: #990000;
}

#menu .first a {
	border: none;
}

#splash {
	width: 770px;
	margin: 0 auto;
	padding: 0 10px;
	background: url(imatges/img3.gif);
}*/

/* Content */

#content {
	width: 800px;
	margin: 0 auto;
	/*padding: 10px 10px 0 10px;*/
	background: url( ../imatges/img3.gif);
}

#colOne {
	float: right;
	width: 299px;
	padding: 0 15px 0 0;
}

#colTwo {
	float: left;
	width: 160px;
	padding: 0 0 0 15px;
}

/* Footer */

#footer {
	width: 800px;
	height: 70px;
	margin: 0 auto;
	padding: 30px 0 0 0;
	background: url(../imatges/img4.gif) no-repeat;
}

#footer p {
	margin: 0px;
	text-align: right;
	color: #1C570A;

}
