/* =============================================================================
   HTML5 Boilerplate CSS: h5bp.com/css
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
html, button, input, select, textarea { font-family: sans-serif; color: #222; }
body { margin: 0; font-size: 1em; line-height: 1.4; }

::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
::selection { background: #fe57a1; color: #fff; text-shadow: none; }

a { color: #00e; }
a:visited { color: #fff; }
a:hover { color: #06e; }
a:focus { outline: thin dotted; }
a:hover, a:active { outline: 0; }

abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }

sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

svg:not(:root) { overflow: hidden; }

figure { margin: 0; }

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }
button[disabled], input[disabled] { cursor: default; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }

.chromeframe { margin: 0.2em 0; background: #ccc; color: black; padding: 0.2em 0; }



/* ===== Primary Styles ========================================================
   Author: XAVIER BORGES ROSELL - 05/07/2012
   ========================================================================== */
@font-face {
font-family: "OptimaLTR";
src: url(fonts/LTe50019.ttf) format("truetype");
font-weight: bold;
}

@font-face {
font-family: "NeoSansMed";
src: url(fonts/NeoSansPro-Regular.ttf) format("truetype");
font-weight: bold;
}

@font-face {
font-family: "NeoSansBld";
src: url(fonts/NeoSansPro-Bold.ttf) format("truetype");
font-weight: bold;
}

@font-face {
font-family: "MavenProBld";
src: url(fonts/MavenPro-Bold.ttf) format("truetype");
font-weight: bold;
}
@font-face {
font-family: "MavenProBld";
src: url(fonts/MavenPro-Bold.ttf) format("truetype");
font-weight: bold;
}
@font-face {
font-family: "NeoTexhBld";
src: url(fonts/NeoTech-Bold.otf) format("truetype");
font-weight: bold;
}

