* {
  border:  none;
  margin: 0px;
  padding: 0px;
  font-family: Calibri;
  color: #353535;
  font-size: 12pt;
}

h1 {
  font-weight: bold;
  text-align: center;
  color: white;
  font-size: 16pt;
}

h2 {
  font-weight: bold;
  text-align: justify;
  text-indent: 15px;
}

h3 {
  text-align: left;
  text-decoration: underline;
  font-style: italic;
  font-weight: normal;
}

h4 {
  font-weight: bold;
  text-align: left;
  font-style: italic;
  font-size: 16pt;
}

h5 {
  font-weight: bold;
  text-align: center;
  font-style: italic;
  text-decoration: underline;
  font-size: 16pt;
}

h6 {
  font-weight: bold;
  text-align: left;
  font-size: 16pt;
  text-indent: 15px;
}

hr { 
  height: 1px;
  width: 100%; 
  margin-top: 10px;
  margin-bottom: 10px;
  border: 0px; 
  text-align: center; 
  background-color: #094a84;
  background: -webkit-linear-gradient(left, transparent , #094a84 , transparent); /* Per Safari i Chrome 5.1 to 6.0 */
  background: -o-linear-gradient(left, transparent, #094a84 , transparent); /* Per Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(left, transparent, #094a84 , transparent); /* Per Firefox 3.6 to 15 */
  background: linear-gradient(left, transparent , #094a84 , transparent); /* Standard */
}

img {           /* Imatge amb marc gris molt clar */
  border: 5px solid #f2f2f2;
  margin: 5px;
}

.imgcap {       /* Imatge sense marc i cap de foto */
  margin: 10px; 
  padding: 0px;
  border-radius: 8px 8px 0px 0px;
  -moz-border-radius-topleft: 8px;
  -moz-border-radius-topright: 8px;
  -moz-border-radius-bottomright: 0px;
  -moz-border-radius-bottomleft: 0px;
  -webkit-border-top-left-radius: 8px;
  -webkit-border-top-right-radius: 8px;
  -webkit-border-bottom-right-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
  background-color: #b0b0b0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e5e6e7), to(#b0b0b0), color-stop(0.7, #b0b0b0));
  background-image: -webkit-linear-gradient(top, #e5e6e7, #b0b0b0);
  background-image: -moz-linear-gradient(top, #e5e6e7, #b0b0b0);
  background-image: -o-linear-gradient(top, #e5e6e7, #b0b0b0);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e5e6e7', endColorstr='#b0b0b0');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#e5e6e7', endColorstr='#b0b0b0')";
}

.imgcap img {
  width: 100% ;
  margin: 0px auto;
  border-style: none;
}

.imgcap p { 
  width: 100% ;
  text-align: center;
  text-indent: 0px;
  color: #353535;
  margin: 5px;
  padding: 2px 12px 10px 2px;
}

.imgpeu {       /* Imatge amb marc gris molt clar i peu de foto */
  margin: 5px; 
  padding: 0px;
}

.imgpeu img {
  float: left;
  width: 98% ;
  border: 5px solid #f2f2f2;
  margin: 0px auto;
}

.imgpeu p { 
  width: 98% ;
  text-align: center;
  background: #f2f2f2;
  border: 3px solid #f2f2f2;
  margin: 0px auto;
  padding: 2px 2px 2px 2px;
}

input {
  border: 1px solid #cbcccf;
  margin: 5px;
  padding: 2px 5px;
  font-size: 10pt;
  height: 18px;
  background: #ffffff;
  border-radius: 5px 5px 5px 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
}

#search { 
  width: 250px; /* Ample del cercador */
  height: 24px;
  float: right;
  text-align: left;
  margin-top: 5px;
  margin-right: 5px;
  border: 1px solid #cbcccf;
  background-color: #ffffff;
  background-image: url('../objectes/lupa.ico');
  background-repeat: no-repeat;
  background-position: 15px 2px;
  border-radius: 12px 12px 12px 12px;
  -moz-border-radius-topleft: 12px;
  -moz-border-radius-topright: 12px;
  -moz-border-radius-bottomright: 12px;
  -moz-border-radius-bottomleft: 12px;
  -webkit-border-top-left-radius: 12px;
  -webkit-border-top-right-radius: 12px;
  -webkit-border-bottom-right-radius: 12px;
  -webkit-border-bottom-left-radius: 12px;
}

#search-box {
  margin-top: 3px;
  border-style: none;
  background: transparent;
  text-align:center;
}

option {
  font-size: 10pt;
}

select {
  font-size: 10pt;
  height: 24px;
  margin: 5px;
  color: #094a84;
  border: 1px solid #cbcccf;
  background-color: #ffffff;
  border-radius: 5px 0px 0px 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-bottomright: 0px;
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
  -webkit-border-bottom-left-radius: 5px;
}

#submit {
  font-weight: normal;
  background-color: #f2f2f2;
  border: 1px solid #cbcccf;
  font-size: 10pt;
  height: 24px;
  margin: 5px;
  cursor: pointer;
  border-radius: 5px 5px 5px 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
}

#submit:hover { 
  font-weight: bold;
  background: #cbcccf;
}

textarea {
  border: 1px solid #cbcccf;
  margin: 5px;
  padding: 2px 5px;
  font-size: 10pt;
  background: #ffffff;
  border-radius: 5px 5px 5px 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
}

li {
  border-style: none;
  border: 0px;
  margin: 2px 8px 2px 8px;
  list-style-type: none;
  text-align: left;
}

p {
  text-align: justify;
  text-indent: 15px;
}

p1 {
  text-align: justify;
  text-indent: 15px;
  padding-left: 15px;
  font-style: italic;
  color: maroon;
}

p2 {
  //font-size: 9pt;
  font-size: 10pt;
  text-align: left;
  font-style: italic;
  color: #094a84;
}

p3 {
  text-align: left;
}

p4 {
  text-align: justify;
  text-indent: 15px;
  padding-left: 15px;
  font-style: italic;
  font-size: 10pt;
  color: maroon;
}

p5 {
  background-color: #ffff00;
}

p6 {
  text-align: left;
  font-style: italic;
  color: maroon;
}

p7 {
  color: #ffffff;
  background-color: #ff0000;
}

p8 {
  color: #ffffff;
  background-color: green;
}

table {
  border-style: solid none none solid;
  border-top: 1px solid #cbcccf;
  border-left: 1px solid #cbcccf;
  margin-top: 15px;
  margin-bottom: 5px;
  background-repeat: no-repeat;
}

td {
  border-style: none solid solid none;
  border-right: 1px solid #cbcccf;
  border-bottom: 1px solid #cbcccf;
  padding: 2px 4px;
}

#global {
  padding:105px 0 0 0;
  border-style: none;
  margin: 0px auto;
  width: 1690px;
  text-align: justify;
  background-color: #ffffff;
}

#globalmini {  /* Utilitzat només per les caminades, des de la 1ª fins la nº 186 */
  padding:60px 0 0 0;
  border-style: none;
  margin: 0px 0px 0px 10px;
  width: 770px;
  text-align: justify;
}

