.cursorActualizacion {
				border: 8px solid #f3f3f3;
				border-radius: 50%;
				border-top: 8px solid #9a9a9a;
				width: 50px;
				height: 50px;
				position: absolute; 
				top: calc(50% - 25px); 
				left: calc(50% - 25px); 
				text-align: center;
				margin: 25px auto;
				-webkit-animation: spin 0.5s linear infinite; /* Safari */
				animation: spin 0.5s linear infinite;
				z-index: 99000;
				}
				
			@import url('http://gobikcustom.com/3D/REPOSITORIOS/RECURSOS/fonts/Oswald-Regular.ttf');
		
			@font-face {
				font-family: 'Oswald', , sans-serif;
				src: url('http://gobikcustom.com/3D/REPOSITORIOS/RECURSOS/fonts/Oswald-Regular.ttf');
				}

			html, body, select, button, a, table, input, textarea {
				font-family: 'Oswald', sans-serif;
				font-size: 12px;
				line-height: 24px;
				}
	
			html {
				background-color: #FFF;
				margin: 0px;
				padding: 0;
				font-family: 'Oswald', sans-serif;
				}
	
			body {
				margin: 0;
				padding: 0;
				font-family: 'Oswald', sans-serif;
				color: #000;
				}	
				
			/* Safari */
			@-webkit-keyframes spin {
				0% { -webkit-transform: rotate(0deg); }
				100% { -webkit-transform: rotate(360deg); }
				}
	
			@keyframes spin {
				0% { transform: rotate(0deg); }
				100% { transform: rotate(360deg); }
				}
				
			.arribacentro {
				position: fixed;
				top: 0px;
				left: 50%;
				transform: translate(-50%, 0%);
				}
			
			.arribaizquierda {
				position: fixed;
				top: 0px;
				float: left;
				}			
				
			.arribaderecha {
				position: fixed;
				top: 0px;
				float: right;
				}	

			
			.Oswald-ExtraLight {
			font-family: 'Oswald ExtraLight', sans-serif; 
			}
			
		.Oswald-Light {
			font-family: 'Oswald Light', sans-serif;
			}
			
		.Oswald-Medium {
			font-family: 'Oswald Medium', sans-serif;
			}
		
		.Oswald-Regular {
			font-family: 'Oswald Regular', sans-serif;
			}
			
		.Oswald-SemiBold {
			font-family: 'Oswald SemiBold', sans-serif;
			}
				
		.Oswald-Bold {
			font-family: 'Oswald Bold', sans-serif;
			}
			
		.Oswald {
			font-family: 'Oswald', sans-serif;
			}


		extralight { font-family: Oswald-ExtraLight; font-size: calc(10px + 0.8vw); line-height: 10px; }
		light { font-family: Oswald-Light; font-size: calc(10px + 0.8vw); line-height: 10px; }
		light1 { font-family: Oswald-Light; font-size: calc(10px + 0.4vw); line-height: 10px; }
		lightn0 { font-family: Oswald-Light; font-size: 16px; line-height: 18px; }
		lightn1 { font-family: Oswald-Light; font-size: 20px; line-height: 20px; }
		lightn2 { font-family: Oswald-Light; font-size: 25px; line-height: 25px; }

		regular { font-family: Oswald-Regular; font-size: calc(10px + 0.8vw); line-height: 10px; }
		regular1 { font-family: Oswald-Regular; font-size: calc(10px + 0.4vw); line-height: 10px; }
		regularn1 { font-family: Oswald-Regular; font-size: 20px; line-height: 20px; }
		regularn2 { font-family: Oswald-Regular; font-size: 25px; line-height: 25px; }

		medium { font-family: Oswald-Medium; font-size: calc(10px + 0.8vw); line-height: 10px; }
		medium1 { font-family: Oswald-Medium; font-size: calc(10px + 0.4vw); line-height: 10px; }
		mediumn1 { font-family: Oswald-Medium; font-size: 20px; line-height: 20px; }
		mediumn2 { font-family: Oswald-Medium; font-size: 25px; line-height: 25px; }

		semibold { font-family: Oswald-SemiBold; font-size: calc(10px + 0.8vw); line-height:10px; }
		semibold1 { font-family: Oswald-SemiBold; font-size: calc(10px + 0.4vw); line-height:10px; }
		semiboldn1 { font-family: Oswald-SemiBold; font-size: 20px; line-height: 20px; }
		semiboldn2 { font-family: Oswald-SemiBold; font-size: 20px; line-height: 20px; }

		bold { font-family: Oswald-Bold; font-size: calc(10px + 0.8vw); line-height: 10px; }
		bold1 { font-family: Oswald-Bold; font-size: calc(10px + 0.4vw); line-height: 10px; }
		boldn1 { font-family: Oswald-Bold; font-size: 20px; line-height: 20px; }
		boldn2 { font-family: Oswald-Bold; font-size: 25px; line-height: 25px; }

		.cabecera {
			position: fixed;
			top: 0px;
			left: 0px;
			width: 100%;
			height: 41px;
			text-align: center;
			z-index: 100;
			border-bottom: 1px solid #dedede;
			background: #fff;
			}
			
		.titulo {
			position: fixed;
			top: 42px;
			left: 0px;
			width: 100%;
			height:	 41px;
			text-align: left;
			z-index: 100;
			border-bottom: 1px solid #dedede;
			background: #fff;
			}