body {
  margin: 0px;
  background-image:url(../BANNER/sfondo_sito.gif);
  background-repeat: repeat-x;
  background-position:top center;
}
/* -------------------------------------- */
/* STILE APPLICATO ALLA PAGINA PRINCIPALE */
/* -------------------------------------- */
A{
    -webkit-transition-property: color;
    -webkit-transition-duration: 500ms;
    -webkit-transition-timing-function: ease;
    -webkit-transition-delay: 0ms;
    -moz-transition-property: color;
    -moz-transition-duration: 500ms;
    -moz-transition-timing-function: ease;
    -moz-transition-delay: 0ms;
    -o-transition-property: color;
    -o-transition-duration: 500ms;
    -o-transition-timing-function: ease;
    -o-transition-delay: 0ms;
    -ms-transition-property: color;
    -ms-transition-duration: 500ms;
    -ms-transition-timing-function: ease;
    -ms-transition-delay: 0ms;
    transition-property: color;
    transition-duration: 500ms;
    transition-timing-function: ease;
    transition-delay: 0ms;
}

  #DivPrinc {
    width: 948px;
    text-align: center;
    margin: 0px auto;
    padding-bottom: 50px;
    background-color: rgb(246, 246, 246);
    box-shadow: 0px -4px 14px #1A1E27;
    background: url(../BANNER/top.gif) 50% 0% no-repeat;
  }

  #Testo_Pagina,#containerNews {
    text-align: left;
    margin: 10px 0px 0px 15px;
  }

    /*
    |-------|||||||--|||||--|||||||-
    |-------|-----|-|-----|-|-----|-
    |-------|-----|-|-------|-----|-
    |-------|-----|-|--||||-|-----|-
    |-------|-----|-|-----|-|-----|-
    |-------|-----|-|-----|-|-----|-
    |||||||-|||||||--|||||--|||||||-
    */

    #DivLogo {
      margin:0px;
      position: relative;
    }

        #DivLogo_Sx {
          width:210px;
          margin-top:30px;
          margin-left:15px;
          text-align: left;
        }

        #DivLogo_Dx {
          width:60px;
          margin-top: 30px;
          margin-right: 15px;

        }

        #DivLogo_Dx_Mob {
          display:none; /* <--- OCIO */
        }



/* STILI HOME PAGE */

/* PAGINE INTERNE */

/* STILI COMUNI PER TUTTE LE SEZIONI */
/*
|-----|-|||||||-|-----|-|-----|-
||---||-|-------||----|-|-----|-
|-|-|-|-|-------|-|---|-|-----|-
|--|--|-|||||---|--|--|-|-----|-
|-----|-|-------|---|-|-|-----|-
|-----|-|-------|----||-|-----|-
|-----|-|||||||-|-----|--|||||--
*/
#DivMenu{
  height: 18px;
  float: right;
  position: absolute;
  top: 62px;
  right: 50px;
  border-bottom: 1px solid #C9CACC;
  height: 35px;
}

#DivMenu a{
  cursor: pointer;
  font-size: 11px;
  line-height: 28px;
  font-family: Verdana;
  font-style: normal;
  font-weight: bold;
  margin: 0px 7px;
  padding-bottom: 5px;
  text-decoration:none;
  background-color: #EDEDED;
  height: 34px;
  display: block;
  float: left;
  border-radius: 8px 8px 0px 0px;
  padding: 0px 6px;
  border: 1px solid #CACACA;
  border-width: 1px 1px 0px 1px;
}

#DivMenu a:link,#DivMenu a:visited,#DivMenu a:active{
  color: #1E73B3;
}
#DivMenu a:hover{
  color: #1E73B3;
  border-bottom: 3px solid #1E73B3;
}

