﻿*{
	margin:0;
	padding:0;
}
html, body{
	height: 100%;
	font-family: PT Sans, Arial, sans-serif;
	width: 100%;
}
#mask{
	min-height: 80%;
	width: 100%;
	margin: 0 auto;
}
#container{
	margin: 0px;
}
header {
	overflow: hidden;
	padding: 0px;
	width: 100%;
	margin: 300px auto 0px auto;
	position: absolute;
	z-index: 999;
	background-repeat: repeat;
}
.wrap {
	max-width:1536px;
	margin:auto;
	padding:0px 30px;
}
h1 {
	color: #000;
	font-size: 18px;
	font-weight: 700;
	text-align: center;
	padding: 20px;
	margin: 0px 0px 0px auto;
	letter-spacing: 0px;
	line-height: 1.1em;
	min-height: 20px;
	background-color: rgba(255,255,255,0.8);
	max-width: 360px;
	text-transform: uppercase;
}
#logo {
	overflow: hidden;
	margin: 0px auto 0px 0px;
	max-width: 200px;
	text-align: center;
	padding: 10px 20px;
	background-repeat: repeat;
	float: left;
	height: 35px;
	background-color: #C0C0C0;
}
#logo img {
	border:none;
	}
	
@media (max-width:920px) {
	header {	margin:100px 0px 0px 0px; }
}
	
	
@media (max-width:640px) {
#langmenu li .active {
	color: #000;
	border: 1px solid rgb(0,0,0);
	background-color: #FFFFFF;
}
	header {	padding:10px 0px; 	margin: 41px 0px 0px 0px;
}
}
@media (max-width:480px) {
	h1 {	display:none;}
	#logo img {	width:120px; padding:4px 0px;}
}
.top {
	max-width: 1536px;
	margin: auto;
	background-color: #C0C0C0;
}
nav {
	border-style: none;
	margin: 0px auto;
	background-position: left bottom;
	padding: 0px;
	text-align: left;
	color: #FFFFFF;
	font-size: 10px;
	width: 100%;
	height: 24px;
	top: 0px;
	position: absolute;
	z-index: 999;
}
#langmenu ul {
	list-style-type: none;
	height: 16px;
	padding: 15px 20px 15px 0px;
	margin: 0px auto 0px auto;
	text-align: right;
	max-width: 1536px;
	float:right;

}
#langmenu li {
	list-style-type: none;
	height: 16px;
	margin: 0px 0px 0px 5px;
	padding: 0px;
	display:inline-block;
}
#langmenu li a {
	border: 1px solid rgb(150,150,150);
	text-decoration: none;
	color: rgb(150,150,150);
	font-size: 14px;
	display: block;
	height: 16px;
	text-transform: uppercase;
	line-height: 16px;
	font-weight: 400;
	padding:4px;
}
#langmenu li a:hover {
	color: #000;
		border: 1px solid rgb(0,0,0);

}
#langmenu li .active {
	color: #000;
	border: 1px solid rgb(0,0,0);
	background-color: #FFFFFF;
}
@media (max-width:480px) {
	#langmenu ul {
	margin: 0px 0px 0px auto;
}
}

.tresc {
	padding: 0px 0px 0px 0px;
	font-size: medium;
	font-weight: normal;
	text-align: justify;
	line-height: 1.35em;
	font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
	color: #000000;
}
.tresc strong {
	font-weight:700;
}