#globalmini1 {  /* Utilitzat només per les caminades de la nº 187 a la nº 294 */
  padding:60px 0 0 0;
  border-style: none;
  margin: 0px 0px 0px 10px;
  width: 830px;
  text-align: justify;
}

#globalmini2 {  /* Utilitzat per tot, incloses les caminades a partir de la nº 295 */
  padding-top:60px;
  border-style: none;
  margin: 0px 0px 0px 0px;
  width: 99%;
  text-align: justify;
}

#capçalera {
  position: fixed;
  top:0px;
  padding:5px 0px 0px 0px;
  z-index: 999;
  width: 1690px;
  text-align: center;
  color: white;
  font-weight: bold;
  background-color: white;
}

#capcalera1 {
  float: left;
  width: 1680px;
  height: 65px;
  padding-left: 10px;
  margin-bottom: 5px;
  background-color: #2355bf;
  background: -webkit-gradient(linear, left top, left bottom, from(#4385f6), to(#2355bf), color-stop(0.7, #2355bf));
  background: -moz-linear-gradient(top, #4385f6, #2355bf);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4385f6', endColorstr='#2355bf');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#4385f6', endColorstr='#2355bf')";
  background: -o-linear-gradient(top, #4385f6, #2355bf);
  //border-radius: 10px 10px 0px 0px;
  //-moz-border-radius-topleft: 10px;
  //-moz-border-radius-topright: 10px;
  //-moz-border-radius-bottomright: 0px;
  //-moz-border-radius-bottomleft: 0px;
  //-webkit-border-top-left-radius: 10px;
  //-webkit-border-top-right-radius: 10px;
  //-webkit-border-bottom-right-radius: 0px;
  //-webkit-border-bottom-left-radius: 0px;
}

#capçaleramini , #capcaleramini , #capcaleramini2 , #capcaleramini3 {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 999;
  width: 100%;
  float: left;
  color: #ffffff;
  margin: 0px;
}

#capçaleramini , #capcaleramini {
  height: 40px;
  padding: 10px 0px 0px 10px;
  font-weight: bold;
  background-color: #b0b0b0;
  background: -webkit-gradient(linear, left top, left bottom, from(#e5e6e7), to(#b0b0b0), color-stop(0.7, #b0b0b0));
  background: -webkit-linear-gradient(top, #e5e6e7, #b0b0b0);
  background: -moz-linear-gradient(top, #e5e6e7, #b0b0b0);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e5e6e7', endColorstr='#b0b0b0');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#e5e6e7', endColorstr='#b0b0b0')";
  background: -o-linear-gradient(top, #e5e6e7, #b0b0b0);
  //border-radius: 9px 0px 0px 0px;
  //-moz-border-radius-topleft: 9px;
  //-moz-border-radius-topright: 0px;
  //-moz-border-radius-bottomright: 0px;
  //-moz-border-radius-bottomleft: 0px;
  //-webkit-border-top-left-radius: 9px;
  //-webkit-border-top-right-radius: 0px;
  //-webkit-border-bottom-right-radius: 0px;
  //-webkit-border-bottom-left-radius: 0px;  
}

#capcaleramini3 {
  height: 40px;
  padding: 10px 0px 0px 10px;
  font-weight: bold;
  background-color: #ffffff;
  border-bottom: 1px solid #094a84;
  border-image: linear-gradient(0deg, transparent, #094a84 50%, transparent) 1 0 100%;
  -webkit-border-image: -webkit-linear-gradient(0deg, transparent, #094a84 50%, transparent) 1 0 100%;
  -o-border-image: -o-linear-gradient(0deg, transparent, #094a84 50%, transparent) 1 0 100%;
  -moz-border-image: -moz-linear-gradient(0deg, transparent, #094a84 50%, transparent) 1 0 100%;
}

#descarga a {
  font-weight: normal;
  height: 26px;
  width: 150 px;
  text-align: center;
  text-decoration: none;
  color: white;
  display: block;
  background-color: #2b8c4c;
  background-image: url('../objectes/descarga.ico');
  background-repeat: no-repeat;
  background-position: 15px 0px;
  border-radius: 5px 5px 5px 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
}

#descarga a:link, #descarga a:visited {
}

#descarga a:hover, #descarga a:active {
  font-weight: bold;
  background-color: #4da500;
}

#navegacio {
  width: 1690px;
  height: 30px;
  float: left;
  margin: 0px;
  color: white;
  text-align: center;
  background-color: white;
}

#navegacioEsq, #navegacioMig, #navegacioDrt {
  float: left;
  height: 25px;
  font-weight: bold;
  color: white;
  box-shadow:1px -1px 1px #e5e6e7;
  filter: shadow(color=#e5e6e7, direction=135, strength=1);
  background-color: #b0b0b0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e5e6e7), to(#b0b0b0), color-stop(0.7, #b0b0b0));
  background-image: -webkit-linear-gradient(top, #e5e6e7, #b0b0b0);
  background-image: -moz-linear-gradient(top, #e5e6e7, #b0b0b0);
  background-image: -o-linear-gradient(top, #e5e6e7, #b0b0b0);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e5e6e7', endColorstr='#b0b0b0');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#e5e6e7', endColorstr='#b0b0b0')";
  border-radius: 5px 5px 0px 0px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 0px;
  -moz-border-radius-bottomleft: 0px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
}

#navegacioEsq {
  width: 325px;
  margin: 0px 8px 0px 0px;
}

#navegacioMig {
  width: 325px;
  margin: 0px 8px 0px 8px;
}

#navegacioDrt {
  width: 326px;
  margin: 0px 0px 0px 8px;
}

#navegacio a {
  font-weight: normal;
  height: 23px;
  text-decoration: none;
  color: #353535;
  display: block;
  background-color: #e5e6e7;
  background-image: -webkit-linear-gradient(top, #fdfdfd, #e5e6e7);
  background-image: -moz-linear-gradient(top, #fdfdfd, #e5e6e7);
  background-image: -o-linear-gradient(top, #fdfdfd, #e5e6e7);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdfdfd', endColorstr='#e5e6e7');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdfdfd', endColorstr='#e5e6e7')";
   border: 1px solid #cbcccf;
  border-radius: 5px 5px 0px 0px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 0px;
  -moz-border-radius-bottomleft: 0px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
}

#navegacio a:link  {
}

#navegacio a:visited {
}

#navegacio a:hover {
  font-weight: bold;
  border: 1px solid #cbcccf;
  background-color: #fdfdfd;
  background: -webkit-gradient(linear, left top, left bottom, from(#fdfdfd), to(#fdfdfd), color-stop(0.7, #fdfdfd));
  background: -moz-linear-gradient(top, #fdfdfd, #fdfdfd);
  background: -o-linear-gradient(top, #fdfdfd, #fdfdfd);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdfdfd', endColorstr='#fdfdfd');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdfdfd', endColorstr='#fdfdfd')";
}

#navegacio a:active {
  background-color: #b0b0b0;
  font-weight: bold;
}

#contingutesquerra {
  width: 19%;
  border-style: none;
  margin: 4px 0px 0px 0px;
  padding: 0px;
  float: left;
  min-height: 550px;
}

#caixaesquerra1, #caixaesquerra2 {
  font-size: 10pt;
  font-style: italic;
  text-align: left;
  margin: 0px 0px 8px 0px;
  width: 100%;
  min-height: 30px;
  padding-top: 5px;
  float: left;
  text-align: left;
  background-color: #ffffff;
  border-bottom: 1px solid #094a84;
  border-image: linear-gradient(0deg, transparent, #094a84 50%, transparent) 1 0 100%;
  -webkit-border-image: -webkit-linear-gradient(0deg, transparent, #094a84 50%, transparent) 1 0 100%;
  -o-border-image: -o-linear-gradient(0deg, transparent, #094a84 50%, transparent) 1 0 100%;
  -moz-border-image: -moz-linear-gradient(0deg, transparent, #094a84 50%, transparent) 1 0 100%;
}

#caixaesquerra2 {
  height: 75px;
}

#menu1 {
  font-size: 10pt;
  font-style: italic;
  text-align: left;
  margin: 0px 0px 8px 0px;
  //width: 300px;
  width: 90%;
  float: left;
  min-height: 30px;
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: #ffffff;
  border-bottom: 1px solid #094a84;
  border-image: linear-gradient(0deg, transparent, #094a84 50%, transparent) 1 0 100%;
  -webkit-border-image: -webkit-linear-gradient(0deg, transparent, #094a84 50%, transparent) 1 0 100%;
  -o-border-image: -o-linear-gradient(0deg, transparent, #094a84 50%, transparent) 1 0 100%;
  -moz-border-image: -moz-linear-gradient(0deg, transparent, #094a84 50%, transparent) 1 0 100%;
}

#menu1-1 {
  width: 45px;
  float: left;
  margin-top: 5px;
  padding-left: 2px;
}

#menu1 a {
  text-decoration: none;
  color: #353535;
  font-size: 10pt;
  height: 15px;
  display: block;
  padding-left: 2px;
  padding-top: 3px;
  border: 1px solid transparent;
}

#menu1-1 a {
  width: 40px;
}

#menu1 a:link {
}

#menu1 a:visited {
  color: #663366;
}

#menu1 a:hover {
  text-decoration: none;
  font-weight: normal;
  font-weight: bold;
  border: 1px solid #cbcccf;
  border-radius: 4px 4px 4px 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
}

#menu1 a:active {
  font-weight: bold;
}

#contingutcentral {
  width: 80%;
  margin: 4px 0px 0px 0px;
  padding: 0px;
  float: right;
  min-height: 550px;
  border-left: 1px solid #094a84;
  -webkit-border-image: -webkit-linear-gradient(top, transparent, #094a84, transparent) 1 100%;
  -moz-border-image: -moz-linear-gradient(top, transparent, #094a84, transparent) 1 100%; 
  -o-border-image: -o-linear-gradient(top, transparent, #094a84, transparent) 1 100%;
  border-image: linear-gradient(top, transparent, #094a84, transparent) 1 100%;
}

#caixacentral1, #caixacentral2, #caixacentral3, #caixacentral4, #caixacentral5 { 
  width: 98%;
  margin: 0px 0px 0px 0px;
  padding: 5px 10px 5px 10px;
  float: right;
  background-color: #ffffff;
  border-style: none;
}

#caixacentral3 {
  padding: 0px 0px 0px 0px;
  border-bottom: 1px solid #094a84;
  border-image: linear-gradient(0deg, transparent, #094a84 50%, transparent) 1 0 100%;
  -webkit-border-image: -webkit-linear-gradient(0deg, transparent, #094a84 50%, transparent) 1 0 100%;
  -o-border-image: -o-linear-gradient(0deg, transparent, #094a84 50%, transparent) 1 0 100%;
  -moz-border-image: -moz-linear-gradient(0deg, transparent, #094a84 50%, transparent) 1 0 100%;
}

#caixamapa {
  border: 5px solid white;
  background-color: #ffffff;
  margin: 15px 0px 5px 5px;
  padding: 8px 5px 15px;
  text-align: justify;
  line-height: 11px;
  min-height: 300px;
  width: 350px;
  float: right;
}

#peu {
  float: left;
  z-index: 999;
  width: 1690px;
  height: 22px;
  padding-top: 4px;
  margin: 8px 0px 4px 0px;
  font-size: 8pt;
  text-align: center;
  color: #ffffff;
  background-color: #2355bf;
  background: -webkit-gradient(linear, left top, left bottom, from(#4385f6), to(#2355bf), color-stop(0.7, #2355bf));
  background: -moz-linear-gradient(top, #4385f6, #2355bf);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4385f6', endColorstr='#2355bf');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#4385f6', endColorstr='#2355bf')";
  background: -o-linear-gradient(top, #4385f6, #2355bf);
  //border-radius: 0px 0px 10px 10px;
  //-moz-border-radius-topleft: 0px;
  //-moz-border-radius-topright: 0px;
  //-moz-border-radius-bottomright: 10px;
  //-moz-border-radius-bottomleft: 10px;
  //-webkit-border-top-left-radius: 0px;
  //-webkit-border-top-right-radius: 0px;
  //-webkit-border-bottom-right-radius: 10px;
  //-webkit-border-bottom-left-radius: 10px;
}

a {
  text-decoration: none;
  color: #094a84;
  font-style: normal;
  cursor: pointer ! important;
}

a:link {
}

a:visited {
  color: #663366;
  font-style: normal;
}

a:hover {
  text-decoration: none;
  font-weight: bold;
  font-style: normal;
}

a:active {
  text-decoration: none;
  font-weight: bold;
  font-style: normal;
}

a.Ntooltip , a.Nttdos , a.Ntttres{
  text-decoration: none;
  position: relative;
  color: #094a84;
}

a.Ntooltip:visited , a.Nttdos:visited , a.Ntttres:visited {
  color: #663366;
}

a.Ntooltip:hover , a.Nttdos:hover , a.Ntttres:hover {
  z-index: 999;
  background-color: transparent;
  font-weight: bold;
  text-align: justify;
}

a.Ntooltip span , a.Nttdos span , a.Ntttres span  {
  display: none;
}

a.Ntooltip:hover span, a.Nttdos:hover span , a.Ntttres:hover span {
  border: 1px solid  #2355bf;
  padding: 5px;
  display: block;
  border-radius: 0px 15px 15px 15px;
  -moz-border-radius-topleft: 0px;
  -moz-border-radius-topright: 15px;
  -moz-border-radius-bottomright: 15px;
  -moz-border-radius-bottomleft: 15px;
  -webkit-border-top-left-radius: 0px;
  -webkit-border-top-right-radius: 15px;
  -webkit-border-bottom-right-radius: 15px;
  -webkit-border-bottom-left-radius: 15px;
  width: 750px;
  top: 30px;
  left: 30px;
  position: absolute;
  color: white;
  background-color: #2355bf;
  font-weight: normal;
  opacity: .85;
  -moz-opacity: .85;
  filter:alpha(opacity=85);
}

a.Nttdos:hover span , a.Ntttres:hover span {
  width: 250px;
}

#menuacord {
  display:block;
  width:330px;
  margin: 0px 0px 4px 0px;
  padding: 0px;
  list-style:none;
  float:left;
  background-color: #ffffff;
  border-width: 0px 0px 1px 0px;
  border-style: solid;
  border-color: #094a84;
  border-image: linear-gradient(0deg, transparent, #094a84 50%, transparent) 1 0 100%;
  -webkit-border-image: -webkit-linear-gradient(0deg, transparent, #094a84 50%, transparent) 1 0 100%;
  -o-border-image: -o-linear-gradient(0deg, transparent, #094a84 50%, transparent) 1 0 100%;
  -moz-border-image: -moz-linear-gradient(0deg, transparent, #094a84 50%, transparent) 1 0 100%;
}

#menuacord li{
  width:280px;
  background-color: transparent;
  margin: 5px 0px 2px 0px;
  border-radius: 5px 5px 0px 0px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 0px;
  -moz-border-radius-bottomleft: 0px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
}

#menuacord li ul li{
  width:250px;
  background-color: transparent;
  margin: 0px 0px 1px 6px;
}

#menuacord li a { 
  display: block;
  text-decoration: none;
  font-size: 10pt;
  box-shadow:1px -1px 1px #e5e6e7;
  filter: shadow(color=#e5e6e7, direction=135, strength=1);
  color: #353535;
  background-color: #e5e6e7;
  background-image: -webkit-linear-gradient(top, #fdfdfd, #e5e6e7);
  background-image: -moz-linear-gradient(top, #fdfdfd, #e5e6e7);
  background-image: -o-linear-gradient(top, #fdfdfd, #e5e6e7);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdfdfd', endColorstr='#e5e6e7');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdfdfd', endColorstr='#e5e6e7')";
  margin: 0px 0px 2px 0px;
  padding: 7px 5px 2px 5px;
  position: relative;
  border: 1px solid #cbcccf;
  border-radius: 5px 5px 0px 0px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 0px;
  -moz-border-radius-bottomleft: 0px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
}

#menuacord a:hover {
  font-weight: bold;
  border: 1px solid #cbcccf;
  background-color: #fdfdfd;
  background: -webkit-gradient(linear, left top, left bottom, from(#fdfdfd), to(#fdfdfd), color-stop(0.7, #fdfdfd));
  background: -moz-linear-gradient(top, #fdfdfd, #fdfdfd);
  background: -o-linear-gradient(top, #fdfdfd, #fdfdfd);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdfdfd', endColorstr='#fdfdfd');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdfdfd', endColorstr='#fdfdfd')";
}

#menuacord li a:active, #menuacord li ul li a:active {
  background-color: #b0b0b0;
  font-weight: bold;
}

#menuacord ul a {
  width: 250px;
  height:15px;
  padding: 3px 5px 1px 5px;
  color: #353535;
  //font-size: 9pt;
  font-size: 10pt;
  font-weight: normal;
  font-style: normal;
  box-shadow:none;
  background-color: #ffffff;
  background-image: -webkit-linear-gradient(top, #ffffff, #ffffff);
  background-image: -moz-linear-gradient(top, #ffffff, #ffffff);
  background-image: -o-linear-gradient(top, #ffffff, #ffffff);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff')";
  border: 1px solid transparent;
  border-radius: 4px 4px 4px 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
}

#menuacord ul a:hover {
  font-weight: bold;
  border: 1px solid #cbcccf;
}

 #menuacord ul{
}

#menuacord li ul {
  display:none;
}

