/*  
Theme Name: Calbet.es
Theme URI: http://www.calbet.es/
Description: Estils Calbet.es
Version: 1.0
Author: Comik Comunicació i Creativitat
Author URI: http://www.comikcomunicacio.com
*/


/* ------------------ RESET ------------- */

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, font, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
}

body {
	line-height: 1;
}

body, html {
	height:100%;
}

ol, ul {
	list-style: none;
	font-size: 1.1em;
}

li {
	background:transparent url(../img/css/css/bullet-a.gif) 0 6px no-repeat;
	padding-left: 10px;
	padding-bottom: 10px;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

:focus {
	outline: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}




/* ------------------ HTML TAGS ------------- */

body {
	
	background-color: #e9f7fa;
	/*background:#e9f7fa url(/img/actualitzacions/desembre2009/bg-calbet-nadal.jpg) center top no-repeat; */
	color:#626262;
	text-align:left;
	font:normal 62.5%/1.95em Arial, "Segoe UI", Tahoma, Helvetica, sans-serif;
}

p {
	margin-bottom:1em;
	font-size: 1.2em;
	text-align: left;
}

a {
	color: #E3001B;
	text-decoration: none;
}

a:hover {
	text-decoration: underline
}

label {
	font-weight:bold;
}

small {
	font-size:70%;
}




/* ------------------ TITULARS -------------------- */

h1, h2, h3, h4, h5, h6 {
	font-family:Arial, tahoma, Helvetica, sans-serif;
	color: #1a171b;
	font-weight:normal;
}

/* TO-DO cambiar por cufon  todos los titulares */

h2#h2-tit-benvinguts, h2#h2-tit-avantatges, h2#h2-tit-puntsvenda, h2#h2-tit-targeta, h2#h2-tit-domicili, h2#h2-tit-localitza, h2#h2-tit-cataleg, h2#h2-tit-informa, h2#h2-tit-formulari, h2#h2-tit-serveis, h2#h2-tit-empresa, h2#h2-tit-destaquem, h2#h2-tit-treball, h2#h2-tit-legal, h2#h2-tit-regals, h2#h2-tit-sollicitut, h2#h2-tit-promocions, h2#h2-tit-recomanem {
	height:36px;
	display:block;
	background-position:0 0;
	background-repeat:no-repeat;
	margin: 25px 0 15px 0;
}

h2#h2-tit-benvinguts {background-image:url(../img/css/tit/h2-benvinguts.gif);}
h2#h2-tit-puntsvenda {background-image:url(../img/css/tit/h2-puntsvenda.gif); width: 157px;}
h2#h2-tit-targeta {background-image:url(../img/css/tit/h2-targeta.gif);width:171px;}
h2#h2-tit-avantatges {background-image:url(../img/css/tit/h2-avantatges.gif);width:280px;}
h2#h2-tit-domicili {background-image:url(../img/css/tit/h2-domicili.gif);width:163px;}
h2#h2-tit-localitza {background-image:url(../img/css/tit/h2-localitza.gif);width:248px;}
h2#h2-tit-cataleg {background-image:url(../img/css/tit/h2-cataleg.gif);width:200px;}
h2#h2-tit-informa {background-image:url(../img/css/tit/h2-informa.gif);width:113px;}
h2#h2-tit-formulari {background-image:url(../img/css/tit/h2-formulari.gif);width:278px;}
h2#h2-tit-serveis {background-image:url(../img/css/tit/h2-serveis.gif);width:278px;}
h2#h2-tit-empresa {background-image:url(../img/css/tit/h2-empresa.gif);width:320px;}
h2#h2-tit-destaquem {background-image:url(../img/css/tit/h2-destaquem.gif);width:190px;}
h2#h2-tit-treball {background-image:url(../img/css/tit/h2-treball.gif);width:400px;}
h2#h2-tit-legal {background-image:url(../img/css/tit/h2-legal.gif);width: 350px;}
h2#h2-tit-regals {background-image:url(../img/css/tit/h2-regals.gif);width:235px;}
h2#h2-tit-sollicitut {background-image:url(../img/css/tit/h2-sollicitut.gif);width:400px;}
h2#h2-tit-promocions {background-image:url(../img/css/tit/h2-promocions.gif);width:278px;}
h2#h2-tit-recomanem {background-image:url(../img/css/tit/h2-promocions.gif);width:278px;}

