/* CSS Document */
/* { autor: daniel.barrios(a)gmail.com } */
a{outline:none;}
.clearfix:after {
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
}

.clearfix { display: inline-block; }

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

body {
	background-color:#fff;
	background-image:url(../img/bg_header.gif);
	background-repeat:repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#3a3a3a;
	margin-left:0px;
	margin-top:0px;
	margin-right:0px;
	margin-bottom:0px;
}

/********** HEADER **********/
#header {
	width:978px;
	height:145px;
	float:none;
	clear:both;
	margin:auto;
}

#header #idiomas {
	width:auto;
	height:13px;
	margin-top:32px;
	padding-left:751px;
}

.cat{background-image:url(../img/ca.gif);}
.es{background-image:url(../img/es.gif);}
.uk{background-image:url(../img/en.gif);}
.pt{background-image:url(../img/pt.gif);}

.flag{
	float:left;
	width:30px;
	height:18px;
	display:block;
	overflow:hidden;
	margin-right:3px;
	background-position:0 -18px;
	background-repeat:no-repeat;
}
.flag:HOVER{
	background-position:0 0px;
}
.flagSelec{
	background-position:0 0px;
}


.btn_contacto {
	width:19px;
	height:13px;
	margin-left:25px;
}

#header #logo {
	float:left;
	width:175;
	height:62px;
	margin-top:21px;
	padding-left:68px;
}

#menu_superior {
	float:left;
	width:175;
	height:62px;
	margin-top:33px;
	padding-left:155px;
}

#header #menu {
	float:left;
	width:auto;
	height:32px;
	color:#000;
	padding-left:184px;
	margin-top:42px;
}

#header .optMenu {
	float:left;
	padding:8px 19px;
}

#header .optMenu a {
	color:#B2B288;
	text-decoration:none;
}

#header .optMenu a:hover {
	color:#000;
	text-decoration:none;
}

#header .optMenu_ok a{
	color:#000;
	text-decoration:none;
}

.divisorMenu {
	float:left;
	width:1px;
	height:32px;
	background-image:url(../img/divisorMenu.gif);
	overflow:hidden;
}

/********** CUERPO **********/
#cuerpo {
	width:978px;
	height:auto;
	float:none;
	clear:both;
	margin:auto;
	background-color:#fff;	
}

#cuerpo #izq {
	float:left;
	width:289px;
	height:auto;
	margin-top:29px;
}

#anela {
width:289px;
height:85px;
}

#cuerpo #der {
	float:left;
	width:689px;
	min-height:810px;
	background-image:url(../img/bg_der.gif);
}

/********** HOME **********/
#home1 {
	width:240px;
	height:244px;
	background: url(../img/fons_banner_empresa.jpg) no-repeat;
	background-position:5px 0px; 	
}

#home2 {
	width:240px;
	height:244px;	
	background: url(../img/fons_banner_fruita.jpg) no-repeat;
	background-position:5px 0px;	
}


#home3 {
	width:240px;
	height:244px;	
	background: url(../img/fons_banner_botiga.jpg) no-repeat;
	background-position:5px 0px;	
}
/********** MENU **********/
#nav {
	width:289px;
	height:auto;
	margin-top:24px;
	margin-bottom:40px;
}

.navItem, .navItemSelec {
	width:264px;
	height:17px;
	display:block;
	background: url(../img/bg_navItem.gif) no-repeat 0 -21px;
	margin-bottom:4px;
	color:#000000;
	font-size:11px;
	padding:4px 25px 0 0;
	text-align:right;
}

a.navItem {
	background: url(../img/bg_navItem.gif) no-repeat 0 0;
	overflow:hidden;
	margin-bottom:4px;
	color:#000000;
	text-decoration:none;
}

a.navItem:hover,a.navItemSelec {
	display:block;
	background: url(../img/bg_navItem.gif) no-repeat 0 -21px; 
	color:#fff;
	text-decoration:none;
}

a.menu_sup {
	color:#B3B18A;
	font-weight:bold;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}

a.menu_sup:hover {
	color:#000000;
	text-decoration:none;	
}

a.menu_sup_sel {
	color:#000000;
	font-weight:bold;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}
.contact {
	margin-top:14px;
}

/********** VARIOS **********/

.f16_7A8F00 {
	color:#7A8F00;
	font-size:16px;
}

.inputBoletin {
	width:132px; .width:130px;
	height:14px;
	border:1px solid #FFFFFF;
	font-size:11px;
	background-image:url(../img/bg_inputBoletin.gif);
	overflow:hidden;
	color:#666;
	font-size:10px;
}

.logos_lateral {
	margin-top:60px;
	text-align:right;
}

.logo_fundacio {
	margin-top:25px;
	margin-bottom:60px;
	text-align:right;
}

.txtHome {
	float:left;
	width:343px;
	height:auto;
	padding-left:38px;
	padding-right:27px;
	margin-top:14px;
	text-align:justify;
	line-height:18px;
}

.txtSeccio {
	float:left;
	width:481px;
	height:auto;
	padding-left:52px;
	padding-right:27px;
	margin-top:14px;
	text-align:justify;
	line-height:18px;
}

