

.verdLink{
	font-family: "Open Sans",Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #87C80A;
	text-decoration:none;
	font-weight: normal;
}
.blanc{
	font-family: "Open Sans",Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration:none;
	font-weight: bold;
}
.blancLink{
	font-family: "Open Sans",Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration:none;
	font-weight: bold;
}
.blancLink:hover{
	font-family: "Open Sans",Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration:underline;
	font-weight: bold;
}
.blancLinkPetit{
	font-family: "Open Sans",Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration:none;
}
.vermell{
	font-family: "Open Sans",Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ce0f00;
	text-decoration:underline;
	font-weight: normal;
}
.titolResumCampanya{
	font-family: "Open Sans",Tahoma, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #363636;
	text-decoration:none;
	font-weight: 600;
	text-transform: uppercase;
	display: inline-block;
	width: 49%;
}
.titolResumCampanya2{
	display: inline-block;
	width: 50%;
	text-transform: uppercase;
	text-align: right;
}
.gris{
	font-family: "Open Sans",Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	text-decoration:none;
	font-weight: normal;
}
.grisFosc{
	font-family: "Open Sans",Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-decoration:none;
	font-weight: normal;
}
.grisRound{
	font-family: "Open Sans",Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	text-decoration:none;
	font-weight: normal;

}
.grisLink-menu{
	font-family: "Open Sans",Tahoma, Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-transform: uppercase;
	color: #ffffff;
	text-decoration:none;
	font-weight: 400;
}

.grisLink-menu{
	font-family: "Open Sans",Tahoma, Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-transform: uppercase;
	color: #ffffff;
	text-decoration:none;
	font-weight: 400;
}

.grisLink{
	font-family: "Open Sans",Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
/*	text-transform: uppercase;*/
	color: gray;
	text-decoration:none;
	font-weight: 400;
}
.grisLink:hover{
	color: #b2b2b2;
}
.grisLinkPetit{
	font-family: "Open Sans",Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration:none;
	font-weight: bold;
}
.grisLinkPetit:hover{
	font-family: "Open Sans",Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ce0f00;
	text-decoration:none;
	font-weight: bold;
}
.grisTitol
{
	font-family: "Open Sans", Georgia, "Times New Roman", Times, serif;
	font-size: 26px;
	color: #363636;
	text-transform: uppercase;
	text-decoration:none;
	font-weight: 500;
	line-height: 40px;
	padding-bottom: 15px;
	padding-top: 15px;
}
.grisFonsGris
{
	font-family: "Open Sans", Arial, Helvetica, sans-serif, Tahoma;
	color:#999999;
	font-size: 12px;
	background-color:#f7f7f7;
	border:1px solid #e2e2e2;
}


/*
 *	Estils d'errors i notificacions
 */
.errors{
	font-family: "Open Sans",Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#c30000;
	font-weight: bold;
	text-align:right;
}
.notificacions{
	font-family: "Open Sans",Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#0f910f;
	font-weight: bold;
	text-align:right;
}
.avisos{
	font-family: "Open Sans",Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#568acf;
	font-weight: bold;
	text-align:right;
}
a.avisos{
	color:#568acf;
	text-decoration:none;
}
a.avisos:hover{
	text-decoration:underline;
}

.negreLink2{
	font-family: "Open Sans",Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration:none;
}
.negreLink2:hover{
	font-family: "Open Sans",Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration:underline;
}



/*********************
 *********************
 **     BOTONS      **
 *********************
 *********************/
