/* begin Page */

#main, #page, table
{
    font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Sans-Serif;
    font-size: 13px;
}

h1, h2, h3, h4, h5, h6, p, a, ul, ol, li
{
    margin: 0;
    padding: 0;
}

body
{
  margin: 0 auto;
  padding: 0px 0px 50px 0px;
  color: #3C3D3E;
  background-color: #80BCD3;
  background-image: url('../img/Bottom_texture.jpg');
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center bottom;
}

.postcontent,
.postcontent li,
.postcontent table,
.postcontent a,
.postcontent a:link,
.postcontent a:visited,
.postcontent a.visited,
.postcontent a:hover,
.postcontent a.hovered
{
    font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Sans-Serif;
    font-size: 12px;
    text-align: justify;
}

.postcontent p
{
    margin: 12px 0 12px 0;
}

h1, h2, h3, h4, h5, h6,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a,
h1 a:link, h2 a:link, h3 a:link, h4 a:link, h5 a:link, h6 a:link,
h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited,
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover
{
  font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Sans-Serif;
  font-size: 32px;
}

.postcontent a
{
  text-decoration: none;
  color: #2C6981;
}

.postcontent a:link
{
  text-decoration: none;
  color: #2C6981;
}

.postcontent a:visited, .postcontent a.visited
{

  color: #2C6981;
}

.postcontent  a:hover, .postcontent a.hover
{

  text-decoration: underline;
  color: #3B8BAB;
}


.postcontent h1
{
   margin: 21px 0 21px 0; 
   color: #21464D;
   font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, Sans-Serif;
   font-style: normal;
   font-weight: bold;
   font-size: 18px; 
}

.postcontent h2
{
    color: #3B8BAB;
   margin: 19px 0 19px 0; 
   font-size: 18px;   
}

.postcontent h3
{
   margin: 19px 0 19px 0; 
  color: #575757; 
  font-size: 16px;    
}

.postcontent h4
{
   margin: 20px 0 20px 0; 
   color: #525252; 
   font-size: 14px;   
}

.postcontent h5
{
   margin: 26px 0 26px 0; 
   color: #525252;   
   font-size: 13px;
}

.postcontent h6
{
   margin: 35px 0 35px 0; 
   color: #525252;
   font-size: 11px;      
}

ul
{
  list-style-type: none;
}

ol
{
  list-style-position: inside;
}

#main, #page
{
  position: relative;
  width: 100%;
  left: 0;
  top: 0;
  cursor:default;
}




.cleared
{
  float: none;
  clear: both;
  margin: 0;
  padding: 0;
  border: none;
  font-size: 1px;
}

form
{
  padding: 0 !important;
  margin: 0 !important;
}

table.position
{
  position: relative;
  width: 100%;
  table-layout: fixed;
}
/* end Page */

/* begin Box, Sheet */
.sheet
{
  position: relative;
  margin: 0 auto;
  min-width: 71px;
  min-height: 71px;
}

.sheet-body
{
  position: relative;
  padding: 17px;
}

.sheet-tr, .sheet-tl, .sheet-br, .sheet-bl, .sheet-tc, .sheet-bc,.sheet-cr, .sheet-cl
{
  position: absolute;
}

.sheet-tr, .sheet-tl, .sheet-br, .sheet-bl
{
  width: 138px;
  height: 138px;
  background-image: url('../img/sheet_s.png');
}

.sheet-tl
{
  top: 0;
  left: 0;
  clip: rect(auto, 69px, 69px, auto);
}

.sheet-tr
{
  top: 0;
  right: 0;
  clip: rect(auto, auto, 69px, 69px);
}

.sheet-bl
{
  bottom: 0;
  left: 0;
  clip: rect(69px, 69px, auto, auto);
}

.sheet-br
{
  bottom: 0;
  right: 0;
  clip: rect(69px, auto, auto, 69px);
}

.sheet-tc, .sheet-bc
{
  left: 69px;
  right: 69px;
  height: 138px;
  background-image: url('../img/sheet_h.png');
}

.sheet-tc
{
  top: 0;
  clip: rect(auto, auto, 69px, auto);
}

.sheet-bc
{
  bottom: 0;
  clip: rect(69px, auto, auto, auto);
}

.sheet-cr, .sheet-cl
{
  top: 69px;
  bottom: 69px;
  width: 138px;
  background-image: url('../img/sheet_v.png');
}

.sheet-cr
{
  right: 0;
  clip: rect(auto, auto, auto, 69px);
}

