<!-- --------------------Fotos  -------------- -->
<style>
/* Position the image container (needed to position the left and right arrows) */

.container {
  position: relative;
}

/* Hide the images by default */
.mySlides {
  display: none;
  background:none;
}

/* Add a pointer when hovering over the thumbnail images */
.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
/*  top: 50%; */
  width: 50%;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 25px;
   padding-right: 25px;
/*  margin-top: -50px; */
  color: Gray;
  font-weight: bold;
  font-size: 20px;
  border-radius: 10 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
  background-color: rgba(0, 0, 0, 0.1);
	-moz-border-radius: 30px 30px 30px 30px; border-radius: 30px 30px 30px 30px;
}

/* Position the "next button" to the right */
.next {
  left: 0px;
}
/* Position the "next button" to the right */
.prev {
  left: 0px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.3);
	-moz-border-radius: 30px 30px 30px 30px; border-radius: 30px 30px 30px 30px;
}

/* Number text (1/3 etc) */
.numbertext {
  color: Black;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* Container for image text */
/*
.caption-container {
  text-align: center;
  background-color: #222;
  padding: 2px 16px;
  color: white;
    font-size: 25px;
}
*/
/*
.row:after {
  content: "";
  display: table;
  clear: both;
    width:10%; 
  height:10px; 
  background:none;
}
*/
/* Six columns side by side */

.columna {
  float: left;  
  background:#ffffff; 
  width:24%;
}

/* Add a transparency effect for thumnbail images */
.oscuro {
  opacity: 0.4;
}

.active,
.oscuro:hover {
  opacity: 1;
}
</style>