
@media screen and (orientation: landscape) {
body {
	font-size: 16px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	background: url(aventura6jd.jpg) no-repeat center center fixed;
	background-size:cover;
	/* overflow:auto */
}
}
@media screen and (orientation: portrait) {
body {
	font-size: 16px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	background: url(aventura_vertical.jpg) no-repeat center top fixed;
	background-size:cover;
	overflow:hidden;
}
}
@media screen and (orientation: landscape) {
.menubloc {
	position:absolute;
	top:5%;
	left:10%;
	width:50%;
	text-align: center;
	margin: 0 auto;
	overflow: hidden;
	/* max-height: 100%; */
}
}
@media screen and (orientation: portrait) {
.menubloc {
	position:fixed; 
	top:5%;
	left:10%;
	width:80%;
	text-align: center;
	margin: 0 auto;
}
}
.f24px {font-size: 24px}
.whiteongrey {
	color: white;
	background-color: darkgrey;
}
.whiteonblue {
	color: white;
	background-color: blue;
}
/*
a {
	text-align:right;
	font-weight: bold;
	font-size: 12pt;
	font-family: Arial, Helvetica, sans-serif;
}
*/
.layercarte {
	font-family:Verdana, sans-serif;
}
.style1 {text-align:center; font-size: large}
.style1 a {font-size:larger; font-weight:bold;}
.toptitle {
	font-family:Verdana, sans-serif;
	font-size:26px;
	color:#000;
}
.menutrip a {
	text-decoration:none;
	font-size:20px;
	font-weight:bold;
	font-style:italic;
	color:#06F;
}
.monnom {
	text-align:center; 
	font:46px Arial, Helvetica, sans-serif;
}
.jdblog {
	text-align:left; 
	font:Verdana,Arial,Helvetica,sans-serif;
	font-size:24px;
	text-decoration:none;
}
#newstext {
	width: auto;
	height: auto;
}
.styleh1, a.styleh1, a.styleh1:link, a.styleh1:visited, a.styleh1:hover, a.styleh1:active {
	font-size: 16px;
	text-shadow: 1px 1px 1px white;
	font-family: Arial,Helvetica,sans-serif;
	color: black;
	text-decoration: none;
}
.topmenu a{
	text-decoration:none;
	font-size: 18px;
	color: black;
}
.nodeco a:link, a:visited {
	color: black;
    text-decoration: none;
}
.nodeco a:hover {
	color: black;
    text-decoration:underline;
}
a.menuline:hover {
	background-color: gray;
}
.menuline {
	color: black;
	text-decoration: none;
	line-height:34px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	vertical-align:middle;
	text-align:center;
}
#comcount {
	color: black;
	font-size:small;
	height:auto;
	vertical-align: text-bottom;
	line-height: 1.0px;
}
#comcount a:link, a:visited {
	color: black;
	text-decoration:none;
}
#comcount a:hover {
	text-decoration:underline;
}
.newlogo {
	white-space:nowrap;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-style:italic;
	font-weight:bold;
	background-color:white;
	line-height:0.75em;
	border:solid;
	border-width: 1px;
	margin:0;
	padding:0;
}
.newlogo a {
	color:black;
	text-decoration:none;
}
.newlogo a:hover {
	text-decoration:none;
}
.logobox {
	display:inline-block;
	max-width:164px;
}

