

/** * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/) * http://cssreset.com */

html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary,time, mark, audio, video {	margin: 0;	padding: 0;	border: 0;	font-size: 100%;	font: inherit;	vertical-align: baseline;}/* HTML5 display-role reset for older browsers */article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {	display: block;}body {	line-height: 1;}ol, ul {	list-style: none;}blockquote, q {	quotes: none;}blockquote:before, blockquote:after,q:before, q:after {	content: '';	content: none;}table {	border-collapse: collapse;	border-spacing: 0;}

/******************************* my css *********/

body{
	background: white;
	color: white;
	font-family: Verdana, Geneva, sans-serif;
	height: 0px; /* trick for webkit bug with body overlaping with buttons*/
}

a {
	Text-decoration: none;
	color: white;
}

ul {
	list-style: disc;
}

li {
	margin-bottom: 10px;
}

/************* DEBUG ************/

.debug{
    height: 60px;
    top: 0px;
	left: 0px;
    width: 300px;
    height: 100%;
    position: fixed;
	z-index: 1000;
    margin-top:0px;
	background: white;
	color: red;
	border: 2px solid red;
    overflow: scroll;
}


/************* Useful ************/

.v_center{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.h_center{
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

.vh_center{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
}

.full{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}


.font11{
	font-size: 11px;
}

.font12 {
	font-size: 12px;
}

.font14 {
	font-size: 14px;
}

.font18 {
	font-size: 18px;
}

.line_h_130 {
	line-height: 130%;
}

/*
.max_width {
	width: 912px;
}
*/

.bold {
	font-weight: bold;
}

.no_disp{
	display: none;
}

.link{
	cursor: pointer;
}

.margin-x{
    margin-left: 5px;
    margin-right: 5px;
}


/************* ZOOM ************/

#zoom{
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.6);
	z-index: 1001;
	display: none;
	-webkit-transform: translateZ(0); /* trick for Chrome for position fixed and flash behind */
}

/************* AVIS LEGAL ************/

/** .peu_al: style of the foot (at the end of this file)**/

#avislegal, #politicacookies{
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.6);
	z-index: 1001;
	font-family: Verdana, Geneva, sans-serif;
	display: none;
	-webkit-transform: translateZ(0); /* trick for Chrome for position fixed and flash behind */
}

#avislegal  p, #politicacookies p {
	margin-top: 10px;
}

.text_al{
	width: 812px;
	height: 655px;
	padding: 50px;
	border-radius: 5px;
	background-color: white;
	color: #88806A;
    overflow: scroll;
}

.al_email_text{
	color: #88806A;
	font-weight: bold;
}

.avis-cookies{
    position: fixed;
    bottom: 0px;
    z-index: 100;
    left:0px;
    width: 100%;
    background-color: white;
    border-top: 1px solid #ccc;
    padding: 20px 30px 20px;
}

.avis-cookies p{
    color:#1d1b1b;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    font-size:14px;
    line-height: 22px;
}

.avis-cookies a{
    color:#88806a;
    cursor: pointer;
}

.avis-cookies a.subratllat{
    font-weight: bold;
    padding: 3px 8px;
    background-color: #88806a;
    font-size: 12px;
    color: white;
    margin-left: 20px;
}

/************* CAPÇALERA ************/

.capcalera{
    height: 60px;
    top:0px;
	left: 0px;
    width: 100%;
    position: fixed;
	z-index: 100;
    margin-top:0px;
	/*border-bottom: 1px solid white;*/
	background: black;
	box-shadow: 10px 0px 10px 0px black; 
}

/************* MENU ************/

.menu{
	position: absolute;
    top: 0px;
	height: 60px;
    width: 923px;
    margin-top:0px;
	font-size: 13px;
	background: black;
	left: 50%;
	transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

/*
.menu_roda{
	float: left;
	border-right: 1px solid white;
	top: 0px;
	height: 60px;
	width: 100px;
	background: black;
}
*/

.menu_roda_brai{
	float: left;
	border-right: 1px solid white;
	top: 0px;
	height: 60px;
	width: 236px;
	background: black;
}

.roda{
	float: left;
	margin-top: 10px;
	margin-left: 10px;
}

.brai{
	float: left;
	margin-top: 19px;
	margin-left: 17px;
}

.menu_empr{
	float: left;
	border-right: 1px solid white;
	top: 0px;
	height: 60px;
	width: 120px;
	background: black;
}

.menu_empr:hover{
	background: #88806a;
}

.menu_empr_sel{
	float: left;
	border-right: 1px solid white;
	top: 0px;
	height: 60px;
	width: 120px;
	background: #88806a;
}

.empresa{
	position:absolute;
	top: 50%;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	width: 120px;
	text-align: center;
}

.menu_fit_sel{
	float: left;
	border-right: 1px solid white;
	top: 0px;
	height: 60px;
	width: 125px;
	background: #88806a;
}

.menu_fit{
	float: left;
	border-right: 1px solid white;
	top: 0px;
	height: 60px;
	/*height: 272px;*/
	width: 125px;
	background: black;
}

.menu_fit:hover{
	background: #88806a;
}

.fit{
	position:absolute;
	top: 50%;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	width: 125px;
	text-align: center;
}

/*
#submenu{
	position: absolute;
	top: 60px;
	width: 913px;
	height: 150px;
	left: 50%;
	transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	display: none;
}
*/

#submenu_fit{
	position: relative;
	top: 62px;
	left: 0px;
	width: 125px;
	height: 216px;
	z-index: 110;
	display: none;
}

.sb_text_ver_align{
	position: absolute;
	text-align: center;
	width: 100%;
	top: 50%;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	font-size: 13px;
}

.sb_fit_1, .sb_fit_2, .sb_fit_3{
	position: absolute;
	left: 0px;
	height: 50px;
	width: 100%;
	background: black;
	opacity: 0.95;
	filter: alpha(opacity=95); /* For IE8 and earlier */
}
.sb_fit_1{
	top: 0px;
}
.sb_fit_2{
	top: 52px;
}
.sb_fit_3{
	top: 104px;
}
.sb_fit_1:hover, .sb_fit_2:hover, .sb_fit_3:hover{
	background: #88806a;
}

