/* ----------------------------------------------------------------Carrusel */

.mySlides {
	display:none; 
	width: auto;
	height: 56.25vw;
	background-color: #ebebec;
	background-repeat: none;
	text-align: center;
}

.mySlides.cover {
	background-position: center;
	background-size: cover;
}

.mySlides.contain {
	background-position: 50% 0%;
	background-repeat: no-repeat;
	background-size: contain;
}

.mySlides.center {
	background-position: center;
	background-size: contain;
}

.mySlides.left {
	background-position: left;
	background-size: contain;
}

.mySlides.right {
	background-position: right;
	background-size: contain;
}

/* Slideshow container */
.slideshow-container {
	overflow:hidden;
	position: relative;
	margin: auto;
}

/* Caption text */
.text {
	color: #f2f2f2;
	text-shadow: 0px 1px 2px rgba(0,0,0,0.8);
	font-size: 15px;
	padding: 8px 12px;
	position: absolute;
	bottom: 8px;
	width: 100%;
	text-align: center;
}

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

.activeImage {
	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}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
	.text {font-size: 11px}
}

#botoncitos {
	text-align: center;
}