.imgHome {
	float:left;
	margin-top:14px;
}

.divisorDer {
width:651px;
height:1px;
margin:20px 0 0 38px;
background-image:url(../img/divisorDer.gif);
overflow:hidden;
}

#tit_seccion {
width:651px;
height:71px;
background-image:url(../img/bg_titSeccion.gif);
color:#FFFFFF;
font-size:48px;
font-weight:bold;
padding:14px 0 0 38px;
line-height:55px;
}

#tit_seccion_calend {
width:651px;
height:71px;
background-image:url(../img/bg_titSeccion.gif);
color:#FFFFFF;
font-size:37px;
font-weight:bold;
padding:14px 0 0 38px;
line-height:55px;
}

#tit_seccion_grup {
width:651px;
height:71px;
background-image:url(../img/bg_titSeccion_grup.gif);
color:#FFFFFF;
font-size:48px;
font-weight:bold;
padding:14px 0 0 38px;
line-height:55px;
}


/********** 2 **********/
.cleanerTop {
width:689px;
height:29px;
background-color:#fff;
}


.contentFincas {
	margin:20px 0 20px 38px;
	display:block;
	text-decoration:none;
}

.finca {
	float:left;
	width:179px;
	height:191px;
	margin-right:21px;
}

.picFinca {
	width:179px;
	height:131px;
}

a.lnkFinca {
	width:179px;
	height:49px;
	display:block;
	background: url(../img/img_nom_finca_179x60.jpg) no-repeat 0 0;
	overflow:hidden;
	font-size:13px;
	font-weight:bold;
	color:#666;
	text-decoration:none;
	text-align:center;
	padding-top:11px;
}

.finca:HOVER a.lnkFinca {
	width:179px;
	height:49px;
	display:block;
	background: url(../img/img_nom_finca_179x60.jpg) no-repeat -179px 0; 
	color:#fff;
	text-decoration:none;
}

.f_8AA600 {
	color:#8AA600;
}

/********** 4 **********/
.picGusto {
	float:left;
	width:175px;
	height:175px;
	position:relative;
	
	overflow:hidden;
}
.picGusto img{
	position:absolute;
	top:0;
	left:0px;
}

.txtGusto {
	float:left;
	width:456px;
	height:auto;
	margin-left:19px;
	font-size:11px;
}

.tit_gusto {
	width:366px;
	height:33px;
	font-size:27px;
	color:#7A8F00;
	font-weight:bold;
	margin-top:17px;
	background-image:url(../img/bg_tit_gustos.gif);
}
.tit_finca {
	width:366px;
	height:33px;
	font-size:27px;
	color:#7A8F00;
	font-weight:bold;
	margin-top:17px;
	margin:0 auto;
	
	}
	
.tit_varietats {
	width:450px;
	height:33px;
	font-size:27px;
	color:#7A8F00;
	font-weight:bold;
	margin-top:17px;
	margin:0 auto;
	
	}	
	

.btn_tornar_visitar a {
	width:117px;
	height:25px;
	background-image:url(../img/fons_boto_tornar_visitar.gif);
	color:#7A8F00;
	text-align:center;
	font-size:12px;
	font-weight:bold;
	padding-top:9px;
	display:block;
	text-decoration:none;

}

.btn_tornar_visitar a:hover {
	color:#7A8F00;
	text-decoration:underline;
}


/********** 6 **********/
.visorFlash {
	width:572px;
	height:307px;
	margin:18px;
}

.nro {
	float:left;
	width:45px;
	height:48px;
}

.txtProces {
	float:left;
	width:490px;
	height:auto;
	margin-left:13px;
	padding-top:5px;
}


/********** 8 **********/
.tit_borsa {
	width:512px;
	height:25px;
	background-image:url(../img/bg_tit_borsa.gif);
	font-size:20px;
	color:#7A8F00;
	font-weight:bold;
	margin-left:38px;
	margin-top:20px;
}

.tit_subnews {
	font-size:16px;
	color:#7A8F00;
	font-weight:bold;
	margin-left:38px;
	margin-top:7px;
}

.tit_subnews_link a{
	font-size:16px;
	color:#7A8F00;
	font-weight:bold;
	margin-left:38px;
	margin-top:7px;
	text-decoration:none;
}

.tit_subnews_link a:hover{

	text-decoration:underline;
}


.tit_subnews2 {
	font-size:18px;
	color:#7A8F00;
	font-weight:bold;
	margin-left:38px;
	margin-top:7px;	
	height:19px;
	border:1px solid red;
}

.tit_subnews_BIG {
	font-size:18px;
	color:#7A8F00;
	font-weight:bold;
	margin-left:38px;
	margin-top:7px;
}

.txt_news {
	float:left;
	margin-left:38px;
	padding-right:27px;
	margin-top:2px;
	margin-bottom:30px;
	text-align:justify;
	line-height:18px;
}

.txt_news_sub {
	float:left;
	margin-left:38px;
	padding-right:27px;
	margin-top:2px;
	margin-bottom:5px;
	text-align:justify;
	line-height:18px;
}

