/* PROPIETATS GENERALS */

*{
	margin:0px;
	padding:0px;
	font-family: Arial,Calibri,monospace;
	font:100%;
	font-size:12px;
	line-height: 111%;
 }
 
 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: none;/*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 3 subdivisions del div contingut */			
	.c_esquerre {
				position: absolute;
				top: 0px;
				left: 0px;
				width: 200px;
				min-height: 600px;
				border-top: 1px solid #99042e;
				}
	.c_central {
				position: absolute;
				top: 0px;
				left: 230px;
				width: 480px;
				min-height: 700px;
				margin: 0px;
				padding: 0px;
				border: 0px solid #000;
				}
	.c_dreta {
			position: absolute;
			top: 0px;
			right: 0px;
			width: 200px;
			min-height: 600px;
			border-top: 1px solid #99042e;
			}

/* Definició del mòdul central 4 SECTORS  C_CENTRAL*/			
#sector {
		position: absolute;
		width: 230px;
		height: 310px;
		border-top: 1px solid #99042e;
		}
		#sector a span { display:none; }
		
#sector_color{
		position: absolute;
		width: 237px;
		height: 43px;
		top: 9px;
		z-index:10;
		}
#sec_color_tit{
		position: absolute;
		width: 227px;
		height: 33px;
		top: 9px;
		padding-top: 3px;
		padding-bottom: 5px;
		padding-right: 5px;
		padding-left: 5px;
		color: #fff;
		z-index:20;
		}
		
#sector_text{
		position: absolute;
		width: 230px;
		height: 75px;
		top: 225px;
		padding: 0px;
		color: #707072;
		border: 0px solid #000;
		z-index:10;
			}
		
#sector_foto{
		position: absolute;
		width:237px;
		height:167px;
		top: 53px;
		z-index:10;
		}

#sector_sat{
		position: absolute;
		width:480px;
		height:56px;
		bottom: 0px;
		border-top: 1px solid #99042e;
		border-bottom: 1px solid #99042e;
		z-index:10;
		}
		
/* Definició mòdul dreta NOTICIES C_DRETA*/
#noticia{
		position: relative;
		width: 200px;
		height: auto !important;
		border-bottom: 1px solid #99042e;
		}
#noticia_color{
		position:absolute;
		width: 207px;
		height: 43px;
		top: 9px;
		}
#noticia_color_tit{
		position: absolute;
		width: 197px;
		height: 33px;
		top: 9px;
		padding-top: 3px;
		padding-bottom: 5px;
		padding-right: 5px;
		padding-left: 5px;
		color: #fff;
		z-index:20;
		}
#noticia_foto{
		position: absolute;
		width:206px;
		height:100px;
		top: 53px;
		z-index:10;
		}
#noticia_text{
		position: absolute;
		width: 200px;
		
		height: auto !important;
		top: 5px;
		padding: 0px;
		color: #707072;
		border: 0px solid #000;
		z-index:10;
			}

/* clases <p> per noticies */
.not_data{
		font-size:10px;
		color: #707072;
		}
.not_tit{
		font-weight: bold;
		color: #99042e;
		}


/* Definició del modut esquerre PRESENTACIO C_ESQUERRE */

#presentacio_color{
		position:absolute;
		width: 207px;
		height: 43px;
		top: 9px;
		}
#pres_color_tit{
		position: absolute;
		width: 200px;
		height: 33px;
		top: 9px;
		padding-top: 3px;
		padding-bottom: 5px;
		padding-right: 5px;
		padding-left: 5px;
		color: #fff;
		z-index:20;
		}
#presentacio_text{
		position: absolute;
		width: 200px;
		top: 50px;
		padding: 0px;
		color: #707072;
		border-bottom: 1px solid #99042e;
		z-index:10;
		}

.pres_text_gran{
		font-size: 16px;
		font-style: italic;
		color: #99042e;
		}