.sheet-cl
{
  left: 0;
  clip: rect(auto, 69px, auto, auto);
}

.sheet-cc
{
  position: absolute;
  top: 69px;
  left: 69px;
  right: 69px;
  bottom: 69px;
  background-color: #FAFAFA;
}

.sheet
{
  top: 30px !important;
  margin-bottom: 30px !important;
  cursor:auto;
  width: 850px;
}


/* end Box, Sheet */

/* begin Header */
div.header
{
  margin: 0 auto;
  position: relative;
  width: 100%;
  height: 150px;
  background-color:#80bcd3;
}


div.header-menu
{
	position: relative;
	width: 800px;
	left:0px;
	top:5px;
}



div.header-jpeg
{
  position: absolute;
  top: 0;
  left:0;
  width: 780px;
  height: 150px;
  background-image: url('../img/header_logo.png');
  background-repeat: no-repeat;
  background-position: center center;
}

/* end Header */

/* begin Logo */
div.logo
{
  display: block;
  position: absolute;
  left: -60px;
  top: 40px;
  width: 291px;
  height:48px;
  background-image: url('../img/header_logo.png');
  z-index:99;
}

h1.logo-name
{
  display: block;
  text-align: right;
}

h1.logo-name, h1.logo-name a, h1.logo-name a:link, h1.logo-name a:visited, h1.logo-name a:hover
{
  font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, Sans-Serif;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 12px;
  text-decoration: none;
  text-transform: none;
  padding: 0;
  margin: 0;
  color: #21464D !important;
}


h2.logo-text, 
h2.logo-text a,
h2.logo-text a:link,
h2.logo-text a:visited,
h2.logo-text a:hover
{
  font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, Sans-Serif;
  font-style: normal;
  font-weight: normal;
  font-size: 11px;
  padding: 0;
  margin: 0;
  color: #21464D !important;
}

h2.logo-text
{
  display: block;
  text-align: right;
}
/* end Logo */

/* begin Menu */
/* menu structure */

.menu a, .menu a:link, .menu a:visited, .menu a:hover
{
    outline: none;
}

.menu, .menu ul
{
  margin: 0;
  padding: 0;
  border: 0;
  list-style-type: none;
  display: block;
}

.menu li
{
  margin: 0;
  padding: 0;
  border: 0;
  display: block;
  float: left;
  position: relative;
  z-index: 5;
  background: none;

margin-right:5px;
}

.menu li:hover
{
  z-index: 10000;
  white-space: normal;
}

.menu li li
{
  float: none;
}

.menu ul
{
  visibility: hidden;
  position: absolute;
  z-index: 10;
  left: 0;
  top: 0;
  background: none;
}

.menu li:hover>ul
{
  visibility: visible;
  top: 100%;
}

.menu li li:hover>ul
{
  top: 0;
  left: 100%;
}

.menu:after, .menu ul:after
{
  content: ".";
  height: 0;
  display: block;
  visibility: hidden;
  overflow: hidden;
  clear: both;
}
.menu, .menu ul
{
  min-height: 0;
}

.menu ul
{
  background-image: url('../img/spacer.gif');
  padding: 0px 30px 30px 30px;
  margin: 0px 0 0 -30px;
}

.menu ul ul
{
  padding: 30px 30px 30px 10px;
  margin: -30px 0 0 -10px;
}

ul.menu
{
  float: right;
}



/* menu structure */

.menu
{
  padding: 0 0 0 0;
}

.nav
{
  position: relative;
  min-height: 26px;
  z-index: 100;
  border-bottom:5px solid #80bcd3 !important;
}

.nav .l, .nav .r
{
  position: absolute;
  z-index: -1;
  top: 0;
  height: 100%;
  background-image: url('../img/nav.png');
}

.nav .l
{
  left: 0;
  right: 0;
}

.nav .r
{
  right: 0;
  width: 816px;
  clip: rect(auto, auto, auto, 816px);
}


/* end Menu */

/* begin MenuItem */
.menu a
{
  position: relative;
  display: block;
  overflow: hidden;
  height: 26px;
  cursor: pointer;
  text-decoration: none;
}


.menu ul li
{
    margin:0;
    clear: both;
}


.menu a .r, .menu a .l
{
  position: absolute;
  display: block;
  top: 0;
  z-index: -1;
  height: 88px;
  background-image: url('../img/menuitem.png');
}

.menu a .l
{
  left: 0;
  right: 8px;
}

.menu a .r
{
  width: 416px;
  right: 0;
  clip: rect(auto, auto, auto, 408px);
}

