/*
taronjes
clar a fosc
#AC6E55
#A65032
#A24121
#A13310

gris
#B8AC9C

*/

html {
	margin: 0px;
	padding:0px;	
}


body {	
	text-align:left;
	margin: 0px;
	padding:0px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	background-color:white;/*#B8AC9C;*/
	background-image:url(imatges/fons_menu.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	color:black;
	font-size:12px;


}
/************************************************************ capcalera*/




.capcalera {
	margin:0px;
	background-image:url(imatges/fons_cap2.gif);
	background-repeat:repeat-x;
	height:70px;
}

.link_capcalera {
	color:#B8AC9C;
}

#cercador, #identificacio {
	/*background-color:#000000;	
	color:#B8AC9C;*/
	/*background-image:url(imatges/fons_cerca.png);
	background-position:bottom left;
	background-repeat:no-repeat;*/
	margin-top:2px;
	margin-right:2px;
	display:inline;
	clear:right;
	float:right;
	/*position:absolute;
	top:0;
	right:0;
	*/
	/*height:45px;*/
	/*padding:5px 5px 2px 20px;*/
}

#webtxt, #usuari, #password {
	color:#000000;
	font-family:"Courier New", Courier, mono;
	font-size:11px;
	/*background-color:#000000;
	border: 1px solid #A13310;*/
}
#webcercarsubmit, #usuarissubmit {
	font-family:"Courier New", Courier, mono;
	font-size:11px;
	border: 1px solid #A13310;
	background-color:#B8AC9C;
	color:#000000;
}
#cercador label {
	display:none;
}


/************************************************************ contingut*/


.contingut a, .contingut-senzill a, .caixa a{
	/*gris B8AC9C*/
	/*taronja A13310*/
	/*clar AB6E55*/
	color:#A13310;
	text-decoration:none;
}

.contingut a:hover, .contingut-senzill a:hover, .caixa a:hover{
	border-top:1px solid #A13310;
	border-bottom:1px solid #A13310;
	background-color:#B8AC9C;
}

.contingut-senzill {
	margin:5px 20px 10px 20px;

}

/************************************************************ menu*/

.enganxat {
	margin-top:10px;
	margin-left:8px;
}
.enganxat img {
	
	border:0;
}
 
 
/************************************************************ cos*/

.error{
	color:red;
	text-decoration:underline;
	font-weight:bold;
}

.cos{
	margin:0px;
	padding:5px 10px 20px 40px;
	min-height:300px;
	/*width:80%;*/
	/*degradat a la dreta*/
	/*background-image:url(imatges/blur_dre.png);
	background-repeat:repeat-y;
	background-position:right;*/

}
.cos h1, .contingut-senzill h1{
	/*font-family:Georgia, "Times New Roman", Times, serif;*/
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-variant:small-caps;
	font-size:1.6em;
	font-weight: bold;
	/*padding-left:15px;*/
	
	border-bottom:2px dashed #A13310; /*#B8AC9C; A13310	*/
	/*margin-left:35px;*/
	margin-bottom:30px;
	padding-bottom:2px;
}
.cos h2, .contingut-senzill h2{
	display:inline;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.2em;
	/*border-left:1px solid #A13310; */
	border-bottom:2px solid #B8AC9C;	
	padding-left:15px;
	padding-right:15px;
	margin-bottom:10px;
}

.cos p , .contingut-senzill p{	
	text-align:justify;
	line-height:1.4em;
}
.cos div, .contingut-senzill div{
	text-align:left;
}
form {
	text-align:left;
}

span{
	font-weight:bold;
}


.caixa{
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	background-color:#AC6E55;

	border-left:1px solid #868686;
	border-right:1px solid #868686;
	border-bottom:1px solid #868686;
	
}
.caixa h3{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-variant:small-caps;
	font-size:1.2em;
	border-top:1px solid #868686;	
	background-color:#B8AC9C; 
}

.caixa div{	
	padding:0px 5px 2px 5px;
}



table {
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	border-collapse:collapse;
}

th {
	border-bottom:2px solid #A13310;
}

td{
	text-align:left;
	padding:2px 2px 2px 5px;	
}


fieldset {
	border:3px double #A13310;
	margin-bottom:20px;
}

form.cercar fieldset{
	display:table;
	/*border:1px solid #A13310;*/
	border:1px solid #A13310;
}
form.cercar legend{
	padding-left:5px;
	padding-right:5px;
	border-left:1px solid #A13310;
	border-right:1px solid #A13310;
}

legend {
	padding-left:5px;
	padding-right:5px;
	border-left:1px solid #A13310;
	border-right:1px solid #A13310;
}
label{
	font-weight:bold;
}
input , select, option, textarea  {
	border:1px solid #A13310;
	background-color:#B8AC9C;
}
input:focus , select:focus, option:focus, textarea:focus  {
	background-color:#ffffff;
}


a.rss:hover {
	border:0;
	background:none;
}


a.rss img {
	border:0;
}



/************************************************************ Peu*/
.peu{
	clear:both;
	width:auto;
	padding-top:.2em;
	height:2em;	
	margin:0px 0px 0px 0px;	
	text-align:center;
	border-top:1px solid #868686;
	background-color:#A13310;
}
.peu a{
	color:#B8AC9C;
	font-weight:bolder;
	text-decoration:none;
}






