/* PROPIETATS GENERALS */

*{
	margin:0px;
	padding:0px;
	font-family: Arial,Calibri,monospace;
	font:100%;
	font-size:12px;
	line-height: 116%;
 }
 
 body {	
		margin: 0;
		padding: 0;
		text-align:justify; 
		overflow: scroll;
		background:url(../img/01_bg.png) no-repeat center fixed;
		/*overflow-x: hidden;*/
	  }
	  
img {	
		border-style:none;
		border: 0px solid #000;
	}
	
/* Definim com actua un link per defecte */

a:link{
		text-decoration: none;
		color: #707072;
		}

a:visited {
			text-decoration: none;
			color: #707072;
		}
		
a:hover {
			text-decoration: underline;
			color:#707072;
		}
	

/* COMPOSICIO PAGINA HOME */

.capcalera_top {
	position: absolute;
	width: 940px;
	height: 40px;
	left: 50%;
	margin-left: -470px;
	z-index: 10;
	}
	
		#capcalera_top_e{
			position: absolute;
			top: 15px;
			left: 0px;
			color: #99042e;
			}
					
		#capcalera_top_d{
			position:absolute;
			top: 15px;
			right: 0px;
			color: #707072;
			}
			
.capcalera_banner{
	position: absolute;
	top: 40px;
	left: 50%;
	margin-left: -470px;
	width: 947px; /* Definir la caixa de contingut central, la imatge ha de ser de 947x207 sombra inclosa*/
	height: 207px; 
	z-index:30;
	border: 0px solid #000;
	}

/* Definir la caixa de contingut central*/
				
.contingut {	
			position: absolute;
			top: 333px;
			width: 940px;
			min-height: 500px;
			margin: 0px;
			padding: 0px;
			left: 50%;
			margin-left: -470px;
			z-index: 10;
			border: 0px solid #000;
			}
/* les 2 subdivisions del div contingut */			
	.c_esquerre {
				position: absolute;
				top: 0px;
				left: 0px;
				width: 200px;
				min-height: 600px;
				}

	.c_dreta {
			position: absolute;
			top: 0px;
			right: 0px;
			width: 710px;
			border-top: 1px solid #99042e;
			}
			
/* Definició del modul esquerre SECTORS C_ESQUERRE */

#sector{
		position: relative;
		width: 200px;
		height: 150px;
		border-top: 1px solid #99042e;
		}
		#sector a span { display:none; }
#sector_color{
		position:absolute;
		width: 207px;
		height: 27px;
		top: 9px;
		}
#sector_color_tit{
		position: absolute;
		width: 200px;
		height: 20px;
		top: 9px;
		padding-top: 3px;
		padding-bottom: 5px;
		padding-right: 5px;
		padding-left: 5px;
		color: #fff;
		z-index:20;
		}
#sector_foto{
		position: absolute;
		width:207px;
		height:97px;
		top: 41px;
		z-index:10;
		}
#sector_text{
		position: absolute;
		width: 200px;
		padding: 0px;
		top: 140px;
		color: #707072;
		z-index:10;
		}

/* Definició del modut dret SECTOR_D C_ESQUERRE */

#sector_color_d{
		position:absolute;
		width: 717px;
		height: 27px;
		top: 9px;
		}
#sector_color_tit_d{
		position: absolute;
		width: 710px;
		height: 20px;
		top: 9px;
		padding-top: 3px;
		padding-bottom: 5px;
		padding-right: 5px;
		padding-left: 5px;
		color: #fff;
		z-index:20;
		}
#sector_foto1{
		position: abosolute;
		width:717px;
		height:107px;
		z-index:10;
		}
#sector_foto2{
		position: relative;
		width:717px;
		height:177px;
		z-index:10;
		}
#sector_text_b{
		position: relative;
		width:710px;
		z-index:10;
		}
#sector_caixa_d{
		position: absolute;
		width: 710px;
		top: 41px;
		padding: 0px;
		color: #707072;
		z-index:10;
		}
/* Tipus de text - classes de <P> que tenim */		
.text_gran{
		font-size: 20px;
		font-style: italic;
		color: #99042e;
		}
.remarcat{
		font-weight: bold;
		color: #99042e;
		}
