html { background-image:url(images/sfondo_bw.jpg); background-size:100%; background-color:#fff;}
body 
{
	width:90%;
	margin-left:auto;
	margin-right:auto;
	background: transparent;
	background-color:rgba(255, 255, 255, 0.5);
	padding:20px;
	padding-bottom:15px;
	box-shadow: 0px 0px 23px #aaa;
	border-left:0;
	border-right:0;
	border-radius:8px;
}

a {color:#0f5ead;}

.div_language
{
	float:right;
}

.div_language a
{
	margin:3px;
	text-decoration:none;
}
.div_language a:hover {text-decoration:underline;}

.sections_list li
{
	font-size:120%;
	padding:5px;
	list-style-type:none;
}
.sections_list li a
{
	text-decoration:none;
	color:#333;
}

.section_container {margin:0 0 10px 0; padding-bottom:20px; border-bottom:1px solid #333; }
.section_container img {border:1px solid #666;}
.img_mobile {margin-left:15%; margin-right:15%; max-width:70%; }
.desc_list {margin-left:15%; margin-right:15%; width:70%;}

.table_description {text-align:center; width:100%;}
.image_caption {font-style:italic;}
li {padding:4px;}
.tags_categories {border-collapse:collapse; border:1px solid #555; background-color:white;}
.tags_categories td {padding:5px; border-bottom:1px solid #555;}
.tags_categories td img {border:0; width:48px;}