body {
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: .9em;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url("../imagenes/fondo.png");

}

img {
	display: block;
	max-width: 100%;
	padding-bottom: 10%;
	margin-left:20%; 
}

.principal {
	background-color:#090909;
	margin: 0 auto;
	padding-top: 10em;
	width: 30%;
	max-width: 90%;
	max-height: 90%;
}

.logueo {
	padding-top: .5em;
	position: relative;

}

.logueo label {
	display: block;
	width: 25%;
	float: left;
	text-align: right;
	margin-right: .7em;
	
}

.logueo input{

	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;

	display: block;
	border: none;
	width: 65%;
	float: center;
	height: 1.5em;
	line-height: none;
	margin-top: .1em;
	-webkit-box-sizing: border-box; /* For legacy WebKit based browsers */
     -moz-box-sizing: border-box; /* For legacy (Firefox <29) Gecko based browsers */
          box-sizing: border-box;

}
.logueo span {
	width: 10%;
	margin: 0;
	padding: 0;
}

.icon {
	position: absolute;
	right: 2.5em;
	top: calc(50% - .25em);
	width: 20px;
	display: block;
	
}

#show {
	cursor: pointer;
}
.logueo select {

	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	/*estos comandos borran la configuracion por defecto de los navegadores para los selects*/
	width: 65%;
	height: 1.5em;
	display: inline-block;
	border: none;
	padding-right: .1em;

	-webkit-box-sizing: border-box; /* For legacy WebKit based browsers */
     -moz-box-sizing: border-box; /* For legacy (Firefox <29) Gecko based browsers */
          box-sizing: border-box;

}

.logueo i{/*esta es la flechita del select*/
	position: absolute;
	right: 20px;
	top: calc(50% - 1.25em);
	width: 0;
	height: 0;
	display: block;
	border: .3em solid transparent;
	border-top: .3em solid black;
	border-right: .3em solid black;
	margin: 15px;
	transform: rotate(135deg);
	}


#btn{
	background-color: #918f90 ;
}



.logueo button {
	display: inline-block;
	background: #918f90;
	border:2px solid  #918f90 ;
	font-weight: bold;
	position: relative;
	right: -18.1em;


	-webkit-box-sizing: border-box; /* For legacy WebKit based browsers */
     -moz-box-sizing: border-box; /* For legacy (Firefox <29) Gecko based browsers */
          box-sizing: border-box;
}



footer {
	background-color: #3891a7;
	height: 7%;
	width: 100%;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
}

.footer-cont {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	text-align: center;
	margin: 10em, auto;
}


/*arrows*/

