/* +------------------------------------------------------------------------+ */
/* | Istituto Superiore di Sanità 4.0 | CSS 4.0 20110831 1911               | */
/* +------------------------------------------------------------------------+ */
/* | R | 20131115 1835 KE                                                   | */
/* +---+--------------------------------------------------------------------+ */

/* +-----+------------------------------------------------------------------+ */
/* | BGN | Home - Link                                                      | */

/* -----( Contenuto )-------------------------------------------------------- */
.page_link_text
{
	padding: 2em 1em 0 1em;
	border: 0;
	margin: 0;

	position: relative;
	display: block;
	width: 98%;
	clear:both;

	background-color: transparent;
}
/* -----( Contenuto - Immagini )--------------------------------------------- */
.page_link_text img
{
	padding: 0 0 1em 0;
	display: block;

	margin-left: auto;
	margin-right: auto
}
/* -----( liste )------------------------------------------------------------ */
ol, ul > page_link_text
{
	padding: 0 0 0 1em;
	margin: 0;
	list-style: none;
}
ol.page_link_text_list
{
	border : 0;
}
/* -----( liste - item )----------------------------------------------------- */
ol.page_link_text_list li
{
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	font-family: Trebuchet MS, Verdana, sans-serif;
}
ol.page_link_text_list li:last-child
{
	border: none;
}
/* -----( liste - ancore )--------------------------------------------------- */
ol.page_link_text_list li a
{
	padding: .5em 0 .5em 0;
	border-radius: 6px;

	font-family: Trebuchet MS, Verdana, sans-serif;
/* 
	font-weight: bold;
 */
	font-size: 110%;
	text-decoration: none;
	color: black;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.5);

	position: relative;
	display: block;
	width: 100%;

/* 
	-webkit-transition: width 0.3s linear, background 0.2s ease;
	-moz-transition: width 0.3s linear, background 0.2s ease;
	-o-transition: width 0.3s linear, background 0.2s ease;
	transition: width 0.3s linear, background 0.2s ease;
 */
}
.page_cont_text ol.page_link_text_list li a:hover
{
	color: white;
	text-shadow: 2px 1px 1px rgba(0, 0, 0, .5);

	width: 100% ! important;

	background-color: rgba(0, 0, 0, .3);
}
ol.page_link_text_list li a:hover
{
	color: white;
	text-shadow: 2px 1px 1px rgba(0, 0, 0, .5);

	width: 100% ! important;

	background-color: rgba(0, 0, 0, .3);
}
/* -----( liste - immagini )------------------------------------------------- */
ol.page_link_text_list li a img
{
	position: absolute;
	top: .4em;
	right: 0;

	max-width: 25px;

	opacity: 0.5;
}
ol.page_link_text_list li a:hover img
{
	padding: 0;
	border: 0;
	margin: 0;
	position: absolute;
	top: 0;
	right: 0;

	max-width: 35px;

	opacity: 1;
}
/* | END | Home - Link                                                      | */
/* +-----+------------------------------------------------------------------+ */
