html, body, h1, h2, h3, h4, ul, li {
    font-size:12px;
	margin: 0;
	padding: 0;
}
h1 img {
	display: block;
}
img {
	border: 0;
}
A.nosottolinea:active
{
	TEXT-DECORATION: none;
}
A.nosottolinea:link
{
	TEXT-DECORATION: none;
}
A.nosottolinea:visited
{
	TEXT-DECORATION: none;
}
A.nosottolinea:hover
{
    TEXT-DECORATION: none;
}

a {
	color:#FFCC33;
}
a:hover {
	color:#FF6600;
}
.left {
	float: left;
}
.right {
	float: right;
}
.more {
	text-align: right;
}
.clear {
	clear: both;
}
/*
@font-face{
font-family: 'Sylfaen'; 
src: url('Spinach.ttf');
}

@font-face{
font-family:'Sylfaen';
src: url('SYLFAEN0.eot');
}*/



body {
	background: #12202B url(/images/page_bg.jpg) repeat-x;
	font-family:Georgia, Tahoma, arial, sans-serif;
    font-size:12px;
	color:#E8E8E8;
/*	line-height:1.2em;*/
	letter-spacing:95%;
	padding-bottom: 10px;
}

/** layout **/
#wrapper {
	width: 978px;
	min-height: 750px;
	height: 750px;
	background: url(/images/header.jpg) no-repeat;
    position: relative;
}

h1 {
  padding: 25px 0 0 30px;
  font: 32px;
  color: #151515;
}

h1 em {
  color: #ffffff;
  font-weight: bold;
  font-style: normal;
  position: relative;
  top: -4px;
}

/* nav */

#nav {
  position: absolute;
  top: 0px;
  left: 335px;
  width: 627px;
}

#topcon {
  background: url(/images/topcon.jpg) no-repeat;
  width: 627px;
  position: absolute;
  top: 105px;
  left: 338px;
  color: #fff;
}
#topcon-inner {
  margin: 33px 40px 41px 85px;
  height: 120px;
  overflow: auto;
}
#topcon h2 {
  color:#E4CB14;
}

/** Body **/

#content {
  width: 910px;
  position: absolute;
  top: 299px;
  left: 33px;
}

#body {
  border: 3px solid white;
  background:#315570;
  padding: 18px;
}

.box {
  float: left;
  width: 195px;
  background: #27445A;
  margin-right: 18px;
}
.box-t { background: top url(/images/box_t.gif) repeat-x; }
.box-r { background: right url(/images/box_r.gif) repeat-y; }
.box-b { background: bottom url(/images/box_b.gif) repeat-x; }
.box-l { background: left url(/images/box_l.gif) repeat-y; }
.box-tr { background: top right url(/images/box_tr.gif) no-repeat; }
.box-br { background: bottom right url(/images/box_br.gif) no-repeat; }
.box-bl { background: bottom left url(/images/box_bl.gif) no-repeat; }
.box-tl { background: top left url(/images/box_tl.gif) no-repeat; }

.box-tl {
  padding: 10px 10px;
  min-height:740px;
}

.box p {
  margin: 1em 0;
}

p.more {
  margin: 0;
}

#hits {
  width: 440px;

}
#hits .box-tl {
  padding-bottom: 10px;
  min-height:740px;
}
#hits ul {
  margin: 1em 0;
}
#hits li {
  list-style: none;
  margin: 0.9em 0;
}
#hits ul a {
  text-decoration: none;
}
#hits ul a:hover {
  text-decoration: underline;
}

#new {
  margin-right: 0;

}
#new .box-tl {
  padding-bottom: 10px;
  min-height:740px;
}
#new p {
  margin-top: 0;
  margin-bottom: 3.6em;
}

#body h2 {
color:#E4CB14;
  text-align: right;
  margin-bottom: 1.5em;
}
#body h3 {
  color: #FFEA00;
}
#body .more a {
  color:#FFCC33;
  font-weight: bold;
  text-decoration: none;
}
#body .more a:hover {
  text-decoration: underline;
}
#body .hr-yellow {
  border-top: 1px solid #FFEA00;
  padding-bottom: 1em;
  margin-top: 1em;
}

/** footer **/
#footer {
  text-align: center;
}
#footer p, #footer ul {
  margin: 0.8em;
}
#footer ul {
  margin-top: 1.2em;
}
#footer li {
  display: inline;
  list-style: none;
}

.NewsTitolo
{
    COLOR:#FF6600;
    font-weight:bold;
    TEXT-DECORATION: none;
}
