/*
/**
/**		Filename:
/**		 layout.css
/**
*/

html,body {
	margin:				0;
	padding:			0;
	height:				100%;
	text-align:			center;
	background-color:	#FFFFFF;
}
	h1 {
		display:			none;
	}

#container {
	position:	absolute;
    top:50%;
    left: 50%;
	width:		850px;		/* IE Fix for (2) 1px borders being inside container. */
	height: 	520px;
	margin-top: -290px; 
	margin-left: -425px;
}

#header {
	width:				100%;
	height:				140px;
	text-align:			left;
}

#body_left {
	float:				left;
	width:				600px !important;
	width:				600px;
	height:				429px;
	text-align:			left;
}
#body_right {
	float:				right;
	width:				245px;
	height:				400px;
	text-align:			right;
	padding-top: 25px;
}
#cos {
	width:				822px;
	height:				398px;
	text-align:			right;
	background-image: url(../imatges/fons.jpg);
	padding-right: 30px;
}
#cosvalors {
	width:				842px;
	height:				398px;
	text-align:			right;
	background-image: url(../imatges/fons.jpg);
	padding-right: 10px;
}
#text {
	width:500px !important;
	width:500px;
	height:305px;
	overflow: auto;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000000;
	float:	right;
	padding-right: 35px;
}
.verd {color:#006600;
font-weight:bold;}

#header_left {
	float:				left;
	width:				295px;
	text-align:			left;
	padding-top:		20px;		/* Stops footer at content */
}
#idioma {
	float:				right;
	width:				525px;
	text-align:			right;
	padding-right: 23px;
	padding-bottom: 5px;
}
a.idioma1{
font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#CC0000;
}
a.idioma2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#8FBE00;
}
a.idioma1:hover{
	font-weight:bold;
}
a.idioma2:hover{
	font-weight:bold;
}
#header_right {
	float:				right;
	width:				548px;
	text-align:			left;
	padding-top:		26px;		/* Stops footer at content */
}
#footer {
	position:			absolute;
	bottom:				0;
	width:				100%;
	height:				50px;
	text-align:			left;
	background-color:	#333333;
	margin-left:		0 !important;
	margin-bottom:		0 !important;
	margin-left:		-300px;		/* IE Fix for displaying the footer */
	margin-bottom:		-1px;		/* properly. The margin left must be half of the width
									   of it's container. Then set a -1 bottom margin to
									   fill an odd 1px gap at the bottom of the page in IE.
									*/
}
.textp {
	color:#666666;
	font-size:8;
	font-weight:lighter;

}
#peu{
	position:relative;
	float:left ;
	padding-top: 25px;
	width:				822px;
	text-align:right;
	font-family:Arial, Helvetica, sans-serif ;
	font-size: 9px;
}
#peu a{
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif ;
	font-size: 9px;
	color:#666;
}