.menu a .t, .menu ul a, .menu a, .menu a:link, .menu a:visited, .menu a:hover
{
  font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, Sans-Serif;
  font-size:12px !important;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
}

.menu a .t
{
  color: #EDEDED;
  padding: 0 2px;
  margin: 0 8px;
  line-height: 26px;
  text-align: center;
}

.menu a:hover .l, .menu a:hover .r
{
  top: -31px;
}

.menu li:hover>a .l, .menu li:hover>a .r
{
  top: -31px;
}

.menu li:hover a .l, .menu li:hover a .r
{
  top: -31px;
}
.menu a:hover .t
{
  color: #FFFFFF;
}

.menu li:hover a .t
{
  color: #FFFFFF;
}

.menu li:hover>a .t
{
  color: #FFFFFF;
}


.menu a.active .l, .menu a.active .r
{
  top: -62px;
}

.menu a.active .t
{
  color: #141415;
}
/* end MenuItem */

/* begin MenuSeparator */
.menu .menu-li-separator
{
  display: block;
  width: 6px;
  height:26px;
}
/* end MenuSeparator */

/* begin MenuSubItem */
.menu ul a
{
  display: block;
  text-align: center;
  white-space: nowrap;
  height: 26px;
  width: 180px;
  overflow: hidden;
  line-height: 26px;
  background-image: url('../img/subitem.png');
  background-position: left top;
  background-repeat: repeat-x;
  border-width: 0;
  border-style: solid;
}

.nav ul.menu ul span, .nav ul.menu ul span span
{
  display: inline;
  float: none;
  margin: inherit;
  padding: inherit;
  background-image: none;
  text-align: inherit;
  text-decoration: inherit;
}

.menu ul a, .menu ul a:link, .menu ul a:visited, .menu ul a:hover, .menu ul a:active, .nav ul.menu ul span, .nav ul.menu ul span span
{
  text-align: left;
  text-indent: 12px;
  text-decoration: none;
  line-height: 26px;
  color: #FBFDFE;
  font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Sans-Serif;
  font-size: 12px;
  margin:0;
  padding:0;
}

.menu ul li a:hover
{
  color: #FAFAFA;
  background-position: 0 -26px;
}

.menu ul li:hover>a
{
  color: #FAFAFA;
  background-position: 0 -26px;
}

.nav .menu ul li a:hover span, .nav .menu ul li a:hover span span
{
  color: #FAFAFA;
}

.nav .menu ul li:hover>a span, .nav .menu ul li:hover>a span span
{
  color: #FAFAFA;
}


/* end MenuSubItem */

/* begin Layout */
.content-layout
{
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  background-color: Transparent;
  border: none !important;
  padding:0 !important;
}
.layout-cell, .content-layout-row
{
  background-color: Transparent;
  vertical-align: top;
  text-align: left;
  border: none !important;
  margin:0 !important;
  padding:0 !important;
}
.content-layout .content-layout{width: auto;margin:0;}
.content-layout .layout-cell, .content-layout .layout-cell .content-layout .layout-cell{display: table-cell;}
.layout-cell .layout-cell{display: block;}
.content-layout-row {display: table-row;}
.layout-glare{position:relative;}/* end Layout */

/* begin Box, Block, VMenuBlock */
.vmenublock
{
  position: relative;
  margin: 0 auto;
  min-width: 1px;
  min-height: 1px;
  margin-bottom:10px !important;
}

.vmenublock-body
{
  position: relative;
  padding: 0;
}

.vmenublock-cc
{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #8A8C8F;
}

.vmenublock
{
  margin: 0;
}

/* end Box, Block, VMenuBlock */

/* begin Box, Box, VMenuBlockContent */
.vmenublockcontent
{
  position: relative;
  margin: 0 auto;
  min-width: 1px;
  min-height: 1px;
}

.vmenublockcontent-body
{
  position: relative;
  padding: 0;
}


.vmenublockcontent
{
  position: relative;
  margin: 0 auto;
  min-width: 1px;
  min-height: 1px;
}

.vmenublockcontent-body
{
  position: relative;
  padding: 0;
}


/* end Box, Box, VMenuBlockContent */

/* begin VMenu */
ul.vmenu, ul.vmenu li
{
  list-style: none;
  margin: 0;
  padding: 0;
  width: auto;
  line-height: 0;
}

ul.vmenu ul
{
  display: none;
}

ul.vmenu ul.active
{
  display: block;
}
/* end VMenu */

