*:focus{
	outline:none;
}
@font-face{
	src:url(fuentes/exo-regular.otf);
	font-family:regular;
}
@font-face{
	src:url(fuentes/exo-light.otf);
	font-family:light;
}
@font-face{
	src:url(fuentes/exo-medium.otf);
	font-family:medium;
}
body{
	margin:0;
	padding:0;
	width:100%;
	height:100%;
	overflow:hidden;
	background-color:#FFF;
}
/* Slider */
.jssora22l, .jssora22r {
	display: block;
	position: absolute;
	width: 9px;
	height: 9px;
	cursor: pointer;
}
.jssora22l { 
	background:url(imagenes/izquierda.svg) no-repeat;
	background-size:contain;
}
.jssora22r {
	background:url(imagenes/derecha.svg) no-repeat;
	background-size:contain;
}
/* Slider */
.error{
	font-family:medium;
	font-size:13px;
	color:#FFF;
}