/********************************** ESTILS COMPARTITS **********************************/
/********************************** ESTILS GENERICS **********************************/
.left {
	float: left;
}
.right {
	float: right;
}
.box {
	display: block;
	overflow: hidden;
}
.block,
.row {
	display: block;
	float: none;
	overflow: hidden;
}
.row {
	margin-bottom: 2.0em;
}
.clear {
	float: none;
	clear: both;
}
.hidden_text {
	display: block;
	overflow: hidden;
	text-indent: -9999em;
}
.box_holder {
	padding: 1.2em;
}
.separa_yellow {
	border-bottom: 0.2em solid #FFD520;
	margin: 1.8em 0;
}
.separa_yellow hr {
	display: none;
}

/******************* VEURE MES *******************/
.see_more {
	position: absolute;
	right: 0.6em;
	bottom: 0.6em;
}
.see_more a {
	font-size: 1.1em;
}

/******************* MISSATGE FORMULARI *******************/
.message .correcte {
	color: #4E5A1B;
}
.message .error {
	color: #c1272d;
}

/***************************** FORMULARI *****************************/
/******************* BOTONS *******************/
.bt_green {
	height: 4.3em;
	overflow: hidden;
	display: block;
}
.bt_green p {
	background: url(img/bt_bg_left.png) no-repeat 0 0;
	font-size: 1.0em;
	/*height: 4.3em;*/
	float: right;
	padding-left: 1.8em;
	padding-right: 0em;
	padding-top: 1.4em;
	padding-bottom: 1.2em;
	margin: 0;
}
.bt_green p a {
	font-size: 1.2em;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	/*display: block;*/
	float: left;
}
.bt_green span {
	background: url(img/bt_bg_right.png) no-repeat 100% 0;
	float: right;
	width: 1.6em;
	height: 4.3em;
}

.bt_green input {
	background: url(img/bt_bg_left.png) no-repeat 0 0;
	border: none;
	height: 3.4em;
	padding: 0 0 0 1.6em;
	margin: 0;
	text-align: right;
	float: right;
	color: #FFF;
	font-size: 1.2em;
	font-weight: bold;
	cursor: pointer;
}
.text_field,
.text_field_mini {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #7F7F7F;
	border-width: 1px;
	border-style: solid;
	border-color: #666 #CCC #CCC #CCC;
	padding: 0.2em 0 0.1em 0.2em;
}

/******************* COLORS *******************/

/******************* Video Home *******************/
#home_video {
	margin: 1.4em 0;
	width: 31.0em;
	height: 27.0em;
}

/******************* CANTONADES ARRODONIDES *******************/
.box_corners {
	position: relative;
	display: block;
	padding-bottom: 0.1em;
}
.corners_top,
.corners_bot {
	position: absolute;
	left: 0;
	height: 0.3em;
	width: 100%;
	overflow: hidden;
}
.corners_bot {
	/*margin-top: -0.3em;*/
}
.corners_top {
	background: url(img/top_left_corner.png) no-repeat 0 0;
	top: 0;
}
.corners_bot {
	background: url(img/bot_left_corner.png) no-repeat 0 0;
	bottom: 0;
}
.corners_top span,
.corners_bot span {
	float: right;
	width: 0.3em;
	height: 0.3em;
	overflow: hidden;
}
.corners_top span {
	background: url(img/top_right_corner.png) no-repeat 0 0;
}
.corners_bot span {
	background: url(img/bot_right_corner.png) no-repeat 0 0;
}