.sb_sel{
	opacity: 1;
	filter: alpha(opacity=100); /* For IE8 and earlier */
}

.menu_cn{
	float: left;
	border-right: 1px solid white;
	top: 0px;
	height: 60px;
	width: 125px;
	background: black;
}
.menu_cn:hover{
	background: #88806a;
}

.menu_cn_sel{
	float: left;
	border-right: 1px solid white;
	top: 0px;
	height: 60px;
	width: 125px;
	background: #88806a;
}

.cn{
	position:absolute;
	top: 50%;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	width: 125px;
	text-align: center;
}

.menu_proj{
	float: left;
	border-right: 1px solid white;
	top: 0px;
	height: 60px;
	width: 110px;
	background:black;
}

.menu_proj:hover{
	background: #88806a;
}

.menu_proj_sel{
	float: left;
	border-right: 1px solid white;
	top: 0px;
	height: 60px;
	width: 110px;
	background: #88806a;
}

.proj{
	position:absolute;
	top: 50%;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	width: 110px;
	text-align: center;
}

.menu_cont{
	float: left;
	border-right: 1px solid white;
	top: 0px;
	height: 60px;
	width: 101px;
	background:black;
}

.menu_cont:hover{
	background: #88806a;
}

.menu_cont_sel{
	float: left;
	border-right: 1px solid white;
	top: 0px;
	height: 60px;
	width: 101px;
	background: #88806a;
}

.cont{
	position:absolute;
	top: 50%;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	width: 101px;
	text-align: center;
}

.menu_idio{
	float: left;
	/*border-right: 1px solid white;*/
	top: 0px;
	height: 60px;
	width: 94px;
	background:black;
}

.menu_idio_sel{
	color: #88806a;
}

.idio{
	position:absolute;
	top: 50%;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	width: 94px;
	text-align: center;
}

.idio_op:hover{
	color: #88806a;
	cursor: pointer;
}

/************* CONTINGUT ************/

#contingut{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
}

.centrar_contingut{
	position: absolute;
    top: 0px;
	left: 50%;
	/*
	transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	*/
	margin-left: -457px;
    width: 914px;
    margin-top:0px;
}

/*************** lema **********/
	
.lema_empr{
	position: absolute;
	height: 420px;
	top: 60px;
	left: 0px;
    width: 100%;
    margin-top:0px;
	text-align: center;
}

.lema_cnc{
	position: absolute;
	/*height: 220px;*/
	height: 250px;
	top: 60px;
	left: 0px;
    width: 100%;
    margin-top:0px;
	text-align: center;
}

#lema_fit{
	position: absolute;
	height: 66px;
	top: 60px;
	left: 0px;
    width: 100%;
    margin-top:0px;
    background: white;
	text-align: center;
}

.lema_proj{
	position: absolute;
	height: 186px;
	top: 60px;
	left: 0px;
    width: 100%;
    margin-top:0px;
    background: white;
	text-align: center;
	font-size: 16px;
}

.lema_text{
	position: absolute;
	color: #88806a;
    /*width: 913px;*/
    width: 800px;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	font-size: 14px;
}

.titol_lema_proj{
	font-size: 32px;
}


/**************** CNC ******/

.lema_cnc_in{
	position: absolute;
	top: 0px;
    width: 913px;
	height: 100%;
	left: 50%;
	transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	color: #88806a;
}

.titol_lema_cnc{
	position: absolute;
	top: 60px;
    width: 913px;
	height: 30px;
	left: 50%;
	transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	font-size: 32px;
}
.text_lema_cnc{
	position: absolute;
    width: 913px;
	height: 110px;
	top: 110px;
	left: 50%;
	transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	line-height: 130%;
	font-size: 14px;
}

#img1_cnc{
	position: absolute;
	top: 310px; /* used in JS: scrollCncImage1() */ 
    width: 100%;
	/*height: 582px;*/
	z-index: -10;
}

.it_cnc{
	position: absolute;
	top: 1111px;
    width: 100%;
	height: 280px;
	background: white;
}

.it_cnc_in{
	position: absolute;
	top: 0px;
    width: 913px;
	height: 100%;
	left: 50%;
	transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	color: #88806a;
	text-align: center;
}

.titol_it_cnc{
	position: absolute;
	top: 60px;
    width: 913px;
	height: 30px;
	left: 50%;
	transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	font-size: 32px;
}
.text_it_cnc{
	position: absolute;
    width: 913px;
	height: 90px;
	top: 110px;
	left: 50%;
	transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	line-height: 130%;
	font-size: 14px;
}

/** galeria cnc **/

#galeria_cnc{
	position: absolute;
    top: 1045px;
	height: 1216px;
    width: 912px;
	background: #88806a;
}

#fons_galeria_cnc{
	position: absolute;
    top: 1045px;
	height: 1216px;
    width: 100%;
	background: #88806a;
}

#zoom_galeria_cnc{
	position: absolute;
    top: 1045px;
	height: 1216px;
    width: 100%;
	background-color: rgba(0,0,0,0.6);
	z-index: 50;
	display: none;
}

#fons_pagines_galeria_cnc{
	position: absolute;
	top: 2261px;
	height: 60px; /* pagines_galeria_cnc.height + 10*/
    width: 100%;
	background: white;
}

#pagines_galeria_cnc{
	position: absolute;
	top: 2261px;
	width: 912px;
	height: 50px;
}

/**************** FIT ******/

