/*ESTILS GENERALS*/
*{
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
body {
	background-image: url(img/fonsweb2.gif);
	font-size: 10px;
	margin:0px;	
}
p { 
	font-size:95%; 
	margin-top:0px;
}
a {
	outline-style: none;
}
h1 { 
	font-size:160%; 
	margin-top:20px;
}
h2 { 
	font-size:120%;
	padding:0px;
	margin:0px;
}
h3 { 
	padding:0px;
	margin:0px;
}

img {
	border:0px;
}
a:link {
	color: #514825;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
}

a:visited {
	color: #d0282b;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
}

a:hover {
	color: #c39d0d;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
}

a:active {
	color: #c39d0d;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
}

/*ESTRUCTURA PAGINA*/
#pagina{
	width:100%;
}
#botonera{
	width:900px;
	margin-left:auto;
	margin-right:auto;
	/*border:1px solid black;*/
}

#botonera img.bt_gran{
	padding: 0px 2px 0px 0px;
	background-image:url(img/barra_vert.gif) ;
	background-position:right;
	background-repeat:repeat-y;
}
#botonera img.bt_intermig {
	margin-left:120px;
}
#botonera img.bt_petit{
	padding: 0px 0px 0px 2px;
	background-image:url(img/botonera/barra_vert-idioma.gif) ;
	background-position:left;
	background-repeat:repeat-y;
}
#botonera img.bt_llarg{
	padding: 0px 0px 0px 2px;
	background-image:url(img/barra_vert.gif) ;
	background-position:left;
	background-repeat:repeat-y;

}

#contingut{
	text-align:justify;
	vertical-align:text-top;
	width:900px;
	height:510px;
	margin-top:5px;
	margin-left:auto;
	margin-right:auto;
	padding:3px 0px 0px 0px;
	overflow:hidden;
}
#contingut div.noticia {
	height:250px;

}

#contingut div.dreta{
	margin-left:20px;
	width:425px;
	float:left;
	height:500px;
}
#contingut div.dreta div.video{	
	width:315px;
	float:left;
	clear:both;
}
#contingut div.dreta div.fotos{	
	float:right;
}
#contingut div.dreta div.fotos img{
	margin-bottom:10px;
	margin-left:1px;
}	

#contingut div.esquerra{
	width:425px;
	float:left;
	height:500px;
	/*border: 1px solid black;*/
	clear:both;	
}
#contingut div.esquerra img{
	margin:0px 150px 0px 0px;
	
}

#contingut div.noti_scroll{
	height:462px;
	*height:457px;
	overflow:auto;

	margin-bottom:10px;
}

#contingut div.noticies_esq{
	margin-top:0px;
	width:350px;
	float:left;
	clear:both;
	overflow:hidden;

}
#contingut div.noticies_dre{
	width:525px;
	float:left;
	overflow:auto;
	height:510px;

}

#botonera_peu{
	clear:both;
	background-color:#514825;
}

#botonera_peu div.botons_peu{
	width:900px;
	margin-left:auto;
	margin-right:auto;
	height:80px;
}
#botonera_peu div.botons_peu img{
	border-top:none;
	border-right:none;
	border-bottom:none;
	border-left:1px solid white;
}
#botonera_peu div.botons_peu img.ultim{
	border-right:1px solid white;
}

#peu{
	width:900px;
	margin-left:auto;
	margin-right:auto;
	padding:30px 0px 30px 0px;
}
#peu div.peu_esq{
	margin-left:0px;
	width:780px;
	float:left;
		clear:both;	
}
#peu div.peu_dre img{
	width:75px;
	float:right;
}

/*COLORS TITOLS*/
.vi{
		color: #d278aa;
}
.oli{
		color: #e2b900;
}
.formatge{
		color: #e7ce00;
}
.torrons{
		color: #ee7d10;
}
.vedella{
		color: #e5352c;
}
.embotits{
		color: #e43689;
}
.pera{
		color: #5bac26;
}
.neules{
		color: #e9ab00;
}
.coca{
		color: #00957f;
}
.caragols{
		color: #ee7d10;
}

