html, body{
	height: 100%;
	font-family: arial;
	/* font-size: 16px; */
}
#page-content{
	flex: 1 0 auto;
	/* height: 100%; */
	width: 100%;
	/* position:fixed; */
	background: url(../img/back_gdl_1920x876.jpg) no-repeat center center fixed;
	background-size:cover;
}
#page-login{
	flex: 1 0 auto;
	height: 100%;
	width: 100%;
	/* position:fixed; */
	background: url(../img/login_gdl_1920x876.jpg) no-repeat center center fixed;
	background-size:cover;
}
#page-register{
	/* flex: 1 0 auto; */
	/* height: 100%; */
	/* width: 100%; */
	/* position:fixed; */
	/* background: url(../images/fondo1.jpg) no-repeat center center fixed; */
	background: url(../img/fondo1.jpg) no-repeat center center;
	background-size:cover;
}
#page-confirmation{
	flex: 1 0 auto;
	height: 100%;
	width: 100%;
	position:fixed;
	background: url(../img/fondo1.jpg) no-repeat center center fixed;
	/* background: url(../images/fondo1.jpg) no-repeat center center; */
	background-size:cover;
}
.bg-trans{
	background-color: rgba(200,200,200,.8);
	color:black;
}
.bg-trans-dark{
	background-color: rgba(168, 163, 163, 0.8);
	color:black;
}
.bg-trans-red{
	background-color: rgba(190,19,45,.8);
	color:white;
}
.bg-trans-orange{
	background-color: rgba(214,109,61,.8);
	color:white;
}
.bg-trans-orange-light{
	background-color: rgba(250, 245, 245, 0.5);
	color:white;
}
.bg-blue{
	background-color: rgb(17, 146, 194);
}
.bg-lightgrey{
  background-color: rgb(200,200,200);
}
.bg-aquascreen{
	background-color: rgb(142, 215, 215);
}
.bg-goldscreen{
	background-color: rgb(227, 204, 158);
}
.bg-menu{
	background-color: #2c8ac6;
}
.bg-menulight{
	background-color: #5c9bc3;
}
.bg-yellow{
	background-color: rgb(255, 255, 0);
}
.bg-mustard{
	background-color: #f6cd3c;
}
.bg-form{
	background-color: rgba(0, 143, 154, 0.59);
}
.bg-yellowlight{
	background-color: #fec83e;
}
.bg-shadowlight{
	background-color: rgb(182, 182, 182);
}
.bg-tiffany{
	background-color: rgb(155, 207, 252);
}
.bg-filters{
	background-color: rgb(190, 229, 235);
	margin-left: 0px;
	margin-right: 0px;
}
.bg-modal{
	background-color: rgb(25, 149, 255);
}
.bg-gray{
	background-color: rgb(220, 220, 220);
}
.text-black{
	color: rgb(0, 0, 0);
}
#sticky-footer{
  flex-shrink: none;
}
a, a:hover{
  color:#333;
}
#logo_main{
	max-height: 450px;
}
