body{
	min-height: 100vh;
	background-image: url(fondoXploranuevo2022Gimp.png); /* Nuestra imagen de fondo */
    background-repeat: no-repeat; /* Indicamos que no se repetira */
	/*background-size: cover;  /*Encajamos la imagen al 100% del ancho */
    background-size: 100% 100%;  /*Encajamos la imagen al 100% del ancho */
    background-attachment: fixed; /* Establecemos una posicion fija para la imagen */
	background-position: center center;
    font-family: helvetica, arial, sans-serif, roboto;
	overflow: hidden;
	background-color: #084EAE;
	line-height:10px;
}

nav{
	width: 100%;
}

label{
	color: white;
}

.bs-form-div {
    border-color: transparent;
    border-width: 1px;
    border-radius: 4px 4px 0 0;
    box-shadow: none;
    position: relative;
    /*padding: 45px 15px 15px;*/
    border-style: solid;
}

#dis{
    color: red ;
    font-weight: bold;
}

#con{
    color: green ;
    font-weight: bold;
}

#bs-edittext{
    width: 50%;
}

#izq{
    float: left;
	width: 50%;
	text-align: center;
}

#der{
    float: right;
	width: 50%;
}

#botones {
	margin-top: 1px;
	margin-bottom: 1px;
	padding-top: 1px;
	padding-right: 20px;
	max-width: 100%;
	max-height: 100%;
	overflow: hidden;
	text-align: center;
	vertical-align:middle;
	line-height: 82px;
	clear: both;
}

.circleBase {
    border-radius: 50%;
    behavior: url(PIE.htc); /* remove if you don't care about IE8 */
}

.type1 {
    width: 100px;
    height: 100px;
    background: yellow;
    border: 3px solid red;
}
.type2 {
    width: 50px;
    height: 50px;
    background: #ccc;
    border: 3px solid #000;
}
.type3 {
	position: relative;
	left: 50%;
	right: 50%;
	top: -70px;
    width: 900px;
    height: 900px;
    background-color: #BFBFBF;
	opacity: .9;
	text-align: center;
}
.links {
	max-width: 100%;
	border: none; 
	background: transparent;
	text-align: left;
	/*float: right;*/
	margin-right: 15%;
	display: inline;
	color: rgb(0, 70, 123);
	font-weight: bold;
}
.content {
	width: 600px;
	height: 850px;
	/*background-color: blue;*/
	position: absolute; /*it can be fixed too*/
	left: 0; right: 0;
	top: 0; bottom: 0;
	margin: auto;
	/*this to solve "the content will not be cut when the window is smaller than the content": */
	max-width: 100%;
	max-height: 100%;
	overflow: auto;
}

/*PIE PÁGINA*/
#main-footer {
	align-self: flex-end;
    color: white;
    text-align: left;
    padding: 5px;
    margin-top: 10px;
    min-height: 50px;
    width: 100%;
    position: absolute;
    bottom: 0;
	margin-left: 2%;
}

#main-footer p {
    margin: 0;
}
	
#main-footer a {
    color: white;
}

.navbar-login{
    width: 305px;
    padding: 10px;
    padding-bottom: 0px;
}

.navbar-login-session{
    padding: 10px;
    padding-bottom: 0px;
    padding-top: 0px;
}

.icon-size{
    font-size: 87px;
}

#user-img{
	background: url('../kc_icon.png') no-repeat;
	width: 250px;
	position: absolute;
	top: -40px;
	left: 50px;
}

#login-frm{
	display: flex;
	min-height: 100vh;
	flex-wrap: wrap;
	background-image: url(images/fondoXploranuevo2022Gimp.png); /* Nuestra imagen de fondo */
	background-repeat: no-repeat; /* Indicamos que no se repetira */
	/*background-size: cover;  /*Encajamos la imagen al 100% del ancho */
	background-size: 100% 100%;  /*Encajamos la imagen al 100% del ancho */
	background-attachment: fixed; /* Establecemos una posicion fija para la imagen */
	background-position: center center;
	font-family: helvetica, arial, sans-serif, roboto;
	overflow: hidden;
	line-height:10px;
}

.clicked {
  background-color: yellow;
}

/*.btn-circle.btn-xl {
    width: 100%;
	max-width: 100%;
    height: 70px;
    padding: 10px 16px;
    border-radius: 35px;
    font-size: 24px;
    line-height: 1.33;
}

.btn-circle {
    width: 100%;
    height: 30px;
	max-width: 100%;
    padding: 6px 0px;
    border-radius: 15px;
    text-align: center;
    font-size: 12px;
    line-height: 1.42857;
}*/