@charset "utf-8";
/* CSS Document */

<!--
body, html {
	font: 12px Arial, Helvetica, sans-serif;
	color: #625f5f;
	height: 100%;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	background-image:url(imatges/bground.gif);
	background-position:top;
	background-repeat:repeat-x;
}
.oneColFixCtr #container {
	background: #FFFFFF;
	width: 869px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image:url(imatges/bgpeu.gif);
	background-position: bottom;
	background-repeat:repeat-x;


}


.oneColFixCtr #cap {
	font: 11px Arial, Helvetica, sans-serif;
	width: 869px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: 230px;
	background-image:url(imatges/bg_cap.png);
	background-position: left;
	background-repeat: no-repeat;
	color:#FFFFFF;
}

.oneColFixCtr #peu {
	height: 20px;

}

.oneColFixCtr #mainContent {
	
	background-image:url(imatges/bg_silu.png);
	background-position: top right;
	background-repeat: no-repeat;
	
}

#adreca {
	font: 11px Arial, Helvetica, sans-serif;
	margin-top: 50px;
	padding-left:30px;
	margin-bottom: 20px;
	color: #625f5f;

}
#adreca strong {
	color:#9d10ae;
}
#adreca a {
	color:#9d10ae;
	text-decoration:underline;
}
.oneColFixCtr #idiomes {
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	width: 869px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: 35px;
	color:#FFFFFF ;
	text-align: right;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.menuelement {
	width: 209px; 
	height: 30px;
	text-align: left;
	border-bottom: 1px solid #e8e8e8;
	font: 13px Arial, Helvetica, sans-serif;
	font-weight: bold;

}

a.menulink{
	position:absolute;
	color: #625f5f;
	text-decoration:none;
	margin-left: 17px;
	margin-top: 8px;
	
}
a.menulink:hover{
	color: #9d10ae;
	background-color:#f7f7f7;
	width: 180px;
	height: 21px;
	padding-left: 3px;
	margin-top: 6px;
	margin-left: 11px;
}

a.caplink{
	color: #ffffff;
	text-decoration:none;
}
a.caplink:hover {
	color: #8c079c;
	text-decoration:underline;
}

h1 {
	margin-top: 12px;
	padding-left: 15px;
	font: 20px Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #999999;
}
.cos {
	padding-left: 15px;
	padding-right: 15px;
	text-align:justify;
	line-height: 1.5;
}
.cos  h2{
	font: 12px Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #8c079c;
	text-decoration:underline;

}

a.cos{
	color: #8c079c;
	text-decoration:underline;
}

.cos a{
	color: #8c079c;
	font: 12px Arial, Helvetica, sans-serif;

}

.cos li {
list-style-image:url(/imatges/bullet.gif);
}

.download {
	font: 10px Arial, Helvetica, sans-serif;
	color: #8c079c;
	text-decoration:none;
	padding-left: 10px;
}
a.download {
	font: 10px Arial, Helvetica, sans-serif;
	color: #8c079c;
	text-decoration:none;
	padding-left: 10px;
}
a.download:hover{
	text-decoration:underline;
}

.cos span {
font: 14px Arial, Helvetica, sans-serif;
color: #8c079c;
font-weight: bold;
padding-right:10px;
 }

.titular {
	color: #8c079c;
	font: 11px Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration:none;
	text-transform: uppercase;
}

a.titular {
	color: #8c079c;
	font: 11px Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration:none;
	text-transform: uppercase;
}
a.titular:hover {
	text-decoration:underline;
}
.cosnoticia {
	color: #404040;
	font: 10px Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.cosnoticia a{
	color: #8c079c;
	font: 10px Arial, Helvetica, sans-serif;
	font-weight: bold;
}

hr {
background-color: #e8e8e8;
height: 1px;
border: 0;
color: #e8e8e8;
}

.input {
font: 10px Arial, Helvetica, sans-serif;
color: #877c7d;
background: #e8e8e8;
border: 1px solid #b6a3a4;
}

.submit {
font: 10px Arial, Helvetica, sans-serif;
color: #877c7d;
border: 1px solid #b6a3a4;
background: none;
} 

.submit:hover {
font: 10px Arial, Helvetica, sans-serif;
color: #fff;
background: #877c7d;
border: 1px solid #b6a3a4;
cursor: pointer;
} 

.cerca input {
font: 12px Arial, Helvetica, sans-serif;
color: #877c7d;
border: 1px solid #b6a3a4;
background: none;
}
.cerca select {
font: 12px Arial, Helvetica, sans-serif;
color: #877c7d;
border: 1px solid #b6a3a4;
background: none;
}

.cercasubmit {
font: 12px Arial, Helvetica, sans-serif;
color: #877c7d;
border: 5px solid #b6a3a4;
background: none;
} 
.cercasubmit:hover {
font: 12px Arial, Helvetica, sans-serif;
color: #fff;
background: #877c7d;
border: 1px solid #b6a3a4;
cursor: pointer;
} 

.formulari{
font: 12px Arial, Helvetica, sans-serif;
color: #877c7d;
background: #e8e8e8;
border: 1px solid #b6a3a4;
width:180px; 
margin-left:12px;
}


-->