body {
	background-color: white;
	font-family: 'Tahoma', Arial, 'Helvetica Neue', Helvetica, sans-serif;
	line-height: 1.0em;
	font-size:large;
	color: black;
	margin: 0;
	-webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently supported by Chrome, Edge, Opera and Firefox */
    background-image: url("../../images/common/avisio logo (alpha 25).png");
    background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
	background-size: contain; /*clamp(512px, 512px, 512px) auto;*/ 
	overflow-x: hidden;
	overflow-y: hidden;
}

.header {
	display: block;
	overflow: hidden;
	width: 100%;
	background-color: #CE243E;
	color: white;
	text-align: center;
	z-index: -1;
}

.footer {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	background-color: #CE243E;
	color: white;
	text-align: center;
	z-index: -1;
}

.content {
	position: relative;
	margin-left: 5%;
	margin-right: 5%;
}


.buttonsContainer {
	text-align:center;
}

.buttonTelio {
	background-color: #CE243E; 
	border: none;
	color: white;
	padding: 15px 32px;
	border-radius: 10px;
	text-align: center;
	display: inline-block;
	font-size: 16px;
	border: 2px solid #CE243E;
	width: 80%;
	margin-top: 5px;
	margin-bottom: 5px;
}

.buttonTelio:hover {
	background-color: white;
	color: #CE243E;
	border: 2px solid #CE243E;
}

#iconoCentradoPagina{
  width: 80vh;
  max-width: 80vw;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#iconoLoading{
  width: 40vh;
  max-width: 40vh;
  position: absolute;
  left: 50%;
  bottom: 5%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#consolaBtx{
	background-color: white;
	right: 0px;
	left: 0px;
}