/* begin VMenuItem */
ul.vmenu a
{
  position: relative;
  display: block;
/*  overflow: hidden; */
  min-height: 20px;
  cursor: pointer;
  text-decoration: none;
  background-color:#80bcd3;
  padding:2px 0px 2px 0px;
}
ul.vmenu a:hover{ background-color:#c6e1eb; }

ul.vmenu li.vmenu-separator
{
  display: block;
  padding: 5px 0 5px 0;
  margin: 0;
  font-size: 1px;
}

ul.vmenu .vmenu-separator-span
{
  display: block;
  padding: 0;
  font-size: 1px;
  height: 0;
  line-height: 0;
  border: none;
}

ul.vmenu a .r, ul.vmenu a .l
{
  position: absolute;
  display: block;
  top: 0;
  height: 70px;
/*  background-image: url('../img/vmenuitem.png');*/
}
/******************************************/
ul.vmenu li{ position:relative; }
ul.vmenu .ico{
	position:absolute; display:block;
	width:20px; height:14px; left:-5px; top:5px;
	background-image: url('../img/list_icon.png');
	z-index:99;
}
#home ul.vmenu .ico{ width:22px; height:22px; left:-10px; top:3px; }
ul.vmenu .ico.sup{ background-image: url('../../IMG/seccio_up.gif') !important; left:3px; top:4px;  }
ul.vmenu .ico.open{ background-image: url('../../IMG/seccio_open.gif') !important; left:3px; top:4px;  }
ul.vmenu .ico.sec{ background-image: url('../../IMG/seccio.gif') !important; left:4px; top:2px; }
ul.vmenu .ico.ref{ background-image: url('../../IMG/ref.gif') !important; left:3px; top:2px; }
ul.vmenu .ico.art{ background-image: url('../../IMG/article.gif') !important; left:3px; top:2px; }
ul.vmenu .ico.breu{ background-image: url('../../IMG/breu.gif') !important; left:3px; top:2px; }
ul.vmenu .ico.map{ background-image: url('../../IMG/seccio_top.gif') !important; left:3px; top:2px; }
/******************************************/
ul.vmenu a .l
{
  left: 0;
  right: 32px;
}

ul.vmenu a .r
{
  width: 816px;
  right: 0;
  clip: rect(auto, auto, auto, 784px);
}

ul.vmenu a .t, ul.vmenu ul a
{
  font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, Sans-Serif;
  font-style: normal;
  font-weight: bold;
  font-size: 10px;
}

ul.vmenu a .t
{
  display: block;
  position:relative;
  top:0;
  line-height: 15px;
  min-height:20px;
  color: #FAFAFA;
  padding: 3px 10px 0 22px;
  margin-left:0;
  margin-right:0;
  font-size: 11px !important;
}
#home ul.vmenu a .t{
  padding: 3px 10px 0 18px;
}

ul.vmenu a.active .l, ul.vmenu a.active .r
{
  top: -50px;
}

ul.vmenu a.active .t
{
  color: #555758;
}

ul.vmenu a:hover .l, ul.vmenu a:hover .r
{
  top: -25px;
}

ul.vmenu a:hover .t
{
  color: #FAFAFA;
}


/* end VMenuItem */

/* begin VMenuSubItem */
ul.vmenu ul, ul.vmenu ul li
{
  margin: 0;
  padding: 0;
}

ul.vmenu ul a
{
  display: block;
  width:145px;
  height: auto;
  padding: 0px 5px 0px 25px;
  line-height:15px !important;
  background-color:#8a8c8f;
}
ul.vmenu ul a.active{
  background-color:#fff !important;
  color:#21464d !important;
  margin-bottom:10px;
}

ul.vmenu ul span, ul.vmenu ul span span
{
  display: inline;
  float: none;
  margin: inherit;
  padding: inherit;
  background-image: none;
  text-align: inherit;
  text-decoration: inherit;
}

ul.vmenu ul a, ul.vmenu ul a:link, ul.vmenu ul a:visited, ul.vmenu ul a:hover, ul.vmenu ul a:active, ul.vmenu ul span, ul.vmenu ul span span
{
  line-height: 22px;
  color: #FBFDFE;
  font-weight: normal;
  margin-left: 0;
}

ul.vmenu ul
{
    margin:0 0 0 0;
}

ul.vmenu ul ul
{
  margin:0 0 0 0;
}

ul.vmenu ul li.vsubmenu-separator
{ 
  display: block;
  margin: 0;
  font-size: 1px;
  padding: 0 0 0 0;
  background-color: #8A8C8F;
}