/*imatges lateral esquerre*/
.lleidaqualitat{
	background-image:url(img/inici.jpg);
	background-position:top;
	background-repeat:no-repeat;
}
.dietalleidatana{
	background-image:url(img/inici.jpg);
	background-position:top;
	background-repeat:no-repeat;
}
.esq_vi{
	background-image:url(img/vi.jpg);
	background-repeat:no-repeat;
}
.esq_oli{
	background-image:url(img/oli.jpg);
	background-repeat:no-repeat;
}
.esq_formatge{
	background-image:url(img/formatge.jpg);
	background-repeat:no-repeat;
}
.esq_torrons{
	background-image:url(img/torrons.jpg);
	background-repeat:no-repeat;
}
.esq_vedella{
	background-image:url(img/vedella.jpg);
	background-repeat:no-repeat;
}
.esq_embotits{
	background-image:url(img/embotits.jpg);
	background-repeat:no-repeat;
}
.esq_pera{
	background-image:url(img/pera.jpg);
	background-repeat:no-repeat;
}
.esq_neules{
	background-image:url(img/neules.jpg);
	background-repeat:no-repeat;
}
.esq_coca{
	background-image:url(img/coca.jpg);
	background-repeat:no-repeat;
}
.esq_caragols{
	background-image:url(img/caragols.jpg);
	background-repeat:no-repeat;
}


/****************FORMULARI DE CONTACTE**********************/
.form_esq{
	width:200px;
	float:left;
	clear:both;
}
.form_dre{
	width:200px;
	float:right;
}


/*****************ALTRES ESTILS***************************/
.LletraNegraPetita {
	color: #000000;
	font-size: 9px;
	font-weight: normal;
}

.LletraNegre {
	color: #000000;
	font-weight: normal;
}

.LletraNegreNegreta {
	color: #000000;
	font-size: 100%;
	font-weight: bold;
}

.LletraNegreNegretaTit {
	color: #000000;
	font-size: 12px;
	font-weight: bold;
}

.LletraVerdaPetita {
	color: #514825;
	font-size: 9px;
	font-weight: normal;
}

.LletraVerda {
	color: #514825;
	font-size: 10px;
	font-weight: normal;
}

.LletraVerdaNegreta {
	color: #514825;
	font-size: 10px;
	font-weight: bold;
}

.LletraVerdaNegretaTit {
	color: #514825;
	font-size: 12px;
	font-weight: bold;
}

.LletraGrogaPetita {
	color: #c39d0d;
	font-size: 9px;
	font-weight: normal;
}

.LletraGroga {
	color: #c39d0d;
	font-size: 10px;
	font-weight: normal;
}

.LletraGrogaNegreta {
	color: #c39d0d;
	font-size: 10px;
	font-weight: bold;
}

.LletraGrogaNegretaTit {
	color: #c39d0d;
	font-size: 130%;
	font-weight: bold;
}
	
.LletraVi {
	color: #d278aa;

	font-weight: normal;
}

.LletraViTit {
	color: #d278aa;
	font-size: 120%;
	font-weight: bold;
}

.LletraOli {
	color: #e2b900;

	font-weight: normal;
}

.LletraOliTit {
	color: #e2b900;
	font-size: 120%;
	font-weight: bold;
}

.LletraFormatge {
	color: #e7ce00;
	font-weight: normal;
}

.LletraFormatgeTit {
	color: #e7ce00;
	font-size: 120%;
	font-weight: bold;
}

.LletraTorrons {
	color: #ee7d10;
	font-weight: normal;
}

.LletraTorronsTit {
	color: #ee7d10;
	font-size: 120%;
	font-weight: bold;
}

.LletraVedella {
	color: #e5352c;
	font-weight: normal;
}

.LletraVedellaTit {
	color: #e5352c;
	font-size: 120%;
	font-weight: bold;
}

.LletraEmbotits {
	color: #e43689;
	font-weight: normal;
}

.LletraEmbotitsTit {
	color: #e43689;
	font-size: 120%;
	font-weight: bold;
}

.LletraPera {
	color: #5bac26;
	font-weight: normal;
}

.LletraPeraTit {
	color: #5bac26;
	font-size: 120%;
	font-weight: bold;
}

.LletraNeules {
	color: #e9ab00;
	font-weight: normal;
}

.LletraNeulesTit {
	color: #e9ab00;
	font-size: 120%;
	font-weight: bold;
}

.LletraCoca {
	color: #00957f;
	font-weight: normal;
}

.LletraCocaTit {
	color: #00957f;
	font-size: 120%;
	font-weight: bold;
}

.LletraCaragols {
	color: #ee7d10;
	font-weight: normal;
}

.LletraCaragolsTit {
	color: #ee7d10;
	font-size: 120%;
	font-weight: bold;
}