#lema2_fit, #tipus_fit, #tpam_fit{
	position: absolute;
	height: 170px;
	top: 60px;
    width: 100%;
	text-align: center;
}
#tipus_fit{
	height: 400px;
	top: 230px;
	background: #88806a;
}
#tpam_fit{
	height: 230px;
	top: 1440px;
	background: #88806a;
}
.lema2_fit_in, .tipus_fit_in, .tpam_fit_in{
	position: absolute;
	top: 0px;
    width: 913px;
	line-height: 130%;
	color: #88806a;
}
.lema2_fit_in{
	color: #88806a;
}
.tipus_fit_in, .tpam_fit_in{
	color: white;
}

.titol_lema2_fit{
	margin-top: 40px;
	font-size: 32px;
}
.titol_tpam_fit{
	margin-top: 40px;
	font-size: 26px;
}
.titol_tipus_fit{
	margin-top: 40px;
	font-size: 26px;
}
.text_lema2_fit, .text_tpam_fit{
	margin-top: 30px;
	font-size: 14px;
}
.text_tipus_fit{
	margin-top: 15px;
	font-size: 14px;
}




#imgs_fit{
	position: absolute;
	height: 730px;
	top: 670px;
    width: 100%;
	text-align: center;
}

#imgs_ecowin_fit_in, #imgs_mixwin_fit_in, #imgs_glasswin_fit_in{
	position: absolute;
    width: 913px;
	height: 240px;
	background: white;
}

.fons_imgs_ecowin_fit_in, .fons_imgs_mixwin_fit_in, .fons_imgs_glasswin_fit_in{
	position: absolute;
    width: 912px;
	height: 240px;
	background: white;
}

#imgs_ecowin_fit_in, .fons_imgs_ecowin_fit_in{
	top: 0px;
}
#imgs_mixwin_fit_in, .fons_imgs_mixwin_fit_in{
	top: 245px;
}
#imgs_glasswin_fit_in, .fons_imgs_glasswin_fit_in{
	top: 490px;
}
.fons_imgs_ecowin_fit_in, .fons_imgs_mixwin_fit_in, .fons_imgs_glasswin_fit_in {
	background: black;
}

.td_imgs_fit{
	padding: 20px;
}

.bg_negre{
	background: black;
	vertical-align: middle;
	width: 20%;
}
/**************** EMPRESA ******/

.lema_empr_in{
	position: absolute;
	top: 0px;
    width: 913px;
	height: 100%;
	left: 50%;
	transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	color: #88806a;
}

.titol_lema_empr{
	position: absolute;
	top: 60px;
    width: 913px;
	height: 30px;
	left: 50%;
	transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	font-size: 32px;
}
.text_lema_empr{
	position: absolute;
    width: 913px;
	height: 270px;
	top: 110px;
	left: 50%;
	transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	line-height: 130%;
	font-size: 14px;
}

.img_lema_empr{
	position: absolute;
    width: 64px;
	height: 70px;
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}


.img_lema_empr_i1{
	float: left;
	width: 64px;
}
/*
.img_lema_empr_i2{
	float: right;
	width: 70px;
}
*/

#img1_empr{
	position: absolute;
/*    position: fixed; */
	top: 480px; /* used in JS: scrollFidImage1() */ 
    width: 100%;
	/*height: 682px;/* 341px; */
	height: 341px;
	z-index: -10;
}


.fons_servei_p_q{
	position: absolute;
	/*top: 550px;*/
	top: 821px;
    width: 100%;
	height: 270px;
	background: #88806a;
}

.servei_p_q{
	position: absolute;
	/*top: 550px;*/
	top: 821px;
    width: 913px;
	height: 270px;
	left: 50%;
	transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	text-align: center;
}

.spq_titol{
	position: absolute;
	top: 50px;
    width: 913px;
	height: 30px;
	left: 50%;
	transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	font-size: 32px;
}
.spq_text{
	position: absolute;
    width: 913px;
	height: 90px;
	top: 130px;
	left: 50%;
	transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	line-height: 130%;
	font-size: 14px;
}



.it_empr{
	position: absolute;
	/*top: 1050px;*/
	top: 1091px;
    width: 100%;
	height: 450px;
	background: white;
}

.it_empr_in{
	position: absolute;
	top: 0px;
    width: 913px;
	height: 100%;
	left: 50%;
	transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	color: #88806a;
	text-align: center;
}

.titol_it_empr{
	position: absolute;
	top: 60px;
    width: 913px;
	height: 30px;
	left: 50%;
	transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	font-size: 32px;
}
.text_it_empr{
	position: absolute;
    width: 913px;
	height: 90px;
	top: 110px;
	left: 50%;
	transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	line-height: 130%;
	font-size: 14px;
}

.img_it_empr{
	position: absolute;
    width: 623px;
	height: 150px;
	top: 210px;
	left: 50%;
	transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}


.img_it_empr_i1{
	float: left;
	margin-right: 10px;
}

.img_it_empr_i2{
	float: left;
	margin-right: 10px;
}

.img_it_empr_i3{
	float: left;
}

.container_text_it_empr2{
	position: absolute;
    width: 913px;
	height: 70px;
	top: 380px;
	left: 50%;
	transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	font-size: 14px;
}

.text_it_empr2{
	line-height: 130%;
	color: #88806a;
}
.text_it_empr2:hover{
	font-weight: bold;
}

#img2_empr{
	position: absolute;
/*    position: fixed; */
	/*top: 1500px;*/
	top: 1541px;
    width: 100%;
	/*height: 682px;/* 341px; */
	height: 989px;
	z-index: 1;
}

#it_empr2 {
	position: absolute;
	top: 2530px;
    width: 100%;
	height: 60px;
	background: white;
	color: #88806a;
	font-size: 14px;
}



/**************** GALERIA ***********/ 

#galeria{
	position: absolute;
    top: 246px;
	height: 1216px;
    width: 912px;
	background: black;
}

#page_1_galeria {
}
#page_2_galeria {
	display: none;
}
#page_3_galeria {
	display: none;
}



.fons_galeria{
	position: absolute;
    top: 246px;
	height: 1216px;
    width: 100%;
	background: black;
}

