
			.carousel-control.left
			{
				background: none;
			}
			.carousel-control.right
			{
				background: none;
			}

			.carousel-control
			{
				position: absolute;
				top: 45%;
				bottom: 0;
				left: 0;
				width: 15%;
				font-size: auto;
				color: #fff;
				text-align: center;
				opacity: 1;
				text-shadow: none;
			}
			.carousel-control:hover
			{
				color: #000;
			}
			.carousel-indicators
			{
				bottom: -50px;
			}
			.carousel-indicators li
			{
				display: inline-block;
				width: 10px;
				height: 10px;
				margin: 1px;
				text-indent: -999px;
				cursor: pointer;
				background-color: #000\9;
				background-color: rgba(0,0,0,0);
				border: 1px solid rgba(57,154,132,1);
				border-radius: 50%;
			}
			.carousel-indicators .active
			{
				width: 12px;
				height: 12px;
				margin: 0;
				background-color: rgba(57,154,132,1);
			}
			.carousel-caption
			{
				position: absolute;
				right: 0;
				bottom: 0;
				left: 0;
				z-index: 10;
				padding-top: 20px;
				padding-bottom: 20px;
				color: #fff;
				text-align: center;
				background: rgba(0,0,0,0.4);
				
			}



/*estilos editados*/
.slides{	
	width:100%;
	/*max-width:1600px;*/
	margin:0px auto;
	overflow:hidden;
}

@media (min-width: 1201px) {
	.slides .carousel-inner{
		height:600px;
	}
	.foto1{
		background-image:url(../images/slide/slide03.jpg);
		background-size:cover;
	}
	.foto2{
		background-image:url(../images/slide/slide01.jpg);
		background-size:cover;
	}
	.foto3{
		background-image:url(../images/slide/slide02.jpg);
		background-size:cover;
	}

}

.slides .item{
	width:100%;
	height:100%;
	float:right;
}
.slides .carousel-caption
{
	position: absolute;
	width:30%;
	height:200px;
	top: 180px;
	left:60px;
	z-index: 10;	
	color: #fff;
	text-align: left;
	text-shadow:none;
	background:none;
	
}
.slides .carousel-caption h3{
	font-size:45px;
	text-align:left;
	font-weight:400;
	color: #fff;
	text-shadow:rgba(39,38,38,1.00);
	/*background-color:rgba(255, 255, 255, 0.8);*/
}
.slides .carousel-caption p{
	font-size:25px;
	text-align:left;
	color: #fff;
	letter-spacing:1px;
}
.slides .indicators-div{
	position:absolute;
	top: 100px;
	right:5px;
	width:60px;
	
}
.slides .carousel-inner{
		width:100%;
}
.slides .carousel-indicators{	
	top: 350px;
	right:5px;
	width:60px;
	/* idéntico a rotateZ(45deg); */
  	transform: rotate(90deg);
}





@media (max-width: 1200px) {	
.slides .carousel-inner{
	height:600px;
}
.slides .carousel-caption
{
	width:50%;
	top: 0;
	bottom:0;
	left:60px;
	z-index: 10;
	padding-top: 200px;
	padding-bottom: 20px;	
	color: #fff;
	text-align: left;
	background:none;
	text-shadow:none;
	
}
.slides .carousel-caption h3{
	font-size:40px;
	/*background: rgba(255,255,255,0.6);*/
}
.slides .carousel-caption p{
	font-size:25px;
	/*background: rgba(255,255,255,0.6);*/
}


.foto1{
	background-image:url(../images/slide/slide01-1200.jpg);
	background-size:cover;
}
.foto2{
	background-image:url(../images/slide/slide02-1200.jpg);
	background-size:cover;
}
.foto3{
	background-image:url(../images/slide/slide03-1200.jpg);
	background-size:cover;
}

.slides .carousel-indicators{	
	top: 300px;
	left:5px;
	width:60px;
	/* idéntico a rotateZ(45deg); */
  	transform: rotate(90deg);
}

}


@media (max-width: 900px) {	
.slides .carousel-inner{
	height:600px;
}

.foto1{
	background-image:url(../images/slide/slide01-900.jpg);
	background-size:cover;
}
.foto2{
	background-image:url(../images/slide/slide02-900.jpg);
	background-size:cover;
}
.foto3{
	background-image:url(../images/slide/slide03-900.jpg);
	background-size:cover;
}


}

@media (max-width: 768px) {	
.slides .carousel-inner{
	height:550px;
}
.slides .carousel-caption
{
	width:50%;
	top: 0;
	bottom:0;
	left:20px;
	z-index: 10;
	padding-top: 100px;
	padding-bottom: 20px;	
	color: #fff;
	text-align: left;
	background:none;
	text-shadow:none;
	
}
.slides .carousel-caption h3{
	font-size:40px;
	/*color:rgba(8, 75, 122, 1);
	background: rgba(255,255,255,0.6);*/
	background:none;
}
.slides .carousel-caption p{
	font-size:25px;
	/*background: rgba(255,255,255,0.6);*/
	background:none;
	
}


.foto1{
	background-image:url(../images/slide/slide01-768.jpg);
	background-size:cover;
}
.foto2{
	background-image:url(../images/slide/slide02-768.jpg);
	background-size:cover;
}
.foto3{
	background-image:url(../images/slide/slide03-768.jpg);
	background-size:cover;
}

.slides .carousel-indicators{	
	top: 300px;
	left:5px;
	width:60px;
	/* idéntico a rotateZ(45deg); */
  	transform: rotate(90deg);
}

}

@media (max-width: 480px) {
	.slides .carousel-inner{
		height:450px !important;
	}

	.slides .carousel-caption{
		padding-top: 50px;
		width:80%;
	}
	.slides .carousel-caption h3{
		font-size:35px;
	}
	.slides .carousel-caption p{
		font-size:20px;
	}
	.foto1{
		background-image:url(../images/slide/slide01-480.jpg);
		background-size:cover;
	}
	.foto2{
		background-image:url(../images/slide/slide02-480.jpg);
		background-size:cover;
	}
	.foto3{
		background-image:url(../images/slide/slide03-480.jpg);
		background-size:cover;
	}
	.slides .carousel-indicators{	
		top: 200px;
	}
}