ul.vmenu ul .vsubmenu-separator-span
{
  display: block;
  padding: 0;
  font-size: 1px;
  height: 0;
  line-height: 0;
  margin: 0;
  border-top: dashed 1px #FAFAFA;
}

ul.vmenu ul li.vmenu-separator-first
{
    padding-bottom:5px;
	display:none;
}

ul.vmenu ul li li a
{
  background-position: 50px 0;
  padding-left: 50px;
}

ul.vmenu ul li li li a
{
  background-position: 75px 0;
  padding-left: 75px;
}

ul.vmenu ul li li li li a
{
  background-position: 100px 0;
  padding-left: 100px;
}

ul.vmenu ul li li li li li a
{
  background-position: 125px 0;
  padding-left: 125px;
}


ul.vmenu ul li a.active
{
  color: #FAFAFA;
  background-position: 25px -54px;
}

ul.vmenu ul li li a.active
{
  background-position: 50px -54px;
}

ul.vmenu ul li li li a.active
{
  background-position: 75px -54px;
}

ul.vmenu ul li li li li a.active
{
  background-position: 100px -54px;
}

ul.vmenu ul li li li li li a.active
{
  background-position: 125px -54px;
}



ul.vmenu ul li a:hover, ul.vmenu ul li a:hover.active
{
  color: #1A1A1A;
  background-position: 25px -27px;
}


ul.vmenu ul li li a:hover, ul.vmenu ul li li a:hover.active
{
  background-position: 50px -27px;
}

ul.vmenu ul li li li a:hover, ul.vmenu ul li li li a:hover.active
{
  background-position: 75px -27px;
}

ul.vmenu ul li li li li a:hover, ul.vmenu ul li li li li a:hover.active
{
  background-position: 100px -27px;
}

ul.vmenu ul li li li li li a:hover, ul.vmenu ul li li li li li a:hover.active
{
  background-position: 125px -27px;
}
/* end VMenuSubItem */

/* begin Box, Block */
.block
{
  position: relative;
  margin: 0 auto;
  min-width: 1px;
  min-height: 1px;
  margin-bottom:10px !important;
}

.block-body
{
  position: relative;
  padding: 0;
}


.block
{
  margin: 0;
}

/* end Box, Block */

/* begin BlockHeader */
.blockheader
{
  margin-bottom: 4px;
}
/******************************************/
.blockheader .ico{
	position:absolute; display:block;
	width:22px; height:22px; left:-10px; top:0px;
	background-image: url('../img/list_icon.png');
	z-index:99;
}
/******************************************/

.blockheader, .blockheader h3.t
{
  position: relative;
  height: 21px;
}

.blockheader h3.t,
.blockheader h3.t a,
.blockheader h3.t a:link,
.blockheader h3.t a:visited, 
.blockheader h3.t a:hover
{
  color: #FAFAFA;
  font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, Sans-Serif;
  font-size: 11px;
  text-transform: uppercase;
}

.blockheader h3.t
{
  margin:0;
  padding: 0 10px 0 17px;
  white-space: nowrap;
  line-height: 21px;	
}

.blockheader .l, .blockheader .r
{
  position: absolute;
  height: 21px;
  background-image: url('../img/blockheader.png');
}

.blockheader .l
{
  left: 0;
  right: 27px;
}

.blockheader .r
{
  width: 816px;
  right: 0;
  clip: rect(auto, auto, auto, 789px);
}

/* end BlockHeader */

/* begin Box, BlockContent */
.blockcontent
{
  position: relative;
  margin: 0 auto;
  min-width: 1px;
  min-height: 1px;
}

.blockcontent-body
{
  position: relative;
  padding: 5px;
}


.blockcontent-body, 
.blockcontent-body li, 
.blockcontent-body a,
.blockcontent-body a:link,
.blockcontent-body a:visited,
.blockcontent-body a:hover
{
  color: #7D8083;
  font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, Sans-Serif;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
}

.blockcontent-body p
{
  margin: 6px 0 6px 0;
}

.blockcontent-body a
{
  color: #7D8083;
  font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Sans-Serif;
}

.blockcontent-body a:link
{
  color: #7D8083;
  font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Sans-Serif;
}

.blockcontent-body a:visited, .blockcontent-body a.visited
{
  color: #7D8083;
  text-decoration: none;
}

.blockcontent-body a:hover, .blockcontent-body a.hover
{
  color: #505253;
  text-decoration: none;

}