#zoom_galeria{
	position: absolute;
    top: 246px;
	height: 1216px;
    width: 100%;
	background-color: rgba(0,0,0,0.6);
	z-index: 50;
	display: none;
}

#container_zoom_gal {
	position: absolute;
	top: 304px;
	width: 912px;
	height: 658px; /* 608 + 50 (img + text)*/
}

#container_img_zoom_galeria{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 608px;
	background: black;
}

#boto_tancar_zoom_gal {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 30px;
	height: 30px;
}
#boto_tancar_zoom_gal:hover{
	cursor: pointer;
}

#container_text_zoom_galeria{
	position: absolute;
	top: 608px;
	left: 0px;
	width: 100%;
	height: 50px;
}

#text_zoom_galeria{
	position: absolute;
	left: 50px;
	width: 812px;
	text-align: center;
}

.zoom_gal_change {
	position: absolute;
	top: 0px;
	width: 50px;
	height: 100%;
	cursor: pointer;
}

#zoom_gal_left {
	left: 0px;
}

#zoom_gal_right {
	right: 0px;
}

.zoom_gal_lr {
	width: 30px;
}




.div_img_galeria{
	height: 304px;
	width: 304px;
	float: left;
}
.div_img_galeria:hover{
	cursor: pointer;
}

.img_galeria{
	position: absolute;
	height: 304px;
	width: 304px;
}
/*
.img_galeria_event_handler{
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0px;
	left: 0px;
	z-index: 10;
	background: white;
	opacity: 0;
	filter: alpha(opacity=0); /* Trick for handle events in IE * /
}
*/
.img_img_galeria{
	position: absolute;
	height: 100%;
	width: 100%;
}

/*
.img_desc_galeria{
	position: absolute;
	bottom: 0px;
	left: 0px;
	height: 0px;
	width: 100%;
	background: black;
	text-align: center;
	overflow: hidden;
	z-index: 1;
	opacity: 0.6;
	filter: alpha(opacity=60); /* For IE8 and earlier */
}

/*
.text_img_desc_galeria{
	position: absolute;
	font-size: 12px;
	width: 100%;
	top: 50%;
	left: 0px;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
*/

#fons_pagines_galeria{
	position: absolute;
	top: 1461px;
	height: 60px; /* pagines_galeria_cnc.height + 10*/
    width: 100%;
	background: white;
}

#pagines_galeria {
	position: absolute;
	top: 1461px;
	width: 912px;
	height: 50px;
}

.pagina_galeria{
	position: absolute;
	width: 30px;
	height: 30px;
	color: gray;
}

.pagina_galeria:hover{
	font-weight: bold;
	cursor: pointer;
}

.pagina_galeria_sel{
	position: absolute;
	width: 30px;
	height: 30px;
	color: white;
	background-image: url('../img/rodona_paginacio.png');
}

#gal_pag_1 {
	top: 10px;
	right: 80px;
}
#gal_pag_2 {
	top: 10px;
	right: 40px;
}
#gal_pag_3 {
	top: 10px;
	right: 0px;
}


/**************** CONTACTE ***********/ 

#mapa_braipont{
	position: absolute;
	height: 450px;
    width: 100%;
	left: 0px;
    top: 60px;
	background: black;
	/* z-index: -2;*/
}

#contacte_text_background{
	position: absolute;
	height: 600px;
    width: 100%;
    top: 510px; /* 60+450*/ 
	bottom: 0px;
	left: 0px;
	background: #88806a;
}

#contacte_text_container{
	position: absolute;
	height: 550px;
    width: 913px;
    top: 25px;
	left: 50%;
	transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	/*background: black; /* temporal */
	font-size: 12px;
	color: white;
}


#contacte_info{
	position: absolute;
	height: 350px;
    width: 375px;
/*    top: 50px;*/
    top: 25px;
	left: 75px;
	line-height: 135%;
	/*background: red; /* temporal */
}

#contacte_form{
	position: absolute;
	height: 480px;
    width: 375px;
    top: 25px;
	right: 75px;
	/* background: blue; /* temporal */
	line-height: 150%;
}

#containter_img_contacte{
	position: absolute;
/*    position: fixed; */
    top: 1110px; /* 60+450+600*/ 
    width: 100%;
	height: 682px;/* 341px; */
/*	height: 518px;*/
	overflow: hidden;
}

#img_contacte{
	position: absolute;
	/*top: 0px;*/
	left: 0px;
	width: 100%;
	/*height: 100%;*/
}

.textbox_contacte { 
    background-color: #88806a; 
    border: solid 1px white; 
    outline: none; 
    padding: 2px 2px; 
	width: 300px;
	color: white;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
} 

.textarea_contacte { 
    background-color: #88806a; 
    border: solid 1px white; 
    outline: none; 
    padding: 2px 2px; 
	width: 300px;
	height: 100px;
	color: white;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
} 

#submit_contacte { 
    background-color: #88806a; 
    border: solid 1px white; 
    outline: none; 
    padding: 2px 2px; 
	color: white;
	cursor: pointer;
} 
#submit_contacte:hover{
	font-weight: bold;
}

.camps_obl_form{
	border: 0px solid black;
}

.titol_text{
	font-size: 26px;
}

#resposta_form_cont{
	position: absolute;
	/*bottom: 45px;
	left: 100px;*/
	/*font-weight: bold;*/
	font-size: 12px;
	padding: 20px;
	border-radius: 5px;
	cursor: pointer;
	background: white;
	color: black;
}


/**************** zoom_img_cont ***********/ 

#zoom_img_cont{
	position: absolute;
	padding: 56px;
	border-radius: 5px;
	background: white;
}

/**************** ECOWIN ***********/ 