h4 {
	font-weight: normal;
	margin: 0 0 0 9px;
	color: #666666;
}

h2 {
	margin-bottom: 15px;
}

h3 {
	line-height: 1em;
	font-size:1.6em;
	color: #6DACE4;
	margin: 1.5em 0 0.5em 0;
	border-bottom: 1px dotted #ccc;
	padding: 0 0 0.3em 0;
	border-color: #E9F7FA;
}




/* ------------------ ELEMENTOS CONCRETOS ------------- */


/* AVIS TEMPORAL */

#intro {
	margin:0;
	width:100%;
	height:120%;
	background-color:#e9f7fa;
	position:absolute;
	top:0%;
	left:0;
	z-index:10000;
	filter:alpha(opacity=95);   /* Internet Explorer       */
	-moz-opacity:0.95;           /* Mozilla 1.6 and below   */
	opacity: 0.95;
}

#intro p {
	width:400px;
	height:130px;
	margin:200px auto 0 auto;
	display:block;
	background-color:#FFFFCC;
	font-size:1.5em;
	text-align:center;
	border:15px solid #fff;
	color:#4D4D4D;
	padding:25px;
}

h1 a#a-inici {
	background:transparent url(../img/css/logo.gif) 0 0 no-repeat;
	display:block;
	width:200px;
	height:66px;
	position: absolute;
	top: 0px;
	left: 29px;
	z-index: 100;
}




/* ------------------ CLASES GLOBALES ------------- */

.ocultar {
	position:absolute;
	left:-9999px;
	overflow: hidden;
	top: -9999px;
}

.no-margin-right {margin-right:0!important;}
.no-border {border:none!important;}

.llista-medium {width:300px;}

.empty-up, .empty-down {
	width:960px;
	display:block;
	height:6px;
	background:transparent url(../img/css/bg-redond-up.gif) 0 0 no-repeat;
	position: absolute;
	left: 0px;
	top: 0px;
	overflow: hidden;
	z-index: 9999;
}

.empty-down {
	background:transparent url(../img/css/bg-redond-down.gif) 0 0 no-repeat;
	clear: both;
	margin: 0 auto;
	position: relative;
}

.float-left {
	float: left
}

.float-right {
	float: right;
	margin: 0 0 5px 5px;
}

.break {
	margin-bottom: 0;
}

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.clearfix {
	display: inline-block;
}


* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}


p#suggeriment {
	position:absolute;
	right:20px;
	top:20px;
	font-size:100%;
	width:auto;
	border: 1px solid #ccc;
	border-color: #E9F7FA;
	padding: 4px;
	z-index: 10000;
}

p#suggeriment a {
	background:#fff url(../img/css/bg-suggeriment.gif) 0 0 no-repeat;
	width:108px;
	height:20px;
	display:block;
	font-weight: bold;
	padding: 1px 0 0 5px;
}




/* ------------------ ESTRUCTURA ------------- */

#capcalera, #contingut, #peu, #art-portada, #art-destacat {
	width:960px;
	margin:0 auto;
	position:relative;
}

#capcalera, #contingut {
	background: #fff url(../img/css/bg-plana-down.gif) center bottom no-repeat;
}

#capcalera {
	background:#fff url(../img/css/bg-menu.gif) 0 0 repeat-x;
	height:76px;
	width:960px;
}

#art-portada {
	background:#fff url(../img/css/bg-plana-down.gif) left bottom no-repeat;
}

#art-destacat {
	background:#fff url(../img/css/bg-plana-down.gif) left bottom no-repeat;
}

#peu {
	background:none;
	clear: both;
	padding: 20px 0 5px 0;
	height: 40px;
}





/* ------------------ MENU SUP-------------------- */

ul#menu {
	height:69px;
	display:block;
	width:681px;
	background:transparent url(../img/css/li-menu.gif) 0 0 no-repeat;
	float: right;
}

ul#menu li {
	display: inline;
	float: left;
	margin-right: 2px;
	background: none;
	padding: 0;
}


/* MENU REPOSO */

ul#menu li a {display: block;height:69px;}