/******************************** CAIXES ********************************/
/******************** FOTO HOME ********************/
.foto_home {
	margin-right: 1.0em;
}
.foto_home img {
	width: 50.0em;
	height: 33.5em;
}
/******************** DESTACATS HOME ********************/
.destacats .yellow_box,
.destacats .green_box {
	height: 33.5em;
	padding: 0 1.4em;
}
/******************** CAIXES FONS COLOR ********************/
.yellow_box {
	background-color: #FFD520;
}
.green_box {
	background-color: #ACDD28;
}
/******************** CAIXA GROGA HOME ********************/
.yellow_box {
	background-image: url(img/bg_yellow_box_home.gif);
	background-position: left bottom;
	background-repeat: repeat-x;
}
.yellow_box h1 {
	line-height: 2.2em;
	padding: 0.8em 0 2.0em 0;
}
.yellow_box h1 span {
	font-size: 2.4em;
	font-weight: bold;
}
.yellow_box p.text {
	font-size: 1.4em;
	font-weight: bold;
	line-height: 1.25em;
}
.yellow_box a {
	color: #000;
}
/******************** CAIXA VERDA HOME ********************/
.green_box {
	background-position: left top;
	background-repeat: repeat-x;
}
.green_box_large {
	background-image: url(img/bg_green_box_large.gif);
}
.green_box_short {
	background-image: url(img/bg_green_box_short.gif);
}
.green_box .holder {
	padding-top: 0.8em;
}
.green_box a {
	color: #000;
}
.green_box h2.eco_title_small,
.green_box h3.eco_title_small {
	background: url(img/ecotest_small.jpg) no-repeat 0 0;
	width: 11.5em;
	height: 2.2em;
	/*margin-top: 1.0em;*/
	margin-bottom: 0.4em;
}
.green_box h2.eco_title_small span,
.green_box h2.eco_title_small a,
.green_box h3.eco_title_small span,
.green_box h3.eco_title_small a {
	width: 11.5em;
	height: 2.2em;
	display: block;
}
.green_box h2.eco_title_big,
.green_box h3.eco_title_big {
	background: url(img/ecotest_big.jpg) no-repeat 0 0;
	width: 18.5em;
	height: 3.0em;
	/*margin-top: 1.0em;*/
	margin-bottom: 0.4em;
}
.green_box h2.eco_title_big span,
.green_box h2.eco_title_big a,
.green_box h3.eco_title_big span,
.green_box h3.eco_title_big a {
	width: 18.5em;
	height: 3.0em;
	display: block;
}
.green_box .intro_text {
	font-size: 1.1em;
	/*font-weight: bold;*/
	padding-bottom: 0.4em;
}
.green_box li,
.green_box p {
	display: block;
}
.green_box form {
}
.green_box form label span {
	display: block;
	font-size: 1.2em;
	padding-bottom: 0.1em;
}
.green_box form label select {
	padding: 0;
	margin-bottom: 0.1em;
	width: 18.0em;
	font-size: 1.1em;
}
.green_box .bt_green {
	margin-top: 0.6em;
}
.green_box .more_info {
	position: absolute;
	left: 1.6em;
	bottom: 1.6em;
	width: 7.0em;
}
.green_box .more_info p {
	line-height: 1.2em;
}
.green_box .more_info p a {
	font-size: 1.1em;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}
.green_box .more_info p a:hover {
	text-decoration: underline;
}
.green_box p.eco_mini {
	font-size: 1.1em;
	font-weight: bold;
	padding-top: 0.5em;
}


/******************** CAIXA TITOL PESTANYA ********************/
.tap_box {
	position: relative;
	border-bottom: 0.2em solid #FFD520;
}
.images_row .tap_box {
	min-height: 32.6em;
}
.text_row .tap_box {
	min-height: 28.4em;
}
/**** TITOL PESTANYA I CERCADOR ****/
.title_box {
	border-bottom: 0.1em solid #FFD520;
	display: block;
	float: none;
	overflow: hidden;
	padding-bottom: 0.1em;
}
.title_box h1,
.title_box h2 {
	background: url(img/bg_title_tap.gif) repeat-x 0 100%;
	float: left;
	padding: 0 0.2em;
	height: 2.5em;
}
.title_box h1 span,
.title_box h2 span,
.searcher_box h2 span,
.title_box h1 a,
.title_box h2 a,
.searcher_box h2 a {
	font-size: 1.4em;
	padding-top:0.4em;
	display: block;
}
.title_box h1 a,
.title_box h2 a,
.searcher_box h2 a {
	text-decoration: none;
}
.title_box .corners_left,
.title_box .corners_right {
	width: 1.4em;
	height: 2.5em;
	float: left;
}
.title_box .corners_left {
	background-position: 100% 100%;
}
.title_box .corners_left,
.searcher_box .corners_top {
	background-image: url(img/bg_title_tap_left.gif);
	background-repeat: no-repeat;
}
.title_box .corners_right,
.searcher_box .corners_top span {
	background-image: url(img/bg_title_tap_right.gif);
	background-repeat: no-repeat;
	background-position: 0 100%;
}
.title_page {
	margin-bottom: 1.4em;
}
/************* LLISTES ************/
.tap_box ul {
	padding: 1.2em 0.6em 1.2em 0.8em;
}
.tap_box ul li {
	background: url(img/tap_list_bullet.gif) no-repeat 0 0.3em;
	padding-bottom: 2.0em;
	display: block;
	overflow: hidden;
	float: none;
}
.tap_box ul li div {
	padding-left: 1.6em;
	display: block;
	overflow: hidden;
}
.tap_box ul li img {
	float: left;
	display: block;
	overflow: hidden;
	vertical-align: middle;
}
.tap_box ul li h3 {
	padding-bottom: 0.4em;
}
.tap_box ul li h3 a {
	font-size: 1.2em;
	font-weight: bold;
}
.tap_box ul li h3 span {
	font-size: 1.1em;
	font-weight: normal;
}
.tap_box ul li h3 a {
	color: #000;
	text-decoration: none;
}
.tap_box ul li h3 a:hover {
	text-decoration: underline;
}
.tap_box ul li p {
	font-size: 1.1em;
}