#ecowin, #mixwin, #glasswin{
	position: absolute;
	height: 220px;
    width: 100%;
	left: 0px;
    top: 126px;
	background: white;
	/* z-index: -2;*/
}
/*
#ecowin_foto{
	position: absolute;
	height: 274px; /*341px; /* 274 * /
    width: 100%;
    top: 0px;
	left: 0px;
	z-index: 0;
	overflow: hidden;
}
#ecowin_img{
	position: absolute;
/*    position: fixed; /* fixed after* /
	top: 0px;
	left: 0px;
    width: 100%;
	height: 274px;/* 341px; * /
	z-index: -10;
}

.fletxa_esquerra{
	position:absolute;
	z-index: 1;
	left: 50%;
	top: 50%;
	transform: translate(-450px,-20px);
	-ms-transform: translate(-450px,-20px);
	-webkit-transform: translate(-450px,-20px);
}

.fletxa_esquerra:hover{
	cursor: pointer;
}

.fletxa_dreta{
	position:absolute;
	z-index: 1;
	left: 50%;
	left: 50%;
	top: 50%;
	transform: translate(420px,-20px);
	-ms-transform: translate(420px,-20px);
	-webkit-transform: translate(420px,-20px);
}
.fletxa_dreta:hover{
	cursor: pointer;
}
*/
#rodones_slide{
	position: absolute;
	width: 150px;
	height: 30px;
	bottom: 0px;
	z-index: 1;
	left: 50%;
	transform: translateX(410px);
	-ms-transform: translateX(410px);
	-webkit-transform: translateX(410px);
}

.rodona_slide{
	float: left;
	bottom: 20px;
	filter: alpha(opacity=60); /* For IE8 and earlier*/
	opacity: 0.60;
}

.rodona_slide:hover{
	cursor: pointer;
	filter: alpha(opacity=100); /* For IE8 and earlier*/
	opacity: 1.00;
}

.rodona_slide_sel{
	float: left;
	bottom: 20px;
}


#ecowin_text, #mixwin_text, #glasswin_text{
	position: absolute;
	height: 313px;
    width: 100%;
    /* top: 310px; /* 273 */
    top: 273px; 
	bottom: 0px;
	left: 0px;
	background: #88806a;
	/*border: 1px solid black;*/
	z-index: 1;
}

#ecowin_text_containter, #mixwin_text_containter , #glasswin_text_containter {
	position: absolute;
	width: 914px;
	height: 220px;
}

.e_text, .m_text, .g_text{
	position: absolute;
	height: 50px;
    width: 713px;
    top: 30px;
	font-size: 32px;
	text-align: center;
	left: 50%;
	transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

.taula_ecowin, .taula_mixwin, .taula_glasswin{
	position: absolute;
    /* top: 70px; */
	height: 210px;
    width: 713px;
	left: 50%;
	transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	text-align: center;
	font-size: 14px;
	top: 90px;
	height: 140px;
	line-height: 130%;
}

/*
.row_ecowin{
	margin: 10px;
	font-size: 12px;
	line-height: 130%;
}
*/

/************** finestres **********/

.info_finestres{
	position: absolute;
	/*top: 709px;*/
	top: 346px;
	left: 0px;
	height: 744px;
    /*width: 853px;*/
    width: 100%;
    margin-top:0px;
	/*background: white;*/
	z-index:-2;
	/*overflow-x: hidden;*/
}

/*
.planol{
	position:absolute;
	top: 659px; /* used in jsss.js:scrollPlanol() * /
	left: 50%;
	transform: translateX(-760px);
	-ms-transform: translateX(-760px);
	-webkit-transform: translateX(-760px);
	z-index: -1;
}

.planol_vertical{
	position:absolute;
	top: 659px; /* used in jsss.js:scrollPlanol() * /
	left: 50%;
	transform: translateX(-610px);
	-ms-transform: translateX(-610px);
	-webkit-transform: translateX(-610px);
	z-index: -10;
}
*/

.finestres{
	position:absolute;
	top: 30px;
	height: 346px;
/*    width: 853px; */
    width: 913px; /* 913px = 100%*/
	background: white;
	z-index: 0;
	left: 0px;
/*
	left: 50%;
	transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
*/
}

/*#braipont_0113174499, #braipont_0211982167, #braipont_037031590, #braipont_0415331371, #braipont_05275887, #braipont05ok14462344 */

#braipont01novesmides4833195, #braipont02novesmides1165635, #braipont03novesmides6862482,#braipont04novesmides14556316, #braipont05ok14462344 {
	position:absolute;
	height: 426px;
    width: 657px;
    left: 30px;
}
/*
.finestra_img{
	position:absolute;
    width: 270px;
	left: 50%;
	transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

.fletxa_esquerra_c{
	position:absolute;
	top: 136px;
	left: 20px;
	z-index: 1;
}

.fletxa_dreta_c{
	position:absolute;
	top: 136px;
	right: 20px;
	z-index: 1;
}
*/
.menu_finestra{
	position:absolute;
	right: 0px;
	height: 346px;
    width: 196px;
    margin-top:0px;
	font-size: 16px;
}


.menu_ecowin69{
	position: absolute;
	top: 0px;
	height: 114px;
	width: 196px;
	background: #88806a;
}

.menu_ecowin69:hover{
	background: black;
	cursor: pointer;
}

.menu_ecowin69_sel{
	position: absolute;
	top: 0px;
	height: 114px;
	width: 196px;
	background: black;
}

.ecowin69{
	position:absolute;
	top: 50%;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	width: 196px;
	text-align: center;
}

.menu_ecowin78{
	position: absolute;
	top: 116px;
	height: 114px;
	width: 196px;
	background: #88806a;
}

.menu_ecowin78:hover{
	background: black;
	cursor: pointer;
}

.menu_ecowin78_sel{
	position: absolute;
	top: 116px;
	height: 114px;
	width: 196px;
	background: black;
}

.ecowin78{
	position:absolute;
	top: 50%;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	width: 196px;
	text-align: center;
}

.menu_ecowin89{
	position: absolute;
	top: 232px;
	height: 114px;
	width: 196px;
	background: #88806a;
}

.menu_ecowin89:hover{
	background: black;
	cursor: pointer;
}

