/* *******************************************************************************************************
   LINK E PULSANTI
   *******************************************************************************************************/

a {
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
.imglink {
	border:0px;
	text-decoration:none;
}
.imglink:hover {
	border:0px;
	text-decoration:none;
}

/************************************
 pulsante larghezza variabile
************************************/
a.pulsante {
	float:left;
	background-color:#0a558c;
	box-shadow: 2px 2px 3px rgba(0,0,0,.3);
	-webkit-box-shadow: 2px 2px 3px rgba(0,0,0,.3);
	-moz-box-shadow: 2px 2px 3px rgba(0,0,0,.3);
}
a.pulsante > span:FIRST-CHILD{
	padding-top:5px;
}
a.pulsante > span{
	float:left;
	color:#ffffff;
	font-weight:bold;
	padding-left:12px;
	padding-top:8px;
	padding-right:12px;
	padding-bottom:5px;
	text-shadow: 1px 1px 1px rgba(0,0,0,.3);
}
a.pulsante:hover {
	background-color:#016db5;
	text-decoration:none;	
}
a.pulsante > img {
	float: left;
	width: 24px;
	height: 24px;
	padding: 4px;
	border: 0;
}