@charset "utf-8";
/* CSS Document */

body {font:16px Georgia,"Times New Roman",Times,serif; line-height:22px;}

.style1 {}

.style16 {font-size: 16px; font-weight: bold; font-style: italic; color: #DDFFFF;}

.style6 {font-size: 18px}

.style7 {
	font-size: 16px;
	font-weight: bold;
	color: #990000;
}

h1 {
	font-size: 32px;
	line-height: 38px;
	font-weight: bold;
}

h2 {
	font-size:18px;
	font-weight:bold;
	color:dimgray;
	width:100%;
	max-width:950px;
	text-align: left;
	margin-bottom:30px;
}

.footer {width:100%; max-width:740px}

#cookie-message
{
	display:block;
	width: 98%;
	background-color: #F00;
	color:#FFF;
	z-index:9999;
	top:0;
	left:0;
	font-size: 14px;
	display:none;
	text-align:center;
	padding:5px;
	margin-bottom:10px;
	position:fixed;
}
#cookie-message-2
{
	display:block;
	width: 98%;
	background-color: #FFF;
	color:#FFF;
	top:0;
	left:0;
	font-size: 14px;
	display:none;
	text-align:center;
	padding:5px;
	margin-bottom:10px;
}
#cookie-message a:link
{
	color:#fff;
}
#cookie-message a:visited
{
	color:#fff;
}
#cookie-message a:hover
{
}
#cookie-chiudi
{
	background-color: #000;
	color: #FFF;
	border:solid 1px #CDCDCD;
	font-size:14px;
	font-weight:bold;
	display: inline-block;
	margin-left: 20px;
	cursor: pointer;
	padding:4px;
}

@media screen and (max-width: 900px)
{
	table {width:100%;}
	table td{width: 50%; vertical-align:top;}
	table td img {width: 100%; min-width: 50%;}
}

#travel_menu
{
	width:95%;
	max-width:960px;
	border:none;
	overflow:auto;
	margin:0 auto;
	padding:0px;
	height:420px;
}

.table-responsive {width: 100%; max-width:960px; margin-bottom:30px; margin:0 auto;}
.table-responsive table td {background-color:#EEFFEE; text-align:left; vertical-align:top; padding:4px;}
.table-responsive table th {background-color:#009900; min-height:50px; color:#FFF; text-align:center; vertical-align:middle}
.table-responsive table td img {width: 100%; max-width: 160px; padding:0px 4px 0px 0px;}

.breaker {clear:both;}

.bodymain {margin:0 auto; width:100%;max-width:960px;text-align: center;}