.menu_ecowin89_sel{
	position: absolute;
	top: 232px;
	height: 114px;
	width: 196px;
	background: black;
}

.ecowin89{
	position:absolute;
	top: 50%;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	width: 196px;
	text-align: center;
}


.menu_mixwin_sel{
	position: absolute;
	top: 0px;
	height: 100%;
	width: 196px;
	background: black;
}

.mixwin{
	position:absolute;
	top: 50%;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	width: 196px;
	text-align: center;
}

.menu_glasswin_sel{
	position: absolute;
	top: 0px;
	height: 100%;
	width: 196px;
	background: black;
}

.glasswin{
	position:absolute;
	top: 50%;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	width: 196px;
	text-align: center;
}




.info_finestra{
	position:absolute;
	top: 376px;
	height: 352px;
    width: 913px; /* 913px = 100% */
	background: white;
	left: 0px;
	z-index: -1;
/*
	left: 50%;
	transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
*/}

.desc_finestra{
	position: absolute;
	top: 50px;
	left: 0px;
	height: 302px;
    width: 660px;
    margin-top:0px;
	overflow: hidden;
}

.desc_finestra_hid{
	position: absolute;
	/* top: 0px; */
	top: 84px;
	left: 660px;
	/*height: 302px;*/
	height: 218px;
    width: 657px;
}

.desc_finestra_vis{
	position: absolute;
	/*top: 0px;*/
	top: 84px;
	left: 0px;
	/*height: 302px;*/
	height: 218px;
    width: 660px;
}

.f_oberta_img{
	position:absolute;
    width: 200px;
	cursor: pointer;
	/*
	left: 50%;
	transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	*/
}

.desc_f_text{
	position: absolute;
	left: 230px;
	width: 430px;
	color: black;
	font-size: 10pt;
}


.menu_icones{
	position:absolute;
	right: 0px;
	height: 352px;
    width: 196px;
}

.desc_img_petit{
	position: absolute;
	margin: 0px;
	left: 15px;
}

.menu_ce{
	position: absolute;
	top: 5px;
	height: 38px;
	width: 196px;
	background: white;
	color: black;
}

.ce1{
	position:absolute;
	top: 5px;
	width: 100px;
	font-size: 9px;
	line-height: 130%;
}

.ce2{
	position:absolute;
	top: 5px;
	right: 0px;
	width: 96px;
	text-align: center;
	font-size: 32pt;
}

.menu_perm{
	position: absolute;
	top: 83px;
	height: 38px;
	width: 196px;
	background: #88806a;
}

.menu_perm:hover{
	cursor: pointer;
}

.perm{
	position:absolute;
	top: 50%;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	right: 5px;
	width: 120px;
	font-size: 8px;
	line-height: 130%;
}

.menu_estanq{
	position: absolute;
	top: 123px;
	height: 38px;
	width: 196px;
	background: #88806a;
}

.menu_estanq:hover{
	cursor: pointer;
}

.estanq{
	position:absolute;
	top: 50%;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	right: 5px;
	width: 120px;
	font-size: 8px;
	line-height: 130%;
}

.menu_resist{
	position: absolute;
	top: 163px;
	height: 38px;
	width: 196px;
	background: #88806a;
}

.menu_resist:hover{
	cursor: pointer;
}

.resist{
	position:absolute;
	top: 50%;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	right: 5px;
	width: 120px;
	font-size: 8px;
	line-height: 130%;
}

.menu_prest{
	position: absolute;
	top: 203px;
	height: 38px;
	width: 196px;
	background: #88806a;
}

.menu_prest:hover{
	cursor: pointer;
}

.prest{
	position:absolute;
	top: 50%;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	right: 5px;
	width: 120px;
	font-size: 8px;
	line-height: 130%;
}

.menu_trans{
	position: absolute;
	top: 243px;
	height: 38px;
	width: 196px;
	background: #88806a;
}

.menu_trans:hover{
	cursor: pointer;
}

.trans{
	position:absolute;
	top: 50%;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	right: 5px;
	width: 120px;
	font-size: 8px;
	line-height: 130%;
}

.menu_pdf{
	position: absolute;
	top: 296px;
	height: 56px;
	width: 196px;
	background: black;
}

.menu_pdf:hover{
	background: #88806a;
	cursor: pointer;
}

.pdf{
	position:absolute;
	top: 50%;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	right: 5px;
	width: 120px;
	font-size: 8px;
}

/************** descripció desplegable *********/

.icones_desc{
	position:absolute;
	/* */ height: 0px; /* without extended desc*/
	/* * /height: 470px; /* when extended*/
    width: 100%;
	background: white;
	top: 1090px;
	left: 0px;
	color: white;
	overflow: hidden;
}

.img_tancar{
	position: absolute;
	top: 10px;
	left: 50%;
	z-index: 1;
	transform: translateX(410px);
	-ms-transform: translateX(410px);
	-webkit-transform: translateX(410px);
}

.img_tancar:hover {
	cursor: pointer;
}

.desc_img_gran{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	left: 25px;
}

.desc_gros_desc{
	position:absolute;
	top: 50%;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	left: 150px;
	background: #88806a;
	font-size: 13px;
	line-height: 130%;
}

.desc_gros_text{
	position:absolute;
	width: 480px;
	top: 50%;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	left: 320px;
	background: #88806a;
	font-size: 11px;
	line-height: 130%;
}

.perm_gros{
	position:absolute;
	top: 0px;
	left: 50%;
	transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	height: 88px;
    width: 913px;
	background: #88806a;
}

.estanq_gros{
	position:absolute;
	top: 90px;
	left: 50%;
	transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	height: 88px;
    width: 913px;
	background: #88806a;
}

.resist_gros{
	position:absolute;
	top: 180px;
	left: 50%;
	transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	height: 88px;
    width: 913px;
	background: #88806a;
}

.prest_gros{
	position:absolute;
	top: 270px;
	left: 50%;
	transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	height: 88px;
    width: 913px;
	background: #88806a;
}

