﻿/* CONTENITORE testi */
.contenitorePresentazioni {
	position: absolute;
	width: 340px;
	top: 213px;
	color: #004FA3;
	text-align: justify;
	left: 0px;
	padding-right: 5px;
	padding-left: 5px;
}
.contenitoreEvidenza {
	position: absolute;
	width: 277px;
	top: 213px;
	color: #014FA2;
	text-align: justify;
	left: 33px;
	padding-right: 5px;
	padding-left: 5px;
	font-size: 10px;
	background-color: #FFFF99;
	font-weight: bold;
	line-height: 20px;
	height: auto;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}
