@CHARSET "ISO-8859-1";
/*CAN CORDERRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRR*/


/*UTILS ---------------------------------------------------------------------*/
.w20 { width: 20%; }
.w25 { width: 25%; }
.w30 { width: 30%; }
.w33 { width: 33%; }
.w50 { width: 50%; }
.w95 { width: 95%; }
.w100{ width: 100%; }

.h300{ height: 300px; }

.fleft { float: left; }
.fright { float: right; }
.clear { clear: both; }
.clearright { clear: right; }
.aleft { text-align: left; }     /*text a la esquerra*/
.acenter { text-align: center; } /*text al centre*/
.aright { text-align: right; }   /*text a la dreta*/

.bold { font-weight: bold; }

.pnone { margin: 0px; padding: 0px; } /*paragraf sense marges*/

.mayus { text-transform: uppercase; } /*text en MAYUSCULES*/
.minus { text-transform: lowercase; } /*text en MINUSCULES*/
.indentx05 { text-indent: 0.5em; }    /*La primera paraula entra*/
.indentx1 { text-indent: 1em; }    /*La primera paraula entra*/
.indentx2 { text-indent: 2em; }    /*La primera paraula entra*/

.fsize11 { font-size: 1.1em;}
.fsize12 { font-size: 1.2em;}
.fsize27 { font-size: 2.7em;}

.visible { display: block; }
.novisible { display: none; }
.dtable {display: table;} /*display table*/

.pointer{ cursor: pointer }

.mbottom5{
	margin-bottom: 5px;
}

.mleft10{
	margin-left: 10px;
}

.inter1{
	line-height: 1.2em;
}

.inter2{
	line-height: 2.2em;
}

.w300px{width:300px}

/*GENERALS ------------------------------------------------------------------*/

/*capa que engloba tota la web*/
/*si s'ha de canviar retocar: #pag .caixatopr1 .caixatopr2*/
#base { width: 916px; min-height: 553px; height: 553px; display: table; margin: auto; background-color: #FFFFFF;}


body {
  text-align:center;
  margin:auto;
  padding: 0em 10em 0em 10em;
  background-color:#fcf6e1;
  font-family:arial;     /*Font family per tota la web*/
  font-size:10px;        /*Font size per tota la web*/
  color:#000000;
}

h1 { font-size: 1.5em; font-weight: bold; margin: 0; padding: 0; }
h2 { font-size: 1.4em; font-weight: bold; margin: 0; padding: 0; }
h3 { font-size: 1.2em; font-weight: bold; margin: 0; padding: 0; }

