
/*-----------------------------------------------------SLIDER OBRAS ALUMNAS---------------------------*/

.callbacks {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	max-width:607px;
	padding: 0;
	padding-right:px;
	margin: 0 auto;
	background-color:#F7F9F9;
	box-shadow: 7px 7px 14px #e3e3e3;
}

.callbacks li img {
	display: block;
	position: relative;
	z-index: 1;
	height: auto;
	width: 100%;
}

.callbacks .caption {
	font-size:1rem;
	font-weight:500;
	color: #fff;
	text-align:center;
	line-height:2;
	z-index:99;
	text-shadow: 1px 1px 1px #000;
	background: rgba(50,50,50,.5);
	left:0;
	width:220px;
	bottom:0;
	padding: 0;
	margin:0;
	position: absolute;
}

.callbacks_nav {
	position: absolute;
	-webkit-tap-highlight-color: rgba(0,0,90,1);
	top: 50%;
	left: 7px;
	right:0;
	opacity: 0.7;
	z-index: 3;
	text-indent: -9999px;
	overflow: hidden;
	text-decoration: none;
	height: 30px;
	width: 20px;
	background: transparent url(../../gifes/flecha-alba1.png) no-repeat left top;
	margin-top: -30px;
}

.callbacks_nav:hover {
	background: transparent url(../../gifes/flecha-alba2.png) no-repeat left top;
	opacity:.85;
}

.callbacks_nav:active {
	opacity:1;
}

.callbacks_nav.next {
	left: auto;
	background-position: right top;
	right: 0;
}

.rslides {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0;
}

.rslides li {
	-webkit-backface-visibility: hidden;
	position: absolute;
	display: none;
	width: 100%;
	left: 0;
	top: 0;
}

.rslides img {
	display: block;
	height: auto;
	float: left;
	width: 100%;
	border: 0;
}

@media screen and (max-width: 480px) {

/*--SLIDER--*/

.callbacks {
	width: 100%;
	margin-right:7px;
	
}

.callbacks .caption {
	font-size:.8rem;
	background: rgba(0,0,0,.5);
	left: 0;
	bottom: 0;
	padding: 0;
	margin: 0;
	width:50%;
	position: absolute;
}

}