@charset "utf-8";
/* CSS Document */

/* Links */


.txt{
	line-height: 20px;	
	}
#container-login {
	width: 440px;
	height: 520px;
	background: #011e22;
	border-left: 3px solid #999999;
	border-right: 3px solid #999999;
	border-bottom: 1px solid #999999;
	text-align: left;
	min-height: 100%;
	margin:auto;


}


#header-login {
	height:100px;
	border-bottom: 2px solid #999999;
	background-color:#375634;
	padding-left: 125px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom:10px;
	margin: 0;
}
#footer-login {
	width:440px;
	margin: 0 auto 0;
	text-align:center;
	vertical-align:bottom !important;
	height:50px;
	background-color:#375634;
	border-top-width: 2px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
#footer-login2 {
	width:460px;
	margin: 0 auto 0;
	text-align:center;
	vertical-align:bottom !important;
	height:50px;
	padding: 10px;
	font-size:10px;
}

#cont-login{
	width:280px;
	margin-left:auto;
	margin-right:auto;
	
	}
#cont-olvidologin{
	width:380px;
	margin-left:auto;
	margin-right:auto;
	
	}


.button-login input {
	color: #cade1a;
	background: #375634;
	padding: .5em 1.2em;
	margin-left: 15px;
	text-decoration: underline;
}


.button-login input:focus,
.button-login input:hover,
.button-login input:active {
    color: #fff;
    background: #555; 
}


.aclaracion{
	font-size:11px;
	color:#ccc;
	line-height: normal;
	}
	
.usuario{
	color: #cade1a;
	margin-left: 0px;
}


.usuario-campo{
	margin-top:8px;
	margin-bottom:8px;
}