article {
	margin: 0px auto 0px auto;
	padding: 0px 30px 0px 30px;
	max-width: 1476px;
	background-color: #fff;
	color:#666;
}
.contain {
	background-size: cover;
	border-width: 6px;
	border-color: rgb(200, 200, 200);
	overflow: hidden;
	background-position: center top;
	margin: 0px auto 0px auto;
	padding: 0px;
	color: rgb(200, 200, 200);
	background-repeat: repeat;
	border-top-style: solid;
	background-attachment: fixed;
	background-image: url('../img/bg/bg01.jpg');
}
footer{
	padding: 0px 0px 0px 0px;
	min-height: 160px;
	text-align: center;
	font-size: 15px;
	color: #ddd;
	background-color: #FFFFFF;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
}
#foot {
	margin: 0px auto 0px auto;
	width: 100%;
	background-color: #EEEEEE;
}
#contact {
	max-width: 1496px;
	margin-top: 0px;
	line-height: 1.35em;
	text-align: center;
	font-size: medium;
	margin-right: auto;
	margin-left: auto;
	padding: 30px 20px;
	color: #000000;
}
#contact a {
	text-decoration: none;
	color: #000000;
	font-size: medium;
}
#author {
	margin: 0px auto 0px auto;
	width: 100%;
	font-size: 12px;
	padding-left: 0px;
	line-height: 1.3em;
	text-align: center;
	color: #808080;
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #eee;
}
#author a {
	text-decoration: none;
	color: #999;
}
#author img {
	border-style: none;
	vertical-align:middle;
}
#author a:hover {
	color: rgb(0,0,0);
}
#contact a:hover {
	text-decoration: underline;
	color: rgb(255,255,255);
}
h2 {
	border: 1px solid #ddd;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	padding: 10px 20px;
	color: #444;
	text-transform: uppercase;
	background-color: #EEEEEE;
}
h2 strong{
font-weight:700;
color: rgb(149, 125, 111);
}
h2 a:hover {
	color: #FFFFFF;
}
h3 {
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-bottom: 5px;
	text-transform: uppercase;
	color: #666;
	text-shadow: 1px 1px 2px rgba(255,255,255,0.5);
	background-color: rgba(255,255,255,0.5);
}
h4 {
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-bottom: 5px;
	text-transform: uppercase;
	color: #666;
	background-color: #EEEEEE;
}
h6 {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	height: 48px;
	position: absolute;
	margin-top: -48px;
	z-index:999;
}
h6 a {
	text-transform: uppercase;
	color: rgb(0, 0, 0);
	display: block;
	height: 48px;
	margin-right: auto;
	margin-left: auto;
	line-height: 48px;
	padding: 0px 0px 0px 0px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	max-width: 1536px;
	background-position: center top;
	background-repeat: no-repeat;
	text-decoration: none;
	transition: background-image 0.6s;
	background-color: #fff;
}
h6 a:hover {
	cursor: pointer;
	z-index: 20;
	text-decoration: blink;
	background-color: rgb(0,0,0);
	color: #eee;
	transition-duration: 0.6s;
	transition: background-color 0.6s;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.85);
}
.counter {
	border-style: none;
	vertical-align: -30%;
}
nav img:hover {
-moz-transform:scale(1.3);
-webkit-transform:scale(1.3);
transform:scale(1.3);
transition-duration:0.6s;
}
.clear {
	clear: both;
	height: 0px;
}
.tresc a {
	color: #000;
	text-decoration: none;
	font-weight: bold;
}
.tresc a:hover {
	color: #777;
}
.tresc img {
	border-style: none;
	margin-right: 8px;
	vertical-align: middle;
}
.tresc img:hover {
}

hr {
	margin-right: 30px;
	margin-left: 30px;
	width: 882px;
	color: #C0C0C0;
	background-color: #C0C0C0;
	border-color: #C0C0C0;
	opacity:0.3;
}
small a {
	font-size: 18px;
	font-weight: bold;
}
.floating {
	float: right;
	padding-left: 20px;
	padding-bottom: 20px;
	padding-top: 2px;
}
.floating_l {
	float: left;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-top: 2px;
}

.google-maps {
	border-width: 0px;
	border-color: #FFFFFF;
	height: 320px;
	width: 100%;
	padding: 0px;
	margin: 0px;
}

.foto img {
	max-width: 80px;
	border: none;
	padding: 0px;
	margin: 1px;
}
.foto2 img {
	max-width: 167px;
}

@media (max-width:420px) {
.foto img {	width: 220px;}

}
.foto {
	margin: auto;
	text-align:center;
	padding: 0px 0px 0px 0px;
}
.foto img:hover {
	transform:scale(1.1);
	-webkit-transform:scale(1.1);
}
.ifr {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	border-style: none;
}
.movie {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	padding-top: 15px;
	padding-bottom: 0px;
}
.movies {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	padding-bottom: 15px;
}
.movies iframe {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	border-style: none;
}
.line {
	font-size: 1px;
	background-color: #ccc;
	width: 100%;
	height: 1px;
	display: block;
}
.large {
	font-size: 20px;
	color: #808080;
	display:block;
	text-align:center;
}
.fotos {
	padding: 20px 20px;
}
.box {
	width: 50%;
	float: left;
}
.box01 {
	background-color:rgb(251,251,251);
}

.box02 {
	background-color: rgb(255, 251, 249);
}

@media (max-width:766px) {
	.box {
	width: 100%;
	float: none;
}

}