.fecha_text {
	font-size:12px;
	color:#000000;
	margin-left:38px;
	margin-top:15px;
}



.fecha {
	width:auto;
	height:auto;
}

.txtObre {
	width:512px;
	height:auto;
	color:#595E66;
	font-size:11px;
}

.txtDades {
	width:512px;
	height:auto;
	margin:15px 0 15px 38px;
	font-size:11px;
}

.contentObres {
	width:492px;
	height:auto;
	margin:20px 0 20px 38px;
}

.bona {
	width:400px;
	height:16px;
	border:#bfbfbf 1px solid;
	margin-bottom:7px;
}
.error{
	width:400px;
	height:16px;
	border:#C00 1px solid;
	margin-bottom:7px;
}

.textareaContactar {
	width:512px;
	height:160px;
	border:#bfbfbf 1px solid;
}

/********** FOOTER **********/
#bgFooter {
	background-image:url(../img/bg_footer.gif);
	background-repeat:repeat-x;
	margin-left:0px;
	margin-top:0px;
	margin-right:0px;
	margin-bottom:0px;
}

#footer {
	width:894px;
	height:100px;
	float:none;
	clear:both;
	margin:auto;
	padding:50px 0 0 84px;
	font-size:10px;
}

#footer a {
	color:#666;
	text-decoration:none;
}

#footer a:hover {
	color:#666;
	text-decoration:underline;
}

#links2 {
	width:auto;
	height:16px;
	margin-bottom:12px;
	float:left;
	
}

#links {
	width:auto;
	height:16px;
	margin-bottom:12px;
	padding:30px 0 0 84px;
	float:right;
}

#lnkIzq {
	float:left;
	width:665px;
	height:16px;
}

#lnkDer {
	float:left;
	width:190px;
	height:16px;
}

#infoEmpresa {
	width:auto;
	height:26px;
}

#direccio {
	float:left;
	width:780px;
	height:26px;
}

#by {
	float:left;
	width:66px;
	height:26px;
}



/********** LIGHTBOX **********/
.contenedor {
width:592px;
height:638px;
background-color:#FFFFFF;
}

.btn_cierre {
	width:width:592px;
	height:19px;
	text-align:right;
	padding:5px 5px 4px 0;
}


.tituloLB {
	width:566px;
	height:68px;
	padding:16px 0 0 26px;
	background-image:url(../img/bg_tituloLB.gif);
}

.txtTitulo {
	width:420px;
	float:left;
	color:#FFFFFF;
	font-size:48px;
	font-weight:bold;
}

.btn_comprar {
	float:left;
	width:121px;
	height:27px;
	background-image:url(../img/btn_comprar.png);
	text-align:center;
	font-size:14px;
	color:#7A8F00;
	font-weight:bold;
	padding-top:12px;
	margin-top:8px;
}

.btn_comprar a {
	color:#7A8F00;
	text-decoration:none;
}

.btn_comprar a:hover {
	color:#7A8F00;
	text-decoration:underline;
}

.producto {
	margin-top:39px;
}

.imgProducto {
	float:left;
	width:247px;
	height:207px;
	padding:0 64px 0 53px;
}


.infoProducto {
	float:left;
	width:200px;
	height:auto;
}

.f10 {
	font-size:10px;
}

.titDivisorLB {
width:538px;
height:22px;
background-image:url(../img/bg_titDivisorLB.gif);
font-size:18px;
color:#7A8F00;
font-weight:bold;
margin-left:26px;
margin-bottom:20px;
}

.contOtros {
	float:left;
	width:auto;
	height:auto;
}

.imgOtro {
width:125px;
height:auto;
padding:0 27px;
}

.precioOtro {
width:68px;
height:18px;
background-image:url(../img/fons_pes_packs.gif);
padding-top:10px;
margin-top:10px;
}

.verd td{
	background-color:#7A8F02;
	color:#fff;
	border:0;
}
.blanc td{
	border:1px solid #c5c5c5;
}

.punteta{
	background-image:url(../img/punteta.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	margin:0px;padding:0px;
	width:100%;
	height:8px;
}

.dialeg{
	width:230px;
	height:24px;
	padding:10px;
	padding-left:30px;
	background:url(../img/punxaDialeg.jpg) no-repeat top left #e2e2e2;
}
.dialeg b{color: #7a8f00;}
#dialegs {
	position: relative;
}
.dialeg_cont {
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
}


.buscador{
	width:230px;
	margin-left:30px;
}
.buscador h3{
	color: #7a8f00;
	margin:0;
}
.buscador select{
	margin-top:10px;
	width:100%;
}

.linkverd{
	color: #7a8f00;
	text-decoration:none;	
}
.linkverd:HOVER{
	text-decoration:underline;
}

.banner_botiga{
	background:url(../img/botiga.jpg) no-repeat top left;
	font-size:16px;
	color:#fff;
	width:172px;
	height:45px;
	float:right;
	margin-top:60px;
	padding:25px 0 0 80px;
	font-weight:bold;
	line-height:16px;
}
.banner_botiga span{color:#005C00;font-weight:normal;font-size:12px;}