body         { font-size: 15px; color: #000; font-family: Verdana; margin: 0; }
a:link       { text-decoration: none; color: #000 }
a:visited    { text-decoration: none; color: #000 }
a:hover      { text-decoration: underline; color: #c3986b }
a:active     { text-decoration: none; color: #000 }
td           { font-size: 15px; }
h1           { margin-top: 15px; margin-bottom: 5px; font-size: 18pt; color: #c3986b; font-weight: bold; text-align: center }
h2           { margin-top: 12px; margin-bottom: 12px; font-size: 16pt; color: #c3986b; font-weight: bold; text-align: center }
h3           { margin-top: 10px; margin-bottom: 10px; font-size: 14pt; color: #c3986b; font-weight: bold; text-align: center }
h4           { margin-top: 10px; margin-bottom: 10px; font-size: 11pt; font-weight: bold; text-align: left }
ul           { text-align: left }
* {box-sizing: border-box;}
.slideshow-container {
  width: 100%;
  position: relative;
  margin: auto;
}
/* Hide the images by default */
.mySlides {
  display: none;
}
/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 2.5s;
}
@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}
#tresc {
	padding: 0px 10px 10px 10px;
	clear: both;
    width: 100%;
    max-width:1500px;
	margin: 0 auto;
}
img { border: 0; max-width: 100% }
footer {
    background-color: #25484c;
    color: #c3986b;
    padding: 20px 10px 10px;
	font-size: 9px;
}
a:link.st, a:visited.st {
	text-decoration: none;
	color:#c3986b;
	padding: 0px 4px;
}
a:hover.st {
	text-decoration: underline;
	color: #fff;
}
.mov:hover img {
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
-moz-opacity: 0.5;
opacity: 0.5;
transition-duration: 0.9s;
}

@media (max-width: 770px) {
	
}
@media (max-width: 1200px) {

}

@media (min-width: 1200px) {
  h1           { margin-top: 30px; }
  }