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

gris
#B8AC9C

*/

html {
	margin: 20px;
	padding:10px;	
}

body {	
	text-align:left;
	margin: 0px;
	padding:0px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color:black;
	font-size:12px;
}

/************************************************************ capcalera*/
#logotip {
	display:block;
}
#logotip img{
	border:0px;
}

#banner {
	display:none;
}

.capcalera{
}
.menu{
	display:none;
}

/************************************************************ contingut*/
.contingut{
	width:auto;
	margin:0px 0px 20px 20px;
	background-image:url(imatges/blur_esq.png);
	background-repeat:repeat-y;
	background-position:left;
	color:#000000;
	background-color:#FFFFFF;
}

.contingut a{
	color:#A13310;
	text-decoration:underline;
}



/************************************************************ cos*/
.cos{
	margin:0px;
}
.cos 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 #B8AC9C;	
	margin-left:35px;
	margin-bottom:30px;
	padding-bottom:2px;
}
.cos h2{
	display:inline;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.2em;
	/*border-left:1px solid #A13310; */
	border-bottom:2px solid #A13310;	
	padding-left:15px;
	padding-right:15px;
	margin-bottom:10px;
}

.cos p{	
	text-align:justify;
}
.cos div {
	text-align:left;
}
form {
	text-align:left;
}

span{
	font-weight:bold;
}

.caixa{
	/*taronja A13310*/
	/*clar AB6E55*/
	margin-left:auto;
	margin-right:auto;
	width:60%;
	text-align:center;
	background-color:#B8AC9C;	
	
	/*
	background-image:url(imatges/fons_trans.png);
	background-repeat:repeat-x;
	background-position:bottom;
	*/

	border-left:1px solid #868686;
	border-right:1px solid #868686;
	border-bottom:1px solid #868686;
	
}
.caixa h3{
	border-top:1px solid #868686;
	border-bottom:1px double #868686;
	padding:5px;
	background-color:#A13310;
}

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

table {
	/*taronja A13310*/
	/*clar AB6E55*/
	/*gris B8AC9C*/
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	border-collapse:collapse;
}

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

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

form {
	display:none;

}


/************************************************************ 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;
}






