.callbacks {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	background-color:#20282D;
	margin: 0;
	display:block;
}

.callbacks li {
	color:#fff;
	position: ;
	width: 100%;
	left: 0;
	top: 0;
}

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

.callbacks_nav {
	position: absolute;
	-webkit-tap-highlight-color: rgba(0,0,90,.8);
	top: 50%;
	left: 0;
	z-index: 3;
	text-indent: -9999px;
	overflow: hidden;
	text-decoration: none;
	height: 60px;
	width: 40px;
	border-radius:6px;
	background: transparent url(../../gif/flecha01.png) no-repeat left top;
	background-color: rgba(0,0,0,.5);
	margin:8px;
	margin-top: -30px;	
	-webkit-transition: all .2s;
	transition: all .2s;
}

.callbacks_nav:hover {
	background: transparent url(../../gif/flecha02.png) no-repeat left top;
	background-color: rgba(0,0,0,.9);
}

.callbacks_nav:active {
	opacity:1;
}

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

.callbacks .lugar {
	border-left: #fc6 6px solid;
	background-color:rgba(0,0,0,.6);
	width: auto;
	left:16px;
	bottom:24px;
	padding: 8px 12px 6px;
	z-index:9;
	position: absolute;
}

.callbacks .lugar h3 {
	font-size:18px;
	font-weight:400;
	color:#fff;
	line-height:1.3;
	display:inline;
}

.callbacks .lugar h6 {
	font-size:18px;
	font-weight:600;
	color:#fc6;
	line-height:1.3;
	letter-spacing:1px;
	padding-right:6px;
	display:inline;
}

.callbacks .lugar p {
	font-size:17px;
	font-weight:500;
	color:#fff;
	letter-spacing:1px;
	line-height:1.3;
	margin-bottom:0;
	display: block;
}

.callbacks h5 { /*-- comuna capital --*/
	font-size:13px;
	font-weight:400;
	color:#fff;
	text-shadow: #000 1px 1px 1px;
	border-left: #fc6 6px solid;
	background-color:rgba(0,0,0,.6);
	left:16px;
	bottom:62px;
	width:140px;
	padding: 2px 2px 2px 12px;
	z-index:99;
	position: absolute;
}

.rslides {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	min-height:100px;
	background-color:#153963;
	padding: 0;
	margin: 0;
}

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

.rslides li:first-child {
	position: relative;
	display: block;
	float: left;
}

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

/*--------------------------------------------------- Full Screen ----------------------------------*/

.fullscreen input {
	cursor: pointer;
	border:none;
	background-image:url(../../gif/fullscreem01.png);
	width:26px;
	height:22px;
	right:24px;
	margin: 8px 24px;
	background-color: #404F59;
	position:absolute;
}

.fullscreen input:hover {
	background-image:url(../../gif/fullscreem02.png);
}

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

body {
	background-color:#;
}

main {
	height:auto;
}

.callbacks {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	max-width:800px;

}

.callbacks_nav {
	/*top: 25%;*/
	background-color:rgba(0,0,0,0.2);
	margin:0;
}

.callbacks .caption {
	font-size:12px;
	background: #104753;
	left: 0;
	bottom: 0;
	padding: 2px 4px;
	margin: 0;
	width:50%;
	position: absolute;
}

.callbacks .lugar {
	font-size:16px;
	border-left: #fc6 4px solid;
	border-radius:0;
	left:8px;
	bottom:8px;
	top:auto;
	background-color:rgba(0,0,0,.7);
	min-width:120px;
	padding:2px 6px;
}

.callbacks .lugar h3 {
	font-size:16px;
}

.callbacks .lugar h6 {
	font-size:16px;
}

.callbacks .lugar p {
	font-size:14px;
	color:#fff;
	font-weight:400;
}

.callbacks h5 {
	font-size:11px;
	font-weight:400;
	border-bottom: rgba(255,204,102,.4) thin solid;
	border-left: #fc6 4px solid;
	border-top:none;
	left:8px;
	bottom:37px;
	top:auto;
	width:115px;
	padding: 2px 6px;
}

}