#DivMenu a.attivo{
  color: #000ADD;
  border-bottom: 3px solid #FCE91B;
}

      #Nome_Pagina{
        FONT-SIZE: 13px;
        COLOR: #E93326;
        FONT-FAMILY:Verdana;
      }

      .Link_Back_News:link, .Link_Back_News:visited, .Link_Back_News:active {
        FONT-SIZE: 10px;
        line-height: 16px;
        FONT-FAMILY: Verdana;
        text-decoration: none;
        color: #EB7100;
      }
      /*
      |||||||-|||-|||||||-|||||||-|-------|||||||-
      ---|-----|-----|----|-----|-|-------|-----|-
      ---|-----|-----|----|-----|-|-------|-----|-
      ---|-----|-----|----|-----|-|-------|-----|-
      ---|-----|-----|----|-----|-|-------|-----|-
      ---|-----|-----|----|-----|-|-------|-----|-
      ---|----|||----|----|||||||-|||||||-|||||||-
      */

      #Titolo_Pagina{
        FONT-SIZE: 16px;
        COLOR: #005595;
        FONT-FAMILY:Verdana;
        font-weight:bold;
        text-transform:uppercase;
        text-align: left;
        margin: 10px 0px 0px 30px;
      }
      #Div_Sep_Titolo{
        width:530px;
        height:15px;
        border-bottom:1px solid #E5E5E5;
        margin-bottom:15px;
      }
      #Div_Sep_Testo_Pagina{
        width:533px;
        height:35px;
        background:url(../BANNER/div_sep_testo_pagina.jpg) 0% 0% no-repeat;
      }

      /*
      |||||||-|||||||--|||||--|||||||-|||||||-
      ---|----|-------|-----|----|----|-----|-
      ---|----|-------|----------|----|-----|-
      ---|----|||||----|||||-----|----|-----|-
      ---|----|-------------|----|----|-----|-
      ---|----|-------|-----|----|----|-----|-
      ---|----|||||||--|||||-----|----|||||||-
      */

      #Testo_Pagina{
        FONT-SIZE: 13px;
        COLOR: #000000;
        FONT-FAMILY:Verdana;
      }

      #Testo_Pagina table {
        FONT-SIZE: 13px;
        COLOR: #696969;
        FONT-FAMILY:Verdana;
      }

      /*
      ||||||-----|-----|||||--|||-|-----|----|----
      |-----|---|-|---|-----|--|--||----|---|-|---
      |-----|--|---|--|--------|--|-|---|--|---|--
      ||||||--|-----|-|--||||--|--|--|--|-|-----|-
      |-------|||||||-|-----|--|--|---|-|-|||||||-
      |-------|-----|-|-----|--|--|----||-|-----|-
      |-------|-----|--|||||--|||-|-----|-|-----|-
      */

      #Pagina{
        padding-top:10px;
        FONT-SIZE: 13px;
        COLOR: #696969;
        FONT-FAMILY:Verdana;
        padding-bottom:10px;
        padding-right:10px;
      }

/*
|-------|||-|-----|-|----|-||||||-----|-----|||||--|||-|-----|----|----
|--------|--||----|-|---|--|-----|---|-|---|-----|--|--||----|---|-|---
|--------|--|-|---|-|--|---|-----|--|---|--|--------|--|-|---|--|---|--
|--------|--|--|--|-|||----||||||--|-----|-|--||||--|--|--|--|-|-----|-
|--------|--|---|-|-|--|---|-------|||||||-|-----|--|--|---|-|-|||||||-
|--------|--|----||-|---|--|-------|-----|-|-----|--|--|----||-|-----|-
|||||||-|||-|-----|-|----|-|-------|-----|--|||||--|||-|-----|-|-----|-
*/

A.LinkPagina:link    { FONT-SIZE: 13px; COLOR: #696969; FONT-FAMILY:Verdana;
  font-style: normal;
  text-decoration: none;
    }

A.LinkPagina:visited { FONT-SIZE: 13px; COLOR: #696969; FONT-FAMILY:Verdana;
  font-style: normal;
  text-decoration: none;
    }

A.LinkPagina:active  { FONT-SIZE: 13px; COLOR: #696969; FONT-FAMILY:Verdana;
  font-style: normal;
  text-decoration: none;
    }