.blockcontent-body ul li
{
  font-size: 13px;
  line-height: 125%;    
  color: #525252;
  margin: 1px 5px 1px 5px;
}/* end Box, BlockContent */

/* begin Button */
.button-wrapper a.button,
.button-wrapper a.button:link,
.button-wrapper input.button,
.button-wrapper button.button
{
  text-decoration: none;
  font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, Sans-Serif;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  position:relative;
  top:0;
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  color: #FAFAFA !important;
  width: auto;
  outline: none;
  border: none;
  background: none;
  line-height: 27px;
  height: 27px;
  margin: 0 !important;
  padding: 0 9px !important;
  overflow: visible;
  cursor: default;
}

.button img, .button-wrapper img
{
  margin: 0;
  vertical-align: middle;
}

.button-wrapper
{
  vertical-align: middle;
  display: inline-block;
  position: relative;
  height: 27px;
  overflow: hidden;
  white-space: nowrap;
  width: auto;
  margin: 0;
  padding: 0;
  z-index: 0;
}

.firefox2 .button-wrapper
{
  display: block;
  float: left;
}

input, select, textarea
{
  vertical-align: middle;
  font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, Sans-Serif;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
}

.block select 
{
    width:96%;
}

.button-wrapper.hover .button, .button-wrapper.hover a.button:link, .button:hover
{
  color: #FAFAFA !important;
  text-decoration: none !important;
}

.button-wrapper.active .button, .button-wrapper.active a.button:link
{
  color: #636363 !important;
}

.button-wrapper .button-l, .button-wrapper .button-r
{
  display: block;
  position: absolute;
  height: 91px;
  margin: 0;
  padding: 0;
  background-image: url('../img/button.png');
}

.button-wrapper .button-l
{
  left: 0;
  right: 8px;
}

.button-wrapper .button-r
{
  width: 409px;
  right: 0;
  clip: rect(auto, auto, auto, 401px);
}

.button-wrapper.hover .button-l, .button-wrapper.hover .button-r
{
  top: -32px;
}

.button-wrapper.active .button-l, .button-wrapper.active .button-r
{
  top: -64px;
}

.button-wrapper input
{
  float: none !important;
}
/* end Button */

/* begin Box, Post */
.post
{
  position: relative;
  margin: 0 auto;
  min-width: 1px;
  min-height: 1px;
  width:100% !important;
}

.post-body
{
  position: relative;
  padding: 10px;
}


.post
{
  margin: 5px;
}

a img
{
  border: 0;
}

.article img, img.article
{
  border: solid 0 #C7C7C7;
  margin: 0px;
}

.metadata-icons img
{
  border: none;
  vertical-align: middle;
  margin: 2px;
}

.article table, table.article
{
  border-collapse: collapse;
  margin: 1px;
}

.article th, .article td
{
  padding: 2px;
  border: solid 1px #A6A6A6;
  vertical-align: top;
  text-align: left;
}

.article th
{
  text-align: center;
  vertical-align: middle;
  padding: 7px;
}

pre
{
  overflow: auto;
  padding: 0.1em;
  float:left;
}

/* end Box, Post */

/* begin PostMetadata, PostMetadataHeader */
.postmetadataheader
{
  overflow:hidden;
  padding: 1px;
  background-color: #80BCD3;
  border-color: #C7C7C7;
  border-style: solid;
  border-width: 0;
}
/* end PostMetadata, PostMetadataHeader */

/* begin PostHeaderIcon */
h2.postheader
{
  color: #21464D;
  margin: 5px 0 5px 0;
  width: 582px !important;
}

h2.postheader, 
h2.postheader a, 
h2.postheader a:link, 
h2.postheader a:visited,
h2.postheader a.visited,
h2.postheader a:hover,
h2.postheader a.hovered
{
  font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, Sans-Serif;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  text-transform: uppercase;
}

h2.postheader a, h2.postheader a:link
{
  text-align: left;
  text-decoration: underline;
  color: #1A3E4C;
}

h2.postheader a:visited, h2.postheader a.visited
{

  color: #21464D;
}


h2.postheader a:hover,  h2.postheader a.hovered
{

  text-decoration: none;
  color: #347C98;
}

/* end PostHeaderIcon */

/* begin PostBullets */
.post ol, .post ul
{
  margin: 1em 0 1em 2em;
  padding: 0;
}

.post li
{
  font-size: 13px;
}

.post li ol, .post li ul
{
  margin: 0.5em 0 0.5em 2em;
  padding: 0;
}

.post li {
	color: #3D3D3D; 
	padding: 0;
}


