@charset "utf-8";

/*
	HTML
***************************************************/

* {
	padding: 0;
	margin: 0;
	}

body {
	overflow: scroll;
	overflow-x: hidden;
	background: #ffffff;
	padding: 0 0 10px 0;
	font-size: 11px;
	font-family: "Helvetica Neue", Helvetica, Trebuchet, Verdana, Arial;
	color: #444444;
	line-height: 20px;
	}

h2, h3, h4, h5, h6 {
	font-family: "Helvetica Neue", Helvetica, Trebuchet, Verdana, Arial;
	font-weight: normal;
	}

form {
	padding-top: 52px;
	padding-bottom: 40px;
	}

input, select {
	background: #e1f7f7;
	border: none;
	padding: 3px;
	margin: 4px;
	}
	

/*
	Base layers
***************************************************/

#top_cont, #menu_cont, #content_cont, #bottom_menu {
	width: 990px;
	margin: 0 auto;
	}
	
#top_cont {
	position: relative;
	}

#top {	
	z-index: 100;
	position: absolute;
	top: 15px;
	left: 0;
	width: 990px;
	text-align: right;
	}
	
	#top img {
		border: none;
		}

#back_flash_cont {
	background: #ffffff;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 150px;
	padding: 65px 0 0 0;
	font-family: "Helvetica Neue", Helvetica, Trebuchet, Verdana, Arial;
	font-size: 23px;
	text-align: center;
	}
	
	#back_flash_cont h3 {
		font-weight: normal;
		font-size: 30px;
		margin-bottom: 18px;
		color: #666666;
		}
	
	#back_flash_cont span {
		font-size: 31px;
		color: #33cccc;
		}
	
	#back_flash_cont a {
		font-size: 15px;
		color: #33cccc;
		text-decoration: none;
		}

#mascara_flash {
	background: #ffffff;
	position: absolute;
	top: 150px;
	left: 0px;
	width: 100%;
	height: 375px;
	}

#flash_cont {
	height: 525px;
	width: 990px;
	z-index: 50;
	}
	
	#without_flash {
		padding: 150px;
		text-align: center;
		font-family: "Helvetica Neue", Helvetica, Trebuchet, Verdana, Arial;
		font-size: 20px;
		color: #33cccc;
		line-height: 31px;
		}
	
	#without_flash a {
		color: #999999;
		}
	
#bottom_cont {
	position: absolute;
	top: 525px;
	left: 0;
	z-index: 100;
	width: 100%;
	background: #ffffff url(images/bottom_bg.jpg) top repeat-x;
	}

#menu_cont {
	height: 80px;
	padding: 19px 0 0 0;
	padding-left: -7px;
	padding-right: -7px;
	text-align: center;
	overflow: visible;
	}

	#menu_cont a {
		padding: 20px 10px 6px 10px;
		margin: 20px 2px 6px 2px;
		font-family: "Helvetica Neue", Helvetica, Trebuchet, Verdana, Arial;
		font-size: 15px;
		color: #666666;
		text-decoration: none;
		}

	#menu_cont a:hover, #menu_cont a.current {
		background: #ffffff;
		}

	#menu_cont a.product {
		color: #33cccc;
		}

#content_cont {
	background: #ffffff url(images/content_bg.jpg) top repeat-x;
	width: 870px;
	/*padding: 25px; El padding està comentat perque l'efecte s'aconsegueix
	mitjantçant el margin a #content. Això és perque donava problemes
	utilitzant efectes amb mootools*/
	overflow: hidden;
	}

#content {
	overflow: hidden;
	margin: 25px;
	padding-bottom: 40px;
	}

#bottom_menu {
	background: #ffffff;
	margin-top: 20px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
	text-align: right;
	color: #666666;
	}
	
	#bottom_menu a { 
		color: #666666;
		text-decoration: none;
		}
	
	#bottom_menu a:hover {
		text-decoration: underline;
		}
	
#copy {
	float: left;
	text-align: left;
	color: #000000;
	}


/*
	Content layers
***************************************************/

p.destacat, input, select {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 16px;
	color: #4c4c4c;
	}
	
h2.pre {
	margin-top: 40px;
	font-size: 34px;
	color: #333333;
	line-height: 50px;
	}

h2.aparell {
	font-size: 35px;
	color: #33cccc;
	}

h4.pregunta {
	margin-top: 40px;
	font-size: 24px;
	color: #33cccc;
	}

.tit1 {
	font-size: 23px;
	color: #333333;
	}
	
	h3.tit1 span {
		font-size: 35px;
		color: #33cccc;
		}

h4.tantpercent {
	font-size: 30px;
	margin-top: -18px;
	margin-left: 94px;
	margin-bottom: 12px;
	color: #33cccc;
	}
	
	h4.tantpercent span {
		font-size: 60px;
		}
	
.columns_cont {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	color: #4c4c4c;
	}

.column {
	float: left;
	width: 390px;
	margin-right: 30px;
	}
	
	.column p {
		margin: 15px 0;
		text-align: justify;
		}
	
	.column a {
		color: #33cccc;
		}
	
	.column h5 {
		font-family: Arial, Helvetica, Verdana, sans-serif;
		font-size: 16px !important;
		font-weight: normal;
		color: #000000;
		}
	
	.column p.final {
		font-size: 16px;
		color: #33cccc;
		}

.right {
	margin-right: 0px !important;
	}

.imatge_prod_cont {
	margin-top: 18px;
	border: 1px solid #cccccc;
	text-align: center;
	}

.get_info {
	margin-top: 15px;
	height: 54px;
	text-align: center;
	}
	
	.get_info img {
		border: none;
		}
		
ul.contact_ways {
	margin-left: 53px;
	list-style: none;
	}
	
	ul.contact_ways li {
		font-family: Arial, Helvetica, Verdana, sans-serif;
		font-size: 16px;
		color: #4c4c4c;
		}
	
	ul.contact_ways input {
		margin: 0;
		}

input.error {
	background: #fedada;
	}
				
#missatge {
	padding-top: 40px;
	font-family: "Helvetica Neue", Helvetica, Trebuchet, Verdana, Arial;
	font-size: 30px;
	color: #33cccc;
	}
	
	#missatge.error {
		color: #c84337;
		}

#flash {
	margin-top: 18px;
	border: 1px solid #cccccc;
	height: 250px;
	}

#scrollToTop {
	margin-top: 30px;
	text-align: center;
	}
	
	#scrollToTop a {
		font-family: Arial, Helvetica, Verdana, sans-serif;
		font-size: 12px;
		color: #33cccc;
		}


/*
	Bottom
***************************************************/

#secondaryOptions { overflow: hidden; margin-bottom: 13px; }
#franchiseInfo, #help { height: 18px; font-size: 12px; padding-bottom: 2px; }
#franchiseInfo { float: left; background: #ededed url(images/franquicias_bottom_left.gif) left center no-repeat; width: 748px; padding-left: 8px; text-align: left; color: #666d7a;  }
#franchiseInfo a { color: #33ccce; text-decoration: underline; }
#help { float: right; background: #76dddd url(images/franquicias_bottom_right.gif) right center no-repeat; width: 199px; padding-right: 28px; color: #ffffff; }



	