ul#menu li#menu-serveis a {width:95px;}
ul#menu li#menu-cataleg a {width:95px;}
ul#menu li#menu-empresa a {width:105px;}
ul#menu li#menu-botigues a {width:108px;}
ul#menu li#menu-promocions a {width:169px;}
ul#menu li#menu-contacte a {width:99px;}

/* MENU HOVER */

ul#menu li a:hover {background:transparent url(../img/css/li-menu.gif) 0 -138px no-repeat;}
ul#menu li#menu-serveis a:hover {}
ul#menu li#menu-cataleg a:hover {background-position:-97px -138px;}
ul#menu li#menu-empresa a:hover {background-position:-194px -138px;}
ul#menu li#menu-botigues a:hover {background-position:-301px -138px;}
ul#menu li#menu-promocions a:hover {background-position:-411px -138px;}
ul#menu li#menu-contacte a:hover {background-position:-582px -138px;}

/* MENU ACTIVE */

ul#menu li a:active {background:transparent url(../img/css/li-menu.gif) 0 -69px no-repeat;}
ul#menu li#menu-serveis a:active {}
ul#menu li#menu-cataleg a:active {background-position:-97px -69px;}
ul#menu li#menu-empresa a:active {background-position:-194px -69px;}
ul#menu li#menu-botigues a:active {background-position:-301px -69px;}
ul#menu li#menu-promocions a:active {background-position:-411px -69px;}
ul#menu li#menu-contacte a:active {background-position:-582px -69px;}
li#menu-serveis.seccio a {background:transparent url(../img/css/li-menu.gif) 0 -69px no-repeat!important;}
li#menu-cataleg.seccio a {background:transparent url(../img/css/li-menu.gif) -97px -69px no-repeat!important;}
li#menu-empresa.seccio a {background:transparent url(../img/css/li-menu.gif) -194px -69px no-repeat!important;}
li#menu-botigues.seccio a {background:transparent url(../img/css/li-menu.gif) -301px -69px no-repeat!important;}
li#menu-promocions.seccio a {background:transparent url(../img/css/li-menu.gif) -411px -69px no-repeat!important;}
li#menu-contacte.seccio a {background:transparent url(../img/css/li-menu.gif) -582px -69px no-repeat!important;}





/* ------------------ ARTICLE DESTACAT -------------------- */

/* PORTADA */

#art-portada {
	width:960px;
	height:460px;
	/*background-color:#fff;*/
}

#art-destacat {
	clear:both;
	height:310px;
	width: 960px;
	left:0px;
	position:absolute;
	
}

#art-destacat #fla {
	width:744px;
	height: 310px;
	z-index: inherit!important;
	position: absolute;
	top: 0px;
}

#art-destacat img {
	margin:0;
	width:960px;
	height:310px;
	display: block;
}

a#destacat-cataleg {
	display:block;
	height: 27px;
	width: 139px;
	z-index: inherit!important;
	top: 262px;
	left: 447px;
	position: absolute;
	background:transparent url(/img/actualitzacions/gener2010/destacat-cataleg.gif) 0 -25px no-repeat;
}

a#destacat-cataleg:hover {
	background-position: 0 0;
}

a#destacat-promocio {
	display:block;
	height: 25px;
	width: 146px;
	z-index: inherit!important;
	top: 111px;
	right: 39px;
	position: absolute;
	background:transparent url(/img/actualitzacions/novembre2009/destacat-promocio.gif) 0 -25px no-repeat;
}

a#destacat-promocio:hover {
	background-position:0 0;
}



/* CAPCALERAS INTERIORS */

#art-portada.interiors {
	height:100px;
	width: 960px;
}



/* ------------------ ALTRES ARTICLES -------------------- */

#art-altres {
	width:958px;
	height:155px;
	position: absolute;
	bottom: 8px;
	background-color:#fff;
	left: 1px;
}


#art-altres-overlay {
	width: 960px;
	height: 161px;
	z-index: 1000!important;
}

.articles-overlay-disseny1, .articles-overlay-disseny2 {
	background:transparent url(../img/css/bg-altres-articles.gif) 0 0 no-repeat!important;
	padding: 40px 0 0 80px!important;
	width:878px;
	height:312px;
	line-height: 1;
	z-index: 1000!important;
}

