/*
	*
	*	Diseño de Spoilers
	*
*/
.loading{
	position:absolute;
	top:52%;
	color:#C0C0C0;
	width:100%;
}
.panel-sps 
{
	box-shadow: none !important;
}
/*
	*
	*	Diseño de imagenes editables
	*
*/
.cuadro-imagenes{
	position:relative;
	text-align:center;
	padding:12px;
}
.cuadro-imagenes .c-imagenes{
	position:relative;
	display:inline-block;
}
.cuadro-imagenes .c-imagenes .cb1{
	position:absolute;
	top:0;
	left:0;
}
.cuadro-imagenes .c-imagenes .div1{
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	text-align:center;
	background-color:rgba(153, 153, 153, 0.4);
}
.cuadro-imagenes .c-imagenes .div1 .i1{
	margin-top:40%;
	display:inline-block;
	font-size:2em;
	color:#000;
	opacity:0.8;
}
.cuadro-imagenes .c-imagenes .div1 .i2{
	margin-top:40%;
	display:inline-block;
	font-size:2em;
	color:#000;
	opacity:0.8;
}
.cuadro-imagenes .c-imagenes img{
	max-width:112px;
	min-width:112px;
	max-height:112px;
	min-height:112px;
}
/*
	*
	*	Transición
	*
*/
#loading{
	display:none;
}

body:not(.no-transition) #wrapper,
.animsition-overlay {
	position: relative;
	opacity: 0;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.css3-spinner {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1000;
	text-align: center;
	background-color: #FFF;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.css3-spinner > div {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -9px;
	margin-left: 13px;
	width: 18px;
	height: 18px;
	background-color: #DDD;
	border-radius: 100%;
	display: inline-block;
	-webkit-animation: bouncedelay 1.4s infinite ease-in-out;
	animation: bouncedelay 1.4s infinite ease-in-out;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.css3-spinner .css3-spinner-bounce1 {
	margin-left: -31px;
	-webkit-animation-delay: -0.32s;
	animation-delay: -0.32s;
}

.css3-spinner .css3-spinner-bounce2 {
	margin-left: -9px;
	-webkit-animation-delay: -0.16s;
	animation-delay: -0.16s;
}

@-webkit-keyframes bouncedelay {
	0%, 80%, 100% { -webkit-transform: scale(0.0) }
	40% { -webkit-transform: scale(1.0) }
}

@keyframes bouncedelay {
	0%, 80%, 100% {
	transform: scale(0.0);
	-webkit-transform: scale(0.0);
	} 40% {
	transform: scale(1.0);
	-webkit-transform: scale(1.0);
	}
}