A.LinkPagina:hover   { FONT-SIZE: 13px; COLOR: #E93326; FONT-FAMILY:Verdana;
  font-style: normal;
  text-decoration: none;
    }


    .LinkPagina {
      text-decoration: none;
      font-family:'Trebuchet MS', Verdana;
      font-size:16px;
      line-height:20px;
      font-weight:700;
      color:#096794;
    }

    .LinkPagina:hover {
      color:#77D0FA;
      text-decoration: underline;
    }

  #Spazio_Img_Pagina{
    width: 100%;
  }

  .foto-gallery a{
    float: left;
    text-align: center;
    width: 86px;
    height: 64px;
    overflow: hidden;
    float: left;
    margin: 0px 5px 10px 5px;
  }
  .foto-gallery a:hover{
    opacity: 0.5;
  }

  #Cartina{
    width: 100%;
    height: 400px;
    overflow: hidden;
  }
  /*
      -|||||--|||||||-|||||||-|----|-|||-|||||||-
      |-----|-|-----|-|-----|-|---|---|--|-------
      |-------|-----|-|-----|-|--|----|--|-------
      |-------|-----|-|-----|-|||-----|--|||||---
      |-------|-----|-|-----|-|--|----|--|-------
      |-----|-|-----|-|-----|-|---|---|--|-------
      -|||||--|||||||-|||||||-|----|-|||-|||||||-
  */
  table td.ck-col-3,table td.ck-col-5{
    /*display: none;*/
  }
  /*
      ||||||--|||||||-|-----|-
      |-----|-|-----|--|---|--
      |-----|-|-----|---|-|---
      ||||||--|-----|----|----
      |-----|-|-----|---|-|---
      |-----|-|-----|--|---|--
      ||||||--|||||||-|-----|-
  */
#colonna_news_1{
  margin: 0px 15px;
}
#colonna_home_3,#colonna_news_3,#colonna_negozi_3{
  display: block;
}
#Div_vai{
  display: block;
}

#Txt_Box_Benvenuto,#Txt_Box_Home {
  text-align: left;
  FONT-SIZE: 16px;
  FONT-FAMILY: Verdana;
  font-style: normal;
  color: #005595;
  float:left;
}
#Txt_Box_Benvenuto {
  padding-top: 0px;
  padding-left: 0px;
}
#Txt_Box_Home {
  padding-top: 10px;
  padding-left: 20px;
}
.spot{
  margin-top: 27px;
  height: 36px;
}
.Tab_Testo_Home_Small{
  font-style: normal;
  clear:both;
  text-align:left;
  padding-left:20px;
  padding-top: 10px;
  text-align: left;
}
#Div_Sep_Testo{
  clear:both;
  width:253px;
  height:35px;
  margin:0px auto 10px 5px;
  background:url(../BANNER/sep_testo.jpg) 0% 0% scroll no-repeat;
}

#Div_Foto_Box{
  float:left;
  display:inline;
  width:97px;
}
#Div_Foto_Box_Dx{
  display:inline;
  width:87px;
}
#Div_Foto_Box_Dx_Pagina{
  display:block;
  width:87px;
  height:50px;
  overflow:hidden;
}
.break_row{
  clear:both;
  height:12px;
}
.scroll_negozi{
  width:230px;
  height:116px;
  border: 1px solid #F0DE1A;
  border-radius: 8px;
  box-shadow: 0px 2px 20px #F0DE1A;
  margin-left: 9px;
}

#Div_Testo_Box {
  text-align: left;
  float: left;
  display: inline;
  width: 160px;
  FONT-SIZE: 10px;
  line-height: 12px;
  COLOR: #5F5F5F;
  FONT-FAMILY: Verdana;
  margin-top: 5px;
  margin-left: 10px;
}

.Link_Tit_Box_Home:link, .Link_Tit_Box_Home:visited, .Link_Tit_Box_Home:active{
  FONT-SIZE: 13px;
  line-height:16px;
  FONT-FAMILY:Verdana;
  text-decoration:none;
}
.Link_Tit_Box_Home:hover{
  FONT-SIZE: 13px;
  line-height:16px;
  FONT-FAMILY:Verdana;
  text-decoration:none;
}
.Link_Txt_Box_Home:link,.Link_Txt_Box_Home:visited,.Link_Txt_Box_Home:active,.Link_Txt_Box_Home:hover{
  color:#848484;
  FONT-SIZE: 13px;
  line-height:15px;
  FONT-FAMILY:"Times New Roman";
  text-decoration:none;
}