/************* SUB LLISTES MULTIMEDIA ************/
.tap_box .multimedia_list div div {
	padding: 0 0 0.4em 0;
}
.tap_box .multimedia_list p {
	float: left;
	margin-right: 0.4em;
}
.tap_box .multimedia_list ul {
	padding: 0;
	display: block;
	overflow: hidden;
}
.tap_box .multimedia_list li ul li {
	padding-bottom: 0;
	background: 0;
	display: inline;
	float: left;
	color: #89B61F;
}
.tap_box .multimedia_list li ul li a {
	font-size: 1.1em;
}
.tap_box .multimedia_list li ul.categories li {
	margin-right: 0.4em;
	padding-right: 0;
}
.tap_box .multimedia_list li ul.galeries {
	margin: 0.2em 0 0.2em -0.8em;
}
.tap_box .multimedia_list li ul.galeries li {
	height: 2.3em;
	display: table-cell;
	vertical-align: middle;
	border-left: 0.1em solid #B3B3B3;
	margin: 0 1.4em 0 0;
	padding: 0 0 0 0.4em;
}

.tap_box .multimedia_list li ul.galeries li:first-child {
	border-left: 0;
}
.tap_box .multimedia_list li ul.galeries li.foto {
	background: url(img/bg_galery_foto.gif) no-repeat 0 0;
}
.tap_box .multimedia_list li ul.galeries li.video {
	background: url(img/bg_galery_video.gif) no-repeat 0 0;
}
.tap_box .multimedia_list li ul.galeries li a {
	display: block;
	text-decoration: none;
	padding: 0.4em 0 0 2.8em;
}
.tap_box .multimedia_list li ul.galeries li a:hover {
	text-decoration: underline;
}

/******************** CAIXA CERCADOR ********************/
.searcher_box {
	background: #FFD520;
	position: relative;
}
.searcher_box .corners_top {
	background-position: 0 100%;
	height: 2.5em;
	width: 100%;
}
.searcher_box .corners_top span {
	height: 2.5em;
	width: 1.4em;
	float: right;
}
.searcher_box h2 {
	background: url(img/bg_title_tap.gif) repeat-x 0 100%;
	padding-left: 1.4em;
	height: 2.5em;
}
.searcher_box form {
	position: relative;
	padding: 0.2em 0.4em 1.8em 0.4em;
}
.searcher_box form .search_field {
	background: #FFEB78;
	padding: 1.2em 0 3.0em 1.2em;
}
.searcher_box form label {
	display: block;
	float: none;
	overflow: hidden;
}
.searcher_box form label span {
	display: none;
}
.searcher_box form .text_field {
	width: 16.0em;
}
.searcher_box form .bt_search {
	position: absolute;
	bottom: 0.2em;
	right: 1.4em;
}
.searcher_box form .bt_green input {
	background: url(img/bt_bg_search.png) no-repeat 0 0;
	padding-left: 2.0em;
}
.searcher_box .link_advan {
	position: absolute;
	left: 1.6em;
	bottom: 2.2em;
}
.searcher_box .link_advan a {
	color: #000;
	text-decoration: none;
}
.searcher_box .link_advan a:hover {
	text-decoration: underline;
}


/******************** CAIXA BANNER ********************/
.banner {
	position: relative;
}
.banner .banner_content {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 23.0em;
}
.banner h2 {
	color: #FFD520;
	padding: 0 0 0 0.8em;
}
.banner h2 a {
	color: #FFD520;
	text-decoration: none;
}
.banner h2 span {
	font-size: 2.0em;
	line-height: 1.0em;
}
.banner div.banner_text {
	background: url(img/bg_trans_banner.png) repeat 0 0;
	padding: 0.4em 0.8em;
	width: 100%;
}
.banner p {
	font-size: 1.2em;
}
.banner p a {
	color: #000;
	text-decoration: none;
}


/******************** ENQUESTA ********************/
.tap_box .poll_box {
	padding: 1.2em 0.6em 0.8em 0.8em;
}
.poll_box legend {
	white-space: normal;
	margin: 0;
	padding: 0 0 1.4em 0;
	font-weight: bold;
	color: #000;
}
.poll_box legend span {
	font-size: 1.2em;
	display: block;
}
.tap_box .poll_box form ul {
	padding: 0;
	margin-bottom: 0.4em;
}
.poll_box form li {
	position: relative;
	padding-bottom: 1.0em;
	background: none;
}
.poll_box form li label {
	display: block;
	float: none;
	overflow: hidden;
}
.poll_box form li input {
	position: absolute;
	top: 0;
	left: 0;
	float: left;
}
.poll_box form li span {
	font-size: 1.2em;
	display: block;
	padding-top: 0.1em;
	margin-left: 2.0em;
	text-align: left;
}
.poll_box .see_more {
	left: 1.4em;
}