body{
	margin:0%;
	font-family: Verdana, Arial, Helvetica, san-serif;
	color: #575757;
	min-width:790px;
}

a{
text-decoration:none;
font-weight: bold;
color:#545454;
}

a img {
border: none;
}

a:hover {

color:#456686;
}

.titolo{
	background-color: #01184C;
	height:81px;
}

.titolo img{
	margin:1px;
}

.titolo a {
	color:white;
	font-weight:bold;
	font-size:80%;
	text-decoration: none;
}

.titolo a:hover {
	color:yellow;
	text-decoration:underline;
}

.link img{
	color:#01184C;
}

.mainArea{
margin-top:7%;
}
.linkContatti{
	position:absolute;
	right:1%;
	top:0px;
}

.linken{
        right:1%;
        position:absolute;
        top: 30px;
}

.linkmyDesk{
	right:1%;
	position:absolute;
	top:60px;
}

.sposta{
	position:relative;
	width:19%;
	background-color: #FFF;
	float:right;
	margin-right:3%;
        margin-top: -1.5%;
	overflow: hidden;

	/*-moz-border-radius: 7px;
	-webkit-border-radius: 7px;*/
	padding: 0 3%;
        text-align: right;
}
div.sposta img {margin-right: 5%;}
div.news {
       background-color: #E2EBF2;
       -moz-border-radius: 7px;
       -webkit-border-radius: 7px;
       text-align: left;
}

.evidenzia{
	background-color: #F1F1F1;
	margin:1%;
	font-size:85%;
	font-weight: bold;
	color:#545454;
	position:relative;
	width:97%;
	-moz-border-radius: 7px;
        -webkit-border-radius: 7px;
        padding: 1%;
}

.dentro{
	margin:3%;
	margin-top:0%;
	margin-bottom:0%;
}
.corpoCentrale {
/*	position: relative; */
	text-align: center;
}

.icone{
margin: 7% auto 3% 8%;
}

.ic{
margin-bottom:65px;
}
.col1 {
	float: left;
	width: 28%;

}
.col2 {
	width: 28%;
	margin-left: 33%;
	
}
.footer{
	font-size:85%;
	border-top:1px #575757 solid;
	border-bottom: 1px #575757 solid;
	clear:both;
	text-align: center;
	position: relative;
	width: 100%;
	margin-bottom:2px;
}

/*----------------------------- CSS RELATIVI AI BOX DELLE NEWS -------------------------*/

.contenitore{
	background-color:white;
	height:100px;
	font-size:85%;
	overflow:hidden;
	width:97.5%;

	-moz-border-radius: 7px;
        -webkit-border-radius: 7px;
        padding: 1%;
}

.allnews{
	position:relative;
	width: 90%;
	color:#163F68;
	padding: 2%;
	margin-bottom: 1em;
	margin-left:2%;
	filter:progid:DXImageTransform.Microsoft.alpha(opacity=60); /*Specify fade effect in IE. Remove if desired.*/
	-moz-opacity: 0.6; /*Specify fade effect in Firefox. Remove if desired.*/
}

.allnews a{
	text-decoration: none;
	color:#163F68;
}

.primopiano{
	position:relative;
	width: 90%;
	padding: 2%;
	margin-left:2%;
}

.primopiano a{
	color:#163F68;
}

.rsstitle{ /*shared class for all title elements in an RSS feed*/
font-weight: bold;
}

.allnews .rsstitle{
font-size:86%;
}

.rssdate{ /*shared class for all date elements in an RSS feed*/
color: gray;
font-size: 85%;
}

