
/* 

guia de colors:

Fons degradat:
- Fosc: #660000
- Clar: #A7121c


*/

body {
	background: #A7121c url(../imatges/fons-degradat.jpg) repeat-x top;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12pt;
}
	
a { text-decoration: none; color: #933; }	
a:hover { color: #f66;}
	
h1{
	font-size: 55pt;
	line-height: 55pt;
}
h2{
	font-size: 18pt;
	margin: 20px 0px 10px;
}	
h3{
	font-size: 14pt;
}		
	
	
	div#pagina {
		margin: 0px auto;
		width: 700px;
	}
	
	
	div#menu {
	
		height: 65px;

		
	}
	
		div#menu a {
			color: #fff;
			text-decoration: none;
			
			display:block;
			float: left;
			height: 25px;
			padding-top: 40px;
			text-align: center;
		}
		
	
			.tab_1 {
				width: 118px;
				background: transparent url(../imatges/tab_1.jpg) no-repeat top right;
			}		
			.tab_2 {
				width: 126px;
				background: transparent url(../imatges/tab_2.jpg) no-repeat top right;
			}
			.tab_3 {
				width: 165px;
				background: transparent url(../imatges/tab_3.jpg) no-repeat top right;
			}
			.tab_4 {
				width: 121px;
				background: transparent url(../imatges/tab_4.jpg) no-repeat top right;
			}
			.tab_5 {
				width: 127px;
				background: transparent url(../imatges/tab_5.jpg) no-repeat top right;
			}
			
		div#menu a:hover, div#menu a.actiu {
			background-position: top left;
			color: #333;
			height: 35px;
			padding-top: 30px;
		}
	
	
	
	
	div#cos {
		background: #000;
		color: #fff;
	}
	
		div#cos div.cap {
			text-align: center;
			padding-top: 10px;
			padding-bottom: 20px;
		}
			div#cos div.cap h1{
				font-size: 55pt;
				line-height: 55pt;
				font-family:"Agency FB", Arial, sans-serif;
			}
			div#cos div.cap h2{
				font-size: 16pt;
				color: #A7121c;
				margin:0px;
				font-family:"Agency FB", Arial, sans-serif;
			}	
			div#cos div.cap h3{
				font-size: 13pt;
				font-family:"Agency FB", Arial, sans-serif;
			}	

	  
	  div#cos div#contingut {
	  	padding: 10px;

	  }
	  
	  
	  div#imatge-fons-cartell {
	  	height: 636px;
	  	background: transparent url(../imatges/fons-cartell.jpg) no-repeat bottom;
	  }
	  
	  
	  h2.titol {
	  	color: #aaa;
	  }
	  
	  .alerta {
	  	color: #d00;
	  	font-size: 200%;
	  	line-height: 200%;
	  }
	  
	  .informacio {
	  	font-size: 70%;
	  	color: #999;
	  }
	  
	  
	div#peu {
		padding-top: 10px;
		font-size: 9pt;
		text-align:center;
		margin-bottom: 10px;
	}
		div#peu a { color: #330000; text-decoration: none; }
		div#peu a:hover { text-decoration: underline; }
