.texto {

	font-family: tahoma;
	font-size: 35px;
		-webkit-text-fill-color:white;
		-webkit-text-stroke:2px;
		-webkit-text-stroke-color:black;
}

.slideshow{
		margin: 0 auto;
		padding-top: 60px;
		height: 570px;
		box-sizing: border-box;
	}

	.content{
		margin: auto;
		width: 190px;
		perspective: 1000px;
		position: relative;
		padding-top: 80px;
	}

	.content-carrousel{
		width: 100%;
		position: absolute;
		float: right;
		animation:rotar 15s infinite linear;
		transform-style: preserve-3d;
	}

	.content-carrousel:hover{
		animation-play-state: paused;
		cursor: pointer;
	}

	.content-carrousel figure{
		width: 140%;
		height: 170px;
		border:1px solid #4d444d;
		overflow: hidden;
		position: absolute;
	}
	.content-carrousel figure:nth-child(1){
		transform: rotateY(0deg) translateZ(400px);
	}
		.content-carrousel figure:nth-child(2){
		transform: rotateY(40deg) translateZ(400px);
	}
		.content-carrousel figure:nth-child(3){
		transform: rotateY(80deg) translateZ(400px);
	}
		.content-carrousel figure:nth-child(4){
		transform: rotateY(120deg) translateZ(400px);
	}
		.content-carrousel figure:nth-child(5){
		transform: rotateY(160deg) translateZ(400px);
	}
		.content-carrousel figure:nth-child(6){
		transform: rotateY(200deg) translateZ(400px);
	}
		.content-carrousel figure:nth-child(7){
		transform: rotateY(240deg) translateZ(400px);
	}
		.content-carrousel figure:nth-child(8){
		transform: rotateY(280deg) translateZ(400px);
	}
		.content-carrousel figure:nth-child(9){
		transform: rotateY(320deg) translateZ(400px);
	}
	.shadow{
		position: absolute;
		box-shadow: 0px 0px 20px 0px #000;
		border-radius: 2px;
	}

	.content-carrousel img{
		image-rendering: auto;
		transition: all 300ms;
		width: 100%;
		height: 100%;
	}

	.content-carrousel img:hover{
		transform: scale(1.2);
		transition: all 300ms;
	}

	@keyframes rotar{
		form{
			transform: rotateY(0deg);	
		}	to{
			transform: rotateY(360deg);
		}
	}

div.centrado{
	text-align: center;
	}
	div.centrado table {
	margin: 0 auto;
	text-align: left;
	text-align: center;
	}

div.centra{
	text-align: center;
	}
	div.centra div{
	margin: 0 auto;
	text-align: left;
	text-align: center;
	}