a.boto {
	background: #ffffff;
  background-image: -webkit-linear-gradient(top, #ffffff, #f2f2f2);
  background-image: -moz-linear-gradient(top, #ffffff, #f2f2f2);
  background-image: -ms-linear-gradient(top, #ffffff, #f2f2f2);
  background-image: -o-linear-gradient(top, #ffffff, #f2f2f2);
  background-image: linear-gradient(to bottom, #ffffff, #f2f2f2);
  font-family: "Open Sans";
  font-weight: 700;
  color: #222222;
  font-size: 13px;
  /*padding: 10px 30px 10px 30px;*/
  padding:3% 9%;
  border-bottom: solid #c1c1c1 2px;
  text-decoration: none;
  text-transform: uppercase;
}

a.boto:hover {
	background: #ffffff;
  background-image: -webkit-linear-gradient(top, #ffffff, #ededed);
  background-image: -moz-linear-gradient(top, #ffffff, #ededed);
  background-image: -ms-linear-gradient(top, #ffffff, #ededed);
  background-image: -o-linear-gradient(top, #ffffff, #ededed);
  background-image: linear-gradient(to bottom, #ffffff, #ededed);
  text-decoration: none;
}

/*a.boto span{
	display:inline;
	position:relative;
	top:5px;
	margin-left: 5px;
	margin-right: 5px;
}*/
a.boto img{
	display:inline;
	position:relative;
	/*top:6px;*/
	border:0px;
	vertical-align: middle;
	margin-left: 5px;
	margin-right: 5px;
}

a.botoFonsVerd {
	 font-family: "Open Sans",Tahoma, Arial, Helvetica, sans-serif; 
	 font-size: 14px; 
	 color: #ffffff; 
	 font-weight:bold; 
	 position:relative; 
	 display:inline-table;
	 -webkit-box-shadow: 0px 1px 0px #568200;
  	 -moz-box-shadow: 0px 1px 0px #568200;
  	 box-shadow: 0px 1px 0px #568200; 
	 width:142px; 
	 border-bottom: solid #568200 1px;
	 background: #86C80C;
	 text-align:center; 
	 cursor:pointer;  
	 text-transform: uppercase;
	 text-decoration:none; 
	 border-spacing:0px; 
	 margin-left: 5px; 
	 margin-right: 5px;
	 padding: 15px;
	 vertical-align: middle; 
}


a.botoFonsVerd span{ display:inline; position:relative; margin-left: 5px; margin-right: 5px; }
a.botoFonsVerd img{ display:inline; position:relative; border:0px; vertical-align: top; margin-left: 5px; margin-right: 5px; }

a.botoFonsVerdPetit { font-family: "Open Sans",Tahoma, Arial, Helvetica, sans-serif; font-size: 12px; color: #ffffff; font-weight:bold; position:relative; display:inline-table; width:142px; height:22px; border:1px solid #128609; background-image: url(../img/botons/fons-verd-petit.gif); text-align:center; cursor:pointer;  text-decoration:none; border-spacing:0px; margin-left: 5px; margin-right: 5px; }
a.botoFonsVerdPetit:hover { background-image: url(../img/botons/fons-verd-petit-hover.gif); /* No funciona en IE */ text-decoration:none; }
a.botoFonsVerdPetit span{ display:inline; position:relative; top:2px; margin-left: 5px; margin-right: 5px; }
a.botoFonsVerdPetit img{ display:inline; position:relative; top:4px; border:0px; vertical-align: top; margin-left: 5px; margin-right: 5px; }

a.botoPetit {
	background: #ffffff;
  background-image: -webkit-linear-gradient(top, #ffffff, #f2f2f2);
  background-image: -moz-linear-gradient(top, #ffffff, #f2f2f2);
  background-image: -ms-linear-gradient(top, #ffffff, #f2f2f2);
  background-image: -o-linear-gradient(top, #ffffff, #f2f2f2);
  background-image: linear-gradient(to bottom, #ffffff, #f2f2f2);
  font-family: "Open Sans";
  font-weight: 600;
  color: #222222;
  font-size: 11px;
  padding: 10px 15px;
  border-bottom: solid #c1c1c1 2px;
  text-decoration: none;
  text-transform: uppercase;
}
a.botoPetit:hover {
	background: #ffffff;
  background-image: -webkit-linear-gradient(top, #ffffff, #ededed);
  background-image: -moz-linear-gradient(top, #ffffff, #ededed);
  background-image: -ms-linear-gradient(top, #ffffff, #ededed);
  background-image: -o-linear-gradient(top, #ffffff, #ededed);
  background-image: linear-gradient(to bottom, #ffffff, #ededed);
  text-decoration: none;
}

a.botoPetit span{
/*	display:inline;
	position:relative;
	top:3px;
	margin-left: 5px;
	margin-right: 5px;*/
}
a.botoPetit img{
	display:inline;
	position:relative;
	/*top:3px;*/
	border:0px;
	vertical-align: middle;
	margin-left: 5px;
	margin-right: 5px;
}


/*************************
 *************************
 **     FORMULARIS      **
 *************************
 *************************/
input.inputText {
	font-family: "Open Sans",Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	height:30px;
	width: 90%;
	max-width:400px;
	padding:6px 4px 4px 4px;
	border:1px solid #e2e2e2;
	color: #6e6c74;
	background-color:#f8f8f8;
}

input.inputTextFocus{
	font-family: "Open Sans",Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	height:30px;
	max-width:400px;
	width: 100%;
	padding:6px 4px 4px 4px;
	border:1px solid #e2e2e2;
	color: #6e6c74;
	background-color:#ffffff;
}

textarea.textareaInput{
	font-family: "Open Sans",Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	height:50px;
	width:400px;
	padding:6px 4px 4px 4px;
	border:1px solid #e2e2e2;
	color: #6e6c74;
	background-color:#f8f8f8;
}

select {
	font-family: "Open Sans",Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6e6c74;
	height:30px;
	padding:5px 4px 4px 4px;
	border:1px solid #e2e2e2;
	background-color:#f8f8f8;
}
.selectFonsGris {
	background-color:#f8f8f8;
}
.selectFocus {
	background-color:#ffffff;
}



/******************************
 ******************************
 **     FRANJA INFERIOR      **
 ******************************
 ******************************/
.franjaInf{
	height:70px;
	width:100%;
	background-color:#f4f4f4;

}


/************************
 ************************
 **     TAGS HTML      **
 ************************
 ************************/
body{
	margin-top:2px;
}

textarea{
	border-collapse: separate;
	font-family: "Open Sans", Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6e6c74;
}

label{
	cursor:pointer;
	font-family: "Open Sans", Arial, Helvetica, sans-serif, Tahoma;
	color:#999999;
	font-size: 11px;
}


/******************************
 ******************************
 **     TAULA CONTINGUTS     **
 ******************************
 ******************************/
.contingut{
	font-family: "Open Sans", Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6e6c74;
	background-color:#f4f4f4;
	width:100%;
	border-spacing:20px;
	border-collapse: collapse;

}
.contingut tr{
	height:45px;
}
.contingut th{
	text-align:left;
	font-weight:bold;
	width:160px;
	padding-left:10px;
	border-bottom:1px solid #e2e2e2;
}
.contingut td{
	padding-left:10px;
	padding-right: 5px;
	text-align:left;
	border-bottom:1px solid #e2e2e2;
}

.contingut.historial td{
	width: 1%;
}

.contingut td.pestanyaAvisLegal{
	padding:40px 60px 40px 60px;
	text-align:justify;
}
.contingut td.pestanyaAvisLegal li{
	margin-bottom:20px;
}


/*****************************
 *****************************
 **     SUB MENU            **
 *****************************
 *****************************/
table.menuSub{
	height:40px;
	border-spacing: 8px 0;
	margin-top:10px;
}

table.menuSub td{
	position: relative;
	right: 8px;
	padding:5px 0 0 0;
	border:0px; 
	width:143px !important; 
	text-align:center; 
	background: #F9F9F9; 
	border:1px solid #EEE;
	background-repeat:no-repeat; 
	background-position:bottom;
	border-bottom: none !important;
}

table.menuSub td.activa{
	background: #F4F4F4;
}


/*****************************
 *****************************
 **     MEN� PRINCIPAL      **
 *****************************
 *****************************/
div.menuPpal{
	clear: both;
	width:100%;
	min-height:40px;
	height: auto;
	/*background:url(../img/fonsMenus.gif) repeat-x black;*/
	background-color: #222222;
}

div.menuPpal ul{
	width: 100%;
	padding:0 1px;
	margin: 0 auto;
	margin-top: 20px;
}

ul li{
	list-style: none;
}

div.menuPpal li{
	text-align: center;
  width: 122px;
  display: inline-block;
  height: auto;
  min-height: 32px;
  padding-top:5px;
  height: auto;
  margin: 10px 5px 0 10px;
}
li.menuSel{
	background:white;
	margin-top:3px;
}
li.menuSel a{
	color: #222222;	
}
/*****************************
 *****************************
 **    BARRAS PROGRESO      **
 *****************************
 *****************************/
.barraExterna
{
	width: 100px;
}



/******************************
 ******************************
 **     TAULA NOTIFICACIONS  **
 ******************************
 ******************************/
table.notificacions{
	font-family: "Open Sans",Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6e6c74;
	background-color:#cbf1c8;
	width:100%;
	border-spacing:20px;
	border-collapse: collapse;


}

table.notificacions tr{
	height:45px;
}


table.notificacions th{
	text-align:left;
	font-weight:bold;
	width:160px;
	padding-left:10px;
	border-bottom:1px solid #74e274;
}
table.notificacions td{
	padding-left:10px;
	background-color:#e5fae3;
	text-align:left;
	border-bottom:1px solid #74e274;
}

/******************************
 ******************************
 **     TAULA AVISOS  **
 ******************************
 ******************************/
table.avisos{
	font-family: "Open Sans",Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #568acf;
	background-color:#b0d0ef;
	width:100%;
	border-spacing:20px;
	border-collapse: collapse;
}

table.avisos tr{
	height:45px;
}


table.avisos th{
	text-align:left;
	font-weight:bold;
	width:160px;
	padding-left:10px;
	border-bottom:1px solid #568acf;
}
table.avisos td{
	padding-left:10px;
	background-color:#e0f0ff;
	text-align:left;
	border-bottom:1px solid #568acf;
}


/******************************
 ******************************
 **   TAULA ERRORS			  **
 ******************************
 ******************************/
table.errors{
	font-family: "Open Sans",Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6e6c74;
	width:100%;
	background-color:#ffd1d1;
	border-spacing:20px;
	border-collapse: collapse;
}

table.errors tr{
	height:45px;
}


table.errors th{
	text-align:left;
	font-weight:bold;
	width:160px;
	padding-left:10px;
	border-bottom:1px solid #f8acac;
}
table.errors td{
	padding-left:10px;
	text-align:left;
	background-color:#fff1f1;
	border-bottom:1px solid #f8acac;
}





/* ESKERDA */

.overReport{
	font-family: "Open Sans",Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6e6c74;
	background-color:#f4f4f4;
	width:100%;
}
.report{
    position: relative;
    background-color: #FFFFFF;
    padding: 20px;
    display: inline-block;
    margin-left: 20px;
    margin-bottom: 20px;
    width: 90%;
}


.menuReport{
	position: relative;
	display: inline-block;
	margin: 0px;
	margin-left: 19px;
	width: 100%;
	height: 40px;
}

.menuReport-mobile{
	position: relative;
	display: none;
	margin: 0px;
	margin-left: 16px;
	width: 95%;
	height: 40px;
}


.menuReport a{
text-decoration: none;
color: inherit;
}

.menuReport a:visited{
text-decoration: none;
color: inherit;
}

.menuReport a:hover{
  text-decoration: none;
}
.menuReport ul{
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}

.menuReport li{
  float: left;
  text-align: center;
  width: 143px;
  height: 100%;
  margin-right: 5px;
  padding: 0px;
  border:1px solid #EEE;
  line-height: 50px;
  text-transform: uppercase;
  cursor: pointer;
  font-weight: bold;
  background:#F9F9F9;
}

.menuReport li.selected{
 background:white;

}



.overReport h2{
	margin: 0px;
	margin-left: 25px;
	margin-bottom: 5px;
	padding-top: 10px;
	display: inline-block;
	float: left;
	line-height: 50px;
	height: 50px;
}
.overReport h3{
	font-size: 12px;
	display: inline-block;
	height: 50px;
	line-height: 50px;
	margin-right: 25px;
	float: right;
	font-weight: normal;
}

a.ico{
	text-decoration: none;
	color: inherit;
}

a.ico:hover{
	text-decoration: none;
}

a.ico:visited{
	text-decoration: none;
}

a.ico img{
	border: 0px;
}

div.editButton{
	position: relative;
	cursor: pointer;
	padding: 4px;
	margin-top: 10px;
	margin-left: -4px;
}


.noBorder{
	border:0px;
}
table.noBorder{
	border:0px;
}
table.noBorder td{
	border:0px;
}

/******************************
 ******************************
 **     TINIMCE		     **
 ******************************
 ******************************/

table.tiniMCE tr{
	height:10px;
}
table.tiniMCE th{
	padding-left:0px;
}
table.tiniMCE td{
	padding-left:0px;
}

.llistat:hover{
	background-color:#FAFAFA;
}







textarea.textareaBanner{
	margin-top:5px;
	margin-bottom:5px;
	height:100px;
	width:400px;
	padding:6px 4px 4px 4px;
	border:1px solid #e2e2e2;
	background-color:#f8f8f8;
	scroll:auto;
}


/* PRODUCTOS*/

div.titolProducte
{
	font-family: "Open Sans","Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	text-align:center;
	padding-top:6px;
	text-transform:uppercase;
	font-size:26px;
	position:relative;
	font-weight:bold;
	width:100%;
	height:40px;
	color: #e8e7e7;
	background-color:black;
	border:1px solid black;
	text-shadow: 0px 1px 0px #666, 0px -1px 0px #fff;

}

div.titolProducte span.degradatProducte
{
	position:absolute;
	display:inline;
	width:180px;
	height:36px;
	background-repeat:repeat-x;
	background-image:url(../img/degradatTitolBanner.png);
}
a.botoProductes
{
  background:  #222222;
  background-image: url('../img/botons/save.png') -webkit-linear-gradient(top, #3a3a3a, #222222);
  background-image:url('../img/botons/save.png') -moz-linear-gradient(top, #3a3a3a, #222222);
  background-image:url('../img/botons/save.png') -ms-linear-gradient(top, #3a3a3a, #222222);
  background-image:url('../img/botons/save.png') -o-linear-gradient(top, #3a3a3a, #222222);
  background-image:url('../img/botons/save.png') linear-gradient(to bottom, #3a3a3a, #222222);
  font-family: 'Open Sans';
  color: #89c628;
  font-weight: 600;
  font-size: 14px;
  padding: 10px 22px 10px 22px;
  text-decoration: none;
}
a.botoProductes:hover
{
  background:  #222222;
  background-image: url('../img/botons/save.png')-webkit-linear-gradient(top, #222222, #3a3a3a);
  background-image: url('../img/botons/save.png') -moz-linear-gradient(top, #222222, #3a3a3a);
  background-image: url('../img/botons/save.png') -ms-linear-gradient(top, #222222, #3a3a3a);
  background-image: url('../img/botons/save.png') -o-linear-gradient(top, #222222, #3a3a3a);
  background-image: url('../img/botons/save.png') linear-gradient(to bottom, #222222, #3a3a3a);
  text-decoration: none;text-shadow: 0px 1px 10px #fff;
	color:#fff;
}

a.botoProductes2
{
	position:relative;
	display:inline-table;
	background-image:url(../img/botoContracta-background.png);
	background-position:center top;
	width:200px;
	height:64px;
	background-repeat:no-repeat;
	font-family: "Open Sans",Tahoma, Arial, Helvetica, sans-serif;
	color:rgb(89, 206, 57) ;
	font-weight:bold;
	font-size:14px;
	text-decoration:none;
	text-shadow: 0px 1px 4px #666;
	text-align:center;
	padding-top:10px;
	padding-left:28px;
}
a.botoProductes2:hover
{
	text-shadow: 0px 1px 10px #fff;
	color:#fff;
}

/******************
 Altres
******************/
div.caixaAvisLegal{
	margin-top:5px;
	margin-bottom:5px;
	height:100px;
	width:740px;
	padding:6px 4px 4px 4px;
	border:1px solid #e2e2e2;
	background-color:#f8f8f8;
	overflow:auto;
}
div.caixaAvisLegal h1 {
	font-size:12px;
}




/*
****************************************************************************
*		TOPBAR
****************************************************************************
*/

div.desconnectar{
	max-width:984px;
	width: 100%;
	margin: 0 auto;
	background-color:#F4F4F4;
	z-index:100;
	height: auto;
	max-height: 60px;
	height: 60px;
	font-family: "Open Sans";
}

.cuenta{
  display: inline-block;
  width: 25%;
  height: 100%;
  background: #222222;
  text-align: left;
  padding:0 20px;
}

.admin.cuenta{
	width: 100%;
	padding:0;
}

.admin.cuenta > .nav{
	padding: 10px 20px;
}

.vacio{
	width: 41%;
	display:inline-block;
}

.cuenta .titol{
	color: #87C80A;
	display: block;
	text-align: left;
}

.carrito > .nav > ul > span{
	float: right;
}

.cuenta .titol:hover, .nav.carrito li{
	background: transparent;
}

.carrito{
  display: inline-block;
  width: 25%; 
  height: 100%;
  text-align: left;
  padding: 0 20px;
}

.nav.cuenta{
	width: 100%;
	max-width: 286px;
	background: #222222;
	margin-left: -20px;
}

.nav.carrito{
	background: #F4F4F4;
	text-align: left;
	max-width: 266px;
	width: 100%;
	padding: 33px 0 0 0px;
	margin-left: -10px;
	
}

.nav.carrito li{
	display: inline-block;
}

.nav.carrito li{
	display: block;
}

.nav.carrito .viewCart{
	cursor: pointer;
	text-align: center;
}

.nav.carrito li.item span{
	font-weight: bold;
	display: inline-block;
	width: 46%;
}

.nav.carrito ul li.item{
	padding-left: 10px;
}

.nav.carrito li.item:first-child{
	border-top:1px solid #CCC;
}

.nav.carrito li.item span.preu{
	text-align: right;
	font-weight: normal;
}

.nav.carrito li span, .nav.carrito li a{
	color: #222222;
}

.carrito li.titol{
	padding: 0 10px;
	width: 75%;
}

.carrito .nav ul li, .carrito .nav ul span{
	cursor: pointer;
}

.carrito .nav ul li.empty{
	text-align: center;
}



.nav.carrito li span{
	padding: 12px 0px;
}

.nav {
  display: block;
  padding:10px 0;
  overflow: hidden;
  font-size: 12px;
  font-weight: bold;
  height:42px;
  z-index: 2000000;
}

  .nav ul {
    margin: 0;
    padding: 0;
  }

    .nav ul li {
      display: inline-block;
      list-style-type: none;

      
      -webkit-transition: all 0.2s;
        -moz-transition: all 0.2s;
        -ms-transition: all 0.2s;
        -o-transition: all 0.2s;
        transition: all 0.2s; 
    }



      .nav > ul > li > a, nav > ul > li > span {
        display: block;
        text-decoration: none;
          color: white;
          font-family: "Open Sans"
          font-size: 12px;
          font-weight: bold;
          height: auto;
          margin-top: 10px;
      }

.nav .checkout{
	-webkit-border-radius: 0;
	display: block;
  -moz-border-radius: 0;
  border-radius: 0px;
  -webkit-box-shadow: 0px 1px 0px #568200;
  -moz-box-shadow: 0px 1px 0px #568200;
  box-shadow: 0px 1px 0px #568200;
  font-family: "Open Sans";
  color: #ffffff;
  font-size: 13px;
  background: #86C80C;
  padding: 15px 0;
  border-bottom: solid #568200 1px;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  width: 92%;
  margin-bottom: 15px;
  margin-left: 10px;

}

      
      .nav > ul > li > div {
        background-color: #fff;
        border-top: 0;
        border-radius: 0 0 4px 4px;
        box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.055);
        display: none;
        margin: 0;
        opacity: 0;
        position: absolute;
        width: 100%;
        visibility: hidden;
        z-index: 2000000;
        -webkit-transiton: opacity 0.2s;
        -moz-transition: opacity 0.2s;
        -ms-transition: opacity 0.2s;
        -o-transition: opacity 0.2s;
        -transition: opacity 0.2s;
        height: auto;
      }

        .nav > ul > li:hover  div{
          display: block;
          opacity: 1;
          visibility: visible;
        }

          .nav > ul > li > div ul > li {
            display: block;
          }

            .nav > ul > li > div ul > li > a, .nav > ul > li > div ul > li > span {
              color:white;
              display: block;
              font-weight: normal;
              text-transform: none;
              padding: 12px 20px;
              text-decoration: none;
            }

              .nav > ul > li > div.nav.cuenta ul > li:hover > a, .nav > ul > li > div.nav.cuenta ul > li:hover > span {
                /*background-color: rgba( 255, 255, 255, 0.1);*/
                background-color: #3A3A3A;
              }


/*
****************************************************************************
*		ADMIN - PREBODY
****************************************************************************
*/

.admin-prebody{
	width:33%;display:inline-block;
}

.admin-prebody input{
	width:50%;display:inline-block;margin-bottom:25px;
}

.admin-prebody div{
	display:inline-block;position:relative;bottom:4px;
}
.admin-prebody2{
	width:66%;display:inline-block;text-align:right;
}

.admin-prebody2 > select#paymentMethod{
	width: 30%;
}

/*
****************************************************************************
*		CONTINGUT - PRODUCTES
****************************************************************************
*/
.contingutTextoProductes
{
	background-color:#ffffff;
	text-align:left;
	display:inline-block;
	position:relative;
	margin-top:15px;
	width:100%;
}

.contingutTextoProductes div.caixa
{
	text-align:left;
	display:inline-block;
	position:relative;
	margin-top:15px;
	width:440px;
	height:135px;
	text-decoration:none;
	color:#6e6e6e;
	margin-left:25px;
	margin-top:20px;
	margin-bottom:20px;
}
.contingutTextoProductes div.caixa h1.titol
{
	margin-top:20px;
	margin-bottom:0px;
}
.contingutTextoProductes div.caixa div.text
{
	margin-right:25px;
}
.Green_Large{
	font-family:"Open Sans","Trebuchet MS", Tahoma, Geneva, sans-serif;
	font-size:36px;
	color:#89c628;
}

.capitalitza{
	text-transform:capitalize;
}
select.capitalitza{
	text-transform:capitalize;
}
select.capitalitza option{
	text-transform:capitalize;
}


table.formulariDadesCompra th{
	padding-left:50px; !important
}

/******************
 Llista items
******************/
table.llistaItems{
	max-width:950px;
	width: 100%;
	margin-top:30px;
}
table.llistaItems tr.llistaItems{
}
table.llistaItems td.llistatItems_val{
	height:45px;
	width:80px;
	padding-right:60px;
	text-align:right;
}

table.llistaItemsPreu{
	max-width:950px;
	width: 100%;
	margin-top:30px;
	margin-bottom:50px;
}
table.llistaItemsPreu tr.llistaItemsPreu{
	height:25px;
}
table.llistaItemsPreu td.llistaItemsPreu_txt{
	text-align:right;
	padding-right:20px;
}
table.llistaItemsPreu td.llistaItemsPreu_val{
	width:90px;
	padding-right:60px;
	text-align:right;
}



/*
****************************************************************************
*		SHOPPING CART - Desplegable
****************************************************************************
*/
.shopingCartContainer{ width:984px; z-index:100;font-family: "Open Sans",Tahoma;font-size: 12px; }
div.shopingCartContainer{ display:none; height:0px;z-index:100; width: 100%;max-width: 242px;float: right;padding:0 !important;}
div.shopingCart{ background-color:white; border:1px solid #e2e2e2; display:block; position:relative; top:0px; left:0px; width:95.4%; _width:232px; z-index:100; }
div.shopingCart div.sobreLink{ text-align:left;cursor:default; position:absolute; top:-25px; left:140px; padding:6px 0 0 6px; width:84px; _width:90px; height:25px; background-color:#343434; color:#c50000; font-weight:bold; font-size:11px; }
div.shopingCart div.titol{ color:white; background-color:#343434; border-bottom:1px solid #e2e2e2; font-weight:bold; padding:10px; font-size:12px;  }
div.shopingCart div.item{ background-color:white; border-bottom:1px solid #e2e2e2; padding:10px; font-weight:bold; text-transform:capitalize; }
div.shopingCart div.empty{ background-color:white; border-bottom:1px solid #e2e2e2; padding:10px; text-align:center; }
div.shopingCart div.viewCart{ background-color:white; border-bottom:1px solid #e2e2e2; padding:10px; text-decoration:none; cursor:pointer; }



.creditos-1{
	text-align:center;padding: 10px;display: inline-block;width: 55%;vertical-align:top;
}

.creditos-2{
	border-left:1px solid #CECECE;padding:0px;width:35%;display:inline-block;
}

.menuSub-mobile{
	display: none;
}


.contingut.importar td:not(.itemSub) {
	width: 50% !important;
}

.contingut.importarbounce td:not(.itemSub) {
	width: 50% !important;
}

.importar-plantilla-table{
	width:100%;max-width:984px;padding:20px;
}


.importar-plantilla-td{
	padding:20px;
}


.titol-header{
	width:50%;
	display:inline-block;
	text-align:left;
	vertical-align: middle;
	padding-bottom: 15px;
	padding-top: 15px;
}

.afegir-destinataris{
	display: inline-block;
	width: 48%;
}


.titol-header2{
	padding-right:10px;
	display:inline-block;
	text-align:right;
	width:46%;
	vertical-align: middle;
}

.titol-importar-resumen{
	display:inline-block;
	width:49%;
}

.titol-importar-resumen2{
	border:0px;
	text-align:right;
	background-color:#ffffff;
	padding-right:0px;
	display:inline-block;
	width:50%;
}

.td-titol{
	border:1px #dadada solid;
	border-left: none;
	border-right: none;
	padding:10px 0 0 10px;
	border-top:0px;
}

.pestanyes-noves{
	width: 50%;
  	display: inline-block;
  	text-align: left;
  	vertical-align: middle;
}

.paginacio{
	text-align: right;
  	vertical-align: middle;
  	width: 49%;
  	display: inline-block;
}


/** EASY PIE CHART **/

a[href="http://www.amcharts.com/javascript-charts/"]{
	display: none !important;
}


#chartdiv, #chartdiv_day {
	width	: 100%;
	height	: 350px;
	margin: 15px auto;
}		

.chart {
  position: relative;
  display: inline-block;
  width: 120px;
  height: 110px;
  text-align: center;
  font-family: "Open Sans",'Helvetica','Arial';
  font-size: 30px;
}

.easy-chart2 .chart {
  position: relative;
  display: inline-block;
  width: 110px;
  height: 100px;
  text-align: center;
  font-family: "Open Sans",'Helvetica','Arial';
  font-size: 23px;
}

.chart canvas {
  position: absolute;
  top: 0;
  left: 0;
}
.percent {
  display: inline-block;
  line-height: 110px;
  z-index: 2;
}
.percent:after {
  content: '%';
  margin-left: 0.1em;
  font-size: .8em;
}
.angular {
  margin-top: 100px;
}
.angular .chart {
  margin-top: 0;
}


div.mce-container div#mceu_23 button, div.mce-container div#mceu_24 button{ 
  padding:4px 8px;
} 


@media screen and (max-width: 700px){
	.contingut.importarbounce td {
	width: 0% !important;
	}
}

@media screen and (max-width: 500px){ /*OCULTAR BARRA DE ESTADO EN LA GESTIÓN DE ENVIOS*/
	.status-bar{
		display: none;
	}
	.importar-plantilla-table, .importar-plantilla-td{padding:0;}

}


/** PÁGINA LOGIN **/
@media screen and (max-width: 800px){
	img{
	width: auto;
	max-width: 100%;
	height: auto;
	}

	

}

.container-general{
	height:auto;
	background-color:#f7f7f7;
	border:4px solid #FFFFFF; 
}

.container-general .col1{
	width:39%;
	display:inline-block;
	border-right:1px solid #dddedd;
	vertical-align:top; 
	padding:0 10px 0 10px;
	height:auto;
}

.container-general .col2{
	width:53%;
	display:inline-block;
	border-left:1px solid #FFFFFF; 
	padding:0 10px 0 10px;
}

.content{
	width: 90%;
	max-width:626px; 
	height:auto;
	margin:10% auto;
}

.label-remember{
	width:19%;
	float:left;
	margin:0 15px;
}


.label-gestionplantilla{
	width:20%;
	display:inline-block;
	text-align:left;
	margin:10px 0;
}

.input-gestionplantilla{
	width:75%;
	display:inline-block;
	text-align:left;
	margin:5px 0;
}

.input-remember{
	border:2px solid #FFFFFF; 
}

.enviar-remember{
	text-align:right;padding:5px 0;
	width:93%;
	display: inline;
}


@media screen and (max-width: 663px){
	.container-general .col1, .container-general .col2{
		width: 95%;
		border: none;
	}
	.label-remember{
		float: none;
		width: 80%;
	}
	.input-remember input{
		width: 90% !important;
		margin: 10px;
	}
	.enviar-remember{
		display: block;
	}
}

/** FIN LOGIN **/

/*** MAIN CONTENIDO **/

.main-wrap{
	width: 100%;
}

.submain-wrap{
	text-align:center;padding:0px;border-top:0px;border-bottom:0px;padding-top:40px;
}

.submain-wrap .col1-2{
	display:inline-block;width:48%;margin-right:20px;margin-bottom:30px;
}

.submain-wrap .col2-2{
	display: inline-block;width:46%;margin-bottom:30px;
}

.titulo-header{
	width:98.8%;border:1px #dadada solid;padding-left:10px;border-top:none;
	padding-top: 15px;
	padding-bottom: 15px;
	border-left: none;
	border-right: none;
}

@media screen and (max-width: 957px){
	.submain-wrap > div{
		margin: 20px auto !important;
		padding: 0 !important;
		width: 90% !important;
	}
	.titulo-header{
		border-left: none;
		border-right: none;
	}

	.creditos-1,.creditos-2{
		display: block;
		width: 90%;
		margin:0;
	}

	.afegir-destinataris{
		display: block;
		margin: 0 auto;
		width: 99%;
		text-align: center;
		margin-bottom: 15px;
	}

}

@media screen and (max-width: 957px) and (min-width: 481px){
	.submain-wrap .col2-2, .submain-wrap .col1-2{
		width: 60% !important;
	}
}

@media screen and (max-width: 480px){
	.submain-wrap .col2-2, .submain-wrap .col1-2{
		width: 90% !important;
	}
}

/** FIN CONTENIDO **/

/**MENU **/


@media screen and (max-width: 993px) and (min-width: 880px){
	div.menuPpal li{
		 width: auto;
  		margin: 10px 5px 0px 5px;
  		padding: 0px 13px;
	}
	div.menuPpal li a{
		font-size: 12px;
		position: relative;
		top:8px;
	}
}


@media screen and (max-width: 879px) and (min-width: 740px) {
	div.menuPpal li{
		 width: auto;
  		margin: 10px 5px 0px 5px;
  		padding: 0px 7px;
	}
	div.menuPpal li a{
		font-size: 11px;
		position: relative;
		top:8px;
	}
}

@media screen and (max-width: 739px) and (min-width: 701px){
	div.menuPpal li{
		 width: auto;
  		margin: 10px 5px 0px 5px;
  		padding: 0px 7px;
	}
	div.menuPpal li a{
		font-size: 10px;
		position: relative;
		top:8px;
	}
	
}

/** FIN MENU **/	

/**TOP BAR **/

.container-logo{
	width:90%;
	height:auto;
	padding-left:10px;
	padding-top:20px;
	text-align: left;
}

@media screen and (max-width: 615px){
	div.desconnectar > div{
		padding: 5px 0 !important;
		width: 100% !important;
		text-align: center !important;
	}
	div.desconnectar{
		max-height: none;
	}

	.barraExterna
	{
		width: 70px !important;
	}

}


/**
****
***** MEDIAS NEW TOP-BAR (MICUENTA-CARRITO)
****
**/


@media screen and (max-width: 1013px) and (min-width: 899px){
	.vacio{
		width: 39%;
	}

	.nav.carrito{
		width:27.4%;
	}
	.nav.cuenta{
		width: 29.4%;
	}
}

@media screen and (max-width: 899px) and (min-width: 752px){
	.vacio{
		width: 37%;
	}

	.nav.carrito{
		width:27.9%;
	}
	.nav.cuenta{
		width: 29.1%;
	}
}

@media screen and (max-width: 752px) and (min-width: 701px){
	.vacio{
		width: 36%;
	}

	.nav.carrito{
		width:27.9%;
	}
	.nav.cuenta{
		width: 30.1%;
	}
}

@media screen and (max-width: 700px){
	.desconnectar div, .cuenta .titol{
		display: block;
		width: auto;
		text-align: center;
	}

	.vacio{
		display: none !important;
	}

	.carrito li.titol{
		position: relative;
		left: 7px;
	}

	.cuenta, .carrito, .nav{
		height: auto;
		padding: 5px 20px;
	}

	.desconnectar{
		height: auto !important;
		max-height: none !important;

	}

	.nav > ul > li:hover div{
		display: none;
	}
}


/**
****
***** FIN MEDIAS NEW TOP-BAR (MICUENTA-CARRITO)
****
**/

/** FIN TOP BAR **/



/** MENU MOVIL **/
a{
	text-decoration: none;
}

div.menuPpal li.dropdown{
	display: none;
	cursor: pointer;
}

@media screen and (max-width: 700px){

	#chartdiv{
		width: 90%;
		height: 350px;
	}

	#chartdiv tspan{
		font-size: 9px !important;
	}

	table.menuSub b{font-size: 9px}

	div.menuPpal li{
		display: none;
		height: auto;
		width: 90%;
		padding: 5px 20px;
		padding-top: 15px;
		text-align: left;
	}

	div.menuPpal li:not(.dropdown):hover{
		background: #3a3a3a;
		width: 85%;
	}

	div.menuPpal li.dropdown{
		display: block;
	}



	div.menuPpal li.activo{
		display: block;
	}

	div.menuPpal li.menuSel{
		background: #848484;
		width: 85%;
	}

	div.menuPpal{
		background: url('../img/ico-menu.png') no-repeat 95% center #222222;
	}

	div.menuPpal.abierto{
		background: url('../img/ico-closed.png') no-repeat 95% 7px #222222;
	}

	.container-logo{text-align: center;padding-top: 20px;}

	.grisTitol{font-size: 19px;}

	..contingut td{
		padding-left: 3px;
	}

	.desconnectar .shopingCartContainer{
		float: none;
		position: relative;
		bottom: 5px;
		right: 6%;
	}

	.menuSub, .menuReport{
		display: none;
	}
	.menuSub-mobile, .menuReport-mobile{
		display: block;
		margin: 10px auto;
	}

	.overReport h2, .overReport h3{
		float: none;
		display: block;
		text-align: center;
	}

	.titol-header,.titol-header2,.pestanyes-noves,.paginacio,.titolResumCampanya,.titolResumCampanya2,.titol-importar-resumen,.titol-importar-resumen2{
		display: block;
		text-align: center;
		width: 99%;
		margin-bottom: 10px;
	}

	.td-titol{
		border-bottom: none;
	}

	.pestanyes-noves,.paginacio{
		margin-bottom: 10px;
	}

	.linkList{
		background: #F4F4F4;
	}
	.charts .easy-chart,.charts-lil .easy-chart2{
		width: 100%;
		text-align:center;
		margin: 10px auto;
	}

	.label-gestionplantilla, .input-gestionplantilla{
		display: block;
		width: 100%;
		text-align: center;
	}

	a.boto span{
		font-size: 9px;
	}
	a.boto img{
		width: 11px;
	}

	.admin-prebody,.admin-prebody2{
		width: 100%;
		display: block;
		text-align: center;
	}

}



/**FIN MENU MOVIL **/


@media screen and (max-width: 510px){
	a.botoPetit span{
		font-size:11px;
	}

	.contingut th, .contingut td{
		width: auto;
		padding: 0 1px;
		font-size: 11px;
	}
	.report{
		padding:0;
		margin: 0 20px;
	}
	.report .linkStat #mainText{
		font-size: 14px;
		font-weight: bold;
	}

	input#credits,span#botCalcular{
		display: block;
		margin: 0 auto;
		text-align: center;
	}
}

.chartDemografic{
  display: inline-block;
  text-align: center;
  margin: 20px auto;
  width: 50%;
  height: 185px;
  vertical-align: top;
}
.chartDemograficTable{
  font-family: 'Open Sans', Tahoma, Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-style: normal;
  border-left:0px;
  border-right:0px;
}
.chartDemograficTable th{
  font-size: 14px;
  text-align:left;
  border-bottom:1px solid #cacaca;
  border-left:0px;
  border-right:0px;
  padding-bottom:10px;
}