.trans_gros{
	position:absolute;
	top: 360px;
	left: 50%;
	transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	height: 88px;
    width: 913px;
	background: #88806a;
}


/******************* info2 *********/
.info2_finestra{
	position: absolute;
	/** /top: 1923px; /* extended desc */
	/**/ top: 1090px; /* top without extended desc */
	left: 0px;
	height: 734px; /* with SO selected*/
/*	height: 734px; /* with SO selected*/
/*	height: 734px; /* with SO selected*/
    width: 100%;
	background: white;
	z-index: -3;
}

.menu2_finestra{
	position: absolute;
	top: 5px;
	height: 56px;
    width: 913px;
	font-size: 14px;
	left: 50%;
	transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	z-index: 3;
}

.menu_sistemes{
	position: absolute;
	top: 0px;
	left: 0px;
	height: 56px;
	width: 303px;
	background: #88806a;
}

.menu_sistemes:hover{
	background: black;
	cursor: pointer;
}

.menu_sistemes_sel{
	position: absolute;
	top: 0px;
	left: 0px;
	height: 56px;
	width: 303px;
	background: black;
}

.sistemes{
	position:absolute;
	width: 303px;
	text-align: center;
	/* font-size: 16px; */
	top: 50%;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.menu_opcions{
	position: absolute;
	top: 0px;
	left: 305px;
	height: 56px;
	width: 303px;
	background: #88806a;
}

.menu_opcions:hover{
	background: black;
	cursor: pointer;
}

.menu_opcions_sel{
	position: absolute;
	top: 0px;
	left: 305px;
	height: 56px;
	width: 303px;
	background: black;
}

.opcions{
	position:absolute;
	width: 303px;
	text-align: center;
	/* font-size: 16px; */
	top: 50%;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.menu_acabats{
	position: absolute;
	top: 0px;
	left: 610px;
	height: 56px;
	width: 303px;
	background: #88806a;
}

.menu_acabats:hover{
	background: black;
	cursor: pointer;
}

.menu_acabats_sel{
	position: absolute;
	top: 0px;
	left: 610px;
	height: 56px;
	width: 303px;
	background: black;
}

.acabats{
	position:absolute;
	width: 303px;
	text-align: center;
	/* font-size: 16px; */
	top: 50%;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}


.desc2_finestra_so{
	position: absolute;
	top: 106px;
	height:  595px;
    width: 678px;
	left: 50%;
	transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
/*	visibility: hidden; */
	overflow: hidden;
}

.desc2_table_so{
	color: black;
	width: 100%;
	height: 100%;
	text-align: center; 
	font-size: 11px;
}

.row1_desc2_f_so {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 678px;
	height: 170px;
	border: 0px solid black;
}

.row2_desc2_f_so {
	position: absolute;
	top: 200px;
	left: 0px;
	width: 678px;
	height: 170px;
	border: 0px solid black;
}

.row3_desc2_f_so {
	position: absolute;
	top: 400px;
	left: 0px;
	width: 678px;
	height: 170px;
	border: 0px solid black;
}

.desc2_finestra_op{
	position: absolute;
	/* top: 106px; */
	top: 86px;
	/*height: 0px; /* 795px;*/
	height: 0px; /* 1066px;*/
    width: 913px;
	left: 50%;
	transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	background: white;
	color: black;
	font-size: 12px;
	visibility: hidden;
	overflow: hidden;
	line-height: 130%;
}

.row1_desc2_f_op {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 245px;
	background: #F8F8F8;
}
.col1_r1_d2_op{
	position: absolute;
	top: 20px;
	left: 70px;
	height: 205px;
	width: 250px;
}
.col2_r1_d2_op{
	position: absolute;
	top: 20px;
	left: 335px;
	height: 205px;
	width: 240px;
}
.col3_r1_d2_op{
	position: absolute;
	top: 20px;
	left: 630px;
	height: 205px;
	width: 240px;
}

#escup1_img, #escup2_img, #rega1_img, #rega2_img{
	cursor: pointer;
}


.text_img_op {
	position: absolute;
	bottom: 0px;
	width: 100%;
	text-align: center;
	font-size: 10px;
	color: #88806a;
}

#rega1_txt, #rega2_txt {
	bottom: -10px;
}


.row2_desc2_f_op {
	position: absolute;
	top: 265px;
	left: 0px;
	width: 913px;
	height: 446px;
	border: 0px solid red;
	background: #F8F8F8;
}
.row2_desc2_f_op_info {
	position: absolute;
	top: 0px;
	left: 70px;
	height: 100px;
	width: 772px;
}
.row2_desc2_f_op_imgs {
	position: absolute;
	top: 140px;
	height: 205px;
}
.row2_desc2_f_op_pdf {
	position: absolute;
	left: 70px;
	top: 370px;
	color: black;
	width: 200px;
	height: 56px;
	font-size: 10px;
}
.col1_r2_d2_op{
	position: absolute;
	top: 0px;
	left: 40px;
	height: 205px;
	width: 240px;
}
.col2_r2_d2_op{
	position: absolute;
	top: 0px;
	left: 335px;
	height: 205px;
	width: 240px;
}
.col3_r2_d2_op{
	position: absolute;
	top: 0px;
	left: 610px;
	height: 205px;
	width: 280px;
}


.row3_desc2_f_op {
	position: absolute;
	top: 731px;
	left: 0px;
	width: 913px;
	height: 335px;
	border: 0px solid blue;
	background: #F8F8F8;
}
.row3_desc2_f_op_info {
	position: absolute;
	top: 0px;
	left: 70px;
	height: 100px;
	width: 772px;
}
.row3_desc2_f_op_imgs {
	position: absolute;
	top: 100px;
	left: 40px;
	height: 205px;
	width: 800px;
}
.col1_r3_d2_op, .col2_r3_d2_op, .col3_r3_d2_op {
	position: absolute;
	top: 0px;
	height: 215px;
	width: 240px;
}
.col1_r3_d2_op{
	left: 0px;
}
.col2_r3_d2_op{
	left: 295px;
}
.col3_r3_d2_op{
	left: 570px;
	width: 280px;
}

