body {
	font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif; 
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}

header {
	color: #000000;
	height: 100px;
	margin-bottom: 20px;
	
}

header img {
	vertical-align: middle;
}

nav {
	float: right;
	height: 100px;
    color: #e0cdca;
}

ul {
  list-style-type: none;
  display:inline-block;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

li {
  float: right;
}

li a {
  display: block;
  color: black;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
  line-height: 100px;
  text-decoration: none;
}

li a:hover:not(.active) {
  background-color: #e0cdca;
  color: white;
}

.active {
  background-color: #e0cdca;
}

main {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

.mySlides {
  display: none;
}

.mySlides img {
	width: 1000px;
	height: 400px;
  display: block;
  position: relative;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}

.mySlides:hover img {
  filter: grayscale(1) blur(3px);
  -webkit-filter: grayscale(1) blur(3px);
}

.mySlides .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
}

.mySlides h2 {
  text-transform: uppercase;
  text-align: center;
  position: relative;
  font-size: 32px;
  padding-top: 150px;
}

.mySlides a {
  display: inline-block;
  text-decoration: none;
  padding: 7px 14px;
  border: 1px solid #fff;
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
  opacity: 0;
  filter: alpha(opacity=0);
  color: #fff;
  text-transform: uppercase;
}

.mySlides:hover a {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

#dots {
	text-align: center;
	position: relative;
	bottom: 30px;
}

.dot {
  cursor: pointer;
  height: 10px;
  width: 10px;
  margin: 0 2px;
  background-color: #e0cdca;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

.clothes1st {
	width: 220px;
	height: 220px;
	float: left;
  overflow: hidden;
}

.clothes {
	width: 220px;
	height: 220px;
	padding-left: 40px;
	float: left;
  overflow: hidden;
}

.clothes1st img,
.clothes img {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.clothes1st:hover img,
.clothes:hover img {
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

main h1 {
  width: 100%;
  background: #e0cdca;
  text-transform: uppercase;
  font-weight: normal;
  text-align: center;
  line-height: 50px;
}

main #es {
  float: left;
  padding-right: 20px;
  padding-bottom: 20px;
}

p {
  text-align: justify;
}

iframe {
   width: 640px;
   height: 480px;
   border: 0px;
}