
/* Generales */
body {
	height: 100%;
	margin: 0;
	padding: 0;
	width: 100%;
}
img {
	border: 0;
}
/* Contenedor */
#container-banner {
	background-color: #000000;
	border: 1px #d0d0d0 solid;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
	overflow: hidden;
	position: fixed;
	width: 300px;
	height: 600px;
}

/* Spinner de carga */
#loader {
	display: table;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
#loader > div {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
#eleClickTag{
	cursor: pointer;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 300;
	position: absolute;
	top: 0px;
	left: 0px;
}
.elemento {
	opacity: 0;
	position: absolute;
	z-index: 15!important;
}
.clickable {
	cursor: pointer;
	opacity: 0;
	position: absolute;
	z-index: 200;
}


#tapa2{
	opacity: 0;
	background: #000000;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	position: absolute;
	z-index: 15!important;
}