#Div_Sfondo_News {
  width: 230px;
  height: 180px;
  background-color: #01C8FF;
  box-shadow: 0px 2px 20px #000;
  border-radius: 8px;
  margin-left: 30px;
  margin-top: 20px;
}
#colonna_home_1{
  margin-top: 10px;
  max-width: 320px;
}
#colonna_home_2{
  background: url(../BANNER/sep_vert.gif) 0% 0% scroll repeat-y;
  margin-top: 10px;
  max-width: 320px;
}
#colonna_home_3{
  margin-top: 10px;
  max-width: 320px;
}
#Tab_Det_Home {
    width: 190px;
    height: auto;
    margin-left: 17px;
}
.LinkNewsHome:link, .LinkNewsHome:visited, .LinkNewsHome:active{
  color:#FFFFFF;
  FONT-SIZE: 13px;
  line-height:15px;
  FONT-FAMILY:"Times New Roman";
  text-decoration:none;
  text-transform:capitalize;
}
.LinkNewsHome:hover{
  color:#F0DE1A;
  FONT-SIZE: 13px;
  lline-height:15px;
  FONT-FAMILY:"Times New Roman";
  text-decoration:none;
  text-transform:capitalize;
}

#Tab_Newsletter_Home {
    width: 190px;
    height: auto;
    position: relative;
    top: 0px;
    left: 6px;
}

#Div_Sfondo_Newsletter{
  width:230px;
  height:118px;
  background-color:  #F0DE1A;
  box-shadow: 4px 4px 20px #000;
  border-radius: 8px;
  margin-left: 30px;
  margin-top: 60px;
  -ms-transform: rotate(5deg); /* IE 9 */
  -webkit-transform: rotate(5deg); /* Chrome, Safari, Opera */
  transform: rotate(5deg);

}


#mail_newsletter{
  margin-left: 10px;
  margin-top: 10px;
}

/* FINE STILI COMUNI PER TUTTE LE SEZIONI */

/*
      -|||||--|||||||-|-----|-|-------|||||||---------|-----|-|||||||-|-----|--|||||--
      |-----|----|-----|---|--|-------|---------------||----|-|-------|--|--|-|-----|-
      |----------|------|-|---|-------|---------------|-|---|-|-------|--|--|-|-------
      -|||||-----|-------|----|-------|||||-----------|--|--|-|||||---|--|--|--|||||--
      ------|----|-------|----|-------|---------------|---|-|-|-------|--|--|-------|-
      |-----|----|-------|----|-------|---------------|----||-|-------|--|--|-|-----|-
      -|||||-----|-------|----|||||||-|||||||---------|-----|-|||||||--||-||---|||||--
*/
#Div_News{
  position:relative;
  width:530px;
  height:auto;
  overflow:hidden;

  background-color:#FFF;
  clear:both;
}
#Div_vai{
  position:absolute;
  bottom:0px;
  right:0px;
}
#Div_Tit_News{
  width:360px;
  height:auto;
  margin:0px 0px 5px 0px;
  text-align: left;
}
.Link_Tit_News:link,.Link_Tit_News:visited,.Link_Tit_News:active{
  font-family:Arial;
  font-size:15px;
  font-weight:bold;
  color:#005595;
  text-decoration:none;
  text-transform:capitalize;
}

.Link_Tit_News:hover{
  font-family:Arial;
  font-size:15px;
  font-weight:bold;
  color:#EB7100;
  text-decoration:none;
  text-transform:capitalize;
}



#Div_Foto_News{
  float:left;
  display:inline;
  width:121px;
}
#Div_Testo_News{
  float:left;
  display:inline;
  width:360px;
  FONT-SIZE: 13px;
  line-height:13px;
  COLOR: #000;
  FONT-FAMILY:Verdana;
  margin-left:0px;
  text-align: left;
}
/*
      |||||||----|----||||||----------||||||--|-----|-
      ---|------|-|---|-----|---------|-----|--|---|--
      ---|-----|---|--|-----|---------|-----|---|-|---
      ---|----|-----|-||||||----------|-----|----|----
      ---|----|||||||-|-----|---------|-----|---|-|---
      ---|----|-----|-|-----|---------|-----|--|---|--
      ---|----|-----|-||||||----------||||||--|-----|-
*/
#Txt_Box_Home{
  FONT-SIZE: 16px;
  FONT-FAMILY:Verdana;
  color:#005595;
}
.Link_Tit_Box_Home:link, .Link_Tit_Box_Home:visited, .Link_Tit_Box_Home:active{
  FONT-SIZE: 13px;
  line-height:16px;
  FONT-FAMILY:Verdana;
  text-decoration:none;
}
.Link_Tit_Box_Home:hover{
  FONT-SIZE: 13px;
  line-height:16px;
  FONT-FAMILY:Verdana;
  text-decoration:none;
}
#Tab_Tit_Box_Home TD{
  FONT-SIZE: 13px;
  FONT-FAMILY:Verdana;
  color:#005595;
  cursor:pointer;
}

