/* +------------------------------------------------------------------------+ */
/* | 20110711 1453 - Istituto Superiore di Sanita' 3 v.1.3 - CSS 3.x        | */
/* +------------------------------------------------------------------------+ */

/* -----( 3.3 - Ufficio stampa )--------------------------------------------- */
#pres
{
	display: none;
	padding: 0;
	margin: 0;
	border: 0;
	
	text-align: center;
	font-size: 90%;
	color: white;
	font-family: Trebuchet MS, Verdana, sans-serif;
	font-weight: bold;

	position: absolute;
	top: 65px;
	left: 130px;

	background-color: transparent;

	z-index: 100;
}
a.pres_home:link
{
	color: white;
	background-color: transparent;
}
a.pres_home:visited
{
	color: white;
	background-color: transparent;
}
a.pres_home:hover
{
	color: white;
	background-color: #006;
}
/* -----( 3.4 - Telefoni verdi )--------------------------------------------- */
.tele_verd
{
	color: #003B00;
	font-size: 2em;
	font-weight: bold;
	background-color: transparent;
}
a .tele_verd:link
{
	color: #003B00;
	font-size: 2em;
	background-color: transparent;
}
a .tele_verd:visited
{
	color: #003B00;
	font-size: 2em;
	background-color: transparent;
}
a .tele_verd:hover
{
	color: white;
	font-size: 2em;
	background-color: #003B00;
}
/* -----( END )-------------------------------------------------------------- */

