/* CSS Document */


body{
	background:#FFFFFF;
	margin:0;
	padding:0;
	font-size: 11px;
	font-family: Arial, helvetica, sans-serif;
	text-align: left;
	
}


#cabecera{
	margin:0;
	background-color:#DFDDD9;
}

#contenedor{
	width:100%;
	border: 0px;
	background-color:#FFFFFF;
	background-image:url(../img/fons_home_franja.jpg);
	background-repeat:repeat-x;
	position: absolute;
	top: 78px;
	left: 0px;
	height: 100%;
}

/* HOME */

#titularHome{
	position:absolute;
	top:40px;
	left: 140px;
}

#homeRajola{
	width:150px;
	border: 0px;
	position: absolute;
	top: 350px;
	left: 140px;
}


#homeBolets{
	width:150px;
	border: 0px;
	position: absolute;
	top: 350px;
	left: 350px;
}

#homePessebres{
	width:150px;
	border: 0px;
	position: absolute;
	top: 350px;
	left: 550px;
}

#homeNadal{
	width:150px;
	border: 0px;
	position: absolute;
	top: 350px;
	left: 760px;
}

/* INTERIORS */

#contenedorInterior{
	width:100%;
	border: 0px;
	background-color:#FFFFFF;
	background-image:url(../img/fonts_interior_franja.jpg);
	background-repeat:repeat-x;
	position: absolute;
	top: 78px;
	left: 0px;
	height: 100%;
}

#contenedorInteriorPessebres{
	width:100%;
	border: 0px;
	background-color:#FFFFFF;
	background-image:url(../img/fonts_interior-pessebres_franja.jpg);
	background-repeat:repeat-x;
	position: absolute;
	top: 78px;
	left: 0px;
	height: 100%;
}

#contenedorInteriorTardor{
	width:100%;
	border: 0px;
	background-color:#FFFFFF;
	background-image:url(../img/fonts_interior-tardor_franja.jpg);
	background-repeat:repeat-x;
	position: absolute;
	top: 78px;
	left: 0px;
	height: 100%;
}

#firaMercatTardor{
	width: 215px;
	position:absolute;
	top: 422px;
	left: 357px;
	height: 403px;
}

#expoBoletsTardor{
	width: 215px;
	position:absolute;
	top: 422px;
	left: 605px;
	background-color:#FFFFFF;
	height: 585px;
}

#jornadesGastronomiquesTardor{
	width: 200px;
	position:absolute;
	top: 423px;
	left: 852px;
	background-color:#FFFFFF;
	height: 231px;
}

#firaMercatTardor2{
	width: 215px;
	position:absolute;
	top: 252px;
	left: 357px;
	height: 403px;
}

#expoBoletsTardor2{
	width: 215px;
	position:absolute;
	top: 269px;
	left: 604px;
	background-color:#FFFFFF;
	height: 585px;
}

#jornadesGastronomiquesTardor2{
	width: 200px;
	position:absolute;
	top: 269px;
	left: 829px;
	background-color:#FFFFFF;
	height: 231px;
}

#firaMercatTardorTitular{
	width: 100%;
	position:relative;
	top: 0px;
	left: 0px;
	background-color:#006bad;
	padding:15px;
}

#firaMercatTardorContingut{
	width: 100%;
	top:inherit;
	background-color:#FFFFFF;
	padding:15px;
}

#imatgeSeccio{
	position:absolute;
	top:0px;
	left:0px;
}

#menu{
	position:absolute;
	top:50px;
	left:370px; 
}

#titularInterior{
	position:absolute;
	top: 95px;
	left:370px;
}

#titularInteriorPessebres{
	position:absolute;
	top: 105px;
	left:370px;
}

#titularInteriorRajola{
	position:absolute;
	top: 115px;
	left:370px;
}

#copyInterior{
	position:absolute;
	top: 238px;
	width: 250px;
	left: 370px;
}

#copyInteriorPessebres{
	position:absolute;
	top: 413px;
	width: 250px;
	left: 92px;
}

#copyInteriorTardor{
	position:absolute;
	top: 420px;
	width: 250px;
	left: 100px;
}

/* Estils text */

.titolHome {
	font-size:18px;
	color:#006bad;
}

/* FIRES */
.titolsFires{
	font-size:14px;
	color:#FFFFFF;
	font-weight:bold;
}

.datesFires{
	color:#CCCCCC;
}

.textFires{
	color:#FFFFFF;
}

.titolActivitatsFires{
	font-size:12px;
	font-weight:bold;
	color:#000000;
}

p.contingutsFires{
	color:#666666;

}
.destacatFires{
	color:#000000;
}
li.fires{
	color:#666666;
	list-style-type:disc;
}
/* END FIRES */

.destacat{
	font-weight:bold;
}

.destacatBlau{
	font-weight:bold;
	color:#006bad;
}

.copy{
	 font-size:16px;
}
.copyDestacat{
	font-size:16px;
	font-weight:bold;
}
.copyDestacatBlau{
	font-size:16px;
	font-weight:bold;
	color: #006bad;
}
.interiorSobretitol{
	font-size:18px;
	color:#006bad;
}
.interiorTitol{
	color:#006bad;
	font-size:36px;
	line-height:90%;
	font-weight:bold;
}
.interiorData{
	font-size:14px;
	font-weight:bold;
	line-height:24px;
}
.interiorLloc{
	font-size:14px;
}

/*MENÚ*/

a.menu{
	text-decoration:none;
	color:#006bad;
	font-size:14px;
}

a.menu:hover{
	text-decoration:underline;
}

.menuSeleccionat{
	font-weight:bold;
	font-size:14px;
	color:#000000;
}

.separador{
	font-size:14px;
	color: #999999;
	font-stretch:extra-expanded;
	padding-left:10px;
	padding-right:10px;
}