.articles-overlay-disseny2 {
	padding: 40px 0 0 600px!important;
	width:358px;
	height:312px;
}

.articles-overlay-disseny1 h2, .articles-overlay-disseny2 h2 {
	font-size: 3em;
	color:#fff;
	line-height:0.8em;
	font-weight:bold;
	display:block;
	width:350px;

}

.articles-overlay-disseny1 h3, .articles-overlay-disseny2 h3 {
	font-weight:bold;
	font-size:1.7em;
	color: #fff;
	padding-bottom: 10px;

}

.articles-overlay-disseny1 h2 span, .articles-overlay-disseny2 h2 span {
	display:block;
	text-transform:uppercase;
	font-weight:normal;
	font-size:60%;
	
}

.articles-overlay-disseny1 p, .articles-overlay-disseny2 p {
	color:#fff;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 110%;
	display: block;
	width: 270px;
	border: 1px solid #fff;
	padding: 10px;
	line-height: 1.2em;
	background-color: #D7001B;
	-moz-border-radius:8px;
	border-radius:8px;
	margin: 0 0 10px 0;

}

.articles-overlay-disseny1 img, .articles-overlay-disseny2 img {
	display:block;

}

.articles-overlay-disseny1 em, .articles-overlay-disseny2 em {
	color:#fff;
}

.articles-overlay-disseny1 strong, .articles-overlay-disseny2 strong {
	font-size:1.2em!important;
	display: block;
	line-height: 1.2em;

}

.articles-overlay-disseny1 ul, .articles-overlay-disseny2 ul {
	border-top:1px dotted #fff;
	width:300px;
	margin: 15px 0;
	padding: 10px 0;
	border-bottom: 1px dotted #fff;
	border-color: #FF6C7E;

}

.articles-overlay-disseny1 ul li, .articles-overlay-disseny2 ul li {
	color:#fff;
	background:transparent url(../img/css/bullet-b.gif) 0 6px no-repeat;
	padding: 0 0 0 6px;
	line-height: 1.2;
	font-size: 1.3em;
}

.art-altres-recomana {
	background:transparent url(../img/css/link-recomana.gif) 0 0 no-repeat;
	width:152px;
	height:15px;
	display:block;
	padding: 5px 0 0 10px;
	font-weight: bold;
	color: #1974CD;
	line-height: 1em;
	margin: 0 0 10px 0;
}

img.absolute-rb {
	position:absolute;
	right:0;
	bottom:0;
}

img.absolute-lb {
	position:absolute;
	left:0;
	bottom:0;
}

p.regal {
	border:1px dotted #fff;
}


#article1-contingut, #article2-contingut, #article3-contingut, #article4-contingut {
	display: none;
	height: 426px;
}

.art-altres-contingut {
	width:230px;
	float:left;
	height: 155px;
	margin: 0 0 0 8px;
	position: relative;
}

.art-altres-contingut p {
	position:absolute;
	display:block;
	left: 16px;
	color: #fff;
	width: 110px;
	line-height: 1.1em;
	font-weight: bold;
	font-size: 1.1em;
	bottom: 70px;
}

.art-altres-contingut span {
	position:absolute;
	display:block;
	top: 25px;
	left: 16px;
	color: #DBEBFB;
	width: 100px;
	font-weight: bold;
}

#article1-contingut img {
	display:block;
	margin:0;
	padding: 0;
}

a.detall-producte {
	visibility:hidden;
	position: absolute;
	background:transparent url(../img/css/bg-a-detall.png) 0 0 no-repeat;
	height: 25px;
	width: 214px;
	left: 2px;
	font-weight:bold;
	font-size:1em;
	color:#FFF;
	padding:2px 0 0 12px;
	bottom: 0px;
}

.art-altres-contingut:hover {}

.art-altres-contingut:hover a.detall-producte {
	visibility:visible;
	position: absolute;
}


/* ------------------ CONTINGUT -------------------- */ 

#contingut {
	padding: 0 15px 6px 15px;
	width:930px;
	margin: 12px auto 0 auto;
}

.contingut-cataleg {
	height:755px!important;
	width: 940px!important;
	position: relative;
	padding: 20px 0 0 20px!important;
	background-color: #fff;
	margin: 0;
}