.desc2_finestra_ac{
	position: absolute;
	top: 106px;
	height: 0px; /* 295px; */
    width: 880px;
	left: 50%;
	transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	background: white;
	visibility: hidden;
	overflow: hidden;
}

.row1_desc2_f_ac {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 880px;
	height: 80px;
	border: 0px solid black;
}

.row2_desc2_f_ac {
	position: absolute;
	top: 90px;
	left: 0px;
	width: 880px;
	height: 150px;
	border: 0px solid black;
}

.desc2_table_ac{
	color: black;
	width: 100%;
	height: 100%;
	text-align:	left; 
	font-size: 10pt;
}

.desc2_table_ac_td{
	width: 30%;
}

.desc2_table_ac_td2{
	width: 13.5%;
}

.desc2_img_ac{
	width: 110px;
	height: 110px;
}

.desc2_ac_td2_cursiva{
	margin-top: 4px;
	font-size: 8pt;
	font-style: italic;
}


/******************* peu **************/

.cont_peu_empr, .cont_peu_fit, .cont_peu_fit_ecowin, .cont_peu_fit_mixwin, .cont_peu_fit_glasswin, .cont_peu_cnc, .cont_peu_proj, .cont_peu_contacte {
	position: absolute;
	left: 0px;
	/*height: 93px;*/
	height: 123px;
	width: 100%;
	background: black;
	font-size: 11px;
}
.cont_peu_empr{
	top: 2590px;
}
.cont_peu_fit{
	top: 1670px;
}
.cont_peu_cnc{
	top: 2321px;
}
.cont_peu_fit_ecowin, .cont_peu_fit_mixwin, .cont_peu_fit_glasswin{
	top: 1824px;
}
.cont_peu_proj{
	top: 1612px; /* 1648px 1741px;*/
}
.cont_peu_contacte{
	top: 1792px; /* 60+450+600+682 */
	/*top: 1628px; /* 60+450+600+518 */
}

.peu_cont{
	position: absolute;
	top: 0px;
	height: 93px;
	width: 913px;
	background: black;
	left: 50%;
	transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

.peu_sup{
	position: absolute;
	top: 20px;
	left: 0px;
	width: 913px;
	/*width: 852px;*/
	height: 25px;
	border-bottom: 1px solid white;
}

.peu_emp{
	position: absolute;
	top: 0px;
	left: 30px;
	width: 180px;
	text-align: center;
}
.peu_emp:hover{
	color: #88806a;
	cursor: pointer;
}
.peu_emp_sel{
	position: absolute;
	top: 0px;
	left: 30px;
	width: 180px;
	text-align: center;
	color: #88806a;
}
.peu_fit{
	position: absolute;
	top: 0px;
	left: 230px;
	width: 190px;
	text-align: center;
}
.peu_fit:hover{
	color: #88806a;
	cursor: pointer;
}
.peu_fit_sel{
	position: absolute;
	top: 0px;
	left: 230px;
	width: 190px;
	text-align: center;
	color: #88806a;
}
.peu_cn{
	position: absolute;
	top: 0px;
	left: 450px;
	width: 170px;
	text-align: center;
}
.peu_cn:hover{
	color: #88806a;
	cursor: pointer;
}
.peu_cn_sel{
	position: absolute;
	top: 0px;
	left: 450px;
	width: 170px;
	text-align: center;
	color: #88806a;
}
.peu_proj{
	position: absolute;
	top: 0px;
	left: 642px;
	width: 120px;
	text-align: center;
}
.peu_proj:hover{
	color: #88806a;
	cursor: pointer;
}
.peu_proj_sel{
	position: absolute;
	top: 0px;
	left: 642px;
	width: 120px;
	text-align: center;
	color: #88806a;
}
.peu_contacte{
	position: absolute;
	top: 0px;
	left: 762px;
	width: 120px;
	text-align: center;
}
.peu_contacte:hover{
	color: #88806a;
	cursor: pointer;
}
.peu_contacte_sel{
	position: absolute;
	top: 0px;
	left: 762px;
	width: 120px;
	text-align: center;
	color: #88806a;
}
/*
.peu_idioma{
	position: absolute;
	top: 0px;
	right: 0px;
	width: 110px;
	text-align: left;
}
*/
.peu_inf{
	position: absolute;
	top: 50px;
	width: 735px;
	height: 20px;
}

.peu_dir{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 430px;
	text-align: left;
}

.peu_dir_text{
	position:absolute; 
	top: 50%;
	left: 35px;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.peu_tel{
	position: absolute;
	top: 0px;
	left: 430px;
	width: 140px;
	text-align: left;
}
.peu_dir_tel{
	position:absolute; 
	top: 50%;
	left: 30px;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.peu_email{
	position: absolute;
	top: 0px;
	left: 570px;
	width: 180px;
	height: 21px;
	text-align:  left;
}
.peu_email_img{
	position:absolute; 
	left: 0px;
	top: 3px;
}
.peu_email_text{
	position:absolute; 
	top: 50%;
	left: 30px;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
/*
.peu_idi{
	position: absolute;
	top: 50%;
	transform: translateY(-20%);
	-ms-transform: translateY(-20%);
	-webkit-transform: translateY(-20%);
	right: 0px;
	width: 150px;
	height: 21px;
	text-align: left;
}
.peu_idi_opt_sel{
	color: 	 #88806a;
}

.peu_idi_opt{
	
}
.peu_idi_opt:hover{
	color: 	#88806a;
	cursor: pointer;
}
*/

/** avis legal **/
.peu_al{
	position: absolute;
	top: 93px;
	width: 100%;
	height: 25px;
	background-color: #222222;
	color: white;
	cursor: pointer;
	font-size: 9px;
}
