/* CSS Document */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, 
p, blockquote, pre, a, abbr, address, cite, code, del, dfn, em, 
img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, hr, 
dl, dt, dd, fieldset, form, label, legend, 
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figure, figcaption, hgroup, 
menu, footer, header, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
}
article, aside, canvas, figure, figure img, figcaption, hgroup, footer, header, nav, section, audio, video {
  display: block;
}
a img { border: 0; }

body {
  background-color:#F5F5F5;
  font: 16px sans-serif, verdana, thaoma, georgia;
  color: #000;
  text-size-adjust: none;
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
}

h1, h2, h3 { font-size: 1.3em; font-weight: normal; color: #333; margin-bottom: 3px; }
h1 { margin-bottom: 10px; }
a, a:active, a:visited, a:hover { text-decoration: none; color: #006699; }
p { margin-bottom: 10px; }

img { display: block; max-width: 99%; height: auto; margin: 0 auto; }



div#header {
  position: fixed;
  top: 0;
  left: 0;
  height: 47px;
  width: 100%;
  background-image:url(img/bg_header.png);
  background-repeat:repeat-x;
  z-index: 999;
  text-align:center;
  text-shadow:1px 1px 2px #666;
  color:#333;
  font-size:16px;
  line-height:47px;
}




div#menu {
  margin-top: 47px;
  height: 40px;
  border-bottom: 2px solid #787878;
}
#menu ul { list-style-type: none; margin: 0; padding: 0; width: 100%; }
#menu li { float: left; }
#menu a { display: block; line-height: 32px; background: #E4E4E4; text-align: center; font-size: 18px; color: #000; padding:4px; }
#menu a.sel { background: #787878; color: #fff; }


#contenuto .inner {
  padding: 5px 5px;
  margin-top: 47px;
}

.box_home{
margin:6px 2px;
padding:6px;
border:1px #DDD solid;
background-color:#FFF;
font-size:12px;
color:#333;
}


div#footer {
  text-align: center;
  color:#666;
  font-size: 12px;
  margin-bottom:60px;
  padding:0 8px;
}


div#bottombar {
  position: fixed;
  bottom: 0;
  left: 0;
  height: 47px;
  width: 100%;
  background-image:url(img/bg_header.png);
  background-repeat:repeat-x;
  z-index: 999;
  text-align:center;
  /*text-shadow:1px 1px 2px #666;*/
  font-size:10px;
  color:#333;
}


.titolo_elenco {
font-weight:bold;
margin-bottom:4px;
font-size:12px;
}

.stitolo_elenco {
font-weight:normal;
margin-bottom:4px;
}

.redazione_elenco {
font-size:10px;
color:#060;
margin-bottom:2px;
}



.redazione {
font-size:11px;
color:#060;
margin:4px;
}

.titolo {
font-weight:bold;
margin:0 4px 4px 4px;
font-size:16px;
}

.stitolo {
font-weight:normal;
margin:0 4px 4px 4px;
font-size:14px;
}

.abstract {
font-weight:normal;
margin:0 4px 4px 4px;
font-size:12px;
font-style:italic;
}

.testo {
font-weight:normal;
margin:0 4px 4px 4px;
font-size:12px;
font-style:normal;
}


/********************** script torna su ******************************************/


#up_top{
width:50px;
line-height:26px;
border:1px solid #d2d2d2;
background:#F4F4F4;
text-align:center;
padding:2px;
position:fixed;
bottom:8px; 
right:10px;
cursor:pointer;
display:none;
color:#333;
font-family:verdana;
font-size:12px;
}