.contingut-cataleg-promo {
	height:665px!important;
	width: 940px!important;
	position: relative;
	padding: 20px 0 0 20px!important;
	background-color: #fff;
	margin: 0;
}

.contingut-cataleg h2 {
	margin: 0 0 10px 0!important;
}

#contingut.contingut-botigues {
	height:653px;
}

.contingut-contacte {
	height:680px!important;
	width: 950px!important;
	padding: 25px 0 0 10px!important;
	background-color: #fff;
	overflow: visible;
}

.contingut-contacte h2 {
	margin: 0 0 10px 0!important;
}

.contingut-treball {
	width: 950px!important;
	padding: 25px 0 10px 10px!important;
	background-color: #fff;
	overflow: visible;
}

.contingut-treball #tabs-opcions-cont {
	height:1005px;
}

.contingut-treball h2 {
	margin: 0 0 10px 0!important;
}

.contingut-neutre {
	width: 950px!important;
	padding: 25px 0 0px 10px!important;
	background-color: #fff;
	overflow: visible;
}

.contingut-neutre h2 {
	margin: 0 0 10px 0!important;
}

.contingut-neutre h3 {
}

.contingut-neutre #tabs-opcions-cont {
	height:1100px;
}

.contingut-serveis {
	width: 950px!important;
	padding: 25px 0 0 10px!important;
	background-color: #fff;
	overflow: visible;
	height: 1000px;
}

.contingut-serveis #tabs-opcions-cont {
	height: 980px;
}

.contingut-serveis #serveis-cos img {
	padding:5px;
	border:1px solid #E8E8E8;
	margin: 0px 0 5px 20px;
	float: right;
	clear: right;
	background-color: #fff;
}

.contingut-serveis h2 {
	margin: 0 0 10px 0!important;
}

.contingut-serveis #tabs-opcions-cont h3 {
	font-size: 1.1em;
	margin: 0px 0 5px 0;
	color: #383637;
	padding-top: 8px;
}

.contingut-serveis-targeta {
	width: 950px!important;
	padding: 25px 0 0 10px!important;
	background-color: #fff;
	overflow: visible;
}

.contingut-serveis-targeta h2 {
	margin: 0 0 10px 0!important;
}

.contingut-serveis-targeta #tabs-opcions-cont {
	height:630px;
}

.contingut-regals {
	width: 950px!important;
	padding: 25px 0 0 10px!important;
	background-color: #fff;
	overflow: visible;
}

.contingut-regals h2 {
	margin: 0 0 20px 0!important;
}

.contingut-regals img {
	padding:5px;
	border:1px solid #E8E8E8;
	margin: 0px 0 15px 20px;
	float: right;
	clear: right;
	background-color: #fff;
}

.contingut-empresa {
	width: 950px!important;
	padding: 25px 0 0 10px!important;
	background-color: #fff;
	overflow: visible;
}

.contingut-empresa h2 {
	margin: 0 0 10px 0!important;
}

.contingut-empresa h3 {
}

.contingut-empresa h3 + p {
}

.contingut-empresa img {
	padding:5px;
	border:1px solid #E8E8E8;
	margin: 0px 0 15px 45px;
	float: right;
	clear: right;
	background-color: #fff;
}

.contingut-llistat {
	width: 950px!important;
	height:853px;
	padding: 25px 0 0 10px!important;
	background-color: #fff;
}

.contingut-llistat h2 {
	margin: 0 0 10px 0!important;
}

.contingut-llistat #tabs-opcions-cont {
	height: 830px;
}


#serveis-cos, #botigues-cos, #empresa-cos, #formulari-cos {
	width: 650px;
	height: 650px;
	position: relative;
	margin: 0 0 0 265px;
}

#treball-cos {
	width: 650px;
	position: relative;
	margin: 0 0 0 265px;
}

#regals-cos {
	margin: 0 0 0 205px;
	width: 700px;
	height: 400px;
}

#empresa-cos {
	margin: 0 0 0 205px;
	width: 720px;
	height: 600px;
}

#neutre-cos {
	width: 650px;
	position: relative;
	margin: 0 0 0 265px;
	font-size: 90%;
	padding: 0 0 30px 0;
	line-height: 1.5em;
}

