.callbacks_container {
	position: relative;
	float: left;
	width: 100%;
}

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

.callbacks li {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
}

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

.callbacks .caption {
	font-size:24px;
	font-weight:500;
	color: #D4F2E3;
	text-shadow: #000 1px 1px 2px;
	letter-spacing:1px;
	border-bottom: #D4F2E3 thin solid;
	border-top: #D4F2E3 thin solid;
	background-color:rgba(0,0,0,.4);
	left:24px;
	bottom:88px;
	width: auto;
	min-width:140px;
	padding: 8px 12px;
	margin: 0;
	width:auto;
	z-index:99;
	position: absolute;
	margin:auto;
	display:inline;
}

.callbacks_nav {
	position: absolute;
	-webkit-tap-highlight-color: rgba(0,0,00,1);
	top: 50%;
	left: 0;
	opacity: 0.9;
	z-index: 3;
	text-indent: -9999px;
	overflow: hidden;
	text-decoration: none;
	height: 70px;
	width: 50px;
	background: transparent url(../../gif/flechas101.png) no-repeat left top;
	margin:24px;
	margin-top: -30px;
	border-radius:4px;
	background-color: rgba(0,0,0,.4);
}

.callbacks_nav:hover {
	background: transparent url(../../gif/flechas102.png) no-repeat left top;
	background-color: rgba(30,30,30,.7);
}

.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%;
	min-height:100px;
	background-color:#666;
	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;
}

.caption h6 {
	font-size:22px;
	font-weight:300;
	color:#9fc;
	padding-left:8px;
	margin-right:8px;
	display: inline;
}

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

body {
	background-color:#FFFFFF;
}

.callbacks .caption {
	font-size:12px;
	background: rgba(0,0,0,.6);
	left: 0;
	bottom: 0;
	padding: 2px 4px;
	margin: 0;
	width:50%;
	position: absolute;
}

.modalDialog {
	display:none;
}

.open {
	display:none; 7px;
	border-radius: 7px;
}

.abre {
	font-size:14px;
	font-weight:300;
	letter-spacing:0;
	padding:2px 0 2px 4px;
	margin-left:2px;
}

}