body {font-size: 10px; 
	background:-webkit-gradient(linear, 0% 0%, 0% 75%, from(#336699), to(#003366));
	background-color: #036; 
	background-repeat: no-repeat; }
a { text-decoration: none; color: #FFF; }
a:hover { text-decoration: none; color: #CC9900; }

footer { text-align: center; color: #FFF; padding: 1em; font-family:Verdana, Geneva, sans-serif; font-size: 12px; line-height: 15px; float: left; width: 100%; }

#menu-principal { border-bottom: #000000 solid 5px; height: 4.4em;}

#wrapper {margin:0 auto 0 auto; width: 98em; height: 100%; }
#top_section {padding: 60px 0 0 0px; width: 980px; position: absolute;}

#main_content { margin-top: 9.5em; 
		border: #FFFFFF solid 5px;
		-webkit-border-radius: 15px; 
		-moz-border-radius: 15px;
		border-radius: 15px;
		
		background-color: #FFF;
		/*background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#FFFFFF), to(#CCCCCC));*/
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#FFFFFF', endColorstr = '#CCCCCC');
		-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#FFFFFF', endColorstr = '#CCCCCC')";
		background-image: -moz-linear-gradient(top, #FFFFFF, #CCCCCC);
		background-image: -ms-linear-gradient(top, #FFFFFF, #CCCCCC);
		background-image: -o-linear-gradient(top, #FFFFFF, #CCCCCC);
		background-image: -webkit-gradient(linear, center top, center bottom, from(#FFFFFF), to(#CCCCCC));
		background-image: -webkit-linear-gradient(top, #FFFFFF, #CCCCCC);
		background-image: linear-gradient(top, #FFFFFF, #CCCCCC);
		-moz-box-shadow: 0px 0px 7px #001144;
		-webkit-box-shadow: 0px 0px 7px #001144;
		box-shadow: 0px 0px 7px #001144;
		float: left;
		width: 100%;
		min-height: 58em;
}


#main_section { padding: 0.5em 0em;}
#main_article { width: 100%; }

#main_menu ul {
	text-align:center; float: right; margin-top: 12px;
}
#main_menu li {
	display:inline-block; 
}

#main_menu a {
	padding: 1em;
	background:url(images/menu-hover-bg.png) no-repeat left -1px rgba(0,0,0,0);
	background-size:100% 0;
	display:block;
	-moz-transition: all 0.2s ease-out;
	-webkit-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition:all 0.2s; /* Opera */
	transition: all 0.2s ease-out;
	color: #666;
}

#main_menu a:hover {
	background-size: 100% 100%;
	color: #FFF;
	text-decoration: none;
} 

#menu_altresarticles { float: left; margin-left: 2em; margin-top: 2em; margin-bottom: 1em; padding-bottom: 0.5em; border-bottom: #666 solid 3px; width: 96em; }
#menu_altresarticles ul { text-align:center; float: left; }
#menu_altresarticles li { display:inline-block;  height: 2.7em;
	-moz-border-radius: 10px 10px 0px 0px;
	-webkit-border-radius: 10px 10px 0px 0px;
	border-radius: 10px 10px 0px 0px;
	
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#999999', endColorstr = '#666666');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#999999', endColorstr = '#666666')";
	background-image: -moz-linear-gradient(top, #999999, #666666);
	background-image: -ms-linear-gradient(top, #999999, #666666);
	background-image: -o-linear-gradient(top, #999999, #666666);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#999999), to(#666666));
	background-image: -webkit-linear-gradient(top, #999999, #666666);
	background-image: linear-gradient(top, #999999, #666666);
}
#menu_altresarticles a { 
	padding: 0.6em;
	background:url(images/menu-hover-bg.png) no-repeat left -1px rgba(0,0,0,0);
	background-size: 100% 0;
	display:block;
	-moz-transition: all 0.2s ease-out;
	-webkit-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition:all 0.2s; /* Opera */
	transition: all 0.2s ease-out;
	-moz-border-radius: 10px 10px 0px 0px;
	-webkit-border-radius: 10px 10px 0px 0px;
	border-radius: 10px 10px 0px 0px;
	
}
#menu_altresarticles a:hover { 	
	background-size: 100% 100%;
	color: #FFF;
	text-decoration: none; 
}


#menu_idiomes {float: right; margin-top: 1.1em; margin-right: 1.3em; color: #FFF; }

/* Estils INDEX */
#destacat_home { 
		filter: progid:DXImageTransform.Microsoft.gradient(GradientType = 1, startColorstr = '#a77d00', endColorstr = '#d9d9d9');
		-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType = 1, startColorstr = '#a77d00', endColorstr = '#d9d9d9')";
		background-image: -moz-linear-gradient(left, #a77d00, #d9d9d9);
		background-image: -ms-linear-gradient(left, #a77d00, #d9d9d9);
		background-image: -o-linear-gradient(left, #a77d00, #d9d9d9);
		background-image: -webkit-gradient(linear, left top, right top, from(#a77d00), to(#d9d9d9));
		background-image: -webkit-linear-gradient(left, #a77d00, #d9d9d9);
		background-image: linear-gradient(left, #a77d00, #d9d9d9);
		width: 50%; height: 4.9em; 
		padding-top: 1em;
		padding-bottom: 1em;
		padding-left: 2em;
		margin-top: 2.5em;
		float: inherit;
}
#info_home { width: 44%; float: inherit; margin-top: -14.5em; z-index: 2; margin-left: 53em; text-align:justify; margin-bottom: 2.5em; }

/* Estils PROMOCIONS */
#header_promocions { background-color: #666666; height: 2.7em; padding-left: 2em; color: #FFF; }
#section_promocions { float: left; padding: 1em; width: 100%; }
.article_promocio { float: left; width: 29.9em; padding: 1em; margin-bottom: 3em;}

.anim_promocio { width: 27.9em; height: 2.2em; margin-top: -5.2em; background-color: #666; color: #FFF; vertical-align: middle;
		-moz-border-radius: 0px 0px 10px 10px;
		-webkit-border-radius: 0px 0px 10px 10px;
		border-radius: 0px 0px 10px 10px;
		
				
		transition:margin-top 0.2s, height 0.2s, padding 0.2s;
		-moz-transition:margin-top 0.2s, height 0.2s, padding 0.2s; /* Firefox 4 */
		-webkit-transition:margin-top 0.2s, height 0.2s, padding 0.2s; /* Safari and Chrome */
		-o-transition:margin-top 0.2s, height 0.2s, padding 0.2s; /* Opera */
		z-index: 77;
}
.anim_promocio:hover {
	margin-top: -7.2em;
	height: 4.2em;
	padding-top: 3.5em 1em 1.5em;
	color: #CC9900;
}

.fons_promocio { width: 100%; height: 100%; padding: 1.5em 1em; margin-top: -5.2em; background-color: #454545; color: #FFF; vertical-align: middle;
		-moz-border-radius: 0px 0px 10px 10px;
		-webkit-border-radius: 0px 0px 10px 10px;
		border-radius: 0px 0px 10px 10px;
		
		opacity: 0.85;
		-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity = 85);
		filter: alpha(opacity = 85);
		z-index: 80;
}

.nom_promocio { width: 100%; height: 100%; padding: 1.5em 1em; margin-top: -5.2em; color: #FFF; position: relative; z-index: 88;
		transition:margin-top 0.2s;
		-moz-transition:margin-top 0.2s; /* Firefox 4 */
		-webkit-transition:margin-top 0.2s; /* Safari and Chrome */
		-o-transition:margin-top 0.2s; /* Opera */
}
.nom_promocio:hover {
	margin-top: -7.2em;
	color: #CC9900;
}

#article_promocio { width: 100%; float: left; }
#imatges_promocio { width: 31.6em; background-color: #FFF; 
		-moz-box-shadow: 2px 2px 10px #666666;
		-webkit-box-shadow: 2px 2px 10px #666666;
		box-shadow: 2px 2px 10px #666666;
		filter: progid:DXImageTransform.Microsoft.Shadow(strength = 2, direction = 135, color = '#666666');
		-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(strength = 2, Direction = 135, Color = '#666666')";

		margin: 2.5em;
		padding: 0.3em;
		float: left;
}

#imatge_promocio { border-bottom: #666 solid 1px; margin: 0.5em; float: left; padding-bottom: 0.5em;}
#altres_imatges_promocio { margin-top: 1em; padding-bottom: 0.5em;}
#info_promocio { float: right; width: 59.4em; margin-top: 2.5em ; padding-right: 1em;  }
#info_promocio h2 { font-size: 20px; color: #369; margin-bottom: 0.5em;}
.descripcio_promo { border-top: #666 solid 3px; margin-top: 0.5em; padding: 0.5em 0em; float: left; width: 100%; }
.pdf_item_promo { width: 50%; float: left; margin: 0em; float: left; vertical-align:middle;}
.itm_nom_pdf { height: 100%; padding-top: 2em; float: left;}
a:visited.TXT_link_black_color { color: #000; }
a:hover.TXT_link_black_color { color: #CC9900; }
a.TXT_infotmat { color: #369; }
a:visited.TXT_infotmat { color: #369; }
a:hover.TXT_infotmat { color: #CC9900; }

.article_altresproductes { width: 100%; float: left; margin: 0.5em 2em; width: 94em; padding-bottom: 1em;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#999999', endColorstr = '#666666');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#999999', endColorstr = '#666666')";
	background-image: -moz-linear-gradient(top, #999999, #666666);
	background-image: -ms-linear-gradient(top, #999999, #666666);
	background-image: -o-linear-gradient(top, #999999, #666666);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#999999), to(#666666));
	background-image: -webkit-linear-gradient(top, #999999, #666666);
	background-image: linear-gradient(top, #999999, #666666);
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
	
}

.article_altresproductes h2 { color:#FFF; width: 42.3em;; font-family: "NeoSansBld", Helvetica, sans-serif; font-size: 18px; line-height: 20px; border-bottom: #CCC solid 3px; margin: 0.7em 0em 0.5em; padding-bottom: 0.5em; padding-left: 10em; padding-top: 0.1em;}
.article_altresproductes p { color:#FFF; width: 52.3em; text-align:justify; font-family: "NeoSansMed", Helvetica, sans-serif; font-size: 14px; line-height: 16px;}
.article_altresproductes span { width: 42.3em;} 
.text_productes { padding-left: 18.2em; }
a:visited.TXT_link_black_color { color: #000; }
a:hover.TXT_link_black_color { color: #CC9900; }
a:visited.TXT_infotmat_productes { color: #FFCC00; }
a:hover.TXT_infotmat_productes { color: #CC9900; }

#info_qui_som { float: left; margin: 0.5em; }
#FORM_contactar { width: 100%; margin-top: 0em; }
input { width: 43em; font-family: "NeoTexhMed", Helvetica, sans-serif; font-size: 12px;}
textarea { width: 46.7em; height: 5.5em; font-family: "NeoTexhMed", Helvetica, sans-serif; font-size: 12px;}
input[type="submit"] { width: 8em; height: 2em;  font-family: "NeoTexhBld", Helvetica, sans-serif; font-size: 14px; border: 0;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#cccccc', endColorstr = '#999999');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#cccccc', endColorstr = '#999999')";
	background-image: -moz-linear-gradient(top, #cccccc, #999999);
	background-image: -ms-linear-gradient(top, #cccccc, #999999);
	background-image: -o-linear-gradient(top, #cccccc, #999999);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#cccccc), to(#999999));
	background-image: -webkit-linear-gradient(top, #cccccc, #999999);
	background-image: linear-gradient(top, #cccccc, #999999);
}
label { font-family: "NeoTexhMed", Helvetica, sans-serif; font-size: 14px;  }

/* Classes de imatges */
.IMG_logo { float: left; width: 7.2em; margin-left: 2em; margin-top: -3em;}
.IMG_home { float: inherit; width: 100%; z-index: 1;}
.IMG_mascara_home { float: inherit; width: 100%; z-index: 2; margin-top: -10.6em; }
.IMG_promocio { 
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		border-radius: 10px;
		
}
.IMG_promo_principal {
	margin: 0.5em 0em;
	width: 30.6em;
	float: left;
	z-index: 11;
}
.IMG_promo_altres { width: 6.9em; padding: 0.5em; }

.IMG_pdf_logo { width: 3.8em;  margin-top: 0.5em; float: left;}
.IMG_icona_altresprods { float: left; width: 15em; margin: 1.5em; border: #FFF solid 1px;}
.IMG_icona_amplia_promocio {width: 1.4em;
		border: none;
		z-index: 9999;
		float: right;
		margin-top: -2.3em;
		margin-right: 0.3em;
}

.IMG_icona_amplia {width: 1.4em;
		border: none;
		z-index: 99;
		float: left;
		margin: 9.9em -3.2em 0em;
}
.IMG_icona_logoxd { margin-top: 0.4em;}

/* Classes tipogràfiques */
.TXT_nom_empresa { float: left; margin-left: 0.9em; margin-top: 0em; font-size: 20px; color: #FFF; font-family: "OptimaLTR", arial, sans-serif; letter-spacing: 2px;}
.TXT_menu_idiomes { color: #FFF; font-family: Arial, Helvetica, sans-serif; font-size: 12px; letter-spacing: 1px; }
.TXT_Optima { font-size: 20px; color: #FFF; font-family: "OptimaLTR", arial, sans-serif; letter-spacing: 0px; line-height: 20px;}
.TXT_NeoSansMed14 {font-family: "NeoSansMed", Helvetica, sans-serif; font-size: 14px; line-height: 16px; letter-spacing: 0px;}
.TXT_NeoSansMed14_bold {font-family: "NeoSansBld", Helvetica, sans-serif; font-size: 14px; line-height: 16px; letter-spacing: 0px;}
.TXT_TitolSeccio {font-family: "MavenProBld", Helvetica, sans-serif; font-size: 20px; font-weight: bold; line-height: 22px; letter-spacing: 0px;}
.TXT_MavenProBld16 {font-family: "MavenProBld", Helvetica, sans-serif; font-size: 16px; font-weight: bold; line-height: 18px; letter-spacing: 0px;}
.TXT_Arial { font-family: Arial, Helvetica, sans-serif; font-size: 12px; }
.TXT_Verdana { font-family: Verdana, Geneva, sans-serif; font-size: 12px; }
.TXT_preus { font-family: Verdana, Geneva, sans-serif; font-size: 12px; }
.TXT_infotmat { font-family: "NeoSansBld", Helvetica, sans-serif; font-size: 14px; line-height: 16px; letter-spacing: 0px; color: #369; }
.TXT_link_black_color { color: #000; }
.TXT_infotmat_productes { font-family: "NeoSansMed", Helvetica, sans-serif; font-size: 14px; line-height: 16px; letter-spacing: 0px; color: #FFCC00; }
.TXT_preus_prods { font-family: "NeoSansBld", Helvetica, sans-serif; font-size: 14px; line-height: 16px; letter-spacing: 0px; }


.LNK_main_menu { color: #666; font-family: "NeoSansBld", Helvetica, sans-serif; font-size: 14px; line-height: 16px; font-weight: bold; letter-spacing: 0px; }
.LNK_main_menu_actiu { color: #FFF; font-family: "NeoSansBld", Helvetica, sans-serif; font-size: 14px; line-height: 16px; font-weight: bold; letter-spacing: 0px; }
.itm_menu_actiu { padding: 1em 1em 0.95em 1em; background:url(images/menu-hover-bg.png) no-repeat; background-size: 100% 100%; color: #FFF; font-family: "NeoSansBld", Helvetica, sans-serif; font-size: 14px; line-height: 16px; font-weight: bold; letter-spacing: 0px ; }

.LNK_menu_altresarticles { color: #fff; font-family: Verdana, Geneva, sans-serif; font-size: 12px; line-height: 14px; font-weight: bold; letter-spacing: 0px; }
.LNK_menu_altresarticles_actiu { color: #FFF; font-family: Verdana, Geneva, sans-serif; font-size: 12px; line-height: 14px; font-weight: bold; letter-spacing: 0px; }
.itm_menu_altresarticles_actiu { 
	padding: 0.6em 0.6em 0.2em 0.6em;
	background:url(images/menu-hover-bg.png) no-repeat; 
	background-size: 100% 100%; 
	color: #FFF; 
	font-family: Verdana, Geneva, sans-serif; 
	font-size: 12px; 
	font-weight: bold;
	line-height: 14px; 
	letter-spacing: 0px ;
	-moz-border-radius: 10px 10px 0px 0px;
	-webkit-border-radius: 10px 10px 0px 0px;
	border-radius: 10px 10px 0px 0px;	
	height: 1.5em;

}











/* =============================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 35em) {
	/* Style adjustments for viewports that meet the condition */
}

/* =============================================================================
   Non-Semantic Helper Classes
   ========================================================================== */

.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
.ir br { display: none; }
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }

/* =============================================================================
   Print Styles
   ========================================================================== */
 
@media print {
  * { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}