#col-centre {
	width:418px;
	border-right:1px solid #dee5e6;
	border-left:1px solid #dee5e6;
	padding: 0 20px 25px 30px;
	background:#fff url(../img/css/calbet-vidamesfacil.jpg) right bottom no-repeat;
	float: left;
}

#col-centre.col-centre-interior {
	width: 645px;
	border-right: none;
	background: none;
}

.cont-col {
	width:212px;
	padding: 0 10px 5px 10px;
	float: left;
	font-size: 90%;
}

.cont-col-extra {
	width:209px;
	float: right;
	padding: 20px 0px 5px 10px;
}

.cont-col-extra p {
	font-size:1em;
	padding:1em 0;
	line-height:1.5em;
}



/* ------------------ SECCIO PROMOS (071209) -------------------- */ 

ul#promocions {}

ul#promocions li {
	width:292px;
	margin:0;
	padding:0 0 30px 11px;
	display:inline;
	float:left;
}

ul#promocions li h3 {
	display:block;
	text-transform:uppercase;
	color:#004c99;
	font-size:1.5em;
	font-weight:bold;
	letter-spacing:-0.05em;
}

ul#promocions li a {
	display:block;
}

ul#promocions li a.promo-link {
	display:block;
	width:139px;
	height:23px;
	background:#fff url(../img/css/bg-link-promos.gif) 0 0 no-repeat;
	color:#7f8081;
	font-weight:bold;
	margin:0 0 12px 0;
	padding:2px 0 0 7px;
}

ul#promocions li a.promo-link:hover {
	background-position: 0 -25px;
	color:#fff;
	text-decoration:none;
}

ul#promocions li a#promoinformatica,
ul#promocions li a#promopanasonic,
ul#promocions li a#promosamsung {
	width:292px;
	height:185px!important;
	overflow:hidden;
	background:#fff url(../img/promocions/promoinformatica.jpg) 0 0 no-repeat;
}

ul#promocions li a#promopanasonic {background-image:url(../img/promocions/promopanasonic.jpg);}
ul#promocions li a#promosamsung {background-image:url(../img/promocions/promosamsung.jpg);}

ul#promocions li a#promoinformatica:hover,
ul#promocions li a#promopanasonic:hover,
ul#promocions li a#promosamsung:hover{
	background-position:0 -185px;
}

ul li#promofulleto, ul li#promocomplements {
	padding:15px 0 0 0;
	margin:0 15px 0 0;
	margin-left:130px;
	margin-top:60px;
	display:inline;
	width:440px;
	height:215px;
	background:#fff url(../img/css/bg-fulleto.jpg) right bottom no-repeat;
}

ul li#promocomplements {
	background:#fff url(../img/css/bg-complements.jpg) right bottom no-repeat;
}

ul li#promofulleto p, ul li#promocomplements p {
	width:165px;
	display:block;
	font-size:1em;
	line-height:1.4em;
	padding:10px 0 0 5px;
}


/* ------------------ PEU -------------------- */

a#logo-peu {
	background:transparent url(../img/css/logo-peu.gif) 0 0 no-repeat;
	width:125px;
	height:30px;
	display:block;
	float: left;
}

a#logo-peu-comik {
	background:transparent url(../img/css/logo-comik.gif) 0 0 no-repeat;
	width:80px;
	height:42px;
	display: block;
	float: right;
	margin: -15px 10px 0 0;
}

a#logo-peu-comik:hover {
	background-position:0 -42px;
}

ul#menu-peu {
	float: left;
	width: 510px;
	display: block;
	height: 20px;
}

ul#menu-peu li {
	background: none;
	display: inline;
	float: left;
	height: 20px;
	padding-bottom: 0px;
}

ul#menu-peu li a {
	color: #004c98;
	display: block;
	font-size: 90%;
	font-weight: bold;
}

ul#menu-peu li a.promo-especial {
	font-weight:bold;
	font-size:90%;
	color: #E20012;
}

ul#menu-comp {
	float: left;
	width: 188px;
	display: block;
	height: 20px;
	font-size: 90%;
	font-weight: bold;
}

ul#menu-comp li {
	background: none;
	display: inline;
	float: left;
	height: 20px;
	padding-bottom: 0px;
}

ul#menu-comp li a {
	color: #004c98;
	display: block;
}
