/* TABELLA ORARIO */
#tablePosition {
	width: 330px;
	visibility: visible;
	position: relative;
	top: 20px;
	margin-right: auto;
	margin-left: auto;
}
table{
	margin:20px auto;
	padding:0;
	width:320px;
	color: #004FA3;
}

caption{
	color:#004FA3;
	text-transform:uppercase;
	font-weight: bold;
	text-align: left;
	line-height: 20px;
}

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{
	height:20px;
	width: 35px;
	text-align: center;
	margin: 0;
	padding: 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #004FA3;
}
