.Form, .K2BForm, .K2BFormLogin, .Form_MasterPage{
	font-family: 'Roboto', 'Arial', 'Tahoma', sans-serif !important;
	font-size: inherit !important;
	height: inherit !important;
	border-style: inherit !important;
	border-width: inherit !important;
}

a.Hyperlink:focus{
	outline: none;
}

a, .Hyperlink, .K2BHyperLink{
	font-family: 'Roboto', 'Arial', 'Tahoma', sans-serif;
}

.content-header > .gxwebcomponent, .content-header > .gxwebcomponent > .gxwebcomponent-body{
	height: 100%;
}


/* Colores */
/*

Fondos:
	Body: #f4f5fa;

Fuentes:
	Negro: #263238;
	Gris: #;

Botones:
	Azul: ;
	Verde: ;

Bordes:
	Gris: ;

*/

/* Variables */
:root{
	
}

/*Fonts*/
/*@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900');*/

@font-face {
	font-family: 'Roboto';
	src: url('../fonts/Roboto-Regular.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: 'Roboto';
	src: url('../fonts/Roboto-Italic.ttf') format('truetype');
	font-weight: 400;
	font-style: italic;
}

@font-face {
	font-family: 'Roboto';
	src: url('../fonts/Roboto-Thin.ttf') format('truetype');
	font-weight: 100;
	font-style: normal;
}
@font-face {
	font-family: 'Roboto';
	src: url('../fonts/Roboto-ThinItalic.ttf') format('truetype');
	font-weight: 100;
	font-style: italic;
}

@font-face {
	font-family: 'Roboto';
	src: url('../fonts/Roboto-Light.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
}
@font-face {
	font-family: 'Roboto';
	src: url('../fonts/Roboto-LightItalic.ttf') format('truetype');
	font-weight: 300;
	font-style: italic;
}

@font-face {
	font-family: 'Roboto';
	src: url('../fonts/Roboto-Medium.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
}
@font-face {
	font-family: 'Roboto';
	src: url('../fonts/Roboto-MediumItalic.ttf') format('truetype');
	font-weight: 500;
	font-style: italic;
}

@font-face {
	font-family: 'Roboto';
	src: url('../fonts/Roboto-Bold.ttf') format('truetype');
	font-weight: 700;
	font-style: normal;
}
@font-face {
	font-family: 'Roboto';
	src: url('../fonts/Roboto-BoldItalic.ttf') format('truetype');
	font-weight: 700;
	font-style: italic;
}

@font-face {
	font-family: 'Roboto';
	src: url('../fonts/Roboto-Black.ttf') format('truetype');
	font-weight: 900;
	font-style: normal;
}
@font-face {
	font-family: 'Roboto';
	src: url('../fonts/Roboto-BlackItalic.ttf') format('truetype');
	font-weight: 900;
	font-style: italic;
}

/* General Styles */

*, *::after, *::before{
	box-sizing: border-box;
}

html{
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-text-size-adjust: 100%;
}

html, body{
	margin: 0;
	padding: 0;
	font-family: 'Roboto', 'Arial', 'Tahoma', sans-serif;
	font-weight: 400;
	line-height: 1.15;
	background-color: #fff;
	min-height: 100vh;
	/*color: #212529;*/
	color: #263238;
}

.wrapper{
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	background-color: red;
}