/* CONTENITORE testi */
.contenitoreTestiOrari {
	position: absolute;
	width: auto;
	top: 295px;
	color: #004FA3;
	text-align: justify;
	left: 4px;
	padding-right: 5px;
	padding-left: 5px;
	line-height: 20px;
	font-weight: normal;
}
/* TABELLA ORARIO */
#tablePosition {
	width: 280px;
	visibility: visible;
	position: relative;
	top: 20px;
	margin-right: auto;
	margin-left: auto;
}
table{
	margin:20px auto;
	padding:0;
	width:280px;
	color: #004FA3;
}

th{
	height:20px;
	margin: 0px;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	background-color: #004FA3;
	color: #FFFFFF;
	border-bottom-color: #CCCCCC;
}

td{
	width: 280px;
	text-align: left;
	margin: 0;
	padding: 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #004FA3;
	line-height: 20px;
}
