.logo_lis {
	text-align: center;
	height: 250px;
	background-image: url(../imagenes/LISlogofraseRGB.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #FFF;
}
.logo_af {
	text-align: center;
	height: 250px;
	background-image: url(../imagenes/logo_inventarios.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #FFF;
}
body {
	border-style: 0;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}
.franja {
	background-color: #A3CE5F;
	min-height: 100%;
	height: 100%;
}
p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
}
input[type=text], input[type=password] { width: 150px; }
.btn_login { border: none; outline: none; }
.btn_invisible { visibility: hidden; }