.post li
{
  padding: 0 0 0 9px;
}

.post ol>li
{
  background: none;
  padding-left: 0;/* overrides overflow for "ul li" and sets the default value */
  overflow: visible;
}

.post ul>li
{
  background-image: url('../img/postbullets.png');
  background-repeat: no-repeat;
  padding-left: 9px;/* makes "ul li" not to align behind the image if they are in the same line */
  overflow-x: visible;
  overflow-y: hidden;
}


/* end PostBullets */

/* begin PostQuote */
.postcontent blockquote,
.postcontent blockquote a,
.postcontent blockquote a:link,
.postcontent blockquote a:visited,
.postcontent blockquote a:hover
{
  color: #0F0F10;
  font-style: italic;
  font-weight: normal;
  text-align: left;
}

.postcontent blockquote p
{
   margin: 2px 0 2px 15px;
}

.postcontent blockquote
{
   border: solid 0 #A9ABAD;
  margin: 10px 10px 10px 50px;
  padding: 10px 10px 10px 38px;
  background-color: #D3D4D5;
  background-image: url('../img/postquote.png');
  background-position: left top;
  background-repeat: no-repeat;/* makes blockquote not to align behind the image if they are in the same line */
  overflow: auto;
}

/* end PostQuote */

/* begin Footer */
.footer
{
  position: relative;
/*  overflow: hidden;*/
  display:block;
  width: 816px !important;
  margin:0px auto 0px auto !important;
  padding:0px !important;
}


.footer-t
{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #80BCD3;
}

.footer-body
{
    position:relative;
    padding: 25px;
}


.footer-text p
{
  padding:0;
  margin:0;
}

.footer,
.footer a,
.footer a:link,
.footer a:visited,
.footer a:hover
{
    color: #121212;
    font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, Sans-Serif;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
}

.footer-text
{
  padding: 0 10px 0 10px;

}

.footer,
.footer-text,
.footer p
{
  text-align: center;
}

.footer a,
.footer a:link
{
  color: #FAFAFA;
  text-decoration: none;
}

.footer a:visited
{
  color: #FAFAFA;

}

.footer a:hover
{
  color: #FAFAFA;

  text-decoration: underline;
}
/* end Footer */

/* begin PageFooter */
.page-footer, 
.page-footer a,
.page-footer a:link,
.page-footer a:visited,
.page-footer a:hover
{
  font-family: Arial;
  font-size: 10px;
  letter-spacing: normal;
  word-spacing: normal;
  font-style: normal;
  font-weight: normal;
  text-decoration: underline;
  color: #FAFAFA;
}

.page-footer
{
  text-align: center;
  text-decoration: none;
  color: #FAFAFA;
  width:820px;
  margin:-5px auto 0px auto !important;
}
/* end PageFooter */

/* begin LayoutCell, sidebar1 */
.content-layout .sidebar1{ width: 175px;}
/* end LayoutCell, sidebar1 */

/* begin LayoutCell, content */
.content-layout .content{

}
/* end LayoutCell, content */

.overview-table .layout-cell{ width:33%; }
.overview-table-inner{ margin:10px; }
table.table{
    width:100%;
    border-collapse:collapse;
    table-layout:fixed;
    text-align:left;
    vertical-align:top;
}

table.table, table.table tr, table.table td
{
    border:none;
    margin:0;
    padding:0;
    background-color:Transparent;
}

img.image
{
    margin:0;
    padding:0;
    border:none;
}


/******************************************/

.top{ position:absolute; margin-top:-42px; width:810px; text-align:right; }
#date{ float:left; margin-top:22px; font-size:11px !important; }
#webmail{ float:right; font-size:11px; color:#21464d; border-top:1px dashed #FFF; padding-top:3px; }
#webmail input{ width:67px; height:13px !important; font-size:10px; line-height:9px; padding:0px 0px 0px 0px; border:1px solid #b1b1b1; margin-bottom:1px; }
#webmail label{ margin:0px 5px 0px 10px; }
#webmail .button-wrapper{ height:18px; padding:0px; margin-bottom:2px; }
#webmail .button-wrapper a{ height:14px; line-height:15px; }
#webmail .button-l,#webmail .button-r{ background-image:url(../img/button_xs.png); top:1px; }
#webmail .hover .button-l, #webmail .hover .button-r{ top:-20px !important; }
#webmail .active .button-l, #webmail .active .button-r{ top:-41px !important; }
#webmail a#recover{ display:block; color:#fff; text-decoration:none; }
#webmail a#recover:hover{ text-decoration:underline; }