table { font-size: 1em; color:#000000; }

input { font-size: 1em; }     /*recuadre*/

select { font-size: 1em; }     /*desplegable*/


/*COLORS --------------------------------------------------------------------*/
.colorfonsext {color: #fcf5de; }   /*Color veix*/
.colorfonsmenu {color: #ffcc33; }  /*Color groc*/
.colorcaixa {color: #4c1612; }     /*Color marro*/
.colortext {color: #431b1d; }      /*Color marro*/  /*421a1d*/
.colorproducte {color: #f5a738; }  /*Color carbassa*/

.bordemarro {border: 1px solid #4d130e} /*Border marro*/
.borbotmarro {border-bottom: 1px solid #4d130e} /*Border marro*/


/*TOP -- menu superior + logo + idiomes -------------------------------------*/
/*---------------------------------------------------------------------------*/
#top { width: 100%; height: 134px}

.caixatopl {
  height: 115px;
  float: left;
  background-repeat: repeat-x;
  background-position: bottom left;
  background-image: url('img/top/fonstopl.gif');
  background-color: #fcf5de;
}

.logotop {
  float: left;
  border: 0px;
  background-color: #fcf5de;
  margin: 10px 0px 0px 40px;
}

.caixatopr1 {
  height: 52px;
  width: 741px; /*916(base) - 40(margin cancorderlogotop.gif) - 115(cancorderlogotop.gif) - 20(fonstoprrodo.gif)*/
  float: left;
  background-repeat: repeat-x;
  background-position: bottom left;
  background-image: url('img/top/fonstopr1.gif');
  background-color: #fcf5de;
}

.caixatopr2 {
  height: 63px;  /*115 - 52 =63*/
  width: 761px;  /*916(base) - 40(margin cancorderlogotop.gif) - 115(cancorderlogotop.gif)*/
  background-color:#4c1612;
}

.flag {
  float: right;
  border: 0px;
  margin: 5px 10px 0px 0px;
}

.liniatop {
  width: 100%;
  height: 19px;
  float: left;
  background-repeat: repeat-x;
  background-position: top left;
  background-image: url('img/top/fonstoplinia.gif');
}

a.menutop,
a.menutop:visited {
  padding: 10px 10px 5px 10px;
  line-height: 40px;
  font-size: 1.1em;
  color: #ffffff;
  font-weight: bold;
  text-decoration: none;
}
a.menutop:hover {color: #ffffff; text-decoration: underline; }
a.menutopon,a.menutopon:link,a.menutopon:hover {
	  padding: 10px 10px 5px 10px;
  	  line-height: 40px;
	  font-size: 1.1em;
	  color: #ffcc33;
	  text-decoration: none;
	  font-weight: bold;
}


/*BOD -- body, menu + contingut ---------------------------------------------*/
/*---------------------------------------------------------------------------*/
#bod {
	background-image: URL(img/fons.gif);
	background-position: center bottom;
	width: 100%;
	display: table;
	min-height: 413px;
	height: auto;
}


/*MEN -- menu esquerra ------------------------------------------------------*/
/*---------------------------------------------------------------------------*/
#men { width: 170px; height: 158px; min-height: 158px; height: auto; position: relative; display: table; float: left; margin-bottom: 95px;}    /*156 (cancorderlogomen.gif) + 14 (fonspag1left.jpg)*/

.caixamen {
  width: 156px;       /*156 (cancorderlogomen.gif)*/
  height: auto!important;  /* per IE5+ */
  height: 158px;           /* per IE5+ */
  min-height: 158px;       /* per Mozilla */
  /*display: table;*/
  float: left;
  background-color:#ffcc33;
  background-repeat: no-repeat;
  background-position: bottom left;
 /* background-image: url('img/men/cancorderlogomen.gif');*/
  margin-bottom: 55px;
}

.caixamenbot{
	width: 156px;       /*156 (cancorderlogomen.gif) */
	 /*background-image: url('img/men/cancorderlogomen.gif'); */
	background-color:#ffcc33;
	background-repeat: no-repeat;
    background-position: bottom left;
    /* height: 118px;*/
    float:left;
}

.caixamenright {
  width: 14px;
  height: auto!important;  /* per IE5+ */
  height: 245px;           /* per IE5+ */
  min-height: 245px;       /* per Mozilla */
  float: right;
  background-color:#ffffff;
  background-repeat: no-repeat;
  background-position: top left;
  background-image: url('img/pag/fonspag1left.jpg');
}

a.men1,
a.men1:visited {
  /*display: block;*/
  height: 19px;
  text-align: left;
  line-height: 19px;
  text-indent: 0.9em;
  margin: 0px 10px 0px 10px;
  font-size: 1.1em;
  color: #ffffff;
  font-weight: bold;
  text-decoration: none;
  background-color:#4c1612;
 }
a.men1:hover {color: #ffffff; text-decoration: underline; }
a.men1:active { color: #ffcc33; text-decoration: none; }

a.men1on,
a.men1on:visited {
  /*display: block;*/
  height: 19px;
  text-align: left;
  line-height: 19px;
  text-indent: 0.9em;
  margin: 0px 10px 0px 10px;
  font-size: 1.1em;
  color: #ffcc33;
  font-weight: bold;
  text-decoration: none;
  background-color:#4c1612;
 }
a.men1on:hover {color: #ffcc33; text-decoration: none; }
a.men1on:active { color: #ffcc33; text-decoration: none; }

a.men2,
a.men2:visited {
  display: block;
  height: 19px;
  text-align: left;
  line-height: 19px;
  text-indent: 0.9em;
  margin: 0px 10px 5px 10px;
  font-size: 1.1em;
  color: #ffffff;
  font-weight: bold;
  text-decoration: none;
  background-color:#4c1612;
 }
a.men2:hover {color: #ffffff; text-decoration: underline; }

a.men2on,
a.men2on:visited {
  display: block;
  height: 19px;
  text-align: left;
  line-height: 19px;
  text-indent: 0.9em;
  margin: 0px 10px 5px 10px;
  font-size: 1.1em;
  color: #ffcc33;
  font-weight: bold;
  text-decoration: none;
  background-color:#4c1612;
 }
a.men2on:hover {color: #ffcc33; text-decoration: none; }

.subm{
	background-image: url(img/men/fonssubmenu.jpg);
    margin: 0px 10px 0px 10px;
    border-left: 2px solid #4d130e;
    border-right: 2px solid #4d130e;
    background-repeat: repeat-x;
    background-color: #FFFFFF;
    padding: 5px 2px 2px 2px;
    text-align: left;
}

.botsubmenu{
	background-image: url(img/men/fonsbotsubmenu.gif);
	width: 136px;
	height: 12px;
	margin: 0px 10px 5px 10px;
	background-repeat: no-repeat;
}

.submcates{
	margin: 0px 10px 5px 15px;
	display: none;
}
/*PAG -- contingut seccio ---------------------------------------------------*/
/*---------------------------------------------------------------------------*/
/*Surt del BASE - MEN = 916 - 170 = 746 */
#pag {
  width: 746px;
  height: auto!important;  /* per IE5+ */
  height: 400px;           /* per IE5+ */
  min-height: 400px;       /* per Mozilla */
  float: left;
}

.caixapag {
  width: 720px;    /*746 (base) - 26 (caixapagright)*/
  height: auto!important;  /* per IE5+ */
  height: 375px;           /* per IE5+ */
  min-height: 375px;       /* per Mozilla */
  float: left;
  padding: 15px 0px 0px 0px;
  background-color: #ffffff;
  background-repeat: repeat-x;
  background-position: top right;
  background-image: url('img/pag/fonspag1center.jpg');
}

.caixapagright {
  width: 26px;
  height: auto!important;  /* per IE5+ */
  height: 375px;           /* per IE5+ */
  min-height: 375px;       /* per Mozilla */
  float: left;
  padding: 15px 0px 0px 0px;
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-position: top right;
  background-image: url('img/pag/fonspag1right.jpg');
}

.caixatitulcurt {
  width: 525px;
  height: 20px;
  text-align: left;
  line-height: 19px;
  text-indent: 0.9em;
  background-image: url('img/pag/fonstitulcurt.jpg');
}

.caixacurt {
  width: 514px;  /*caixatitulcurt - 10px padding left - 1px del border*/
  height: auto!important;  /* per IE5+ */
  height: 340px;           /* per IE5+ */
  min-height: 340px;       /* per Mozilla */
  font-size: 1.2em;
  text-align: left;
  line-height: 19px;
  padding: 0px 0px 0px 10px;
  border-width: 0px 0px 0px 1px;
  border-style: solid;
  border-color: #4c1612;
}

.caixatitulllarg {
  width: 717px;
  height: 20px;
  text-align: left;
  line-height: 19px;
  text-indent: 0.9em;
  background-image: url('img/pag/fonstitulllarg.jpg');
}

.caixallarg {
  width: 706px;  /*caixatitulllarg - 10px padding left - 1px del border*/
  height: auto!important;  /* per IE5+ */
  height: 340px;           /* per IE5+ */
  min-height: 340px;       /* per Mozilla */
  /*font-size: 1.2em;*/
  /*text-align: left;*/
  line-height: 19px;
  padding: 0px 0px 0px 12px;
  border-width: 0px 0px 0px 1px;
  border-style: solid;
  border-color: #4c1612;
}

.liniapunts {
  width:720px;/*728*/
  height:10;
  float: left;
  background-repeat: repeat-x;
  background-position: center left;
  background-image: url('img/pag/lineapuntsinferior.jpg');
}


/*EIX -- contingut seccio ---------------------------------------------------*/
/*---------------------------------------------------------------------------*/
.caixaeixtitul {
  width: 50px;
  height: 20px;           /* per IE5+ */
  font-size: 1.5em;
  padding: 0px 0px 0px 0px;
  margin: 20px 0px 10px 40px;
  background-color:#4c1612;
}

.caixaeix {
  display: block;
  width: 50px;
  height: auto!important;  /* per IE5+ */
  height: 240px;           /* per IE5+ */
  min-height: 240px;       /* per Mozilla */
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 10px 40px;
  background-color:#4c1612;
}

.caixaeixfoto {
  display: block;
  width: 530px;
  height: auto!important;  /* per IE5+ */
  height: 269px;           /* per IE5+ */
  min-height: 269px;       /* per Mozilla */
  padding: 0px 0px 0px 0px;
  margin: 20px 0px 10px 20px;
  border: 1px solid #4c1612;
  background-color: #FFFFFF;
}

.caixaeixtext {
  display: block;
  width: 530px;
  height: 16px;           /* per IE5+ */
  line-height: 16px;
  font-size: 1.2em;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 10px 20px;
  /*border: 1px solid #4c1612;*/
}

a.linkoff,
a.linkoff:visited {
  display: block;
  text-align: left;
  line-height: 19px;
  margin: 0px 10px 0px 10px;
  font-size: 1.2em;
  color: #ffffff;
  font-weight: bold;
  text-decoration: none;
}
a.linkoff:hover {color: #ffffff; text-decoration: underline; }

a.linkon,
a.linkon:visited {
  display: block;
  text-align: left;
  line-height: 19px;
  margin: 0px 10px 0px 10px;
  font-size: 1.2em;
  color: #ffcc33;
  font-weight: bold;
  text-decoration: none;
}
a.linkoff:hover {color: #ffcc33; text-decoration: underline; }


/*FIRES -- contingut seccio -------------------------------------------------*/
/*---------------------------------------------------------------------------*/

/*Llistat*/
table.list {
	border-collapse: collapse;
	border-spacing: 0px;
}

td.titulist {
  color: #ffffff;
  font-weight: bold;
  height: 20px;           /* per IE5+ */
  line-height: 20px;
  padding: 0px 3px 0px 3px;
  background-color: #4c1612;
}

.firaactiva { color: #431b1d; background-color: #d8cabc; }

.firapassada { color: #9a7d00; background-color: #e8e3c3; }

td.list {
  height: 24px;           /* per IE5+ */
  line-height: 24px;
	border-bottom: 2px solid;
	padding: 0px 3px 0px 3px;
	border-bottom-color: #ffffff;
}

.htdlist{
  height: 24px;           /* per IE5+ */
  /*line-height: 24px;*/
}

a.fires,
a.fires:visited {
  color: #000000;
  text-decoration: none;
}
a.fires:hover { text-decoration: underline; }

/*CONTACTE -- contingut seccio ----------------------------------------------*/
/*---------------------------------------------------------------------------*/
input.width1 { width: 250px; border: 1px solid #4c1612;}
input.width7 { width: 176px; border: 1px solid #4c1612;}
input.width4 { width: 37px; border: 1px solid #4c1612;}
select.contacte {
  width: 200px;
  border: 1px solid #4c1612;
  background-color: #ffcc33;
}

.tdform {
  padding-left: 10px;
  width: 80px;
}

textarea {
  border: 1px solid #4c1612;
  color: #4c1612;
  font-family: arial;
  font-size: 1em;
  height: 55px;
  width: 380px;
}

.caixacontacte {
  display: block;
  width: 600px;
  height: auto!important;  /* per IE5+ */
  height: 269px;           /* per IE5+ */
  min-height: 269px;       /* per Mozilla */
  padding: 0px 0px 0px 0px;
  margin: 20px 0px 10px 20px;
  border: 1px solid #4c1612;
}

/*boto envia*/
a.sendcontacte,
a.sendcontacte:visited {
  display: block;
  width:49px;
	height:13px;
  line-height:13px; /*fa vertical-align:middle*/
  text-align: center;
  color: #431b1d;
  text-decoration: none;
  background: url('img/pag/botosendcont.gif') no-repeat top;
  margin:auto;
  margin-left:200px;
  cursor: pointer;
}
a.sendcontacte:hover { color: #ffcc33; background-position: bottom; cursor: pointer;}


/*PRODUCTES -- contingut seccio ---------------------------------------------*/
/*---------------------------------------------------------------------------*/

.titulelaboraciovertical {
  width: 525px;
  height: 20px;
  text-align: left;
  line-height: 19px;
  text-indent: 0.9em;
  border-width: 0px 0px 1px 1px;
  border-style: solid;
  border-color: #4c1612;
}

.caixaelaboracio {
  width: 515px;  /*caixatitulcurt - 10px padding left - 1px del border*/
  font-size: 1.1em;
  text-align: left;
  line-height: 15px;
  padding: 0px 0px 0px 10px;
  border-width: 0px 0px 0px 1px;
  border-style: solid;
  border-color: #4c1612;
}

a.linksubm1,
a.linksubm1:visited {
  color: #4d130e;
  text-decoration: none;
  font-weight: normal;
  font-size: 1.05em;
  line-height: 1.6em;
}
a.linksubm1:hover { text-decoration: none; font-weight: normal; font-size: 1.05em;}

a.linksubm1on,
a.linksubm1on:visited {
  color: #4d130e;
  text-decoration: underline;
  font-weight: normal;
  font-size: 1.05em;
  line-height: 1.6em;
}
a.linksubm1on:hover { text-decoration: underline; font-weight: normal; font-size: 1.05em;}

a.linksubm2,
a.linksubm2:visited {
  color: #674643;
  text-decoration: none;
  font-weight: normal;
  font-size: 1.04em;
  line-height: 1.4em;
}
a.linksubm2:hover { text-decoration: underline;}

a.linksubm2on,
a.linksubm2on:visited {
  color: #674643;
  text-decoration: underline;
  font-weight: normal;
  font-size: 1.04em;
  line-height: 1.4em;
}
a.linksubm2on:hover { text-decoration: underline;}

.titulelaboraciohori {
  width: 490px;
  height: 20px;
  text-align: left;
  line-height: 19px;
  text-indent: 0.9em;
  border-width: 0px 0px 1px 1px;
  border-style: solid;
  border-color: #4c1612;
}

.caixaelaboraciohori {
  width: 480px;  /*caixatitulcurt - 10px padding left - 1px del border*/
  font-size: 1.1em;
  text-align: left;
  line-height: 15px;
  padding: 0px 0px 0px 10px;
  border-width: 0px 0px 0px 1px;
  border-style: solid;
  border-color: #4c1612;
}

/*RECEPTES -- contingut seccio ----------------------------------------------*/
/*---------------------------------------------------------------------------*/
.caixallistatrec {
  display: block;
  width: 170px;
  border: 1px solid #4c1612;
  padding: 5px 5px 5px 5px;
  margin: 0px 0px 0px 0px;
}

a.arecepte,
a.arecepte:visited {
  display: block;
  color: #4d130e;
  text-decoration: none;
  font-weight: normal;
  font-size: 1.2em;
  margin: 5px 0px 6px 0px;
}
a.arecepte:hover { text-decoration: underline; }

.caixallistatrec span{
	display: block;
	margin: 5px 0px 6px 0px;
}

.titulrecepte {
  width: 515px;
  height: 20px;
  font-size: 0.9em;
  background-color: #ffcc33;
  text-align: left;
  line-height: 19px;
  text-indent: 0.9em;
}

.paginacio2{
	width: 136px;
	height: 25px;
}

.caixarece {
  width: 514px;  /*caixatitulcurt - 10px padding left - 1px del border*/
  height: auto!important;  /* per IE5+ */
  height: 140px;           /* per IE5+ */
  min-height: 140px;       /* per Mozilla */
  font-size: 1.2em;
  text-align: left;
  line-height: 19px;
  padding: 0px 0px 0px 10px;
  border-width: 0px 0px 0px 1px;
  border-style: solid;
  border-color: #4c1612;
}

.wreceptes1{width: 400px}

/*BOT -- peu de pagina ------------------------------------------------------*/
/*---------------------------------------------------------------------------*/
#bot {
  width: 100%;
  height: 1.8em;
  line-height:1.8em;
  color: #ffffff;
  font-size: 1.1em;
  background-color: #4c1612;
  text-align: left;
  clear: both;
}

.wonsom{
	width: 400px;
}

.wtelbot{
	width: 150px;
}

/*link en el bottom -----------------------------------*/
a.titlebot,
a.titlebot:visited {
  text-align: left;
  color: #ffffff;
  text-decoration: none;
 }
a.titlebot:hover { color: #ffffff; text-decoration: underline; }
a.titlebot:active { color: #ffcc33; text-decoration: none; }

a.titleboton,
a.titleboton:visited {
  text-align: left;
  color: #ffcc33;
  text-decoration: none;
 }
a.titleboton:hover { color: #ffcc33; text-decoration: underline; }

/*NOTICIES -- contingut seccio ---------------------------------------------------*/
/*---------------------------------------------------------------------------*/
.colnotis{
	float: left;
	width: 210px;
	height: 309px;
	margin-left: 17px;
	margin-top: 10px;
	text-align: left;
}

.txtcolnotis{
	width: 180px;
	height: 235px;
	text-align: left;
}

.fotonotis{
	text-align: center;
	background-color: #FFFFFF;
	width: 78px;
	height: 78px;
	float: left;
	border: 1px solid #421a1d;
	margin-right: 5px;
}

.pagon{
	display: block;
	float: left;
	width: 13px;
	height: 14px;
	background-repeat: no-repeat;
  	background-position: bottom left;
  	background-image: url('img/not/fonspagon.gif');
  	margin-top: 3px;
  	margin-right: 3px;
}

a.pagoff,a.pagoff:link{
	display: block;
	float: left;
	width: 13px;
	height: 14px;
	background-repeat: no-repeat;
  	background-position: bottom left;
  	background-image: url('img/not/fonspagoff.gif');
  	margin-top: 3px;
   	margin-right: 3px;
}

a.pagoff:hover{
	display: block;
	float: left;
	width: 13px;
	height: 14px;
	background-repeat: no-repeat;
  	background-position: bottom left;
  	background-image: url('img/not/fonspagon.gif');
  	margin-top: 3px;
  	margin-right: 3px;
}

.paginacio{
	width: 136px;
	height: 25px;
	margin-left: 20px;
}

a.llegir,a.llegir:link{
	color: #431b1d;
	font-weight: bold;
	text-decoration: none;
}

a.llegir:hover{
	text-decoration: underline;
}

input.tornar{
	background-repeat: no-repeat;
  	background-image: url('img/not/fonsbototornar.gif');
  	width: 74px;
  	height: 18px;
	text-align: center;
	border: 0px;
	padding-bottom: 3px;
	font-size: 1.2em;
	font-weight: bold;
}

#fletxes{
	height: 35px;
	text-align: center;
}

.divfoto{
	width: 180px;
}

.divfoto2{
	width: 222px;
}

/*INFORMA'T -- contingut seccio ---------------------------------------------------*/
/*---------------------------------------------------------------------------*/

.caixauninformat{
	font-size: 1.6em;
	width: 110px;
	padding: 5px;
	height: 195px;
}

.paginacio3{
	height: 21px;
	padding-top: 3px;
	padding-left: 3px;
}

/*COMERÇOS -- contingut seccio --------------------------------------*/
/*--------------------------------------------------------------*/

.caixacomerc {
  width: 514px;  /*caixatitulcurt - 10px padding left - 1px del border*/
  height: 150px;           /* per IE5+ */
  font-size: 1.2em;
  text-align: left;
  line-height: 19px;
  padding: 10px 0px 0px 10px;
  border-width: 0px 0px 1px 1px;
  border-style: solid;
  border-color: #4c1612;
}

.caixacomercultim {
  width: 514px;  /*caixatitulcurt - 10px padding left - 1px del border*/
  height: 25px;           /* per IE5+ */
  font-size: 1.2em;
  text-align: left;
  line-height: 19px;
  padding: 10px 0px 0px 10px;
  border-width: 0px 0px 0px 1px;
  border-style: solid;
  border-color: #4c1612;
}

.caixatitulcurtgroc {
  width: 525px;
  height: 20px;
  text-align: left;
  line-height: 19px;
  text-indent: 0.9em;
  background-image: url('img/pag/fonstitulcurtgroc.jpg');
}

.caixatitulllarggroc {
  width: 717px;
  height: 20px;
  text-align: left;
  line-height: 19px;
  text-indent: 0.9em;
  background-image: url('img/pag/fonstitulllarggroc.jpg');
}

/*LINKS */
a.link,a.link:link{
  color: #4d130e;
  text-decoration: none;
  font-weight: normal;
  font-size: 1.2em;
}
a.link:hover{
  text-decoration: underline;
}

.txtlink{
	font-size: 1.2em;
	color: #8c726a;
}

.nomlink{
	font-size: 1.2em;
}

.marginbot{
	margin-left: 170px;
}
