body {
	font-size: 0;
	overflow: hidden;
}

#slidec {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	overflow: hidden;
	background: url("../img/fondo.jpg");
}

.slide {
	position: relative;
	width: 100%;
	height: 100%;
}

.imgcont {
	position: absolute;
	top: 5px;
	bottom: 20px;
	left: 50px;
	right: 50px;
}

.imgcont img.imgh {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	max-width: 100%;
	max-height: 100%;
	opacity: 1;
	box-shadow: 0px 0px 20px black;
}

.imgcont .imghh {
	position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.imgcont .imgz {
	max-width: 100%;
	max-height: 100%;
	position: relative;
	width: 100%;
	height: 100%;
}

.control {
	z-index: 200;
}

.control .izq, .control .der {
	cursor: pointer;
	top: 0;
	bottom: 15px;
	margin: auto;
	width: 50px;
	position: absolute;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
	-webkit-tap-highlight-color: transparent;
	z-index: 200;
	opacity: 0.5;
}

.control .izq:hover, .control .der:hover {
	opacity: 1;
}

.control .izq {
	left: 0;
	background: url("../img/izq.png") no-repeat left center;
	display: none;
}

.control .der {
	right: 0;
	background: url("../img/der.png") no-repeat right center;
}

#prog {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 15px;
	display: block;
	z-index: 200;
}

#compl {
	background: white;
	width: 5%;
	height: 100%;
	border-left: 1px solid #D0D0D0;
	border-top: 1px solid #D0D0D0;
	border-right: 1px solid #D0D0D0;
	box-sizing: border-box;
	line-height: 15px;
	font-size: 12px;
	text-align: center;
	color: #777e86;
}

#audios {
	position: absolute;
	z-index: 300;
	width: 100%;
	text-align: center;
	display: none;
}

#info {
	position: absolute;
	top: 0;
	left: 50px;
	right: 50px;
	height: 50px;
	text-align: center;
	z-index: 300;
	display: none;
}

#info p {
	font-size: 17px;
	line-height: 25px;
}