div.postmetadataheader{ margin-top:-15px; padding:0px 5px; display:inline-block; }

#header_panel{
	position:absolute; left:833px; top:17px;
	width:93px; height:173px; border-right:10px solid #80bcd3;
	background-color:#98b43d;}
#header_panel ul li{
	margin:	12px 0px 12px 0px;
}
ul.menu{ margin-right:10px; }
#lang{ position:absolute; margin:3px 0px 0px 8px; font-size:11px; font-weight:bold; }
#lang span{ color:#21464d; }
#lang a{ color:#7d8083; text-decoration:none; }
#lang a:hover{ color:#fff; }

.header-menu{ float:right; text-align:right; margin:3px 12px 0px 0px; color:#21464d; font-size:12px; }
.header-menu a{ color:#21464d; text-decoration:none; }
.header-menu a:hover{ color:#fff; }
.header-menu #menu-top2{ font-size:11px; margin-top:3px; }

#search-box{ float:right; margin:65px 10px 0px 0px; }
#search-box input{
	background-image:url(../img/lupa.png);
	background-position:1px;
	background-repeat:no-repeat;
	width:145px; padding-left:20px;
	border:1px solid #b1b1b1;
}
.block ul{ margin:0px; }
.block ul li{
	font-size:11px; border-bottom:1px dashed #98cbcb;
	margin:0px; padding:5px; color:#7d8083; }
.block ul li:first-child{ padding-top:0px !important; }
.block ul li:last-child{ border-bottom:none !important; }
.block ul li a, .block ul li a:link{ font-weight:bold; text-decoration:none; font-size:11px; }
.block ul li a:hover{ font-weight:bold; cursor:pointer; font-size:11px; }

.layout-cell.content{ padding:0px 15px 15px 15px !important; width:100% !important; }
.column{ float:left; display:table-cell; width:240px; margin:10px 10px 0px 0px; }
#banners2.column{ position:absolute; width:125px; margin-right:0px; left:700px; }
.block.home{
	width:240px; height:auto !important; padding:0px !important;
	display:table-row !important; }
.block.home .blockheader{ background-color:#80bcd3; height:17px !important; }
.block.home .blockheader .r, .block.home .blockheader .l, .block.home .blockheader h3{ height:17px !important; line-height:17px !important; padding-left:5px; }

.block.home .blockheader .ico{ left:224px; top:2px; background-image: url(../img/home_icon.png) !important; width:13px; height:14px; }

.block.home ul{ margin:0px; }
.block.home ul li{ color:#21464d; font-size:11px; padding:10px 0px; }
.block.home ul img{ float:left; margin:0px 10px 10px 0px; }
.block.home ul .date{ color:#80bcd3; font-weight:bold; display:block; }
.block.home ul a{ font-size:11px; color:#21464d; font-weight:bold; }
.block.home ul a:hover{ font-size:11px; text-decoration:underline; }

.nav .menu li a{
/*   box-shadow: 10px 10px 10px #333;
   -webkit-box-shadow: 4px 0px 6px #333;
   -moz-box-shadow: 10px 10px 0px #333;*/
}

#repr{ position:absolute; top:10px; left:10px;
background-image:url(../img/representante.png);
width:12px; height:100px; }

#xarxes{ float:left; text-align:left; font-family:"Lucida Grande", "Lucida Sans Unicode", Arial; font-size:11px; color:#231f20; }
#xarxes img{ margin:3px 0px 20px 0px; }
#xarxes span{ display:inline-block; margin-left:3px; }
#text-footer{ position:absolute; width:820px; text-align: right; }
#text-footer, #text-footer a{ font-family:"Lucida Grande", "Lucida Sans Unicode", Arial; font-size:13px; text-decoration:none; }
#text-footer a:hover{ color:#21464D; }

#calendario .blockcontent-body{ width:240px; overflow:hidden; padding:0px; }

.spip_logos{ margin-left: 0px; padding-left: 0px; margin-right: 0.8em !important; }

.liste-articles-sec h2{ margin: 19px 0 5px 0; }

#busqueda .post{ margin-top:0px; }
#busqueda .post ul li{ margin-bottom:10px; }

#rubrique .postmetadataheader{ margin-bottom:20px !important; }

.spip_documents_left{
  margin: 0px 10px 10px 0px;
}

.spip_documents_right{
  margin: 0px 0px 10px 10px;
}

.postcontent,.encart,.chapo{ width:590px; }

.nodeco {
    text-decoration: none;
}