*{
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box;
}
 
a {
    
    text-decoration: none;
}
 
ul {
    list-style-type: none;

}
 
/*
Encabezado del Slider
 ----------------------------------------*/
.slider-title {
    text-align: center;
    margin: 80px 0 40px;
    font-size: 3.2em;
    font-weight: 300;
    color: #FFF;
  
}
 
/**
 * Contendor del Slider
 ----------------------------------------*/

 /*Ancho y alto del slider*/
.slider-wrapper {
    position: relative;
    
    height: 410px;
    width: 100%;

    overflow: hidden;

}
 
.slider-wrapper li {
    display: none;
}
 
li.slide-current {
    display: block;
}
 
.slider-wrapper li img {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 100%;
    height: auto;
}

/**
*caption
*/

/*
.caption {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0,0,0,0.2);
    padding: 12px;
  }
 
.caption-title {
    color: #fff;
    
    font-weight: 300;
    font-size: 1.2em;
    position: relative;
    margin-right: 450px;
    margin-bottom: 10px 10px;
}
 
.caption p {
    color: #FFF;
    font-size: 1.4em;
    line-height: 1.3em;
}
*/

/**
*sombras
*/


	/*controles del slider*/

.slider-controls {
	text-align: center;
	margin-top: -40px;
	position: relative;


}

.slider-controls li {
	background: #FCEDED;
	
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	display: inline-block;
	height: 12px;
	width: 12px;
	margin: 0 4px;
	cursor: pointer;
}

.slider-controls li.active {
	background: #FF5918;
}

/*autores*/

.authors{
	margin-bottom: 15px;
	margin-top: 25px;
	color:#415066;
	font-size: 1.4em;
	text-align: center;

}

.authors {
	margin-bottom: 15px;
	margin-top: 25px;
	color: #415066;
	font-size: 1.4em;
	text-align: center;
}

/**
 * Responsive
 ----------------------------------------*/
@media only screen and (max-width: 825px) {
	.slider-container {
		width: 500px;

		margin: auto;
	}

	.slider-wrapper {
		height: 260px;
	}
}

@media only screen and (max-width: 535px) {
	.slider-container {
		padding: 5px;
		width: 100%;
		margin: auto;
	}

	.slider-wrapper {
		height: 200px;
		margin: auto;
	}

	.caption {
		display: none;
	}
}

@media only screen and (max-width: 410px) {
	.slider-wrapper {
		height: 160px;
		
	}
}