#Tab_Dx_Pagina{
  width:300px;
  margin-left:1px;
}
#Td_Dx_Pagina{
  height:116px;
  background-color:#F6F6F6;
  padding:5px;
}

/*
      |-----|-|||||||--|||||--|||||||-|||||||-|||-|||||||-
      ||----|-|-------|-----|-|-----|------|---|--|-----|-
      |-|---|-|-------|-------|-----|-----|----|--|-----|-
      |--|--|-|||||---|--||||-|-----|----|-----|--|-----|-
      |---|-|-|-------|-----|-|-----|---|------|--|-----|-
      |----||-|-------|-----|-|-----|--|-------|--|-----|-
      |-----|-|||||||--|||||--|||||||-|||||||-|||-|||||||-
*/
#Sfondo_Box_Det_Negozio{
  width:600px;
  /*height:500px;*/
  height:auto;
  background-image:url(../Banner/box_det_negozio.jpg);
  background-position:top;
  background-repeat:no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top:-150px;
  margin-left:-300px;
}

  #Sfondo_Box_Det_Negozio_Footer{
    width:600px;
    height:20px;
    background-image:url(../Banner/box_det_negozio_footer.jpg);
    background-position:center;
    background-repeat:no-repeat;
  }

#Sfondo_Box_Det_Negozio_Tit{
  width:540px;
  height:40px;
  margin-top:35px;
  border-bottom:1px solid #E5E5E5;
}

  #Sfondo_Box_Det_Negozio_Tit_Sx{
    width:510px;
    height:40px;
    FONT-SIZE: 20px;
    FONT-FAMILY:Arial, Helvetica, sans-serif;
    color:#AB1A07;
    float:left;
  }

  #Sfondo_Box_Det_Negozio_Tit_Dx{
    width:30px;
    height:40px;
    float:left;
  }

#Sfondo_Box_Det_Negozio_Testo{
  width:540px;
  margin-top:15px;
}

  #Sfondo_Box_Det_Negozio_Testo_Sx{
    width:250px;
    FONT-SIZE: 11px;
    FONT-FAMILY:Arial, Helvetica, sans-serif;
    color:#000000;
    float:left;
  }

  #Sfondo_Box_Det_Negozio_Testo_Dx{
    width:290px;
    FONT-SIZE: 11px;
    FONT-FAMILY:Arial, Helvetica, sans-serif;
    color:#000000;
    float:left;
  }

.foto-gallery {
  /*width:320px;*/
}


/* FINE PAGINE INTERNE */
    /*
      |||||||-|||||||-|||||||-|||||||-|||||||-||||||--
      |-------|-----|-|-----|----|----|-------|-----|-
      |-------|-----|-|-----|----|----|-------|-----|-
      |||||---|-----|-|-----|----|----|||||---||||||--
      |-------|-----|-|-----|----|----|-------|---|---
      |-------|-----|-|-----|----|----|-------|----|--
      |-------|||||||-|||||||----|----|||||||-|-----|-
    */
    #DivFooter{
      clear: both;
      width:948px;
      height: 60px;
      text-align: center;
      /*box-shadow: 0px 1px 14px #1A1E27;*/
      margin: 0px auto;
      background-color: #F0DE1A;
    }

    #DivFooter_Int_1{
      font-family:'Trebuchet MS', Verdana;
      font-weight: 400;
      color:#000;
      font-size:13px;
      line-height: 30px;
      margin-top: 5px;
    }

    #DivFooter_Int_1 a:link,#DivFooter_Int_1 a:visited,#DivFooter_Int_1 a:active{
      color: #428bca;
      text-decoration: none;
    }
    #DivFooter_Int_1 a:hover{
      color:#01009C;
      text-decoration: underline;
    }
    #DivFooter_Int_2{
      font-family:'Trebuchet MS', Verdana;
      font-weight: 400;
      color:#000;
      font-size:13px;
      line-height: 30px;
    }

    #DivFooter_Int_2 a:link,#DivFooter_Int_2 a:visited,#DivFooter_Int_2 a:active{
      color: #428bca;
      text-decoration: none;
    }
    #DivFooter_Int_2 a:hover{
      color:#01009C;
      text-decoration: underline;
    }
