@charset "utf-8";
/* CSS Document */

* {
	margin:  0;
	padding: 0;
	text-align: left;
}

h1 { font-family:Arial, Helvetica, sans-serif;
font-size:30px; color: #336535; text-align:left;}

h2  { font-family:Arial, Helvetica, sans-serif;
font-size:17px; color: #FFA814  ; text-align:left; font-weight:bold;}

body {
	background-image:url(../images/Fondo.jpg);
	background-position:center;
	background-repeat:no-repeat;
	background-attachment:fixed;
	margin-bottom:0;
	background-size:cover;}

#contenedor {
	width:800px;
	height: auto;
	margin:0 auto;
	overflow: hidden;
	border-left: 1px solid  #999;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	border-bottom-left-radius:50px;
	border-bottom-right-radius:50px;}

header {
	height:300px;
	width:800px;
	}

nav {
	height:35px;
	width: 800px;
	background-color: #336535;
	box-sizing:border-box;
-moz-box-sizing:border-box;
-ms-box-sizing:border-box;
-o-box-sizing:border-box;
-webkit-box-sizing:border-box;}

.nav {
	width:160px;
	height:35px;
	float:left;
	border-left:1px #999 solid;
	text-align:center;
	padding-top:10px;
	border-top: #999 1px solid;
	border-bottom: #999 1px solid;
	box-sizing:border-box;
-moz-box-sizing:border-box;
-ms-box-sizing:border-box;
-o-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

.nav a {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
font-size:12px;
color: #ffffff;
text-decoration:none;
font-weight:bold;
	}

.nav a:hover {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
font-size:12px;
color: #E6B63A;
text-decoration:none;
font-weight:bold;
	}

article {
	width:650px;
	height: auto;
	margin: 50px 0px 30px 75px;
	position:relative;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	color: #515151;
	text-align: left;
	line-height:23px;
	box-sizing:border-box;
-moz-box-sizing:border-box;
-ms-box-sizing:border-box;
-o-box-sizing:border-box;
-webkit-box-sizing:border-box;}

article a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	color: #884B85;
	font-weight:bold;
	text-decoration:none;}

article a:hover {
	color:#431D3D}


footer {
	width:800px;
	height:85px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #FFFFFF;
	background-color: #336535;
	padding:10px;
	text-align:center;
	float:left;
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
	box-sizing:border-box;
-moz-box-sizing:border-box;
-ms-box-sizing:border-box;
-o-box-sizing:border-box;
-webkit-box-sizing:border-box;}


footer a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #FFFFFF;
	text-decoration: none;
	}

footer a:hover {
	color: #FFA814;
	}


* {box-sizing:border-box}

/* Slideshow container */
.slideshow-container {
  max-width: 700px;
  position: relative;
  margin: auto;
}

.mySlides {
    display:table-cell;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 8px 0 0 8px;
}

.prev {
  left: 0;
  border-radius: 0 8px 8px 0;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor:pointer;
  height: 13px;
  width: 13px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* 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}
}
